/**************************************************************************************************
* COMMON COLOR STYLES FOR THIS THEME - THESE CAN BE OVERRIDDEN IN COLOR-SPECIFIC CSS IF NECESSARY *
***************************************************************************************************
*  If a user has selected a specific color scheme via the SCMM-Youifier then that vehicle color   *
*  scheme's CSS file will be appended to the site header AFTER the reference to this one, so any  *
*  colors and/or images defined in that file will take precedence over the generic ones defined   *
*  here in this file.                                                                             *
**************************************************************************************************/

body
{
	color:#000;
	background-image:url('../images/top-default.gif');
	background-color:#003399;
}

a, a:visited, a:hover
{
	color:blue;
	text-decoration:none;
}

a:hover
{
	color:#808080;
}

#headerimg 
{
	background-image:url('../images/logo-default.gif');
}

#headertop
{
	background-image:url('../images/content-top.gif');
}

#headercontent
{
	background-image:url('../images/content-bg.gif');
}

#headerbottom
{
	background-image:url('../images/content-bottom.gif');
}

.navcontent
{
	background-image:url(../images/nav-content.gif);
}

.navcontent ul
{
	color:#fff;
}

.navcontent a, .navcontent a:visited
{
	color:#fff;
}

.navcontent a:hover
{
	color:orange;
}

.navtop
{
	background-image:url(../images/nav-top.gif);
}

.navbottom
{
	background-image:url(../images/nav-bottom.gif);
}

#page
{
	background-color:#003399;
}

.contenttop
{
	background-image:url('../images/content-top.gif');
}

.content
{
	background-image:url('../images/content-bg.gif');
}

.inlinecontent .imgleft
{
	border-bottom-color:#333;
}

.inlinecontent .imgright
{
	border-bottom-color:#333;
}


.post h3 a, .post h3 a:visited
{
	color:#000;
}

.post h2 a:hover
{
	color:blue;
}

.post
{
	background-color:#edf8ff;
	border-color: #444;
}

.contentbottom
{
	background-image:url('../images/content-bottom.gif');
}

.sidebartop
{
	background-image:url('../images/sidebar-top.gif');
}

.sidebar
{
	color:#fff;
	background-image:url('../images/sidebar-bg.gif');
}

.sidebarbottom
{
	background-image:url('../images/sidebar-bottom.gif');
}

.emaillink a
{
	color:orange;
}

#footer, #footer a
{
	color:#fff;
}

