*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Tahona, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: transparent url('../img/html-bg.gif') top left repeat-x;
}

img
{
	border: none;
}

.clear_float
{
	clear: both;
}

#baseurl
{
	display: none;
}

#page
{
	margin: 0 auto;
	padding-top: 32px;
	width: 882px;
}

#header_top
{
	width: 882px;
	height: 308px;
}

#header_top_lt
{
	float: left;
	width: 270px;
	height: 308px;
	font-size: 1px;
	text-decoration: none;
	background: transparent url('../img/header-top-lt.jpg') top left no-repeat;
	display: block;
}

#header_top_rt
{
	float: right;
	position: relative;
	width: 612px;
	height: 308px;
	font-size: 1px;
	text-decoration: none;
	background: transparent url('../img/header-top-rt.jpg') top left no-repeat;
	display: block;
}


#search_site input
{
	position: absolute;
	top: 25px;
	right: 55px;
	padding: 3px;
	width:150px;
	color:#FFF;
	font-size: 12px;
	background:#2B61A2;
	border:1px solid #99BCE5;
}
#search_site input.search_site
{
	position: absolute;
	top: 20px;
	right: 15px;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
}

#header_bot
{
	width: 882px;
	height: 60px;
	background: transparent url('../img/header-bot.jpg') top left no-repeat;
}

#header_bot ul
{
	list-style: none;
}

#header_bot ul li
{
	float: left;
	border-right: 1px solid #FFF;
	display: inline; /** IE BUG */
}

#header_bot ul li a
{
	padding: 0 20px;
	height: 60px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 60px;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
}

#header_bot ul li a:hover
{
	margin-top: -1px;
	background: transparent url('../img/li-hover.jpg') top left repeat-x;
}

#body
{
	padding: 35px 0;
	width: 882px;
	background: transparent url('../img/body-bg.gif') top left repeat-x;
}

#menu
{
	float: left;
	margin-left: 20px;
	width: 210px;
	display: inline; /** IE BUG */
}

.pagenav,
.categories,
.archives,
.linkcat,
.meta
{
	margin-bottom: 25px;
	color:  #327307;
	list-style: none;
	background: transparent url('../img/menu_icon.gif') top right no-repeat;
}

.pagenav h2,
.categories h2,
.archives h2,
.linkcat h2,
.meta h2
{
	margin-bottom: 10px;
	padding: 0 20px 2px 0;
	color:  #327307;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #B8D0ED;
}

.pagenav ul,
.categories ul,
.archives ul,
.linkcat ul,
.meta ul
{
	padding-left: 20px;
	list-style-image: url('../img/list-bg.gif');
}

.pagenav ul li,
.categories ul li,
.archives ul li,
.linkcat ul li,
.meta ul li
{
	margin-bottom: 3px;
	font-size: 10px;
}

