/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: center;
  font-family: verdana, arial, sans-serif;
  color: #EEE;
  background: #424542;
}

p { 
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}


a[href] {
  color: #86E160;
  text-decoration: none;
}

a[href]:visited {
  color: #AAA;
}

a[href]:hover {
  color: #FFF;
  text-decoration: underline;
}

acronym {
  cursor: help;
  border-bottom: thin solid #777;
}

input {
  width: 70%;
}

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 {
  padding: 0.1em 0.2em;
  margin: 0.25em 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;
  background-color: #999;
  border: thin solid #BBB;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #000;
  background-color: #999;
  border: thin solid #EEE;
}

h1, h2, h3, h4, h5 .h6 {
	text-transform: uppercase;
}

h1 {
  clear: both;
  margin: 0.5em 0 0.25em 0;
  font-weight: 800;
  color: #7BD32C;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

h1 span {
  display: block;
  padding: 0.1em;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

h2 {
	font-weight: 700;
}

h3 {
	font-weight: 600;
}

h4 { font-weight: 500; }

h5 { font-weight: 400; }

h6 { font-weight: 300; }

#sideBar h1 {
  text-align: right;
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 0.1em;
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

#sideBar h2 {
	display: none;
}

#content ol li { 
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 0.5em;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
} 

blockquote span {
  display: block;
  padding: 0.25em;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

pre {
  width: 100%;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  height: 3.5em;
  background: #84e363;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  text-align: left;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 8em;
  display: inline;
  float: left;
  padding-top: 0.8em;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a:active {
	font-weight: bold;
	color: #111;
	background: url(../images/menu_tab.gif) no-repeat bottom center;
	background-color: #86E160;
}

#menu ul li div a {
  color: white;
}

#menu ul li div a:hover {
  color: white;
  background: none;
}

/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 0.6em 0.6em 0.6em 0;
  margin-right: 0;
  float: right;
}

#title h1 {
  display: inline;
  font-size: 1.2em;
  color:  #222;
  background-color: #86E160;
  background-image: none;
}

#title h1 a {
  color: #222;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#layout {
  padding: 0;
}

#layout tr {
  padding: 0; margin: 0;
}
#layout td {
  margin: 0;
}

#content {  
  text-align: left;
  vertical-align: top;
}

#text {
  padding: 0.5em 0.25em 1em 1em !important;
  vertical-align: top;
}

#dynamic_text {
  margin: 0;
}

#image {
  width: 170px !important;
  padding: 0;
  vertical-align: top;
}

#sideBar {
  width: 15%;
  padding: 0.5em 0.75em 1em 0 !important;
  vertical-align: top;
}

.subtitle {
	margin-top: -0.75em;
	text-align: right;
	padding-top: 0.5em;
}

/***************************************************
 Sidemenu Styles
 ***************************************************/

#sideBar {
  padding: 0.5em 0;
  font-size: 75%;
}

#sideBar ul {
  padding: 0.2em;
  border-left: thin solid #86E160;
  border-top: thin solid #86E160;
}

#sideBar ul li {
	list-style-image: none;
	list-style-type: none;
}

#sideBar .site_tree a {
  display: block;
  text-decoration: none;
  margin-bottom: 0.05em;  
}

#sideBar .site_tree a span {
  display: block;
  padding: 0.05em;
}

#sideBar .site_tree a:hover {
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

#sideBar .site_tree a:hover span {
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  padding: 0.5em 1em;
  color: #888;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 0.5em;
  font-size: 0.75em;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 0.25em 0.25em 0.25em 0;
}

img.right {
  padding: 0.25em 0 0.25em 0.25em;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

.pic-right {
	clear: none;
	float: right;
}
.illustrationleft {
    padding: 10px;
	float: right;
}
.illustrationright {
    padding: 10px;
	float: left;
}
.console {
	color: #FFFFFF;
	background-color: #000000;
}

.code {
  border: thin dotted #ffffff;
  background-color: white;
  color: black;
}

#contact_form {
  position: absolute;
  background: #424542;
  border: medium solid white;
  margin: 1em;
  padding: 1em;
}

#contact_form a:hover, #contact_form a:active {
  background: none;
}

#times_table input.done {
  color: white;
  background-color: green;
}

.note {
  padding: 1em;
  border: thin red dashed;
  color: white;
  background-color: #bb6666;
}
