/* COLOR SHADES */

/*

BACKGROUND: #0d306f
LIGHTER: #165587 
LIGHTEST: #377eff

*/

/* PRIMARY ELEMENTS */

body {
	/*background: #0d306f url(./../images/footer-blue.png) 0 bottom repeat-x;*/
	background: #94a3c0 url(./../images/texture.jpg) repeat-x center bottom;
}

#wrapper {
	/*background: #0d306f url(./../images/dots-blue.jpg) center 0 no-repeat;*/
	background: #94a3c0 url(./../images/banner-wp02.jpg) center 0 no-repeat;
}

/* CLASSES */

.highlight {
	color: #165587;
}

/* TYPOGRAPHY */

a,
h2 a:hover,
.nav-entries a:hover,
#sidebar li a:hover {
	/*color: #377eff;*/
	color: #056997;
}

a:hover {
	color: #0d306f;
}

/* COPYRIGHT */

#copyright .menu a:hover {
	color: #165587;
}