/* 
Stylesheet used if the blue option is selected in the options page.
Contains only color related elements, the rest comes from the standard stylesheet.
*/

/*Body*/

body {
	background-image: url(../images/bg_texture.png);
	background-repeat: repeat;
	background-color: #d5e9f9;	
}


/*Header*/

#masthead {
	background-image: url(../images/blue_header_bg.png);	
}


/*Navigation*/

.navigation-main li:hover > a {
	background-image: url(../images/blue_bg_dark.png);
}

.navigation-main ul ul :hover > a {
	background-image: url(../images/blue_bg_dark.png);
}

.navigation-main ul ul a:hover {
	background-image: url(../images/blue_bg_light.png);
}

.navigation-main ul li:hover > ul {
	display: block;
	background-image: url(../images/blue_bg_dark.png);
}

.current_page_item > a {
	background-image: url(../images/blue_bg_dark.png);
}


/*Footer*/

.site-footer {
	background-image: url(../images/blue_bg_light.png);
}

.site-info {
	background-image: url(../images/blue_bg_dark.png);
}