/* COLOR SHADES */

/*

BACKGROUND: #67250b
LIGHTER: #8e320d 
LIGHTEST: #ce4611

*/

/* PRIMARY ELEMENTS */

body {
	background: #4169e1;
}

#wrapper {
	background: #4169e1 url(../../images/skin/glass-orange.png) center 0 no-repeat;
}

/* CLASSES */

.highlight {
	color: #8e320d;
}

/* TYPOGRAPHY */

a,
h2 a:hover,
.nav-entries a:hover,
#sidebar li a:hover {
	color: #ce4611;
}

a:hover {
	color: #67250b;
}

/* COPYRIGHT */

#copyright .menu a:hover {
	color: #8e320d;
}