*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
}

img
{
	border: none;
}

.clear_float
{
	clear: both;
}

#baseurl
{
	display: none;
}

#page
{
	margin: 12px auto;
	width: 890px;
}

#header div#header_lt,
#header div#header_rt
{
	height: 150px;
	overflow: hidden;   /** IE BUG */
}

#header_lt
{
	position: relative;
	float: left;
	width: 590px;
	background: transparent url('../img/header.jpg') top left repeat-x;
	display:  inline;  /** IE BUG */
}

#flash
{
	position: absolute;
	width: 500px;
	height: 150px;
	font-size: 1px;
	display: block;
	cursor: pointer;
}

#header_rt
{
	float: right;
	width: 299px;
	text-align: right;
	background: transparent url('../img/header.jpg') top left repeat-x;
	border-right: 1px solid #555;
	display:  inline;  /** IE BUG */
}

#body
{
	height: 1%;  /** IE BUG */
	border: 1px solid #555;
}

#body_lt
{
	float: left;
	padding: 10px;
	width: 200px;
	display:  inline;  /** IE BUG */
}

#sidebar
{
	padding: 10px 0;
	background: #EEF;
}

#sidebar ul
{
	margin-left: 35px;
	list-style-image: url('../img/pencil.gif');
}

#sidebar ul ul
{
	margin-left: 6px;
	list-style-image: url('../img/li_img.gif');
}

#sidebar ul ul li
{
	margin-bottom: 3px;
}

#sidebar ul ul li
{
	color: #555;
	font-size: 10px;
}

#sidebar ul ul li a
{
	color: #033;
	font-size: 11px;
	font-weight:  bold;
	text-decoration: none;
}

.pagenav,
.categories,
.archives,
.linkcat,
.meta
{
	margin-bottom: 25px;
}

.pagenav h2,
.categories h2,
.archives h2,
.linkcat h2,
.meta h2
{
	margin-bottom: 5px;
	color: #C33;
	font-size: 14px;
	font-weight: bold;
}

#search
{
	margin: 25px 10px 5px 10px;
	padding: 10px;
	border: 1px dashed #58B;
}

#search_top
{
	float: left;
	display:  inline;  /** IE BUG */
}

#search_bot
{
	float: right;
	margin-top: 3px;
	padding: 2px;
	width: 115px;
	color: #C33;
	font-size: 11px;
	border: 1px solid #AAA;
	display:  inline;  /** IE BUG */
}

#goo_ads
{
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	background: #EEF;
}

#body_rt
{
	float: right;
	padding: 10px;
	width: 648px;
	display:  inline;  /** IE BUG */
}

.content_header h2
{
	margin-bottom: 20px;
	padding: 3px 3px;
	color: #C33;
	font-size:  18px;
	text-align: center;
	background: #EEF;
	border-top: 1px solid #58B;
	border-bottom: 1px solid #58B;
}

.content_title h2
{
	padding: 0 0 1px 23px;
	color: #033;
	font-size: 15px;
	border-bottom: 1px solid #033;
	background: transparent url(../img/book.gif) left top no-repeat;
}

.content_title h2 a
{
	color: #033;
	font-size: 15px;
	text-decoration: none;
}

.content_date
{
	margin-bottom: 10px;
	color: #C33;
	font-size: 10px;
	text-align: right;
}

.content_body
{
	color: #033;
	line-height: 16px;
}

.content_body p
{
	margin-bottom: 14px;
}

.content_body a
{
	color: #C33;
	font-weight: bold;
	text-decoration: none;
}

.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: #C33;
	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: #C33;
	font-size: 11px;
	text-decoration: none;
}

.sociable
{
	text-align: center;
}

.content_postmeta
{
	margin-bottom: 30px;
	padding-bottom: 5px;
	text-align: right;
	border-bottom: 1px dashed #58B;
}

.content_postmeta a
{
	color: #58B;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.content_postmeta1
{
	margin-bottom: 35px;
	padding-bottom: 5px;
	color: #555;
	text-align: center;
	border-bottom: 1px dashed #58B;
}

.content_postmeta1 a
{
	color: #333;
	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: #58B;
	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: #58B;
	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: #C33;
	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: 15px 10px;
	color: #033;
	font-size: 11px;
	text-align: right;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

#footer a
{
	color: #033;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/** 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: transparent url('../img/bg_comments.gif') left top repeat; border: 1px solid #CCC; }
ol.commentlist li.comment em { position: absolute; top: 4px; left: 410px; 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; }
