/* =============================================================================
   Color yellow.
   Link color: #ff9900
   Link rollover color: #fdba56;
   ========================================================================== */

html .yellow a 			{ color:#ff9900; text-decoration: none;}
html .yellow a:hover { color:#fdba56;}

html .yellow span.title  { color:#ff9900; }
html .yellow h1 { color:#ff9900; }

html .yellow .bar { background:#ff9900; }
html .yellow .bar .right a.next:hover, .yellow .bar .right a.previous:hover { background-color:#fdba56 }
html .yellow .block span.title{ color:#ff9900; }

html #header #menu li.yellow a { color:#ff9900; }
html #header #menu li.yellow a:hover, html #header #menu li.yellow a.active { background:#ff9900; color:#fff; }

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

html #footer .yellow span.title  { color:#ff9900; }
html #footer .yellow h1 { color:#ff9900; }

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

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

.yellow .pagination a.previous img, .yellow .pagination a.next img {  background:#ff9900;}
.yellow .pagination a.previous:hover img, .yellow .pagination a.next:hover img { background:#fdba56;}

.yellow a.button, .yellow a.smallbutton  { 
	background: #ffa520;
	
	background-image: linear-gradient(bottom, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(254,152,0)),color-stop(1, rgb(255,183,74)));
		
}

.yellow a.button:active, .yellow a.smallbutton:active { 
	background: #fe9800;
	background-image: linear-gradient(top, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	background-image: -o-linear-gradient(top, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	background-image: -moz-linear-gradient(top, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	background-image: -webkit-linear-gradient(top, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	background-image: -ms-linear-gradient(top, rgb(254,152,0) 0%, rgb(255,183,74) 100%);
	
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(254,152,0)),color-stop(1, rgb(255,183,74)));
		
	-moz-box-shadow: inset 0 1px 5px #2e2e2e;
	-webkit-box-shadow: inset 0 1px 5px#2e2e2e;
	box-shadow: inner 0 1px 5px #2e2e2e;
}
