/************* 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: #F4E90B;
}

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

/************* Container *************/
#container {
	height: auto !important;
	min-height: 100%;
	padding-bottom: 15px;
	position: relative;
	background-attachment: fixed;
	background-color: #F4E90B;
	background-repeat: repeat-x;
	background-position: left bottom;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
background: #F4E90B;
}

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

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

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li a {
padding: 15px 7px 12px;
display: block;
font-size: 17px;
color: #4C3B45;
}

ul#navigation li a:hover, #footer a:hover {
background: #316AC5;
}

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

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

#content a:hover {
background: #FBFBFB;
color: #654E5B;
}

/* 
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(header.gif) no-repeat;
border: 1px solid #F4E90B;
position: relative;
}

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

#siteDescription {
position: absolute;
top: 50%;
padding-left: 250px;
color: #FFFFFF;
}

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

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

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

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: #F4E90B;
}

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

#main {
margin: 0 20px;
width: 430px;
float: right;
}

.post {
text-align: justify;
}

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

#secondary {
width: 220px;
margin-left: 20px;
float: left;
}



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

#footer a {
color: #F4E90B;
font-weight: bold;
}
