@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	background: #655241 url(_gfx/body_bg.gif) 0 0 repeat-x;
}
#wrapper{
	width: 968px;
	margin: 10px auto 0 auto;
}
#main{
	width: 786px;
	margin-left: 4px;
	float: left;
	display: inline;
}
#header{
	width: 786px;
	height: 190px;
	background: #fff;
}
a img{
	border: none;
}
#left_img{
	width: 150px;
	padding: 17px 5px 0 12px;
	float: left;
}
#left_img img{
	border: 1px solid #9e8d82;
}
#header_title{
	display: inline;
	float: left;
	padding-top: 16px;
}
#header_title h1{
	display: block;
	width: 607px;
	height: 166px;
	text-indent: -4000px;
	background: url(_gfx/logo.gif) 0 0 no-repeat;
}
#header_title h1 a{
	display: block;
	width: 607px;
	height: 166px;
}
#content{
	padding-top: 18px;
}
#content, #sidebar{
	font-family: font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
#content_left{
	display: inline;
	width: 193px;
	margin-left: 18px;
	padding: 15px;
	float: left;
	margin-right: 7px;
}
#content_right{
	display: inline;
	width: 493px;
	padding: 15px;
	float: left;
}
#content .title{
	display: block;
	width: 100%;
	border-bottom: 2px solid #052f4c;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 1.5em;
}
#content_left h3{
	display: block;
	width: 100%;
	border-bottom: 2px solid #052f4c;
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-size: 1.3em;
	
}
.widget_recent_comments h3{
	display: none !important;
	
}
#content .title .post-categories li{
	display: block;	
}
#content .post_title{
	font-size: 1.125em;
	margin-bottom: 10px;
}
#content .post p, #content .post ul, #content .post ol, #content .page p, #content .page ul, #content .page ol{
	font-size: .875em;
	margin-bottom: 15px;
	line-height: 160%;
}
#content .page h3{
	margin-bottom: 15px;
}
#content .post ul, #content .post ol, #content .page ul, #content .page ol{
	padding: 0 0 0 15px;
}
#content .post li, #content .page li{
	list-style: square;
	margin-bottom: 3px;
}
#content .post img, #content .page img{
	border: 2px solid #4682aa;
}
#content .post .alignleft, #content .page .alignleft{
	float: left;
	margin: 0 15px 10px 0;
}
#content .wpulatestposts, .widget_recent_entries, .widget_recent_comments{
	margin-bottom: 15px;
}
#content .wpulatestposts li, .widget_recent_entries li, .widget_recent_comments li{
	margin-left: 15px;
	font-size: .875em;
	line-height: 160%;
	padding-left: 5px;
}
#content .wpulatestposts li img{
	border: 2px solid #052f4c;
	margin: 3px 1px;
}
#content a{
	font-weight: bold;
	text-decoration: none;
	color: #052f4c;
}
#content a:hover{
	text-decoration: underline;
}
#sidebar{
	display: inline;
	width: 141px;
	float: left;
	padding: 20px 15px 20px 18px;
}
#sidebar li{
	list-style: none;	
}
.widget_search h4{
	font-size: 1.375em;
}
#s{
	margin: 5px 0;
	height: 24px;
	padding: 3px;
	width: 141px;
	border: none;
	background: url(_gfx/search_text.gif) 0 0 no-repeat;
	font-size: 1em;
}
#searchbutton{
	float: right;
	display: inline;
	margin-bottom: 20px;
}
#welcome{
	clear: right;
	margin-bottom: 20px;
}
#welcome p{
	font-size: .875em;
}
#welcome .login{
	text-align: right;
	margin-top: 5px;
	font-size: .75em;
	font-weight: bold;
}
#welcome .login a{
	color: #000;
}
#image-flicker{
	margin: 15px 0 0 -6px;
}
#image-flicker img{
	border: 1px solid #a89b9c;
}
.simpleimage{
	margin: 15px 0 0 -3px;
}
#social_links{
	margin-top: 15px;
}
#footer{
	width: 968px;
	margin: 0 auto;
	padding: 35px 0 10px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#footer a{
	color: #fff;
	text-decoration: none;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 4px 4px 6px 11px;
	display: inline;
	}

img.alignleft {
	margin: 4px 11px 6px 4px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.family_wrap{
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
.family_wrap .size-medium{
	width: 250px !important;
	height: auto !important;
}
#page_list{
	margin-bottom: 15px;
}
#page_list li{
	margin-left: 15px;
	font-size: .875em;
	line-height: 160%;
	padding-left: 5px;
}