/* Nonzero1.0 - Green */

h3,h4,h5,h6
{
color: #334D00;
}
a
{
color: #008FD9;
}

#header
{
background: #440000 url('images_green/n1.gif') repeat-x;
}

#logo h2
{
color: #D9E2C7;
}

#menu li a
{
background: #fff url('images_green/n4.gif') repeat-x;
}

#menu li a.active
{
background: #2798D2 url('images_green/n3.gif') repeat-x;
border: solid 1px #468BAE;
}

#main
{
background: #fff url('images_green/n2.gif') 0px 1px repeat-x;
}

#ctl00_main_inner h1
{
	color: #334D00;
}

#ctl00_main_inner h1 a
{
	color: #334D00;
}

#ctl00_main_inner h4
{
	color: #334D00;
}

#main_inner .post ul.post_info li.date
{
background-image: url('images_green/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('images_green/n6.gif');
margin-left: 1.1em;
}

#searchbutton
{
background: #2798D2 url('images_green/n3.gif') top left repeat-x;
color: #fff;
border: solid 1px #468BAE;
text-align:left;
}

/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0 5px 0 0;
	/*border-right:1px solid #ccc;*/
	background: none;
}
#menu input[type="button"]{
	border:1px solid #ccc;
	background:url(images/whitebutton.gif) repeat-x left bottom;
	color:#555;
	padding:2px;
	margin-left:2px;
	cursor:pointer;
}
#menu input[type="button"]:hover{
	border:1px solid #555;
}

#widgetselector { 
    margin: 10px 0 0 15px; 
    padding:2px;  
    background:#FAFAFA;
	border: 1px solid #ccc;
	width:165px;
}
#widgetselector:hover, #widgetselector:focus{
    border: 1px solid #555;
    background:#FFF;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	/*background: white;
	border: 1px solid silver;*/
	/*padding: 10px 15px;
	margin-bottom: 10px;*/
	z-index: 1;
	min-width: 1px;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0px;
	/*border:1px solid red;*/
}

div.widget .content{
	/*line-height: 16px;*/
	/*padding:5px;*/
	color: #666666;
}

div.widget h4{
	color: #334D00;
	font-weight:bold;
}

div.widget a.edit{
	color:#555;
	float: right;
	z-index: 1;
	margin-top:-10px;
}

div.widget a.delete{
	color:#555;
	float: right;
	margin: 0 10px 0 5px;
	z-index: 1;
	text-decoration: none;
	margin-top:-10px;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget li a{
	display:block;
	/*padding:10px 5px;
	border-bottom:1px solid #CCC;*/
	text-decoration:none;
	color:#555;
}

#widgetzone .widget li a:hover{
	border-bottom:1px solid #999;
	color:#222;
}
