/*
	Theme Name: Greenery
	Theme URI:  http://www.negative99.com/archive/category/wp-themes/
	Description: Snazzy dark grey theme with splashs of greenery (hence the name).  This is a port of
			the open-source template by Pat Heard ( FullAhead.org ) of the same name.
	Author: Steve Mooradian
	Author URI: http://www.negative99.com
	Live Demo: http://demo.negative99.com/wordpress/?wptheme=Greenery

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Send feedback to steve at negative99 dot com
	
	Changelog:
		v1.0
			First Release
		v1.1
			Added Widgets support (special thanks to x2nie at yahoo dot com)
		v1.2
			Fixed WordPress 2.1 issues with posts, pages, categories, etc.
			
*/

/*-----------Block Level Elements--------------*/

/* @group Block Level Elements */

/* Reset Styles */
/* @group Reset Styles */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	font: 0.62em verdana, arial, sans-serif;
	line-height: 170%;
	color: #EEE;
	background: #585858 url(images/bg_body.jpg) repeat-y top center;
}

#page {
	position: relative;
}

#header {
	width: 100%;
	margin: 0 auto;
	border: 0;
	height: 3em;
	background: #585858 url(images/bg_header.jpg) repeat-y top center;
}

#headerimg {
	
}

.description {
	display: none;
}

#wrapper {
	position: relative;
	display: block;
	width: 767px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#content {
	float: left;
	position: absolute;
	display: block;
	width: 410px;
	padding: 10px 5px 20px 10px;
}

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

#sidebar {
	float: right;
	display: block;
	position: relative;
	width: 185px;
	padding: 10px 10px 10px 140px;
	background: url(images/plants.jpg) no-repeat top left;
}

#footer {
	float: right;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	width: 135px;
	color: #888;
	font-size: 0.9em;
}

#menu {
	width: 766px;
	margin: 0 auto;
	padding: 0;
	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, .active {
	font-weight: bold;
	color: #111;
	background: url(images/menu_tab.gif) no-repeat bottom center;
}

.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;
}

#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;
}

/* @end */

/*-------------Headings-------------*/

/* @group Headings */

h1 {
	display: inline;
	color: #222;
	background-color: #86E160;
	background-image: none;
	clear: both;
	margin: 10px 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #7BD32C;
}

h1 a {
	clear: both;
	margin: 10px 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

h2 {
	/

*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;
}

h2 span {
	display: block;
	padding: 2px;
	background: url(images/rounded_br.gif) no-repeat bottom right;
}

h3 {
	clear: both;
	margin: 10px 0;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #7BD32C;
}

h4 {
	
}

h5 {
	
}

/* @end */

/*-------------The Post-------------*/

/* @group The Post */

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

#wrapper ol li span {
	color: #EEE;
	padding: 2px;
}

#wrapper ul {
	padding-bottom: 6px;
}

#wrapper ul li {
	margin-left: 2px;
	padding-left: 2px;
}

p {
	padding-top: 10px !important;
	padding-top: 3px;
	padding-bottom: 10px !important;
	padding-bottom: 3px;
}

a {
	color: #86E160;
}

a:visited {
	
}

a:hover {
	color: #FFF;
}

textarea {
	width: 98%;
}

input {
	width: 70%;
}

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;
}

h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
}

.post {
	clear: both;
}

.post p {
	
}

.post a {
	
}

.post ul {
	
}

.post li {
	
}

.entry {
	
}

.entrytext .postmetadata {
	color: #666;
}

.postmetadata alt {
	color: #666;
}

.postmetadata a {
	color: #999;
}

.postmetadata a:hover {
	color: #fff;
}

.navigation {
	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.center {
	
}

.pagetitle {
	
}

blockquote {
	margin: 0;
	padding: 0 15px;
	border: #86E160 1px solid;
	background: #686868;
}

cite {
	
}

code {
	display: block;
	padding: 5px 5px 5px 10px;
	background: #555;
	font-size: 8pt;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px solid #777;
	letter-spacing: 1px;
}

strong {

	font-weight: bold;

}

/* @end */

/*-------------Pics Gallery--------*/

/* @group Pics Gallery */

.title-pics {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	text-align: left;
	font-size: 22px;
	letter-spacing: -1px;
	color: white;
	text-align: left;
	font-family: Times, Serif;
}

.gallery {
	margin: 10px 0;
	padding: 0 0 10px !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Verdana, sans serif;
	overflow: hidden;


/* Clears the floats */
	width: 100%;

/* IE and older Opera fix for clearing, they need a dimension */
	list-style: none;
}

.gallery li {
	float: left;
	display: inline;


/* For IE so it doesn't double the 1% left margin */
	width: 30.8%;
	margin: 0 0 10px 1%;
	padding: 10px 0;
	height: 108px;

/* Height of img (100) + 2 times 3px padding + 2 times 1px border = 83px */
	position: relative

;
/* This is the key */
}

.gallery a, .gallery img {
	display: block;
	width: 100%;
}

/* A small fix */

a img {
	border: none;
}

.gallery a:link,
.gallery a:visited,
.gallery a:focus,
.gallery a:hover,
.gallery a:active {
	padding: 3px;
	background: #ccc;
	width: 100px;
	height: 100px;
	border: 1px solid #eeefef;
	

/* We blend the border with the bg, as if it isn't there */
	position: absolute;
	top: 50%;
	left: 50%;


/* position it so that image's top left corner is in the center of the list item */
	margin: -41px 0 0 -41px;

/* Pull the image into position with negative margins (margin's value is half of the width of the image) */
}

.gallery a:hover {
	border-color: #dfdfdf;
}

/* gallery image */

.caption {
	text-align: center;
}

.caption a {
	text-decoration: none;
}

.caption a:hover {
	text-decoration: underline;
	color: white;
}

/* @end */

/*--------------Sidebar------------*/

/* @group Sidebar */

#sidebar ul {
	list-style: none;
	margin-left: 40px;
}

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

