/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(images/bgr.gif) #f3f3eb repeat-x top;
	color: #333333;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #bb6f02;
	text-decoration: none;
}
a:hover{
	color: #375b7f;
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
blockquote, strike {
	color: #777;
}
blockquote {
	margin: 0 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #F3F3EB;
}
blockquote p {
	padding-bottom:  5px !important;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
/*=== Layout ===*/
#page, #footer{
	margin: 0 auto;
	width: 760px;
}
/*=== Header ===*/
#header{
	height: 110px;
}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 110px;
	width: 390px;
}
/*=== Top Menu ===*/
#topmenu{
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 38px;
}
#topmenu li{
	float: left;
	line-height: 37px;
	margin: 0 15px;
}
#topmenu li a{
	color: #375b7f;
	display: block;
	padding: 0 5px;
}
#topmenu li.rss a{
	background: url(images/ico-rss.gif) no-repeat right;
	padding: 0 20px 0 5px;
}
#topmenu li a:hover, #topmenu li.active a{
	color: #ffffff;
}
/*=== Columns ===*/
#columns{
	background: #ffffff;
	padding: 0 0 50px 20px;
}
#columns h2{
	color: #375b7f;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 25px 0 0;
	width: 500px;
}
#columns #centercol h2{
	color: #bb6f02;
	font-family: Arial, Helvetica, sans-serif;
}
#centercol p{
	line-height: 18px;
	padding: 0 0 20px;
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	margin: 20px 0 0;
	width: 218px;
}
#columns #rightcol h2{
	font-size: 20px;
	padding: 0 0 15px;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 352px;
}
.col2{
	float: left;
	margin: 0 0 0 55px;
	width: 180px;
}
.col3{
	float: right;
	width: 166px;
}
/*=== Post Info ===*/
.post-info img{
	margin: 0 3px -2px;
}
.post-info a{
	text-decoration: underline;
}
a.comment{
	background: url(images/ico-comment.gif) no-repeat left top;
	margin: 0 0 8px;
	padding: 0 0 10px 22px;
	text-decoration: underline;
}
/*=== Styling Boxes ===*/
.box{
	background: url(images/box-bgr.gif) repeat-y;
	margin: 0 0 15px;
}
.box-top,.box-bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden;
}
.box-bot{
	background: url(images/box-bot.gif) no-repeat top;
}
.box .spacer{
	height: 1%;
	padding: 0 15px;
}
.sbgr{
	background: url(images/box-spacer-bgr.gif) no-repeat right bottom;
}
/*- Polaroids -*/
#polaroids{
	margin: 0 0 0 720px;
	position: absolute;
	top: 20px;
}
/*=== Styling Lists ===*/
.list1 li{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
.list1 li a{
	color: #e59445;
}
.list1 li a:hover{
	color: #e59445;
}
/*=== Tag Cloug ===*/
.spacer.tags{
	font-size: 10px;
	padding: 0 30px 0 15px;
}
.tags p{
	padding: 0 0 10px;
}
.tags a{
	color: #0066cc;
}
.tags .tag1, .tags .tag1 a{
	color: #6babdf;
	font-size: 18px;
}
.tags .tag2, .tags .tag2 a{
	color: #6babdf;
	font-size: 14px;
}
/*=== Footer ===*/
#bottom{
	background: url(images/bottom-bgr.gif) #375b7f repeat-x top;
	clear: both;
	height: 325px;
}
#footer{
	color: #ffffff;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 55px 0 0;
}
#footer a{
	color: #ffffff;
	text-decoration: underline;
}
#footer h3{
	font-size: 17px;
	padding: 0 0 10px;
}
#footer p{
	padding: 0 0 10px;
}
#footer img.fl{
	margin: -40px 10px 5px 0;
	position: relative;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
ul.normal li {
	list-style: disc !important;
}
ol.normal li {
   list-style: decimal !important;
}
ol.normal, ul.normal {
   margin-left: 20px;
   margin-bottom:20px;

}
