/*
Theme Name: Proganics 
Theme URI: http://www.growproganics.com/blog/
Description: Wordpress theme created for www.growproganics.com 
Version: 0.1 
Author: The Gunter Agency
Author URI: http://www.gunteragency.com/
Tags: proganics

*/

/* Main elements */

html, body {
	position: relative;
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background: #555954 url('images/structure/background_fade.gif') top center repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 0.875em;
}

a {
	color: #345200;
	text-decoration: none;
	font-weight: bold;
}

#page_wrapper {
	width: 980px;
	min-height: 100%;
	margin: auto;
	background: white;
	border-left: 1px solid #424929;
	border-right: 1px solid #424929;

	margin-bottom: -40px; /* Make room for footer */
}

#page_header {
	position: relative;
	height: 100px;
	width: 980px;
	padding-bottom: 20px;
	background: url('images/structure/background_header_1.jpg');
}

#page_header ul {
	position: absolute;
	bottom: 19px;
	right: 10px;
	margin: 0; padding: 0;
	list-style-type: none;
}

#page_header ul li {
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	float: left;
	margin: 0 5px 0 5px;
}

#page_header ul a {
	display: block;
	color: white;
	padding: 5px 10px 6px 10px;
	text-decoration: none;
}

#page_header ul a:hover {
	outline: 1px solid white;
}

#page_header ul a:active {
	background: #7E847D;
}

body.about #page_header #about a,
body.products #page_header #products a,
body.library #page_header #library a,
body.contact #page_header #contact a,
body.blog #page_header #blog a,
#page_header ul li.selected a {
	color: black;
	background: white;
	cursor: default;
	outline: 1px solid white;
}

#page_header a#home_link {
	display: block;
	position: absolute;
	bottom: 0px; left: 20px;
	width: 320px;
	height: 90px;
	text-indent: -2000em;
	overflow: hidden;
	margin: 0; padding: 0;
}
#page_content {
	padding: 5px 0 0 0;
	padding-bottom: 50px; /* Pad out for footer */
	overflow: hidden;
}

#content_main {
	width: 740px;
	margin-right: 20px;
	float: right;
}
#sidebar {
	float: left;
	width: 220px;
	text-align: center;
}
#sidebar ul {
	list-style-type: none;
	margin: 20px;
	padding: 0;
}
#sidebar ul ul {
	margin: 10px 0 20px 0;
	padding: 0;
}

#sidebar ul ul li {
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 0;
}
#sidebar table {
	margin: auto;
}

#page_footer {
	height: 40px;
	width: 980px;
	margin: auto;
	text-align: center;
	font-size: 12px;
}

.post {
	border-bottom: 1px solid #345200;
}

.post h2 {
	margin: 10px 0 2px 0;
	padding: 0;
}
.post small {
	margin: 2px 0 0 0;	
	padding: 0;
}

#search {
}

.navigation {
	overflow: hidden;
}
.navigation #prevLink {
	float: left;
}
.navigation #nextLink {
	float: right;
}

#recent-posts li, .widget_categories li {
	margin: 1em 0 1em 0;
}
