/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body   { color: #eee; font: 0.62em/170% verdana, arial, sans-serif; background: #232a5e url(../images/bg_body.jpg) repeat-y center top; text-align: center; margin: 0 }

p  { margin-top: 1em; padding-top: 1em; padding-bottom: 1em }


a   { color: white; font-size: 8pt }

a:visited  { color: white }

a:hover  { color: gray }

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input  { width: 60% }

textarea {
  width: 98%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input,
textarea    { color: #eee; font: 1em verdana, arial, sans-serif; background-color: #6984bb; margin: 5px 0; padding: 1px 3px; border: solid 1px #999 }

input:hover,
input:focus,
textarea:hover,
textarea:focus    { color: white; background-color: #6984bb; border: solid 1px #eee }


h1   { color: white; font: 700 1em verdana, sans-serif; background: #6984bb url(../images/rounded_tr.gif) no-repeat right top; text-transform: uppercase; margin: 10px 0; clear: both }

h1 span   { background-image: url(../images/rounded_br.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right bottom; display: block; padding: 2px }

#sideBar h1    { background: #6984bb url(../images/rounded_tl.gif) no-repeat left top; text-align: right }

#sideBar h1 span    { background-image: url(../images/rounded_bl.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left bottom; display: block; padding: 2px }


#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote   { background: #6984bb url(../images/rounded_tr.gif) no-repeat right top; margin: 0 } 

blockquote span  { background: #6984bb url(../images/rounded_br.gif) no-repeat right bottom; display: block; padding: 5px }

/***************************************************
  Layout Element Styles
 ***************************************************/


#header      { background: #657fb2 url(../images/bg_header.jpg) repeat-y center; padding-top: 0; padding-bottom: 0; width: 100%; height: 55px }

/***************************************************
  Header Menu
 ***************************************************/

#menu   { text-align: left; margin-right: auto; margin-left: auto; width: 767px }

#menu ul   { line-height: normal; margin: 0 }

#menu ul li    { text-align: center; list-style: none; display: inline; margin-top: 2em; width: 8em; float: left }

#menu ul li a   { color: white; text-decoration: none; text-transform: uppercase; display: block; padding-bottom: 2em }

#menu ul li a:hover,
#menu ul li a.active     { color: white; font-weight: bold; background-color: #657fb2; background-image: url(../images/menu_tab.gif); background-repeat: no-repeat; background-position: center bottom }


/***************************************************
  Site Title
 ***************************************************/

#title     { background-color: transparent; background-image: url(../images/logo_ns.jpg); background-repeat: no-repeat; background-position: right top; padding-right: 25em; height: 5em; float: right }

#title h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
}

#text  { padding: 10px 5px 20px 20px; float: left }

#image  { width: 170px; float: left; vertical-align: top }

#sideBar  { padding-top: 1em; padding-right: 1em; padding-bottom: 1em; width: 145px; float: right }


/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 10px 0;
}

.sideMenu a  { text-decoration: none; text-align: right; display: block; margin-bottom: 1px }

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover  { background: #6984bb url(../images/rounded_tl.gif) no-repeat left top }

.sideMenu a:hover span   { background: #6984bb url(../images/rounded_bl.gif) no-repeat left bottom }

/***************************************************
 Comment Styles
 ***************************************************/

#comments p    { color: white; background-image: url(../images/rounded_tl.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; margin-bottom: 0; padding: 0 5px }

#comments p span.author   { color: white; font-weight: 700; text-align: right; display: block; margin-top: 5px }

#comments img   { margin-top: -1px }

#comments a    { color: white }

#comments a:visited   { color: white }

#comments a:hover   { color: #fff }

/***************************************************
 Footer
 ***************************************************/

#footer   { color: #888; font-size: 7pt; text-align: center; padding: 10px 20px; width: 100%; float: left }

#footer p  { }

#footer a   { color: white; font-size: 7pt }

#footer a:hover  { color: white }
/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}