.pagenav ul li a,
.categories ul li a,
.archives ul li a,
.linkcat ul li a,
.meta ul li a
{
	color: #2B61A2;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#contact,
#website,
#rss-feed
{
	padding: 4px;
	margin-top: 40px;
	background: transparent url('../img/form-bg.gif') top left repeat-x;
	border: 1px solid #ADC6E3;
}

#contact_title,
#website_title,
#rss-feed_title
{
	padding-left: 48px;
	text-align: center;
	text-transform: uppercase;
	line-height: 48px;
	vertical-align: middle;
}

#contact_title
{
	background: transparent url('../img/contactus.gif') center left no-repeat;
}

#website_title
{
	background: transparent url('../img/website.gif') center left no-repeat;
}

#rss-feed_title
{
	background: transparent url('../img/rss-icon.gif') center left no-repeat;
}

#contact_title a,
#website_title a,
#rss-feed_title a
{
	color: #327307;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#goo_ads
{
	float: right;
	margin-right: 20px;
	width: 121px;
	display: inline; /** IE BUG */
}

#content
{
	float: right;
	margin: 0 20px;
	width: 470px;
	display: inline; /** IE BUG */
}

.content_header h2
{
	margin-bottom: 35px;
	padding-bottom: 3px;
	color: #327307;
	font-size: 17px;
	text-align: center;
	border-bottom: 1px solid #B8D0ED;
}

.content_title
{
	padding-bottom: 3px;
	text-align: center;
	background: transparent url('../img/content_icon.gif') top right no-repeat;
	border-bottom: 1px solid #B8D0ED;
}

.content_title h2
{
	margin-right: 22px;
	color: #0E427F;
	font-size: 14px;
	text-transform: uppercase;
}

.content_title h2 a
{
	color: #0E427F;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.content_date
{
	margin-top: 3px;
	padding-left: 14px;
	height: 10px;
	line-height: 10px;
	color: #666;
	font-size: 9px;
	vertical-align: middle;
	background: transparent url('../img/clock.gif') center left no-repeat;
}

.content_body
{
	margin-top: 10px;
	color: #666;
}

.content_body p
{
	margin-bottom: 12px;
}

.content_body a
{
	color: #666;
	font-weight: bold;
}

.content_body a:hover
{
	text-decoration: none;
}

.content_body ul
{
	margin: 16px 0;
	padding-left: 25px;
	list-style-image: url('../img/list2-bg.gif');
}

.content_body ul li
{
	margin-bottom: 3px;
	color: #2B61A2;
}

.content_body ul li a
{
	color: #2B61A2;
	font-weight: bold;
	text-decoration: none;
}

.content_body ol
{
	margin: 16px 0;
	padding-left: 30px;
}

.content_body ol li
{
	margin-bottom: 3px;
	color: #2B61A2;
}

.content_body ol li a
{
	color: #2B61A2;
	font-weight: bold;
	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;
}

.sociable
{
	text-align: center;
}

.related_posts
{
	margin: 5px 0 15px 0;
}

.related_posts h3
{
	color: #327307;
	font-size: 13px;
	font-weight: bold;
}

.related_post
{
	margin: 2px 10px;
	list-style: none;
}

.related_post li a
{
	color: #2B61A2;
	font-size: 11px;
	text-decoration: none;
}

.content_tags
{
	margin-bottom: 15px;
	color: #327307;
	font-weight: bold;
}

.content_tags a
{
	color: #2B61A2;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.content_postmeta
{
	margin: 10px 3px 35px 0;
	color: #327307;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	clear: both;
}

.content_postmeta a
{
	color: #327307;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.content_postmeta1
{
	margin-bottom: 25px;
	color: #666;
	text-align: center;
	clear: both;
}

.content_postmeta1 a
{
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

.content_nav
{
	margin-bottom: 30px;
	padding-top: 5px;
	border-top: 1px solid #B8D0ED;
}

.content_nav_lt
{
	float: left;
	width: 49%;
	display: inline;
}

.content_nav_lt a
{
	padding-left: 18px;
	color: #555;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	background: transparent url(../img/prev.gif) left top no-repeat;
}

.content_nav_rt
{
	float: right;
	width: 49%;
	text-align: right;
	display: inline;
}

.content_nav_rt a
{
	padding-right: 18px;
	color: #555;
	font-weight: bold;
	line-height: 12px;
	vertical-align: top;
	text-decoration: none;
	background: transparent url(../img/next.gif) right top no-repeat;
}

.notf_ti
{
	margin-bottom: 10px;
	padding-top: 12px;
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #B8D0ED;
}

.notf_te
{
	margin-bottom: 10px;
	padding-bottom: 12px;
	color: #666;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #B8D0ED;
}

#footer_box
{
	height: 45px;
	background: transparent url('../img/footer-bg.gif') top left repeat-x;
}

#footer_top
{
	margin: 0 auto;
	padding: 3px 0 5px 40px;
	width: 882px;
	font-weight: bold;
}

#footer_top a
{
	color: #0E427F;
	text-decoration: none;
}

#footer_top a:hover
{
	text-decoration: underline;
}

#footer_bot
{
	margin: 0 auto;
	width: 882px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}


/** CSS Comments */
ol.commentlist { list-style: none; }
ol.commentlist li.comment { margin-bottom: 25px; padding-bottom: 5px; }
ol.commentlist li div.comment-author { padding: 2px; background: #EAF0FB; border: 1px solid #B8D0ED; }
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/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: #327307;
	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 #2B61A2;
}

#respond form input.submit
{
	padding: 2px 6px;
	color: #2B61A2;
	font-size: 12px;
	font-weight: bold;
	background: transparent url('../img/inp-sel-bg.gif') top left repeat-x;
	border: 1px solid #ADC6E3;
	cursor: pointer;
}

#respond p small
{
	margin-left: 5px;
	color: #0E427F;
}

#respond_logged
{
	color: #0E427F;
	font-size: 11px;
}

#respond_logged a
{
	color: #2B61A2;
	font-weight: bold;
}

textarea#comment
{
	width: 400px;
	height: 60px;
}