/*
 _________________________________________________________
|                                                         |
| DESIGN + http://fullahead.org                           |
| DATE + 2005.05.12                                       |
| COPYRIGHT + free use if this notice is kept in place    | |_________________________________________________________|

*/

* {
  padding: 0;
  margin: 0;
}

body {
  margin: 1em 1em 0 1em;
  font-family: Times, serif;
  font-size: 1.1em;
  background-color: #fff;
}

#accessibility {
display:none;
}

#container {
  color: #FFF;
}



/* -- Header layout/display styles -- */

#header {
display:none;
}


a .desc {
  display: none;
  text-transform: lowercase;
  color: #00F1F4;  
}

a:hover .desc, .active .desc {
  display: block;
}


h1 {font-size:1.8em;}
h2 {font-size:1.4em; line-height:2.2em;}
h3 {font-size:1.1em;}
h1, h2, h3 {font-weight:normal;}




/* -- Content layout/display styles -- */

#content {
  padding: 1em 0 1em 0;
  background-color: #fff;
}

#contentLeft {
  display:none;
}

#contentLeftinner {
  padding-bottom: 2em;
  background: #fff;
}

#contentRight {
  float: right;
  width: 75%;
  background: #fff;
}

#contentRightinner {
  padding-bottom: 2em;
  background: #fff;
}

#content p {  
  margin: 1.2em 1.2em 0em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

h2.posttitle, h2.singleposttitle {
  display: block;
  clear: both;
  margin: 0.9em;
  font-weight: bold;
  font-size: 1.6em;
  border-bottom: 1px solid #AAA;
line-height:1em;
}

h2.singleposttitle {
  color: #000;
line-height:1em;
}

blockquote {
  margin: 0 3em 0 3em;
  background-color: #fff;
}

.post h3 {
  display: block;
  clear: both;
  margin: 1.2em 1.2em 0em 1.2em;
  line-height: 1.8em;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #000;
  border-bottom: 1px solid #AAA;    
}

#pagenav {
  clear: both;
  padding-top: 1em;
}

#pagenav p {
  text-align: center;
}

#pagenav .paging a, #pagenav .articlenav a {
  padding: 10px 20px 10px 20px;
  border-top: 1px solid #00F1F4;
  border-bottom: 1px solid #00F1F4;
  text-decoration: none;
}

#content p.searchtitle, #content p.categorytitle {
  text-align: center;
  text-decoration: underline;
  color: #000;
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 1em;
}

#content p.searchcount {
  text-align: center;
  text-decoration: underline;
  color: #000;
  padding-top: 1em;
}




/* -- Content left site links (large plus icon) and headers -- */

#contentLeft p {
  margin: 1.2em 1.2em 1.2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#contentLeft a {
  display: block;
  padding: 5px 0 5px 27px;
  background: none;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.8em;
  line-height: 1.8em;
  border: 0px;
}

#contentLeft a:hover { 
  color: #000;
  background: none;
  border: 0px;
}

#contentLeft ul {
  list-style-position: inside;
  list-style-type: none;
  margin-bottom: 1em;
}

#contentLeft ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#contentLeft .menusection {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #000;
  border-bottom: 1px solid #AAA;
  padding-left: 5px;
  margin-bottom: 1.2em;
}




/* -- Comments -- */

h3#comment {
  display: block;
  clear: both;
  margin: 0.6em 0.6em 0 0.6em;
  font-weight: bold;
  font-size: 1.6em;
  color: #000;
  text-align: center;
  border: 0;
}

ol.comments {
  margin: 1.2em 1.2em 1.2em 0;
  list-style-type: none;
}

ol.comments li {
  border-top: 1px solid #000;
  padding: 1px 0 1px 0;
}

h3.commenttitle {
  font-size: 1.1em;
  text-decoration: none;
  border: 0;
}

.commentmeta {
  font-size: 0.9em;
  color: #FFF;
}

#cpreview p.preview {
  font-size: 1.2em;
  color: #000;
  text-align: center;
}




/* -- Comment Form -- */

h3#postcomment {
  display: block;
  clear: both;
  margin: 0.6em 0.6em 0 0.6em;
  font-weight: bold;
  font-size: 1.6em;
  color: #000;
  border: 0;
}

form#txpCommentInputForm {
  margin-top: 40px;
  border: 1px solid #00F1F4;
  padding-bottom: 1.2em;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

form#txpCommentInputForm p {
  margin: 0 0 0 1.2em;
  padding: 0;
}

input#forget, input#remember {
  margin-right: 5px;
}

textarea.txpCommentInputMessage {
  height: 250px;
  width: 325px;
  margin-bottom: 10px;
}

p#txpCommentInputForm {
  width: 300px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 10px 0;
  border-top: 1px solid #00F1F4;
  border-bottom: 1px solid #00F1F4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}



/* -- Footer layout/display styles -- */

#footer {
display:none;
}

#footerLeftcorner {
  height: 3em;
  background: none;
}

#footerRightcorner {
  height: 3em;
  text-align: left;
  background:none;
}

#footer a {
  color: #000;
}

#footer a:hover {
  color: #000;
}




/* -- Display formatting styles -- */

.greytext {
  font-size: 0.9em;
  color: #777;
}

.whitetext {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}




/* -- <ul> tag styles -- */

#contentRight ul{
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 5px;
 /* list-style-image: url(/images/li_bullet.gif);*/
}

#contentRight li {
  margin-left: 50px;
}




/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
}

.imgRight {
  float: right;
}

ul.booklist {margin:-10px 0 -13px 0; padding:0; line-height:0.5em;}
ul.booklist li {margin:0; padding:0;line-height:0.9em;}