/*  
Theme Name: Greenery
Theme URI: http://me.mywebsight.ws/web/wpthemes/
Description: Based on <a href="http://fullahead.org/">Pat Heard</a>'s template "<a href="http://openwebdesign.org/viewdesign.phtml?id=2461">greenery</a>" on <a href="http://openwebdesign.org">OpenWebDesign.org</a>
Version: 1.1
Author: R.J. Kaplan - MyWebsight
Author URI: http://me.mywebsight.ws/
*/

body
{
	margin: 0;
	text-align: center;
	font: 0.62em verdana, arial, sans-serif;
	line-height: 170%;
	color: #EEE;
	background: #585858 url(images/bg_body.jpg) repeat-y top center;
}

p
{
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

a { color: #86E160; }
a:visited { color: #86E160; }
a:hover { color: #FFF; }

img { border:none; }

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;
}

input.btn { 
width:144px;
height:47px;
border: none;
background-color: transparent;
}

h1
{
	clear: both;
	margin: 10px 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #7BD32C;
	background: #686868 url(images/rounded_tr.gif) no-repeat top right;
}

h1 span
{
	display: block;
	padding: 2px;
	background: url(images/rounded_br.gif) no-repeat bottom right;
	font: 700 1.5em verdana, sans-serif;
}

h1 a:link, h1 a:visited
{
	text-decoration: none;
	color: #7BD32C;
}

h1 a:hover { color: #aaa; }
h2 { font: 700 0.8em verdana, sans-serif; }

h3 {
	clear: both;
	margin: 10px 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #7BD32C;
	background: #686868 url(images/rounded_tr.gif) no-repeat top right;
}

h3 span
{
	display: block;
	padding: 2px;
	background: url(images/rounded_br.gif) no-repeat bottom right;
	font: 700 1em verdana, sans-serif;
}


ul.niceList {
  margin-top:-1.5em;
  margin-left:1.8em;
  padding-left:0.2em; 
  margin-bottom:0.1em; 
}
ul.niceList li {
  background:url(images/bullet1.gif) 0em 0.5em no-repeat; /* change background em accordingly */
  padding-left: 0.8em;
  list-style: none;
}
.niceList ul li { background-image:url(images/bullet1_child.gif); }

ol.niceList li, ul.niceList li { margin-bottom:0.2em; }

ol.niceList {
  margin-top:-1.5em;
  margin-left:2.8em;
  padding-left:2px;
}
.niceList ol li {
  list-style:decimal;
  background-image:none;
  padding-left:2em;
}


#sideBar h3
{
	text-align: right;
	background: #686868 url(images/rounded_tl.gif) no-repeat top left;
}

#sideBar h3 span
{
	display: block;
	padding: 2px;
	background: url(images/rounded_bl.gif) no-repeat bottom left;
}

#sideBar ul, #sideBar li { list-style: none;}
#content ol li { color: #EEE; }
#content ol li span { color: #FFF; }
#content ul { padding-bottom: 0px; }
#content ul li { }

.olNoIndent { padding-bottom: 0px; }

ul#imgLinks{list-style:none;margin:0px 10;}
#imgLinks li{color:#7F7F7F;line-height:1.2em;padding:0 0 1px;}
#imgLinks li a img{border:1px solid #EEE;width:130px;height:50px;color:#333;font-weight:bold;}
#imgLinks li a:hover img{border-color:#7BD32C;}


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: 3em;
	background: #585858 url(images/bg_header.jpg) repeat-y top center;
}

#header, #content { min-width: 986px; }

/***************************************************
  Header Menu
 ***************************************************/

#menu
{
	width: 967px;
	margin: 0 auto;
	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.current_page_item a,
#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;
}

/***************************************************
  Site Title
 ***************************************************/

#title
{
	padding: 0.6em 55px 0.6em 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;
}

/***************************************************
 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
{
	float: left;
	width: 610px !important;
	padding: 10px 5px 20px 20px !important;
}

#image
{
	float: left;
	width: 170px;
	vertical-align: top;
}

#sideBar
{
	float: right;
	width: 145px !important;
	padding: 10px 15px 20px 0 !important;
}

img.default {
width:50px;
height:20px;
}


/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu { padding: 10px 0; }

.sideMenu a
{
	display: block;
	text-align: left;
	text-decoration: none;
	margin-bottom: 1px;
}

.sideMenu a span
{
	display: block;
	padding: 1px;
}


.sideMenu ul, .sideMenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
        text-align: left;
}

.sideMenu li a
{
	height: normal;
        padding-right: 1px;
	padding-bottom: 1px;
	overflow: visible;
}

.sideMenu img
{
	padding: 0;
}

/***************************************************
 Sidemenu Image Styles
 ***************************************************/

.sideImgMenu { padding: 10px 0; }

.sideImgMenu a
{
	display: block;
	text-align: right;
	text-decoration: none;
	margin-bottom: 1px;
}

.sideImgMenu a span
{
	display: block;
	padding: 1px;
}


.sideImgMenu ul, .sideImgMenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.sideImgMenu li a
{
	height: 60px;
	padding-right: 3px;
	overflow: hidden;
}

/***************************************************
 Comment Styles
 ***************************************************/

#comments div.cs
{
	padding: 0 5px;
	margin-bottom: 0;
	background: #686868 url(images/rounded_tl.gif) no-repeat top left;
}

#comments div.cs span.author
{
	display: block;
	margin-top: 5px;
	text-align: right;
	font-weight: 700;
}

#comments img { margin-top: -1px; }
#comments a { color: #7BD32C; }
#comments a:visited { color: #AAA; }
#comments a:hover { color: #FFF; }

/***************************************************
 Footer
 ***************************************************/

#footer
{
	clear: both;
	float: left;
	width: 500px;
	padding: 10px 20px;
	color: #888;
}

#footer p { padding-top: 0 !important; }
#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;
}

/* WP STYLES */
.navigation { font-size: 90%; }
.alignleft { float: left; }
.alignright { float: right; }

.postmetadata
{
	text-align: right;
	font-size: 90%;
}

.post { margin-bottom: 20px; }

.links ul, .links li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.links ul li ul, .links ul.indent { padding-left: 10px; }
.links a { font-weight: bold; }

li.noDec, ul.noDec
{
	list-style-type: none;
	list-style-image: none;
}
