/* GENERAL ------------------------------------------------------------*/


body{
	background-color: #ffffff;
	background-image: url(../img/spring/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.color1{
	color: #830400;
}
.color2{
	color: #770000;
}
.color3{
	color: #5e0e0d;
}


div.comments ol.comments-list li:nth-child(odd){
	background: #faf9f5;
}

div.comments ol.comments-list li p.meta{
	color: #989281;
}

div.comments ol.comments-list li p.meta span{
	color: #e1820b;
}


/* imgs ------------------------------------------------------------*/

div#posts div.post a.more,
div.holder div.block a.more{
	background: url(../img/spring/more-button.png) no-repeat;
}



div#posts div.post p.post-comments,
div#posts div.single p.post-comments,
div#posts div.comments p.post-comments{
	background: url(../img/spring/comments-balloon.png) no-repeat;
	color: white;
}


/* PAGER ------------------------------------------------------------*/


ul.pager li{
	display: block;
	width:13px;
	height: 13px;
	float: left;
	background: url(../img/spring/pager.png) no-repeat;
	background-position: -18px 0px;
	margin-left: 5px;
}

ul.pager li:hover,
ul.pager li.active{
	background-position: -38px 0px;
}

ul.pager li a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

ul.pager li:first-child{
	background-position: 0px 0px;
}

ul.pager li:last-child{
	background-position: -59px 0px;
}



/* HEADER ------------------------------------------------------------*/

div#header{
	background: url(../img/spring/top-bg.png) no-repeat;
}

ul#nav li a{
	color: #665D4E;
}


ul#nav li a:hover{
	color: #770000;
}


/* FOOTER ------------------------------------------------------------*/


div#footer{
	background: url(../img/spring/footer-bg.png) repeat-x #590000 top center;
}

div#footer ul#follow li p{
	color: #665d4e;
}


div#footer div.footer-cols ul li a{
	color: #d7c59f;
}


div#footer div.footer-cols ul li:first-child a{
	color: #dd9933;
}
div#footer div.footer-cols ul li:first-child a:hover{
	color: orange;
}

div#footer div.footer-bottom p.legal{
	color: #d7c59f;
}






