/* =============================================================================
   Color purple.
   Link color: #920e85
   Link rollover color: #db19c8;
   ========================================================================== */

html .purple a 			{ color:#920e85; text-decoration: none;}
html .purple a:hover { color:#db19c8;}

html .purple span.title  { color:#920e85; }
html .purple h1 { color:#920e85; }

html .purple .bar { background:#920e85; }
html .purple .bar .right a.next:hover, .purple .bar .right a.previous:hover { background-color:#db19c8 }
html .purple .block span.title{ color:#920e85; }

html #header #menu li.purple a { color:#920e85; }
html #header #menu li.purple a:hover, html #header #menu li.purple a.active { background:#920e85; color:#fff; }

/* HEADER 2014 */
html #header.header2014 #menu li.purple a { color:#ffffff; }
#header.header2014 #menu li.purple a:hover:before, #header.header2014 #menu li.purple a.active:before {
  background: #920e85;
}
#header.header2014 #menu li.purple a:hover:after, #header.header2014 #menu li.purple a.active:after {
  border-color: #920e85 transparent transparent transparent;
}

html #footer .purple span.title  { color:#920e85; }
html #footer .purple h1 { color:#920e85; }

html #slider .content .controls a.purple.active span { background:#920e85 !important; }
html #slider .content .controls a.purple:hover span { background:#920e85; }
html #slider.purple .background { background:url('/application/assets/images/slider.background.purple.jpg') no-repeat center top; }

.purple .lessons a.close { background: url('/application/assets/images/overlay.close.purple.png') center center;  }
.purple .column2 .content span.course-found {color:#920e85;}
.purple .block.course.hover span.title a, .purple .block.course.hover a.info, .purple.block.course.hover span.title a, .purple.block.course.hover a.info{ color:#db19c8; }

.purple .pagination a.previous img, .purple .pagination a.next img {  background:#920e85;}
.purple .pagination a.previous:hover img, .purple .pagination a.next:hover img { background:#db19c8;}

.purple a.button, .purple a.smallbutton  { 
	background: #9a208f;
	
	background-image: linear-gradient(top, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	background-image: -o-linear-gradient(top, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	background-image: -moz-linear-gradient(top, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	background-image: -webkit-linear-gradient(top, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	background-image: -ms-linear-gradient(top, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.36, rgb(160,45,149)), color-stop(0.68, rgb(146,14,135)) );
}

.purple a.button:active, .purple a.smallbutton:active { 
	background: #9a208f;
	
	background-image: linear-gradient(bottom, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	background-image: -o-linear-gradient(bottom, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	background-image: -moz-linear-gradient(bottom, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	background-image: -webkit-linear-gradient(bottom, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	background-image: -ms-linear-gradient(bottom, rgb(160,45,149) 36%, rgb(146,14,135) 68%);
	
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.36, rgb(160,45,149)),color-stop(0.68, rgb(146,14,135)) );
		
	-moz-box-shadow: inset 0 1px 5px #2e2e2e;
	-webkit-box-shadow: inset 0 1px 5px#2e2e2e;
	box-shadow: inner 0 1px 5px #2e2e2e;
}

