*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF url(../img/bg.jpg) left top repeat;
}

img
{
	border: none;
}

.clear_float
{
	clear: both;
}

#baseurl
{
	display: none;
}

#page
{
	margin: 1px auto;
	width: 980px;
	background: #FFF;
	border-left: 1px solid #AAA;
	border-right: 2px solid #999;
}

#header
{

}

#header_lt
{
	position: relative;
	float: left;
	width: 535px;
	height: 88px;
	background: transparent url(../img/header_lt.jpg) left top no-repeat;
	display: inline;  /** IE BUG */
}

#header_lt span
{
	position: absolute;
	top: 45px;
	width: 205px;
	height: 24px;
	text-align: center;
	display: block;
}

#header_lt span a
{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#header_rt
{
	float: right;
	width: 445px;
	height: 88px;
	background: transparent url(../img/header_rt.jpg) right top no-repeat;
	display: inline;  /** IE BUG */
}

#body
{

}

#body_lt
{
	float: left;
	width: 220px;
	display:  inline;  /** IE BUG */
}

#body_menu
{
	margin-left: 2px;
	background: transparent url(../img/bg_menu.gif) left top repeat-y;
}

#sidebar
{
	padding: 5px 0 2px 6px;
	background: #999 url(../img/bg_sidebar.jpg) right bottom no-repeat;
}

#sidebar ul
{
	list-style: none;
}

#sidebar ul ul
{
	list-style: none;
}

#sidebar ul ul li
{
	margin-bottom: 4px;
	padding-left: 18px;
	width: 182px;
	height: 21px;
	line-height: 21px;
	color: #444;
	font-size: 10px;
	vertical-align: middle;
	background: transparent url(../img/bg_li.jpg) left top no-repeat;
}

#sidebar ul ul li a
{
	color: #033;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul ul li a:hover
{
	color: #066;
}

.pagenav,
.categories,
.archives,
.linkcat,
.meta
{
	margin-bottom: 20px;
}

.pagenav h2,
.categories h2,
.archives h2,
.linkcat h2,
.meta h2
{
	margin-bottom: 5px;
	color: #043;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#search
{
	margin: 25px 0 0 5px;
	padding-top: 25px;
	width: 210px;
	height: 34px;
	text-align: center;
	background: transparent url(../img/bg_search.gif) left top no-repeat;
}

#search #s
{
	padding: 1px;
	width: 130px;
	color: #033;
	font-size: 11px;
	border: 1px solid #999;
}

#search #searchsubmit
{
	width: 50px;
	font-size: 11px;
}

#goo_ads
{
	margin: 25px 15px 0 15px;
	text-align: center;
	background: #EEE;
}

#body_rt
{
	float: right;
	padding: 15px;
	width: 730px;
	display:  inline;  /** IE BUG */
}

.content_header h2
{
	margin-bottom: 20px;
	padding: 3px 3px;
	color: #033;
	font-size:  18px;
	text-align: center;
	background: #CCD;
	border-top: 1px solid #033;
	border-bottom: 1px solid #033;
}

.content_title h2
{
	margin-bottom: 8px;
	padding: 0 0 1px 23px;
	color: #033;
	font-size: 15px;
	border-bottom: 1px solid #033;
	background: transparent url(../img/medal.jpg) left top no-repeat;
}

.content_title h2 a
{
	color: #033;
	font-size: 15px;
	text-decoration: none;
}

.content_body
{
	color: #033;
	line-height: 16px;
}

.content_body p
{
	margin-bottom: 14px;
}

.content_body a
{
	color: #066;
	font-weight: bold;
}

.content_body img
{
	margin: 10px;
}

.content_body ul li
{
	margin-left: 20px;
}

.content_body .alignright
{
	float: right;
	text-align: center;
}

.content_body .alignleft
{
	float: left;
	text-align: center;
}

.content_body .aligncenter
{
	margin: 0 auto;
}

.content_tags
{
	margin-bottom: 15px;
	color: #033;
	font-weight: bold;
}

.content_tags a
{
	color: #066;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.related_posts
{
	margin: 5px 0 15px 0;
}

.related_posts h3
{
	color: #033;
	font-size: 13px;
	font-weight: bold;
}

.related_post
{
	margin: 2px 10px;
	list-style: none;
}

.related_post li a
{
	color: #066;
	font-size: 11px;
	text-decoration: none;
}

.sociable
{
	text-align: center;
}

.content_postmeta
{
	padding-bottom: 3px;
	text-align: right;
	border-bottom: 1px dashed #033;
}

.content_postmeta a
{
	color: #066;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.content_date
{
	margin-bottom: 35px;
	padding-top: 3px;
	color: #666;
	font-size: 10px;
	text-align: left;
}

.content_postmeta1
{
	padding-bottom: 3px;
	color: #777;
	text-align: center;
	border-bottom: 1px dashed #58B;
}

.content_postmeta1 a
{
	color: #777;
	font-weight: bold;
	text-decoration: none;
}

.content_nav
{
	margin-bottom: 25px;
}

.content_nav_lt
{
	float: left;
	width: 49%;
}

.content_nav_lt a
{
	padding-left: 22px;
	color: #066;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	background: transparent url(../img/prev.gif) left top no-repeat;
}

.content_nav_rt
{
	float: right;
	width: 49%;
	text-align: right;
}

.content_nav_rt a
{
	padding-right: 22px;
	color: #066;
	font-weight: bold;
	line-height: 16px;
	vertical-align: top;
	text-decoration: none;
	background: transparent url(../img/next.gif) right top no-repeat;
}

.entry
{
	margin: 15px auto;
	width: 250px;
}

.entry p,
.entry p br
{
	margin-bottom: 15px;
	color: #033;
	font-weight: bold;
}


#respond
{
	margin: 0 15px 15px 15px;
}

#respond h3
{
	margin-bottom: 10px;
	color: #043;
	font-size: 14px;
	font-weight: bold;
}

#respond p
{
	margin-bottom: 15px;
}

#respond p input,
#respond p textarea
{
	padding: 1px;
	color: #033;
	font-size: 11px;
	border: 1px solid #AAA;
}

#respond p small
{
	margin-left: 5px;
	color: #444;
}

#respond_logged,
.subscribe-to-comments
{
	color: #033;
	font-size: 11px;
}

#respond_logged a
{
	color: #444;
	font-weight: bold;
}

textarea#comment
{
	width: 400px;
	height: 60px;
}

#footer
{
	padding-top: 38px;
	height: 30px;
	color: #555;
	font-size: 11px;
	text-align: center;
	background: transparent url(../img/footer.jpg) left top no-repeat;
}

#footer a
{
	color: #555;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


/** CSS Comments */
ol.commentlist { list-style: none; }
ol.commentlist li.comment { position: relative; margin-bottom: 25px; padding-bottom: 5px; border-bottom: 1px solid #AAA; }
ol.commentlist li div.comment-author { padding: 2px; background: #EEE; border: 1px solid #CCC; }
ol.commentlist li.comment em { position: absolute; top: 4px; left: 385px; color: #25A; font-weight: bold; }
ol.commentlist li div.vcard cite.fn { position: relative; top: -18px; margin: 0 0 0 8px; color: #666; font-size: 14px; font-weight: bold; font-style: normal; }
ol.commentlist li div.vcard cite.fn a.url { color: #666; font-size: 14px; font-weight: bold; font-style: normal; text-decoration: none; }
ol.commentlist li div.vcard span.says { display: none; }
ol.commentlist li div.comment-meta { position: relative; top: -20px; margin: 0 0 0 47px; padding-left: 14px; font-size: 10px; background: transparent url('../img/bg_clock.gif') left center no-repeat; }
ol.commentlist li div.comment-meta a { color: #888; text-decoration: none; }
ol.commentlist li p { padding: 0 15px; color: #555; }