/* 
Thanks to: http://whiteboardframework.com/
*/


html, div, span, applet, object, iframe,, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
General styles and menu
*/
body, html, img {
	margin:0px;
	padding:0px;
	border:0px;
}

html, body{
	background:#5f694f;
	font-family:"Trebuchet MS",  "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
	line-height: 15px;
}
a{
	color:#5f694f;
}
#container{
	position:absolute;
	background-color:#FFF;
	background:url(images/bodyline.gif);
	width:522px;
	margin-left:-261px;
	left:50%;
	top:140px;
}
.headerhome{
	float:left;
	height:83px;
	width:127px;
	text-indent:-600px;
}
.menu{
	height:89px;
	background:url(images/bodytop.gif);
	padding-top:2px;
	padding-left:126px;
}
.menu li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#5f694f;
	list-style-type:none;
	float:left;
	margin-right:14px;
}
.page_item a{
	color:#5f694f;
	text-decoration: none;
}
.page_item a:hover{
	color:#666;
	text-decoration: underline;
}
.current_page_item a{
	color:#666;
}

/* Content */

h1, h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333;
}
#content{
	padding-left:28px;
	padding-right:28px;
}
#footer{
}
.footer_img a{
	color:#333;
}
.footer_img{
	padding-left:28px;
	padding-right:28px;
	padding-top:14px;
	font-size:10px;
	height:18px;
	background-position: bottom;
	background-image: url(images/bodybottom.gif);
	background-repeat: no-repeat;
	margin:0px;
}
.footer_creds{
	padding-left:28px;
	padding-right:28px;
	padding-top:5px;
}

.post h2{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}