/*
Theme Name: Green Housing Concept Theme
Theme URI: http://greenhousingconcept.com/
Description: A customized WordPress theme created for Green Housing Concept.
Version: 1.0
Author: Adam Sas
Author URI: http://adamsas.com/
Tags: green housing
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia1, Georgia, Serif;
	font-size: 62.5%;
	background: #e7e8e2;
}

img {
	border: 0;
}

#main {
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
	background: #d9dbd0;
}

#navigation {
	position: relative;
	height: 34px;
	background: #163d1e;
	overflow: hidden;
}

#navigation ul {
	position: relative;
	left: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
	float: left;
	text-align: center;
}

#navigation ul li {
	display: block;
	position: relative;
	right:50%;
	float: left;
	margin: 2px 24px;
	font-size: 1.3em;
	font-variant: small-caps;
}

#navigation ul li a {
	display: block;
	margin: 0;
	padding: 6px;
	color: #b1f083;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #fff;
}

#header {
	height: 85px;
	padding: 40px 0 0px;
	background: #12341b url('images/header.jpg') top center no-repeat;
}

#header #logo {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 198px;
	height: 60px;
	color: #fff;
}

#header h1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 198px;
	height: 60px;
	font-weight: normal;
	text-align: center;
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
}

#slides {
	margin: 0 0 1px;
	width: 780px;
	height: 210px;
	background: #000;
}

#slides img {
	position: absolute;
	top: 148px;
	left: 50%;
	margin-left: -357px;
	width: 714px;
	height: 213px;
}

#content {
	padding: 30px 0;
	min-height: 360px;
	border-top: 2px solid #afaca5;
	border-bottom: 2px solid #afaca5;
	overflow: hidden;
}

#sidebar {
	float: right;
	padding: 0 22px;
	width: 210px;
	min-height: 40px;
	overflow: hidden;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .widget {
	margin: 0;
	padding: 0 0 20px;
}

#sidebar h2.widgettitle {
	margin: 0 0 16px;
	font-size: 1.9em;
	font-weight: normal;
}

#sidebar ul li ul {
	margin: 0 6px;
	font-size: 1.2em;
}

#sidebar ul li ul li {
	margin: 4px 0 6px;
}

#sidebar a {
	color: #999;
}

#seperated {
	float: right;
	margin: 0;
	width: 524px;
	border-right: 1px solid #e6e7df;
	overflow: hidden;
}

#page {
	padding: 0 23px;
	color: #302724;
	border-right: 2px solid #d1d1c8;
}

#page h2 {
	margin: 0 0 16px;
	font-size: 1.9em;
	font-weight: normal;
}	

.post {
	min-height: 310px;
	padding: 0 0 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	overflow: hidden;
}

.post p {
	margin: 6px 0;
}

#footer {
	margin: 1px 0 0;
	padding: 10px 20px;
	font-size: 1.1em;
	color: #163d1e;
	background: #c6c6bc;
}