/*  
Theme Name: Peaceful Rush
Theme URI: http://www.wpdesigner.com/2007/01/17/peaceful-rush-wordpress-theme/
Description: Peaceful Rush Wordpress theme created by Small Potato (WPDesigner.com)
Version: 1.0.2
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under GPL.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color: #000;
	background-color: #fff;
	background-image: url(/images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h2{
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#c97d05;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#c97d05;
}

#container{
	width: 748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header{
	clear: both;
}

#header h1{
	float: left;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	color: #fff;
	font-family: Georgia, serif;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 72px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 38px 26px;
}

#header h1 a{
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover{
	text-decoration: underline;
}

#menu{
	float: left;
	font-family: Georgia, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

 /*#menu ul{
	list-style: none;
	margin: 0;
	padding-top: 34px;
	padding-left: 0;
}
*/
#pagewrapper{
	float: left;
	width: 748px;
	padding-top: 23px;
	background-image: url(/images/bg_page.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#page{
	padding: 0 23px;
}

#banner{
	float: left;
	width: 702px;
	height: 150px;
	clear: both;
	background-image: url(/images/header_house.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.maincolumn{
	float: left;
	width: 100%;
}

.post{
	margin: 10px 0 0;
	padding: 5px;
	min-height:400px;
	height:auto !important;
	height:400px;
	/* background: url(bg_post.gif) no-repeat left top; */
}

.post h2{
	/* border-bottom: 1px solid #ebe1d3; */
	padding: 5px 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	color: #c97d05;	
}

.post h2 a{
	text-decoration: none;
	color: #c97d05;
}

.post h2 a:hover{
	text-decoration: underline;
}

.browse{
	margin: 20px 15px 15px 15px;
	border-top: 1px solid #e5d8c6;
	padding: 10px;
	line-height: 24px;
	text-align: center;
}


a{
	text-decoration: underline;
	color:#c97d05;
}

a:link {
	text-decoration: none;
	color: #c97d05;
}
a:visited {
	text-decoration: none;
	color: #c97d05;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#footer {
	text-align:center;
	color: #C97D05;
	font-size: 10px;
	}
.clear {
	clear: both;
	}


