﻿/************* Global *************/
body {height:100%}

html {height:100%}

/* div {border: 1px #FF0000 dotted;} */


* {
margin: 0;
padding: 0;
}

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

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

a {
text-decoration: none;
color: #a99190;
}

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

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

* html #container {
	height: 100%;
}

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

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

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

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

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

#footer a:hover {
background: #806e6d;
}

ul#navigation li a:hover {
background: #806e6d;
}

ol {
  padding-left:30px;
}

li {
  
}

/************* 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
}	

#content a:hover {
background: #a99190;
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: 710px;
/* background: url('template/header.gif') no-repeat; */
height: 182px; 
border: 1px solid #44434c;
position: relative;
padding: 0px;
}

@media print {
  #contentHeader {display:none}
}

#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: 1px 0;
border-bottom: 1px solid #9b6e89;
}

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url('template/arrow.gif');
}

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

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

.post {
text-align: justify;
}

.red {
  color:red;
}

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

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

/************* 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: 740px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
font-size:11px;
}

@media print {
  #footer {visibility:hidden}
}

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

.bodytext {
  padding-top:0px;
  padding-bottom:10px;
}

.bodycenterbold {
  font-size:13px;
  font-weight:normal;
  line-height:18px;
  margin-top:2px;
  margin-bottom:2px;
}

.listheader {
  font-size:13px;
  font-weight:bold; 
  padding-top:5px; 
  padding-bottom:3px; 
  width: 375px;
}
