@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:150%;
	}
	
a {
	color:#660000;
	}
	
a:hover {
	color:#990000;
	}
	
img {
	border: 0;
	}
	
#wrapper {
	width: 780px;
	margin: 0 auto;
	background: #FFF8E3;
	padding: 10px;
	margin-top: 25px;
	border: 1px #0D0404 solid;
	}
	
#header img {
	float: left;
	}
	
.splash-img {
	border-right: 4px solid #ffffff;
	}
	
#nav {

}

#nav ul{
margin: 0;
padding: 0;
float: left;
background: #4B0D0A;
border-top: 3px #ffffff solid;
border-bottom: 3px #ffffff solid;
width: 780px;
}

#nav ul li{
display: inline;
}

#nav ul li a{
float: left;
color: white; /*text color*/
padding: 8px 12px;
text-decoration: none;
font-size: 14px;
}


#nav ul li a:hover {
background: #7A0000;
}

#content {
	clear: both;
	padding: 25px 20px 0 20px;
	}
	
#main {
	float: left;
	width: 472px;
	text-align: justify;
	margin-bottom: 40px;
	}
	
.callout {
	font-size: 16px;
	color: #7A0000;
	text-align: center;
	margin-top: 30px;
	}
	
#side {
	float: left;
	width: 205px;
	margin-left: 56px;
	margin-bottom: 40px;
	}
	
h3{
		color:#660000;
		font-style:italic;}		
	
#footer {
	clear: both;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
	color: #ffffff;
	font-size: 12px;
	/*padding: 20px;*/
	text-align:center;
	height:47px;
	line-height:20px;
	}
	
#footer a {
	color: #ffffff;
	}

	/* blog styles */
	#sidebar ul{
		list-style-type:none;}
	#sidebar{
		width:200px;
		float:right;}	
	#sidebar h2{
		color:#660000;
		font-style:italic;}	
	.narrowcolumn{
		margin-top:-40px;
	}	

/* iHF Styles */
.ihmain {
	font-size:12px;}	

.post h2{
	line-height:160%;
	text-align:left;
	color:#660000;
		font-style:italic;}	