@import "item.css";
@import "text.css";

html	{
	background: #444;
	color: #FFF;
	font-size: 0.9em;
	min-height: 100%;
}
html, input, textarea	{
	font-family: Candara, Calibri, Tahoma, sans-serirf;
}

body {
	margin: 0 auto;
	min-height: 100%;
	width: 76%;
}

#center {
	min-height: 100%;
	padding: 0;
	width: 100%;
}

#left {
	background: url('../img/greenery/bg-left.jpg') top right repeat-y transparent;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	width: 12%;
}

#right {
	background: url('../img/greenery/bg-right.jpg') top left repeat-y transparent;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 12%;
}

p {
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}


a {
  color: #86E160;
}

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;
  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;
}


h1, h2.indesign, #sideBar h2, #sideBar h3 {
  margin: 10px 0 5px 0;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #7BD32C;
  background: #686868 url(../img/greenery/rounded_tr.gif) no-repeat top right;
}

h2.indesign span {
  display: block;
  padding: 2px;
  background: url(../img/greenery/rounded_br.gif) no-repeat bottom right;
}

h2.close	{
	margin-top: 0;
}

#sideBar h2, #sideBar h3 {
  text-align: right;
  background: #686868 url(../img/greenery/rounded_tl.gif) no-repeat top left;
}

#sideBar h2 span, #sideBar h3 span {
  display: block;
  padding: 2px;
  background: url(../img/greenery/rounded_bl.gif) no-repeat bottom left;
}

#sideBar h3	{
	font-size: 0.9em;
}

#content ol li {
  color: #9BE4FF;
}

#content ol li span {
  color: #EEE;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../img/greenery/li_bullet.gif);
}

blockquote {
  margin: 0;
  background: #686868 url(../img/greenery/rounded_tr.gif) no-repeat top right;
}

blockquote span {
  display: block;
  padding: 5px;
  background: url(../img/greenery/rounded_br.gif) no-repeat bottom right;
}

/***************************************************
  Header Menu
 ***************************************************/
#menu {
	background: #86E160;
	height: 30px;
  margin: 0 auto;
  text-align: left;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#menu ul li {
  width: 6em;
  display: inline;
  float: left;
  padding-top: 5px;
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  font-weight: bold;
  height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a.active {
  color: #111;
  background: url(../img/greenery/menu_tab.gif) no-repeat bottom center;
}


/***************************************************
  Site Title
 ***************************************************/
#title {
  padding: 5px 55px 5px 0;
  margin-right: 0.5em;
  float: right;
  height: 20px;
  background: url(../img/greenery/logo_greenery.gif) no-repeat top right;
}

#title h1 {
  display: inline;
  color:  #222;
  background-color: #86E160;
  background-image: none;
}


#center	{
	width: 100%;
}

#content {
	clear: both;
	margin: 0;
}

#side-content	{
	float: right;
	margin: 0;
	padding: 0;
	width: 320px;
}

#text {
	margin: 0 321px 0 0;
	padding: 10px 0 0 10px;
}

#text h2.indesign	{
	margin-left: -10px;
}

#image {
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
	vertical-align: top;
}

#sideBar {
	float: right;
	margin: 0;
	width: 150px;
	padding: 10px 0 20px 0;
}


/***************************************************
 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(../img/greenery/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(../img/greenery/rounded_bl.gif) no-repeat bottom left;
}

/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
	font-size: 0.9em;
	line-height: 100%;
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(../img/greenery/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #7BD32C;
}

#comments a:hover {
  color: #FFF;
}

#comments h3	{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	text-align: right;
}

/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  padding: 10px 20px;
  color: #888;
}

#footer p {
	font-size: 1em;
  padding-top: 0;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #EEE;
}

a.fullAhead {
  float: left;
  width: 30px;
  height: 34px;
  margin-right: 10px;
  background: url(../img/greenery/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;
}

.lfm-data	{
	border: 1px solid #686868;
	border-collapse: collapse;
	font-size: 0.85em;
	margin-bottom: 1em;
}

.lfm-head, .odd	{
	background: #686868;
}

.panel	{
	border: 1px solid #686868;
	float: right;
	margin: 0 0 1em 1em;
	width: 160px;
}
.panel h3	{
	margin: 0.2em 0 0 0.2em;
}