/* Styles specifically related to Fowler's. This should be mostly colours */

nav#tertiary, nav#tertiary li:hover span {background: #f22827; /* Old browsers */
background: -moz-linear-gradient(top,  #f22827 0%, #bc2520 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f22827), color-stop(100%,#bc2520)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f22827 0%,#bc2520 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f22827 0%,#bc2520 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f22827 0%,#bc2520 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f22827 0%,#bc2520 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22827', endColorstr='#bc2520',GradientType=0 ); /* IE6-9 */
}

nav#tertiary a {color:#0079c2;}


#sliderHolder {background:#F5F5F5;}
.flexslider .slides > li {display: block !important;}

h1, a.bigButton h3, a.bigButton h5 {color:#f22827;}
a.bigButton h4 {color:#666;}

@media only screen and (min-width: 768px) {
	/*body {border-top:4px solid #919191;} */
		nav#tertiary a, nav#tertiary a.even, nav#tertiary li:hover, nav#tertiary li {color:#FFF;text-shadow:1px 1px #00457c;border-left:1px solid #ffcd00;border-right:1px solid #ff9600;border-top:none;border-bottom:none;background: #f22827; /* Old browsers */
background: -moz-linear-gradient(top,  #f22827 0%, #bc2520 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f22827), color-stop(100%,#bc2520)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f22827 0%,#bc2520 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f22827 0%,#bc2520 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f22827 0%,#bc2520 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f22827 0%,#bc2520 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f22827', endColorstr='#bc2520',GradientType=0 ); /* IE6-9 */
}
		nav#tertiary a:hover, nav#tertiary a.active {background: #bc2520; /* Old browsers */
background: -moz-linear-gradient(top,  #bc2520 0%, #f22827 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc2520), color-stop(100%,#f22827)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bc2520 0%,#f22827 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bc2520 0%,#f22827 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bc2520 0%,#f22827 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bc2520 0%,#f22827 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2520', endColorstr='#f22827',GradientType=0 ); /* IE6-9 */
	}
nav#tertiary a.active {-moz-box-shadow:inset 0 2px 2px 0 #c67400;
-webkit-box-shadow:inset 0 2px 2px 0 #c67400;
box-shadow:inset 0 2px 2px 0 #c67400;
}
	nav#tertiary li#navButton {border:none;}
	#logo {margin: 37px 0 20px 10%;}
}

@media only screen and (min-width: 1220px) {
	body {background:url(../img/bradosol/large-background.png) repeat-x #919191;}	
}