/*   
Theme Name: ECNY Green
Description: Simple, green, CSS based design.
Author: D. J. Waletzky
Author URI: http://www.ecnyawards.org
Version: 1.0.0
Tags: green, white, simple 
*/

* {margin:0; padding:0;}
ul,li {list-style:none;}
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/********************************************/

.clear {clear:both; margin:0; padding:0;}

a:link {color:#51a750; text-decoration:none;}
a:hover {color:#51a750; text-decoration:underline;}
a:active {color:#51a750; text-decoration:none;}
a:visited {color:#51a750; text-decoration:none;}

a.hdr:link {font-size:36px; color:#fff; text-decoration:none;}
a.hdr:hover {font-size:36px; color:#fff; text-decoration:none;}
a.hdr:active {font-size:36px; color:#fff; text-decoration:none;}
a.hdr:visited {font-size:36px; color:#fff; text-decoration:none;}

/*
body {width:100%; margin:0 auto; text-align:center; color:#666; background-color:#fff; font:12px Verdana, Helvetica, Arial, Sans-Serif, Sans;}
#header {position:relative; width:100%; height:150px; background-color:#51a750; margin-bottom:20px; color:#fff;}
*/

BODY	{
	background-color: white;
	margin: 0px;
	text-align: center;
	font-family: arial, helvetica, sans, sans serif;
	}

#headsup {

	/* background-color: #51a750; */
        background-color: black;
	width: inherit;
	text-align: inherit;
	
	}

#navbar {

	background-color: black;
	width: inherit;
	text-align: inherit;
	font-weight: 400;
	letter-spacing: 118%;
	font-size: 18px;
        padding: 3px;
        margin: 1px 0px;

	}

#navbar a:link, #navbar a:visited {
	color: #51a750;
	font-stretch: extra-condensed;
	text-decoration: none;
        text-tranform: capitalize;
	}

#navbar a:active  {
	color: white;
	}

#navbar a:hover  {
	color: white;
	}


#navbar ul {
	width: 800px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#navbar ul > li {
	display:inline;
	padding-right:1em;
	margin:0;
	}

#sidebar {
        float: right;
        width: 140px;
        }

#content {width:800px; margin: 0 auto; text-align:left; padding-top:1em; min-height: 66%;}

#footer {width:100%; height:100px; background-color: black; margin-top:20px; padding-top:20px; color:#fff; vertical-align: bottom;}
#footer a {color:#fff; text-decoration:underline;}
#container {width: 760px; margin: 0px auto; max-width: 760px; min-height: 500px;}

.post { margin:0 0 1em 0; border:0px solid #51a750;}
h2 {color:#51a750; font-size:18px; margin-bottom: 1em;}
.post > h2 a {color:black; font-size:18px; text-decoration:none;}
.post > h2 a:active {color:51a750; font-size:18px; text-decoration:underline;}
h2.pagetitle {}
h3 {color:#51a750; font-size:125%; margin-bottom: 1em;}
h3#comments {color:#51a750; font-size:16px; padding:20px 20px 10px 0;}
h3#respond {color:#51a750; font-size:18px; padding:20px 20px 0 0;}
.postdate {color:#fff; font-size:14px; font-weight:bold; padding:8px 20px; background-color:#51a750;}
.post {padding: 0px 2em 1em 0em;}
.postentry img {padding:10px;}
.postentry h2 {border-bottom: 1px solid black; margin-bottom: 1em; padding-bottom: 3px;}
.postentry p {padding:0 0 10px 0;}
.postentry ul {padding:0 0 0 10px; list-style-type:none; margin:0 0 0 20px;}
.postentry ul li {padding:0 0 5px 15px; background: url(/wp-includes/images/bullet.gif) top left no-repeat;}
.akst_link {display:block; padding:20px 0 0 0;}
.postmetadata {padding:0 20px 20px 20px; clear:both;}
.comments {margin:5px 0 20px 10px;}
.alt {display:block; padding:10px 0 10px 0;}
a:link, a:visited { color: #51a750; text-decoration:underline; }
a.comments:link {color:#51a750; text-decoration:underline;}
.entry p {padding:0 20px 20px 20px;}
.entry img {padding:10px;}
.entry .akst_link {display:block; padding:10px 0 10px 20px;}
.entry ul {padding:0 20px 0 10px; list-style-type:none; margin:0 0 0 20px;}
.entry ul li {padding:0 0 5px 15px; background: url(/wp-includes/images/bullet.gif) top left no-repeat;}
.navigation {float:left; display:block; padding:0 20px 10px 0;}
small {display:block; padding:5px 0 10px 20px; font-size:10px; font-weight:bold;}
small.commentmetadata {display:block; padding:0 0 10px 0; font-size:10px; font-weight:bold;}
blockquote {padding:10px 20px; color:#999; font-size:12px; font-style:italic;}
#search {float:left; width:178px; padding:20px; border:1px solid #51a750;}
input#s {width:160px; padding:3px; margin:0 0 5px 0;}

.aligncenter {display:block; margin-left:auto; margin-right:auto;}
.alignleft {float:left;}
.alignright {float:right;}

.wp-caption {border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.wp-caption img {margin: 0;	padding: 0;	border: 0 none;}
.wp-caption-dd {font-size: 11px; line-height: 17px; padding: 0 4px 5px;	margin: 0;}

textarea {width:450px; height:100px; margin:10px 0 10px 0; font-family:Arial, Sans-Serif; font-size:12px; padding:10px;}