﻿/************* Global *************/
body {height:100%}

html {height:100%}

* {
margin: 0;
padding: 0;
}

input{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: 
}

body{
font-family: "Trebuchet MS", Verdana, sans-serif;
text-align: left;font-size: 13px;

}

a {
text-decoration: none;
color: #0066cc;
}

blockquote {
background: #f7f7f7;
padding: 15px;
margin: 5px 0;
}

/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #f4bad8 url(containerBg.gif) bottom left repeat-x fixed;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
width: 960px;
margin: 0 auto ;
background: url(headerBg.gif);
}

#header {
width: 960px;
margin: 0 auto;
}

#header h1 a {
font-size: 35px;
letter-spacing: -1px;
float: left;
padding: 4px 30px 0px;
color: #FFFFFF;
}

ul#navigation li {
list-style-type: none;
float: right;padding: 30px 10px 10px;
display: block;
font-size: 15px;
color: #FFFFFF;

}

ul#navigation li a {
padding: 30px 17px 12px;
display: block;
font-size: 15px;
color: #fff;
}

#footer a:hover {
background: #44434c;
}

ul#navigation li a:hover {
background: #ff772f;
}

/************* Content *************/
#content {
width: 960px;
margin: 7px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 1;
visibility: hidden
}	

#content a:hover {
background: #ff772f;
color: #fff;
}

/* 
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: 930px;
height: 181px;
background: url(header.gif) no-repeat;
border: 1px solid #44434c;
position: relative;
}





#contentHeader[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50%;
padding-left: 250px;
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 #9b6e89;

}

#content h3 {
margin: 15px 0;
border-bottom: 1px solid #9b6e89;

font-size: 20px;
letter-spacing: -1px;

color: #FFFFFF;

}



#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(arrow.gif);
}

/************* Main *************/

#main {
margin: 0 20px;
width: 570px;
float: right;
}

#main1 {
margin: 0 20px;
width: 700px; 
height: 100%;
float: right;
}


.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
width: 320px;
margin-left: 20px;
float: left;
}


#secondary1 {
width: 200px; 
margin-left: 20px;
float: left;
height: 3273px;
}

/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0;
}

/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #45444d;
width: 960px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
}

#footer a {
color: #fff;
font-weight: bold;
}