/*
Theme Name: HannahsHaven
Description: Created for Hannah's Haven Recovery Home; based on the Neptune theme by Ben de Groot, http://d10e.net/
Version: 0.6.1

*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	color: #000000;
                background: #EAFFEA;
	}
body {
	text-align: center;
	font: 70%/150% Trebuchet MS, Tahoma, verdana, sans-serif;
	}
html>body { font-size: 12px; } 

#wrap {
	position: relative; 
	height: 100%; 
	width: 770px;
	margin: 0 auto; 
	text-align: left; 
	}

#middle {
	position: relative;
	height: auto; 
	min-height: 100%; 
                margin-bottom: -120px; 
	width: 770px;
	background: transparent url(images/main.gif) repeat-y;
	}

#middle:after { 
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
    }

* html #wrap, * html #middle {
	height: 100%;
	}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 132px;
	width: 100%;
	z-index: 3; 
	background:  url(images/header.gif) no-repeat;
	}

#footer {
	position: relative;
	width: 100%;
	height: 120px;
	background: transparent url(images/footer.gif) no-repeat;
	}

#content, #nav, #xtra { /* so that the content will not overlap with the header or footer */
	padding-top: 190px; /* height of header + a little extra */
	padding-bottom: 140px; /* height of footer + a little extra */
	}

#main {
	position: relative; /* IE float bug workaround */
	float: left;
	width: 575px; /* width of #content + #nav + shadow-margin */
	}

#content {
	position: relative;
	float: right;
	width: 380px;
    background: #ffffff url(images/hannahback.jpg) repeat;
	}

#nav {
	position: relative;
	float: left;
	width: 180px;
	margin-left: 15px;
    color:#000000;
	}
* html #nav { margin-left: 8px; } /* IE bug fix */

#xtra {
	position: relative;
	float: right;
	width: 180px;
	margin-right: 15px; /* for shadow */
	}

* html #xtra, * html #nav, * html #content {
	overflow: hidden; /* this way IE doesn't mess with our sizes */
	padding-top: 210px; /* for some mysterious reason IE needs a bit more */
	}

/*	Some block elements that influence div sizes and positioning	 */

h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	}

#footer p {
	position: absolute; /* otherwise it gets pushed aside */
	top: 17px;
	width: 700px;
	text-align: center;
	margin: 0 35px;
	}

/*	Placing the header image and making it a clickable link	 */

#header h1 a {
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 50px;
	left: 15px;
	width: 740px;
	height: 132px;
	background: transparent url(images/hhlogo.jpg) no-repeat;
    border-bottom: 2px #575b63 solid;
    margin:0;
    padding:0;
	}

/*	Giving block elements inside the columns a default margin.
 *	This prevents the need for a box model hack on all the columns.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 15px;
	}

/* 	General styling		*/

h2 {
color: #669966; 
font-family: Georgia, Serif; 
font-size: 16px; 
font-weight:bold;
}

h2 a:link {
	color: #003399; 
	text-decoration: none;
	}
h2 a:visited {
	color: #003399; 
	text-decoration: none;
	}


	
h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.1em;
	}

h3+h4 {
	margin-top: .4em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 0;
	padding: 1px 0 1px 20px;
	background: url(quote.png) 15px 0 no-repeat;
	}
blockquote p {
	margin: .7em 15px;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre {
	font-family: 'bitstream vera sans mono', 'andale mono', monospace;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

ol {
	margin-left: 30px;
	}

textarea {
	width: 320px;
	}

ul {
	list-style: disc;
	margin-left: 30px;
	}

#content a:link {
	color: #003399; 
	text-decoration: underline;
	}
#content a:visited {
	color: #003399; 
	text-decoration: underline;
	}
a:hover, a:hover {
	color: #999999; 
	text-decoration: none;
	}

#content h2 {
	margin: 25px 15px 4px 15px;
	font-size: 1.5em;
	line-height: 120%;
	text-align: left;
	}

#nav h2 {
	display: none; /* because it is for unstyled version */
	}

#nav h3, #xtra h3, #nav caption {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 1.5em 15px .5em;
	}
#nav ul, #xtra ul {
	margin-top: .5em;
	}

#nav, #xtra, #footer {
	color: #fff;
	}

#nav a:link, #xtra a:link, #footer a:link {
	color: #fff;
	text-decoration: none;
	}
#nav a:visited, #xtra a:visited, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}

.commentlink {
	text-align: right;
	}

.commentlist {
	list-style: none;
	}

.comno {
	/* hack needed because pure CSS solution only works in Firefox */
	position: absolute;
	right: 0;
	margin: -.3em -5px 0 0;
	text-align: right;
	font-size: 4em;
	font-style: italic;
	line-height: 100%;
	color: #fff;
	z-index: 10;
	}
* html .comno { margin: -1.5em -14px 0 0; } /* IE wants other values */

.commentlist li {
	color: #444;
	font-style: normal;
	margin: 2em 0;
	}

.commentlist p {
	margin: .6em 0;
	}

.hilite {
	background: #f93;
	}

.more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	position: relative;
	font-size: .9em;
	background: #ece7eb;
	border-top: 1px solid #333;
	padding: 4px 0 4px 7px;
	}
* html .posted { float: left; width: 344px; margin: .8em 8px; } /* IE bug fix */

.posted cite {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	display: block;
	}

.author .posted {
	background: #edf;
	border-color: #759;
	}


#postcomment {
	text-align: left;
	}

input#submitComment {
	padding: 2px 4px;
	}

input#submitComment:hover {
	cursor: pointer;
	}

/*	Navigation links		*/

.prev {
	display: block;
	float: left;
	text-align: right;
	width: 48%;
    font-family: verdana, sans;
    font-size: 10px;
	}

.next {
	display: block;
	float: right;
	text-align: left;
	width: 48%;
    font-family: verdana, sans;
    font-size: 10px;
	}

.nav:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html .nav { height: 1%; }

