*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EEE;
}

img
{
	border: none;
}

.clear_float
{
	clear: both;
}

#baseurl
{
	display: none;
}

#page
{
	margin: 12px auto;
	width: 890px;
	border: 1px solid #AAA;
	background: #FFF;
}

#header
{
	margin-bottom: 20px;
}

#header_lt
{
	float: left;
	margin: 0 20px 0 10px;
	width: 280px;
	height: 80px;
	background: transparent url(../img/header_lt.jpg) left bottom no-repeat;
	cursor: pointer;
}

#header_rt
{
	float:  right;
	margin: 20px 20px 0 0;
	width: 280px;
	color: #777;
	font-size: 14px;
	text-align: right;
}

#header_slogan
{
	color:  #25A;
	font-size: 22px;
}

#menu
{
	float: left;
	margin-left: 20px;
	width: 200px;
	display: inline;  /** IE BUG **/
}

.pagenav,
.categories,
.archives,
.linkcat,
.meta
{
	margin-bottom: 20px;
	list-style: none;
}

.pagenav h2,
.categories h2,
.archives h2,
.linkcat h2,
.meta h2
{
	height: 22px;
	color: #777;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	text-transform: uppercase;
	background: #DDD url(../img/theme_arrow.gif) 175px center no-repeat;
	border: 1px solid #AAA;
}

.pagenav ul,
.categories ul,
.archives ul,
.linkcat ul,
.meta ul
{
	background: #EEE;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

.pagenav ul li,
.categories ul li,
.archives ul li,
.linkcat ul li,
.meta ul li
{
	margin-left: 21px;
	padding: 3px 0;
	color: #666;
	font-size: 11px;
	list-style-image:url(../img/arrow.gif);
}

.pagenav ul li a,
.categories ul li a,
.archives ul li a,
.linkcat ul li a,
.meta ul li a
{
	color: #25A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#contact_us
{
	margin-top: 20px;
}

#contact_us a
{
	padding-top: 18px;
	width: 200px;
	height: 36px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: transparent url(../img/contact_us.jpg) left top no-repeat;
	display: block;
}

#msearch
{
	margin-top: 15px;
	width: 200px;
	height: 67px;
	background: transparent url(../img/search.jpg) left top no-repeat;
}

#msearch_top
{
	margin-left: 13px;
	padding-top: 9px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
}

#msearch_bot
{
	margin: 6px 15px 0 0;
	text-align: right;
}

#msearch_bot input#s
{
	padding: 1px;
	width: 155px;
	color: #333;
	border: 1px solid #AAA;
}

#website
{
	margin-top: 15px;
}

#website a
{
	padding-top: 18px;
	width: 200px;
	height: 36px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: transparent url(../img/website.jpg) left top no-repeat;
	display: block;
}

#rss_top
{
	margin-top: 20px;
}

#rss_top a
{
	padding-top: 12px;
	width: 200px;
	height: 22px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: transparent url(../img/rss_top.jpg) left top no-repeat;
	display: block;
}

#rss_bot a
{
	padding-top: 5px;
	width: 200px;
	height: 28px;
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: transparent url(../img/rss_bot.jpg) left top no-repeat;
	display: block;
}

#content
{
	float: right;
	margin-right: 20px;
	width: 620px;
	display: inline;  /** IE BUG **/
}

.content_header h2
{
	margin-bottom: 20px;
	padding: 3px 3px;
	color: #470;
	font-size:  18px;
	text-align: center;
	background: #DDD;
	border: 1px solid #AAA;
}

.content_title
{
	padding: 2px 4px 0 4px;
	background: #DDD;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

.content_title h2,
.content_title h2 a
{
	color: #25A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.content_date
{
	padding: 0 4px 2px 4px;
	color: #555;
	font-size: 10px;
	background: #DDD;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

.content_body
{
	padding: 10px;
	color: #333;
	line-height: 16px;
}

.content_body p
{
	margin-bottom: 16px;
}

.content_body a
{
	color: #555;
}

.content_body a:hover
{
	text-decoration: none;
}

.content_body .alignright
{
	float: right;
	text-align: center;
}

.content_body .alignleft
{
	float: left;
	text-align: center;
}

.content_body .aligncenter
{
	margin: 0 auto;
}

.content_body .alignright p.wp-caption-text,
.content_body .alignleft p.wp-caption-text
{
	text-align: center;
}

.content_postmeta
{
	margin-bottom: 35px;
	text-align: right;
	border-bottom: 1px solid #AAA;
	clear: both;
}

.content_postmeta a
{
	color: #25A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.content_postmeta1
{
	margin-bottom: 35px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #AAA;
	clear: both;
}

.content_postmeta1 a
{
	color: #444;
	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: #555;
	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: #555;
	font-weight: bold;
	line-height: 16px;
	vertical-align: top;
	text-decoration: none;
	background: transparent url(../img/next.gif) right top no-repeat;
}

.notf_ti
{
	margin-bottom: 10px;
	padding-top: 15px;
	color: #F00;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #AAA;
}

.notf_te
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #333;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #AAA;
}

#footer
{
	background: #CCC;
	border-top: 1px solid #AAA;
}

#footer_top
{
	text-align: center;
}

#footer_top a
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footer_top a:hover
{
	color: #25A;
}

#footer_bot
{
	margin-top: 8px;
	font-size: 10px;
	text-align: center;
}


/** CSS Comments */
ol.commentlist { list-style: none; }
ol.commentlist li.comment { 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: relative; top: -19px; margin-left: 10px; 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; }

#respond
{
	margin: 0 15px 15px 15px;
}

#respond h3
{
	margin-bottom: 10px;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}

#respond p
{
	margin-bottom: 15px;
}

#respond p input,
#respond p textarea
{
	padding: 1px;
	color: #444;
	font-size: 11px;
	border: 1px solid #AAA;
}

#respond p small
{
	margin-left: 5px;
	color: #666;
}

#respond_logged
{
	color: #666;
	font-size: 11px;
}

#respond_logged a
{
	color: #666;
	font-weight: bold;
}

textarea#comment
{
	width: 400px;
	height: 60px;
}