/*  
Theme Name: Hannah
Theme URI: http://enabl.net/
Description: A theme for the A Cure For Hannah website.
Version: 1.0
Author: Nathan Smart
Author URI: http://www.nathansmart.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #fcdfdf url(images/bg-header-top.jpg) repeat-x;
	color: #000000;
}

h1{
	font-family: Trebuchet MS, Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #000000;
}
	
a:hover{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 200px;
	width: 530px;
	text-align: left;
	border-bottom: 1px solid #000000;
}


#header{
	float: left;
	width: 530px;
	height: 101px;
	background: url(images/bg-header.jpg) repeat-x;
}

#header h1 a{
	display: block;
	background: url(images/acureforhannah.png) no-repeat;
	text-indent: -1000px;
	padding: 10px 0 0 0;
	margin-top: 32px;
}


#menu{
	float: left;
	width: 595px;
	height: 36px;
	background: url(images/bg-menu.jpg) repeat-x;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#menu ul li{
	float: left;
	font: 14px Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#container{
	float: left;
	width: 530px;
	background: #f7f0f0;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
}

.post{
	text-align: justify;
	padding: 20px 20px 10px 20px;
	background: url(images/header-dots.png) repeat-x;
}

.post h2{
	font-family: Trebuchet MS, Georgia, Sans-serif;
	font-size: 24px;
}

.entry{
	line-height: 18px;
}

.date{
	text-align: right;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#footer {
	clear: both;
	background-color: #341f09;
    	text-align: center;
    	color: #ffffff;
	border-top: 1px solid #f0c0c0;
}

#footer a{
	color: #ffb3b4
}
