* {
  margin: 0;
  padding: 0;
}
body {
   background: #603913 url(images/body.jpg) top left repeat;
   font: 81.25%/1.4 Verdana, Arial, Sans-Serif;
   text-align: center;
   
}
/* IE Height Fixes */
* html body {
  margin:0;
  padding: 0;
}
* html body{
   height:100%;
}





a:link, a:visited {
   text-decoration: underline;
   color: #8B4513;
}
a:hover, a:active, a:focus {
   text-decoration: none;
   color: black;
}



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia, Sans-Serif;
  color: #333;
}
h1 {
	font-size: 35px;
  margin: 5px 0 0 20px;
  font-size: 180%;
}
h2 {
   font-size: 160%;
}
h3 {
   font-size: 140%;
}
h4 {
	font-weight: bold;
	padding: 0;
	color: #333;
	font-size: 120%;
}


p, h2, h3, .date {
   margin: 5px 20px 10px 20px;
}







#containerWrap {
   margin: 40px auto;
   width: 807px;
   position: relative;
   z-index: 200;
   text-align: left;
}


/* Mozilla Height Fixes */
html,body {
  height: 100%;   
}
html>body #container {
   height: auto;
}
/* End Mozilla Height Fixes */

#container {
   width: 722px;
   height: 100%; 
   min-height: 100%;
   position: relative;
   z-index: 300;
   background: url(images/contrepeat.jpg) top left repeat-y;
   margin: -5px auto;
}

.quote {
	width: 722px;
	height: 162px;
  background: url(images/quote.gif) top left no-repeat;
  margin: -4px auto;
}

blockquote.headquote {
	position: absolute;
	top: 370px;
	left: 150px;
	z-index: 600;
	margin: 0 auto;
	font-size: 20px;
	font-style: italic;
	width: 510px;
	font-family: "Trebuchet MS"
	text-align: center;
}


#containerIn {
   padding: 5px 0 10px 0;
   margin-top: 0;
}


#copy {
   width: 425px;
   float: left;
   position: relative;
   padding: 0 10px 0 75px;
   margin-top: 20px;
}
#singlecopy {
   width: 565px;
   position: relative;
   padding: 0 10px 0 75px;
   margin: 20px 0 0 0;
}




#sidebar {
   float: left;
   width: 160px;
   margin: 70px 0 0 0;
}
#sidebar ul {
   list-style: none;
   margin: 0 0 20px 0;
}
#sidebar ul ul {
   margin: 5px 0 20px -5px;
}
#sidebar ul li {
   list-style: none;
   line-height: 1.6;
}
#sidebar ul li ul li {
   list-style: none;
   margin: 0 10px;
}



#feedburner {
	position: relative;
	right: 40px;
}
#searchform {
	margin: 0 0 0 250px;
}
#searchform label {
	font-size: .8em;
	font-weight: bold;
}
ul#footer {
   clear: both;
   height: 70px;
   list-style: none;
   text-align: center;
   padding-top: 20px;
   font-size: .8em;
}
ul#footer li {
   list-style: none;
   display: inline;
   margin: 0 5px 0 5px;
}







img a, a img {
   border: none;
}

div.hr {display: none}
/*/*/a{}
div.hr {
	display: block; 
	height: 12px; 
	background-image: url(images/hr.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
	margin: 10px 20px 20px 20px;
	}
hr {display:none}/* */

.date {
	font-size: .8em;
}

.top {
	font-size: .8em;
	font-weight: bold;
}

cite {
  font-size: .9em; 
  font-style: normal; 
  font-weight: bold;
}

acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed #999;
  letter-spacing: .07em;
}

ol.commentlist {
	font-size: .9em;
	width: 90%;
	margin-left: 20px;
}
ol.commentlist li {
	border: 1px solid #eee;
  margin: 10px 0 10px 0; 
  list-style: none;
  padding: 10px;
}
ol.commentlist li.alt {
  background: #f6f6f6;
}
ol.commentlist small, ol.commentlist cite {
	margin-left: 10px;
}

.postmetadata {
	font-size: .8em;
	margin: 0 0 0 20px;
	font-weight: bold;
}

.navigation {
	list-style: none;
  padding: 0 1em 2em 0; 
  margin: 0 0 0 15px; 
  font-size: 1em;
}
.center {
  text-align: center;
}
.alignright {
  float: right;
}	
.alignleft {
  float: left;
}

textarea {
	width: 100%;
}

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


