/* 
Design is Reflection from www.oswd.org, with many changes by Ginny Hendry.
 _________________________________________________________
|                                                         |
|    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, sans-serif;
  font-size: 1.0em;
  background-color: #333;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}

/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #25509F url(../images/hdrx.jpg) no-repeat bottom left;
}

#nav a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;  
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 12px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#nav a:hover, #nav a.active {
  /*padding-top: 10px;*/
  text-transform: uppercase;
  background-color: #333;
  color: #FEFF6A;
}

#nav a.lastMenuItem {

  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FEFF6A;  
}

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.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.05em;
  color: #FEFF6A;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}

.author {
	text-align: right;
	display: block;
}
.quote {
	text-align: left;
	display: none;
}


/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  background-color: #333;
}

#contentSecondary {
  float: right;
  width: 23.3%;
  margin-bottom: 1em;
  background-color: #666;
}

#contentMain {
  float: left;
  width: 75%;
  background-color: #666;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

table {
	border-collapse: collapse;
	margin: 1.2em 1.2em 1em 3em;
	font-size: 0.8em;
}
table, th, td {
	border: 1px solid #AAA;
	padding: 4px 10px;
}

#content a {  
  text-decoration: none;
  color: #FEFF6A;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

h2 {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #FEFF6A;
  border-bottom: 1px solid #AAA;   
  margin-left: 10px; 
}

h3 {
  display: block;
  clear: both;  
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #FFF;
  margin-left: 30px; 
}

h4 {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #FFF;
  margin-left: 10px; 
}


/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

.warning {
  color: red;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}



/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  padding-top: 0px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

li {
  margin-left: 2%;
}
.li-old {
  color: #888888;
}

.list {
  display: block;
	font-size: 0.8em;
	margin: 1.2em 1.2em 2em 1.2em;
}

/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

.badge img {
  background-color: #f5f5f5;  
  border: 6px solid #FEFF6A;
}

