/*eric meyer reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,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{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"""";}

body {
	background: #EFEFF5;
	border-top: 2px solid #874629;
}

div#content {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #FFF url(../../images/bodybackground.gif) repeat-y left top;
	border-bottom: 10px solid #34377C;
	overflow: hidden;
}

h1#site_id {
	display: block;
}

div#main_content {
	float: right;
	width: 536px;
	margin: 18px 12px 0 0;
}

div#sidebar {
	float: left;
	width: 200px;
	background: #34377C;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h1 {
	font-size: 3em;
	line-height: 1.5em;
}
h2 {
	font-size: 2em;
	line-height: 1.5em;
	color: #798729;
}
h3 {
	font-size: 1.5em;
	line-height: 2em;
	color: #874629;
}
h4 {
	font-size: 1.166667em;
	line-height: 1.2857em;
	color: #232655;
}
h5,h6 {
	color: #232655;
}
p, ul, ol {
	margin: 0 0 1.5em 0;
}
ul li {
	list-style: disc;
	margin: 0 0 0 36px;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h2#page_title {
	margin-top: .75em;
}

div#main_content a:link {color: #587230;}
div#main_content a:visited {color: #587230;}
div#main_content a:hover {background-color: #587230; color: #fff;}
div#main_content a:active {color: #587230;}

div.post_body ol li, div#page_body ol li {
	list-style: decimal;
	margin: 0 0 0 36px;
}

span.post_date {
	display: block;
	width: 100%;
	color: #777;
	line-height: 17px;
	border-bottom: dotted 1px #B9C9B9;
	margin-top: 1.5em;
}

ul.photo_gallery {
	overflow: hidden;
	margin-bottom: 12px;
}

ul.photo_gallery li {
	float: left;
	list-style: none;
	margin: 6px 12px 6px 0;
	background: #B9C9B9;
	text-align: center;
	padding: 8px;
	width: 75px;
	height: 75px;
	border: 2px solid #4F784F;
}

div#main_content ul.photo_gallery li a:hover {
	background-color: #874629;
}

a#home_link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 760px;
	height: 72px;
	text-indent: -5000px;
	background: #34377C url(../../images/SiteHeader.jpg) no-repeat left top;
}

div#sidebar div {
	margin: 18px 12px;
	width: 176px;
}

div#sidebar div.sidebar_section_no_title {
	width: 285px;
	background: none;
	overflow: hidden;
}

div#sidebar div h4 {
	color: #FFF;
	background: #303372;
	border-bottom: 1px solid #232655;
	border-top: 1px solid #393C88;
	padding: .4em;
	margin-bottom: .3em;
}

div#sidebar p, div#sidebar div ul {
	margin: 0 .5em;
}

div#sidebar div ul li {
	list-style: none;
	margin: 0;
}

div#sidebar a, div#sidebar div p {
	color: #fff;
}

input#charms_submit { margin-left: 6px;}