/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body{
	background-color: #9c7c2f;
	background-image: url(img/espy-wallpaper1.jpg);
	background-repeat: repeat;
	background-position: center center;
}
a{
	color: #bea24e;
	text-decoration: none;
}
a:hover{
	color: #9c7c2f;
	text-decoration: none;
}
#content .content_wrap.entries .entry h2, #content .content_wrap .full-entry .post h2{color: #14b8ed;}
#sidebar ul.categories li a{color: #bea24e;}

#page .navigation ul li a:{
text-decoration: none;
color: #9c7c2f;
}

#page .navigation ul li a:hover{
text-decoration: none;
color: #9c7c2f;
}


#footer {padding-bottom:20px; margin-bottom: 0px;}
#footer h2 {color:#ffffff;}
#page .navigation ul li:first-child{color:#bea24e;}
#footer .copyright span {color:#bea24e;}
#footer .copyright {color:#bea24e;}




.contact-form-comment {
	width: 300px;
}
