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


#postHeader h1{
	
	/*
		background: -moz-linear-gradient(top,  #ffc266 50%, #ff9900 51%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffc266), color-stop(51%,#ff9900));
		background: linear-gradient(to bottom,  #ffc266 50%,#ff9900 51%);
	*/
	
	background:url(../images/headermark_t.gif);
	background-repeat:no-repeat;
	-moz-background-size:12px 80%;
	background-size:12px 80%;
	background-position: 5px center;
		
		}
			
		
		.post h2{
			border-color:#cd202c !important;	
		}
		
		
		.articles h2{
			border-color:#cccccc !important;
			background:url(../images/headermark_t.gif);
			background-color:#FFF;
			background-repeat:no-repeat;
			-moz-background-size:12px 80%;
			background-size:12px 80%;
			background-position: 5px center;		
		}
			
		
		.post h3{
			/*
		background: -moz-linear-gradient(top,  #FFD166 50%, #FFB300 51%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#FFD166), color-stop(51%,#FFB300));
		background: linear-gradient(to bottom,  #FFD166 50%,#FFB300 51%);	
		*/
		
			border-color:#cd202c !important;

		}
		
.menu_box li, .blog_menu li{
		background:url(../images/ind_t.gif) no-repeat 1px 0px;	
		}
		
		
h2.listtitle{
	background-color:#369 !important;
}
		
		
		
/* Theme settings */


.articles ul,h2.listtitle{
	margin-bottom:0px !important;
	padding:0px 5px;
	background: #fdd494;
	background: -moz-linear-gradient(left, #fdd494 1%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#fdd494), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #fdd494 1%,#ffffff 100%);
	background: -o-linear-gradient(left, #fdd494 1%,#ffffff 100%);
	background: -ms-linear-gradient(left, #fdd494 1%,#ffffff 100%);
	background: linear-gradient(to right, #fdd494 1%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd494', endColorstr='#ffffff',GradientType=1 );
}



.articles li, #updates li a{
	background:url(../images/ind_t.gif) no-repeat 0px 0px !important;
}</pre></body></html>