/************* Global *************/
html, body {height:100%}

* {
margin: 0;
padding: 0;
}

body, input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;
}

a {
text-decoration: none;
color: #95ba46;
}

blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #95ba46 url('images/containerBg.gif') repeat-x fixed bottom left;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
background: url('images/headerBg.gif');
}

#header {
width: 740px;
margin: 0 auto;
}

#header h1 a {
font-size: 30px;
letter-spacing: -1px;
padding-top: 5px;
float: left;
color: #95ba47;
}

#footer a:hover {
background: #5f6e42;
}

/************* Content *************/
#content {
width: 740px;
margin: 7px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	


/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin: 15px auto;
width: 710px;
height: 182px;
background: url('images/header.gif') no-repeat;
border: 1px solid #44434c;
position: relative
}

#contentHeader[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50%;
padding-left: 25px;
color: #44434c;
}

#siteDescription[id] {
display: table-cell;
vertical-align: middle;
position: static;
}

#siteDescription p {
position: relative;
top: -50%;
}

#content h2 {
margin: 15px 0;
border-bottom: 1px solid #96bb47;
}

#content ul {

padding-left:20px; 
padding-right:15px; 
padding-top:10px; 
padding-bottom:10px
display: inline;
}

/************* Main *************/

#main {
margin: 0 15px;
width: 430px;
float: left;
display: inline;
}

.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
width: 150px;
margin: 0 15px;
float: right;
}

/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0px none;
}

/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #45444d;
width: 740px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
}

#footer a {
color: #fff;
font-weight: normal;
}
/* ***************** */
/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
	
	display: inline;
}

.sidenav h1 {
	background: #BCB39F url('images/sidenavh1.gif') repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	height: 22px;
	margin-left: -15px;
	_margin-left: 20px;
	padding-left: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	clear: both;
	width: 206px; margin-right:0; margin-top:0; margin-bottom:0
	
	
}
.sidenav ul {
	margin: 0;
	_margin-right: -20px;
	padding: 0;
	list-style-type: none;
}

.sidenav li {
	/*border-bottom: 1px solid #A98;*/
	list-style-image: url('arrow.gif');
	list-style-position: outside;
	border-top: 1px solid #DDC;
	margin-right: 20px;
	margin-top: -10px;
	margin-left: 0px;
	width: 218px;
	font-size: 12px;
	padding-bottom: 4px;
	display: inline-block;
}

.sidenav li a {
	background: #B4EA83;
	color: #554;
	display: block;
	padding: 4px 4px 8px 8px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #CCFF99;
	color: #654;
}

.sidenav li a:active {
	background: #CCFF99;
	color: #654;
}

/* misc */
.clearer {
	clear: both;
}


