/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;
  text-align: center;
  font: 0.72em verdana, arial, sans-serif;
  line-height: 170%;
  color: #EEE;
  background: #585858 url(../images/body.jpg);
  /*  */
}

p {
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}


a {
  color: #86E160;
}

a:visited {
  color: #AAA;
}

a:hover {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 70%;
}

textarea {
  width: 98%;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}
label{
	display:block;
}

h1 {
  clear: both;
  margin: 10px 0;
  padding:0px 2px;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #7BD32C;
  background: #686868;
  -moz-border-radius:8px;
}

h1 span {
  display: block;
  padding: 2px;

}

#sideBar h1 {
  text-align: right;
}

#sideBar h1 span {
  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 {
  margin: 0;
  background: #686868 url(../images/rounded_tr.gif) no-repeat top right;
}

blockquote span {
  display: block;
  padding: 5px;
  background: url(../images/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {
  width: 100%;
  height: 30px;
  background: #85e15f;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 767px;
  margin: 0 auto;
  text-align: left;
  overflow:hidden;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#menu ul li {
  width: 7em;
  display: block;
  float: left;
  margin-top:12px;
  height:18px;
  overflow:hidden;
  list-style: none;
  text-align: center;
 }

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #222;
  font-size:10px;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 0.4em 55px 0.4em 0;
  margin-right: 0.5em;
  float: right;
  background: url(../images/logo_greenery.gif) no-repeat top right;
}

#title h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
  font-size:0.9em;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar
 ***************************************************/


#content {
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
  background-color:#444;
  -moz-border-radius-bottomright:12px;
  -moz-border-radius-bottomleft:12px;
}

#text {
  float: left;
  width: 410px !important;
  width: 395px;
  padding: 10px 5px 20px 20px !important;
  padding: 20px 5px 20px 20px;
}
#text.wide{
  width: auto !important;
}
#image {
  float: left;
  width: 170px;
  vertical-align: top;
}

#sideBar {
  float: right;
  width: 145px !important;
  width: 160px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}

h2{
	margin-bottom:2px;
}

/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(../images/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(../images/rounded_bl.gif) no-repeat bottom left;
}

/***************************************************
 Sidebar links Styles
 ***************************************************/
#links ul {
  padding: 5px 5px 5px 19px;
  margin-bottom: 0;
  background: #686868;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-bottomleft:8px;
}

/***************************************************
 Sidebar news Styles
 ***************************************************/

#news p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868;
  -moz-border-radius-topleft:8px;
}

#news p a {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
	 color: #7BD32C;
}

#news img {
  margin-top: -1px;
}

#news a:visited {
  color: #AAA;
}

#news a:hover {
  color: #FFF;
}

#news span.pdate{
	font-weight: 700;
}
/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  float: left;
  width: 500px;
  padding: 10px 20px;
  color: #888;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

a.fullAhead {
  float: left;
  width: 30px;
  height: 34px;
  margin-right: 10px;
  background: url(../images/logo_fullahead.gif) no-repeat 0 0;
}

a:hover.fullAhead  {
  background-position: -30px 0;
}


/***************************************************
 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;
}

code{
	display:block;
	width:auto;
	height:300px;
	background-color:#E0E0E0;
	overflow:auto;
	padding:4px;
	font-size:12px;
}
.errormessage{
	font-weight:bold;
	color:#FF2020;
}
/***************************************************
What not to print
 ***************************************************/

 @media print{
 	#footer, #news, #sideBar, #image, #header, #title{
 		display:none;
 	}
 	#content, #text{
 		width:100%;
 	}
 	input, textarea{
 		background-color:#FFFFFF;
 		color:#000000;
 	}
 }

table{
	border-collapse: collapse;
}
thead tr{
	font-weight:bold;
	border-bottom:1px solid #202020;
}
td{
	padding:2px;
}
tr.even{
	background-color:#303030;
}

/* Invoice stuff */
.unpayed{
  border:1px solid #f00;
}
.pending{
  border:1px dotted #944;
}