#sidebar ul h2 span {
	display: block;
	padding: 2px;
	background: url(images/rounded_bl.gif) no-repeat bottom left;
}

#sidebar ul li {
	
}

#sidebar ul ul {
	list-style: disc;
	color: #86E160;
	margin-left: 15px;
}

#sidebar ul ul li {
	
}

#sidebar ul ul ul {
	list-style: square;
}

#sidebar p {
	
}

#sidebar a {
	
}

#sidebar a:hover {
	
}

#sidebar a:visited {
	
}

ol.commentlist {
	
}

ol.commentlist li {
	padding: 5px;
	margin-top: 5px;
	font-weight: 700;
	border: #555 1px solid;
	background: #343;
}

ol.commentlist li.alt {
	background: #444;
}

ol.commentlist a {
	color: #7BD32C;
}

small.commentmetadata {
	
}

/* @end */

/*--------------Forms-------------*/

/* @group Forms */

#searchform {
	text-align: center;
}

#searchform input {
	width: 110px;
}

#searchform #s {
	
}

/* @end */

/*-------------Calendar-----------------*/

/* @group Calendar */

#wp-calendar {
	
}

#wp-calendar th {
	
}

#wp-calendar a {
	
}

#prev a, #next a {
	
}

#wp-calendar caption {
	
}

#footer p {
	padding-top: 0 !important;
	padding-top: 10px;
}

#footer a {
	color: #888;
}

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

a.fullAhead {
	text-align: center;
	display: block;
	width: 30px;
	height: 34px;
	margin: 3px;
	background: url(images/logo_fullahead.gif) no-repeat 0 0;
}

a:hover.fullAhead {
	background-position: -30px 0;
}

/* @end */

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

/* @group 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;
}

a img {
	border: none;
	background: none;
}

img.left {
	display: block;
	padding: 1px;
	float: left;
	margin: 3px 12px 3px 0;
}

img.right {
	display: block;
	padding: 1px;
	float: right;
	margin: 3px 0 3px 12px;
}

img.center {
	display: block;
	padding: 1px;
	margin: 3px auto;
}

/* @end */

/* @group My additions */

.published_sm {
	display: inline;
	
/* old time-since styles

	background: #EEEEEE none repeat scroll 0%;
	color: #444444;
	border: 1px solid #999999;
	margin: 0pt 15px 0 0pt;
	padding: 0.5em;
	text-align: center;
	width: 16.5em;
	font-size: .95em;
	*/
}


.small {
	padding: 0px !important;
	margin: 0px !important;
}

#mailform {
	text-align: center;
}

/* @group Upcoming.org badge */

div#upcoming_classic {
	width: 140px;
	margin: 0;
	padding: 0;
	background: #585858 url(images/bg_body.jpg) repeat-y top center;
}

div#upcoming_classic .upb_text, div#upcoming_classic a {
	font: normal 10px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif
}

div#upcoming_classic a {
	font-weight: bold;
	text-decoration: none
}

div#upcoming_classic .upb_events {
	margin: 0;
	padding: 5px 5px 0px 5px;
}

div#upcoming_classic .upb_event {
	margin-bottom: 0px;
	padding: 0px;
}

div#upcoming_classic li {
	list-style: none;
}

div#upcoming_classic .upb_date {
	border-bottom: 1px solid #C6C3C6;
	margin: 10px 0 3px 0
}

div#upcoming_classic .upb_date .upb_text {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #C6C3C6;
	margin: 10px 0 3px 0
}

#upcoming_classic .upb_more {
	margin: 10px 5px 5px 0;
	text-align: right
}

/* @end */

/* wp-admin-bar reloaded CSS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wp-admin-bar {margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center; position: fixed; width: 100%; z-index: 5;}
#wp-admin-bar ul {margin:0; padding:0;}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0;}

/* @end */