/* COLOR SHADES */

/*

BACKGROUND: #126b63
LIGHTER: #4d8b0e 
LIGHTEST: #5eb108

*/

/* PRIMARY ELEMENTS */

body {
	background: #126b63 url(../../images/skin/footer-green.png) 0 top repeat-x;
}

#wrapper {
	background: #126b63 url(../../images/skin/headerWrapper.jpg) 0 0 repeat-x; height:176px;
}

#header-wrapper {
	background: url(../../images/skin/headerBG.jpg) center 6px no-repeat; height:176px;
}


#contact-num{position:absolute; top:140px; right:0; font-family: 'Alike', Georgia, serif; font-size: 28px;}
#contact-num span{color:#000; text-shadow: rgb(150, 213, 236) 1px 1px 1px;}
#contact-num #contactnum{color:#EEE; text-shadow:
  rgb(40, 40, 40) 0px 1px 0px,
  rgb(20, 20, 20) 0px 2px 0px,
  rgba(0, 0, 0, 0.199219) 0px 3px 1px,
  rgba(0, 0, 0, 0.296875) 0px 4px 6px;}

/* CLASSES */

.highlight {
	color: #4d8b0e;
}

/* TYPOGRAPHY */

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

a:hover {
	color: #000; text-decoration:none;
}

/* COPYRIGHT */

#copyright .menu a:hover {
	color: #4d8b0e;
}