@charset "utf-8";

/* Blue and Red Color Scheme 
   Orignal styles commented out/replaced. This was waaaay easier than editing every single template in every subdirectory to refer to bluered.css. -Jason 10/27/11
   Copied from blueredd.css and altered - Jason 9/16/11
*/

#Navigation {
	/*background-image: url(../images/layout/NavBG.jpg);*/
	background:#7a0711 url(../images/layout/NavBGred.gif);
	border-top:1px solid #ffffff;
}
#LeftColumn h1 {
	color: #006699;
	background-color: #ccddeb;
}
#MainContent a {
	color: #006699;
}
#RightColumn  h1, #CenterColumn h1, #RightColumn  h2, #CenterColumn h2, #RightColumn  h3, #CenterColumn h3, #LeftColumn h2, #LeftColumn h3 {
	/*color: #006699;*/
	color: #7a0711;
}

#ContentWrapper #Navigation a{ /*added*/
	color:#ffffff;
}
#ContentWrapper #Breadcrumbs a{ /*added*/
	color:#7a0711;
}

/* This overrides styles in /workarea/csslib/log.css that define the font-family as verdana and size as 10pt. It was breaking the blog layout. 
 -Jason 12/21/10 */
body p, body li, body div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
	

