/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em; 
  padding: 0px;
  font-family: verdana,san-serif,sans;
  font-size: 1.0em;
  background-color: #333333;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4.2em;
 background: #800;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #800;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #A00;
}


a .desc {
  display: none;
  text-transform: lowercase;
  text-decoration: overline;
  color: #FFF;  
}

a:hover .desc, .active .desc {
  display: block;
}




/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 0.9em 3px 0 0.2em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  line-height: 0.75em; 
  letter-spacing: -0.1em;
  color: #F00;
}
.logo {
  float:left;
  padding: 2px 0 0 2px;
}
.subTitle {
  font-size: 0.6em;
  line-height: 1.2em;  
  letter-spacing: 0.1em;
}


/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #E00;
}

#contentLeft {
  float: left;
  width: 22%;
  margin-bottom: 1em;
}

#contentRight {
  float: right;
  width: 75%;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
}

#content a {  
  text-decoration: none;
  color: #000;

}

#content a:hover {
  color: #FFF;
  text-decoration: underline;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1em;
  color: #FFF;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
 font-size: 1.2em;
 line-height: 1.6em;
}

#content a:hover.menuItem { 
  font-size: 1.2em;
}

/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 2.4em;
  font-size: 0.8em;
  line-height: 2.4em;
  color: #FFF;
 background: #800;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 2em;
  text-align: left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
}

#footer a {
  color: #0AD;
}





/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  list-style-image: url(../images/li_bullet.gif);
}

/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

.vBottom {
  vertical-align: bottom;
}
