/*
 _________________________________________________________
|                                                         |
| 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: 75%;
  background-color: #333;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

#container {
  color: #FFF;
}



/* -- Header layout/display styles -- */

#header {
  height: 5em;
  background: #25509F url(/images/26.jpg) no-repeat bottom left;
}

#headerinnerleft {
  height: 5em;
  background: url(/images/24.gif) no-repeat top left;
}

#header a {
  float: right;
  width: 7.3em;
  padding: 5px 10px 5px 10px;
  font-size: 0.8em !important;
  font-size: 1em;
  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/25.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;
}




/* -- Header title and subTitle layout/display styles -- */

.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.1em;
  color: #00F1F4;
}

.subTitle {
  display: block;
  font-size: 0.6em !important;
  font-size: 0.8em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}

.search {
  padding-left: 5px;
  margin-bottom: 1.2em;
}

/* -- Content layout/display styles -- */

#content {
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(/images/23.gif) no-repeat top right;
}

#contentLeftinner {
  padding-bottom: 1em;
  background: #777 url(/images/21.gif) no-repeat bottom right;
}

#contentLeftfeed {
}

#contentRight {
  float: right;
  width: 75%;
  background: #777 url(/images/22.gif) no-repeat top left;
}

#contentRightinner {
  padding-bottom: 2em;
  background: #777  url(/images/20.gif) no-repeat bottom left;
}

#content p, table {  
  margin: 0.6em 1.2em 0em 1.2em;
  font-size: 1em;
  line-height: 1.5em;
}

#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.6em 0.6em 0 0.6em;
  font-weight: bold;
  font-size: 1.6em;
  border-bottom: 1px solid #AAA;
}

h2.singleposttitle {
  color: #00F1F4;
}

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.2em;  
  font-weight: bold;
  font-size: 1em;
  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.9em;
  line-height: 1.5em;
}

#contentLeft a {
  display: block;
  padding: 5px 0 5px 27px;
  background: url(/images/28.gif) no-repeat center left;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  border: 0px;
}

#contentLeft a:hover { 
  color: #DDD;
  background: #888 url(/images/27.gif) no-repeat center left;
  border: 0px;
}

#contentLeftfeed a {
  display: block;
  padding: 5px 0 5px 27px;
  background: url(/images/31.png) no-repeat center left;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 0.9em;
  line-height: 1.5em;
  border: 0px;
}

#contentLeftfeed a:hover { 
  color: #DDD;
  background: #888 url(/images/31.png) 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.9em;
  text-transform: lowercase;
  color: #00F1F4;
  border-bottom: 1px solid #AAA;
  padding-left: 5px;
  margin-bottom: 1.2em;
}




/* -- Comments -- */

h3#comments {
  display: block;
  clear: both;
  margin: 0.6em 0.6em 0 0.6em;
  font-weight: bold;
  font-size: 1.4em;
  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.4em;
  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/26.jpg) repeat-y top left;
  margin-bottom: 1em;
}

#footerLeftcorner {
  height: 3em;
  background: url(/images/18.gif) no-repeat bottom left;
}

#footerRightcorner {
  height: 3em;
  text-align: left;
  background: url(/images/19.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: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(/images/29.gif);
}

#contentRight li {
  margin-left: 50px;
}




/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 2px 5px 2px 5px;
}

.imgLeft {
  float: left;
}

.imgRight {
  float: right;
}