/* ------------- MASTHEAD BACKGROUND   ---------------- */
/* news talk */

#flex_body { background: url(/upload/wmal-masthead.jpg) repeat-x center -65px !important; }


/* ------------- SITE MASTHEAD LOGO   ---------------- */
#site_masthead_logo { background: url('/upload/wmal-logo.png') no-repeat top center; }


/* ------------- SITE FOOTER LOGO   ---------------- */
#site_footer_logo { background: url('/upload/wmal-logo-footer.png') no-repeat top center; }


/* ------------- SITE Background   ---------------- */
/*-- body { background: #fff url(/upload/WMAL-SubaruTakeover.jpg) no-repeat center 260px; } --*/




/* ------------- DEFAULT HEADER STYLES  ---------------- */

div.title__defaultheader { 
	background: #5c71a2 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #5c71a2 0%, #284484 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c71a2), color-stop(100%,#284484)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5c71a2 0%,#284484 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5c71a2 0%,#284484 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5c71a2 0%,#284484 100%) !important; /* IE10+ */
	background: linear-gradient(top, #5c71a2 0%,#284484 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c71a2', endColorstr='#284484',GradientType=0 ) !important; /* IE6-9 */
}


/* ------------- FEED HEADER STYLES  ---------------- */

.flexTitleBar {
	background: #5c71a2 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #5c71a2 0%, #284484 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c71a2), color-stop(100%,#284484)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5c71a2 0%,#284484 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5c71a2 0%,#284484 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5c71a2 0%,#284484 100%) !important; /* IE10+ */
	background: linear-gradient(top, #5c71a2 0%,#284484 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c71a2', endColorstr='#284484',GradientType=0 ) !important; /* IE6-9 */
	color: #fff;
}
.flexTitleBar .flexTitleBarLink, .flexTitleBar .flexTitleBarText { color: #fff; }
.flexTitleBar .flexTitleBarLink_more { color: #fff; }


/* ------------- BELOW THE FOLD AD GRADIENT ---------------- */

.med_ad_box div.module { 
	background: #9fabc9 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #9fabc9 0%, #274383 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9fabc9), color-stop(100%,#274383)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9fabc9 0%,#274383 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9fabc9 0%,#274383 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9fabc9 0%,#274383 100%) !important; /* IE10+ */
	background: linear-gradient(top, #9fabc9 0%,#274383 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fabc9', endColorstr='#274383',GradientType=0 ) !important; /* IE6-9 */
}


/* -------------- CSS PROMO REEL ------------------*/

.showcase { background: #264283; }

/** Side tabs **/
div.showcase ul#showcase-titles { background-color: #264283; }
div.showcase ul#showcase-titles li { border-bottom: 1px solid #1864c0;}

div.showcase ul#showcase-titles li.current-slide { /* active tab */
  background: #dba857 !important; /* Old browsers */
  background: -moz-linear-gradient(top, #dba857 0%, #d08f28 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dba857), color-stop(100%,#d08f28)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dba857 0%,#d08f28 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dba857 0%,#d08f28 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dba857 0%,#d08f28 100%) !important; /* IE10+ */
  background: linear-gradient(top, #dba857 0%,#d08f28 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba857', endColorstr='#d08f28',GradientType=0 ) !important; /* IE6-9 */
}

div.showcase li[class='current-slide']:before {
  background: #dba857; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dba857 0%, #d08f28 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dba857), color-stop(100%,#d08f28)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #dba857 0%,#d08f28 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #dba857 0%,#d08f28 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #dba857 0%,#d08f28 100%); /* IE10+ */
  background: linear-gradient(135deg, #dba857 0%,#d08f28 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba857', endColorstr='#d08f28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
