@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	width:100%;	
	height:auto;
	background:url(images/headerbg.gif) repeat-x #edf4db;
	padding:0;
	margin:0;
	height:100%;
}
#wrapper {
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -20px; /* the bottom margin is the negative value of the footer's height */
	overflow:hidden;
}
#header {
	width:672px;
	height:33px;
	font-family: "Century Gothic", sans-serif, Arial;
	font-weight:normal;
}
#menu {
	width:690px;	
	padding-left:20px;
	padding-top:3px;
}
#menu li, #menu a {
	color:#6d7b4c; /* darker green */
	font-size:14px;
	text-decoration:none;
	text-transform:lowercase;
}
#menu li {
	list-style-type: none;
	display:inline;	
	padding-right:20px;
}
#left {
	float:left;	
}
#right {
	float:left;	
	text-align:right;
	font-family: "Century Gothic", sans-serif, Arial;
	font-weight:normal;
}
#header_badge {
	background-color:#f6fce8;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border:1px solid #d9e4bc;
}
#header_badge div {
	margin:5px 15px 17px 15px;
}
#header_badge p {
	color:#9ebb59; /* lighter green */
	font-size:10px;
	margin-top:7px;
}
#header_badge h1 {
	color:#edba1e; /* orange */
	font-weight:normal;
	font-weight:26px;
}
#header_badge h2 {
	color:#6d7b4c; /* darker green */	
	font-weight:normal;
	font-size:12px;
	margin-top:7px;
}
#sidebar {
	width:195px;
	color:#6d7b4c; /* darker green */	
	margin-top:33px;
}
#content {
	width:672px;
	padding:13px 10px 0 20px;
	background:url(images/bg.gif) no-repeat;
	min-height:466px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#content_body {
	padding:23px;
	background-color:#fff;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border:1px solid #d9e4bc;
}
#content_body h2 {
	font-size: 24px;
	color:#6d7b4c; /* darker green */
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#post {
	margin-top:20px;
	padding:10px;
	border:1px solid #d9e4bc; /* lightest green */	
	font-family: "Century Gothic", sans-serif, Arial
}
#naviget_box {
	float:right; 
	height:auto; 
	width:170px; 
	border:1px solid gray;
	background-color:#f6fce8; /* lightest green */
}
#naviget_box li {
	list-style-type:none;	
}
#naviget_box div {
	padding:5px;	
}
.naviget_hr {
	border-bottom:1px solid #6d7b4c; /* darker green */
	padding:5px;
	margin-bottom:5px;
	display:block;
}
#footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	width:100%;
	clear:both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/