/*
 _________________________________________________________
|                                                         |
| DESIGN + http://fullahead.org                           |
| DATE + 2005.05.12                                       |
| COPYRIGHT + free use if this notice is kept in place    | |_________________________________________________________|

*/



/* -- Main layout styles -- */

* {
  padding: 0;
  margin: 0;
}

body {
  margin: 1em 1em 0 1em;
  font-family: verdana, sans-serif;
  font-size: 1.1em;
  background-color: #333;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

#container {
  color: #FFF;
}



/* -- Header layout/display styles -- */

#header {
  height: 4em;
  background: #25509F url(/images/hdr.jpg) no-repeat bottom left;
}

#headerinnerleft {
  height: 4em;
  background: url(/images/corner_tl.gif) no-repeat top left;
}

#header a {
  float: right;
  width: 7.3em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em !important;
  font-size: 0.7em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(/images/corner_tr.gif);
  background-position: top right;
  background-repeat: no-repeat;
  border-right: 0px;
}

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;}

/* -- Header title and subTitle layout/display styles -- */

.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #00F1F4;
}

.subTitle {
  display: block;
  font-size: 0.4em !important;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}




/* -- Content layout/display styles -- */

#content {
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 15%;
  margin-bottom: 1em;
  background: #777 url(/images/corner_sub_tr.gif) no-repeat top right;
}

#contentLeftinner {
  padding-bottom: 2em;
  background: #777 url(/images/corner_sub_br.gif) no-repeat bottom right;
}

#contentRight {
  float: left;
  width: 60%;
  margin-left:10px;
  background: #777 url(/images/corner_sub_tl.gif) no-repeat top left;
}

#contentRightinner {
  padding-bottom: 2em;
  background: #777  url(/images/corner_sub_bl.gif) no-repeat bottom left;
}

#contentListRight {width:20%; margin-left:10px; float:left; background-color: #777; padding:10px 5px 30px 5px; }
#contentListRight ul {padding-left:30px;}

#content p {  
  margin: 1.2em 1.2em 0em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #00F1F4;
  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: #00F1F4;
line-height:1em;
}

blockquote {
  margin: 0 3em 0 3em;
  background-color: #888;
}

.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: #00F1F4;
  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: #00F1F4;
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 1em;
}

#content p.searchcount {
  text-align: center;
  text-decoration: underline;
  color: #00F1F4;
  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: url(/images/icn_plus.gif) no-repeat center left;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.8em;
  line-height: 1.8em;
  border: 0px;*/
}

#contentLeft a:hover { 
  /*color: #DDD;
  background: #888 url(/images/icn_plus_on.gif) no-repeat center left;
  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: #00F1F4;
  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: #00F1F4;
  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 #00F1F4;
  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: #00F1F4;
  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: #00F1F4;
  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 {
  height: 3em;
  font-size: 0.6em !important;
  font-size: 0.8em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F url(/images/hdr.jpg) repeat-y top left;
  margin-bottom: 1em;
}

#footerLeftcorner {
  height: 3em;
  background: url(/images/corner_bl.gif) no-repeat bottom left;
}

#footerRightcorner {
  height: 3em;
  text-align: left;
  background: url(/images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}




/* -- Display formatting styles -- */

.greytext {
  font-size: 0.9em;
  color: #AAA;
}

.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;}