/*  
Theme Name: House on a hill
Theme URI: http://themes.hisurf.com/
Description: A Wordpress Theme For Your Blog <br> - Designed by <a href="http://themes.hisurf.com">Hisurf.com</a> 
Author: Hisurf.com
Author URI: http://themes.hisurf.com/
© 2007, Hisurf.com. All rights reserved. 
*/

body
{
	background-color: #526931;
	background-image: url(images/bg.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#nav
{
	width: 680px;
	height: 30px;
	border-bottom: 0px solid white;
	color: white;
	background-color: #526931;
	opacity: 1;
	-moz-opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	
	position: fixed;
	top: 0px;
	margin-left: -340px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: right;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #3d4d24;
}

#main
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-right: 0px solid #666666;
	border-left: 0px solid #666666;
}

#hero
{
	margin: 0px;
	border-bottom: 0px solid white;
	width: 680px;
	height: 235px;
}




#header h1
{
	position: absolute;
	left: 82px;
	top: 8px;
	color: white;
	font-size: 48px;
	font-weight: bold;
	margin: 0px;
}

#header h1.shad
{
	left: 84px;
	top: 10px;
	color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em
{
	font-style: normal;
	text-decoration: none;
}

#body
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	border-right-width: 200px;
	border-right-style: solid;
	border-right-color: #ffffff;
	line-height: 15px;
}

#sidebar
{
	width: 160px;
	position: absolute;
	right: -200px;
	_right: 0px;
	top: 0px;
	padding: 10px;
	background-color: #FFFFFF;
}

#sidebar h3
{
	font-size: 13px;
	border-bottom: 0px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
	color: #3d4d24;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
	line-height: 20px;
}

#sidebar p
{
	margin-bottom: 8px;
}

#content
{
	padding: 20px;
	border-right: 0px solid #526931;
	border-left: 0px solid #526931;
	
}

#content h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: black;
	text-decoration: underline;
}

#content .date
{
	float: right;
	font-size: 10px;
}

#content .postedBy
{
	float: left;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #3d4d24;
	height: 15px;
	font-size: 10px;
}

#content .meta
{
	height: 1em;
	line-height: 30px;
	background-color: #FFFFFF;
	width: 460px;
}

#content p
{
	text-align: justify;
	text-indent: 0em;
	line-height: 16px;
	width: 460px;
}

.comments
{
	padding: 6px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #3d4d24;
	border-bottom-color: #3d4d24;
	background-color: #f5e6af;
	font-size: 10px;
	width: 450px;
}
.commentmetadata
{
	width: 440px;
}

p.commentmetadata
{
	width: 440px;
}

a
{
	color: #3d4d24;
}

.pullout
{
	background-color: #eeeeee;
	padding: 5px;
	float: right;
	margin: 8px;
}



#footer
{
	width: 678px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #526931;
	background-color: #526931;
	color: #ffffff;

}

.left
{
	float: left;
}

.right
{
	float: right;
}

.csskeyword
{
	color: blue;
}

.cssvalue
{
	color: red;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}
.style1 {color: #3d4d24}
