@charset "utf-8";
/* CSS Document */
body {
	color:#3c4c4b;
	background:url(images/body_bg.gif) top repeat-x;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color:#350f06;
	font-weight:normal;
}
h1 {
}
h2 {
	font-size:20px;
	margin:0;
}
h3 {
	font-size:16px;
	margin:0 0 5px 0;
}
h4 {
	color:#53918e;
	font-size:14px;
}
h5 {
}
h6 {
}
ul {
	list-style:none;
}
#mac_pagecontent ul {
	list-style:url(images/bullet.gif);
}
#mac_pagecontent li{
	list-style:url(images/bullet.gif);
}
#header {
	position:relative;
	width: 960px;
	height: 120px;
}
#logo{
	position: absolute;
	left: 30px;
	top: 0px;
}
#tagline {
position: absolute;
top: 62px;
left: 318px;
}
#tagline a {
	margin:0 0 0 21px;
}
h2.pageheader{
	width: 560px;
	height: 46px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	background-image: url(images/pageheader.jpg);
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7f6862;
}
#nav {
	position: absolute;
	left: 300px;
	font-size:11px;
	text-transform:uppercase;
}
#nav ul {
	list-style:none;
}
#nav ul li {
	height:45px;
	margin:0;
	padding:0;
	float:left;
}
#nav ul li a {
	color:#20514f;
	text-decoration:none;
	padding:25px 5px 5px;
	display:block;
}
#nav ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/nav_a_hover_bg.gif) top repeat-x;
}
#banner {
	height:70px;
	padding-top:175px;
	background:url(images/banner_bg.jpg) center top no-repeat;
}
#banner a {
	margin-right:25px;
}
#main {
	background:#fff;
	margin:9px 0 0 0;
}
#sidebar ul {
	list-style:none;
}
#sidebar ul li {
	margin:0;
	padding:0;
	background:#dfd7d4;
	border:4px solid #cec2bd;
	list-style:none;
}
#sidebar ul li h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #350f06;
	background-image: url(images/lih2bkg.gif);
	text-align: center;
	height: 40px;
	width: 292px;
	padding-top: 18px;
}
#sidebar ul li ul {
list-style:none;
}
#sidebar ul li ul li {
	border:none;
	list-style:none;
}
#sidebar ul li ul li a {
	color:#7f6862;
	text-decoration:none;
	border:1px solid #c8beba;
	background:#e9e3e1;
	margin:1px 5px;
	padding:3px 0 3px 25px;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#350f06;
}
#footer {
	height:167px;
	background:url(images/footer_bg.gif) repeat-x;
}
#footer a{
	color:#3c4c4b;
	text-decoration:none;
}
#footer a:hover{
	color:#3c4c4b;
	text-decoration:underline;
}
#pagecontent{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 586px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7f6862;
	border-bottom-color: #7f6862;
	border-left-color: #7f6862;
	background-image: url(images/pageswirls.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2.blogpagetitles{
	width: 620px;
	height: 23px;
	padding-top: 88px;
	text-align:center;
	color: #FFF;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(images/blog_pagetitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}
.post{
	width: 620px;
	margin-bottom: 10px;
}
.post_hdr{
	width: 620px;
	background-image: url(images/post_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
	position: relative;
}
.postmid{
	width: 578px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7f6862;
	border-left-color: #7f6862;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.entry{
	font-size: 12px;
	color: #3c4c4b;
	text-align:justify;
}
.entry p{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.post_ftr{
	background-image: url(images/post_footer.gif);
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 620px;
	position:relative;
}
.post_hdr h2{
	position: absolute;
	left: 19px;
	top: 30px;
	width: 500px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #350f06;
}
.post_hdr h2 a{
	color: #350f06;
	text-decoration:none;
}
.post_cat{
	position: absolute;
	left: 19px;
	top: 52px;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.addthis{
	position: absolute;
	left: 19px;
	top: 8px;
	}
.commenticon{
	position: absolute;
	left: 405px;
	top: 11px;
}
.commentsinfo{
	position: absolute;
	left: 425px;
	top: 11px;
	font-size: 11px;
}
.post_date{
	position:absolute;
	left: 536px;
	width: 50px;
	top: 25px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #350f06;
}
.datemonth{
	font-size: 14px;
	text-transform:uppercase;
}
.dateday{
	font-size: 22px;
	line-height: 15px;
}
