<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENERAL ------------------------------------------------------------*/

body{
	background: #000;
	/* background: url(../img/rhythm.gif); */
}





.color2{
	color: #c6610f;
}


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

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

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


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

div#posts div.post a.more,
div.holder div.block a.more{
	background-image: url(../img/more-button.png);
	background-repeat: 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/winter/comments-balloon.png) no-repeat;
	color: white;
}


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


ul.pager li{
	display: block;
	width:13px;
	height: 13px;
	float: left;
	background: url(../img/winter/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-repeat: no-repeat;
}

ul#nav li a{
	color: #c6610f;
}


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


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


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

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


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

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


div#footer div.footer-bottom p.legal{
	color: #b8b6aa;
}
</pre></body></html>