* { margin:0; padding:0; outline:0; }
#accessibility { display:none; }
form * {font: 1em helvetica, arial, sans-serif;}
acronym, dfn { border-bottom: 1px dotted #000; color: #000; cursor: help; }
p, ol, ul, dl, table
{ 
	margin: 0.3em 0 1em; 
	font-family: tahoma, verdana, arial, sans-serif;
	line-height: 1.2em;
         font-size: 1em;
}
ol { margin-left: 3.7em; }
ul { list-style:none; }
a { text-decoration:none; color: #5E6E62; }
a:hover { text-decoration: underline; }
a img { border:0;}
.center { text-align:center; }
.right { text-align:right; }
h1, h2, h3, h4, h5 { font-family: georgia, serif; }
/* ---------------------------------------------*/

body {
  background: #4c4149 url(http://henager.net/images/106.gif) repeat-y fixed top right;
  border-top: 7px solid #899A8D;
  padding-top: 5px;
  text-align:center;
  color: #000000;
  font: 62.5% georgia, serif;
}

#background2 {
  background-image: url(http://henager.net/images/107.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
  height:100%;
}

#container {
   background: url(http://henager.net/images/121.png) no-repeat center top;
  text-align:left;
  font-size: 1.2em;
  padding-top: 20px;
}

/* -------------------- HEADER ----------------------- */

#head {
  position:relative;
  width: 70em;
  margin: 0 auto 75px;
  padding-top: 5px;
}

#head h1 a {
  display:block;
  color: #AAB6AD;
  text-decoration:none;
  height: 50px;
  width: 150px;
  padding: 25px 0px 0px 25px;
  font-weight:normal;
  margin: 10px 0px 0px 40px;
}
		
/* -------------------- MENU ----------------------- */

.nav {
  position:absolute; top:40px; right:20px;
  font-family: georgia, serif;
}

.nav li {
  float:left;
  display:inline;
}

.nav li a {
  color:#F0E68C;
  display:block;
  padding: 3px;
  margin: 0 20px;
  font-size: 1em;
}

.nav li a.current {
  border-bottom: 2px solid #899A8D;
}

.nav li a:hover {
  border-bottom: 2px solid #F0E68C;
  text-decoration:none;
}

/* -------------------- LATEST ----------------------- */

#latest {
  background: #F0E68C;
  border-top: 7px #899A8D solid;
  border-bottom: 7px #899A8D solid;
  margin-bottom: 23px;
}
		
#latest .post {
  margin: 0 auto;
  width: 71em;
}

/* -------------------- MAIN CONTENT ----------------------- */

#main {
  width: 71em;
  margin: 20px auto;
}

#main-inner {
  float:left;
  width:100%;
}

#content {
  background:#F0E68C;
  width: 60em;
  float:left;
  display:inline;
  border: 7px #899A8D solid;
  min-height:48em;
}

#content-inner {
  padding: 0 25px 25px;
  margin-top: 20px;
}

/* -------------------- POSTS ----------------------- */

.post {
  padding-bottom: 25px;
}

.post p {
  line-height: 1.5;
}

.post img {
  margin: 3px 3px 3px 3px;
  border-style:solid;
  border-width:2px;
  border-color:#899A8D;
}

h3 {
  position:relative;
  margin: 1.5em 0 1em;
  font: 1.5em;
  color: #000000;
  display:block;
}

h2 {
  font-size: 1.2em;
  font-weight:bold;
}

h6 {
  font-size: 1.2em;
  font-weight:bold;
  margin: 1.5em 0 1em;
}

span.posted {
  position:absolute; top:0; right:0;
  font-size: 0.9em;
  color: #000;
}

p.more {
  text-align:right;
}

p.tags {
  font-size: 1em;
  word-spacing:10px;
  display:inline;
  float:left;
}

#older {
  float:left;
  text-size:1em;
  margin-top:5px;
  margin-bottom:10px;
}

#newer {
  float:right;
  text-align:right;
  text-size:1em;
  margin-top:5px;
  margin-bottom:10px;
}

.search strong {
  background: #ffc;
}

div.img {
  margin:10px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
}

div.desc {
  text-align:center;
  width:180px;
  margin:4px;
}

.clearboth {
  clear:both;
}

/* -------------------- SIDEBAR ----------------------- */

#sidebar {
  color:#AAB6AD;
  width: 7em;
  margin-left: 10px;
  display:inline;
  float:right;
  overflow:visible;
  white-space:nowrap;
}

#sidebar h3 {
  font-weight:normal;
  font-variant:small-caps;
  color: #AAB6AD;
  margin-top: 2em;
  padding-bottom: 5px;
  text-align:center;
  display:block;
  border-bottom: 3px #899A8D solid;
}

div.year {
  font-weight:normal;
  font-variant:small-caps;
  font-size:1.2em;
  font-family: georgia, serif;
  padding-top: 10px;
  border-top: 3px #899A8D solid;
  margin-top: 20px;
}

#sidebar a {
  font-size:1em;
  color: #AAB6AD;
  text-decoration:none;
}

#sidebar img {
  margin-top: 10px;
  display:block;
}

/* -------------------- FOOTER ----------------------- */

#foot {
  clear:both;
  margin: 20px auto;
  width: 55em;
  padding: 20px 0 0;
}

.foot_nav a {
  padding: 0 5px;
  color:#F0E68C;
  font-family: georgia, serif;
  font-size: 0.9em;
}

.search_form {
  margin: 0 20px 0 0;
  float:left;
}

p.credit {
  color:#AAB6AD;
  font-size: 1em;
}

.search_form input { 
  border: 1px solid #9CABA0;
  color: #000000;
  padding: 0.2em;
}

/* -------------- COMMENTS ----------------- */

#comm {
  float:right;
  text-size:1em;
}

ol.comments {
  list-style:none;
  padding:0;
  margin:0;
}

ol.comments li {
  padding: 15px 15px 1px;
  background: #F6F0BC;
  margin: 10px 0;
}

form#txpCommentInputForm {
  margin: 50px 0 0;
  border-top: 2px solid #899A8D;
  padding: 30px 0 0;
}

a#txpCommentHelpLink {
  font-size: 0.9em;
}

textarea#message {
  height: 250px;
  width: 400px;
}

#txpCommentInputForm label {
  text-transform:uppercase;
}

#txpCommentInputForm input,
#txpCommentInputForm textarea {
  padding: 0.2em;
  border: 1px solid #899A8D;
  background: #F6F0BC;
  color: #000000;
}

#txpCommentInputForm td {
  vertical-align: top;
  padding: 3px;
  border:0;
}