/*
Theme Name: Ecoguardian
Author: NeoNexus Corp
*/

body {
	font-size: 62.5%; /* 1em = 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	color:#FFF;
	}
.clearfix { 	
clear:both;
display: inline-block; }
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: normal;
	text-align:left;
	color:#FFF;
}

h1 a, h3 a, h4 a, h5 a, h5 a {
	border:none;
}

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1em; }


acronym, abbr
{
	font-size: 0.9em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

a {
	color: #FFF;
	text-decoration: none;
	border-bottom:1px dotted #1C3F94;
}

a:hover {
	border:none;
}

a img {
	border: 1px dashed #1C3F94;
	}
	
.sidebar li.fp-li a, .sidebar a img {
	border:none;
	outline:none;
}	

ul {
	list-style-type:circle;
}

/* Layout */

body {
	margin: 0;
	padding:0;
	background:#C5C6E4 url(images/bg-body.gif);
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 970px;
}

#header {
	/*margin: 0 20px;*/
	padding:10px 15px 0 20px;
	height:190px;
	background:#fff;
	border-left:5px solid #253E87;
	border-right:5px solid #253E87;
}

#wrapper {
	float:left;
	background:#E8F5DD;
	border-left:5px solid #253E87;
	border-right:5px solid #253E87;
}
#content-wrap-top {
	float:left;
	background:url(images/bg-content-top.jpg) top left no-repeat;
	margin-top:19px;
	padding-top:10px;
}
#content-wrap-bottom {
	float:left;
	background:url(images/bg-content-bottom.jpg) bottom no-repeat;
	margin-bottom:20px;
	padding-bottom:10px;
}
#content {
	margin:0;
	padding:0px 30px;
	width:550px;
	float:left;
	background:#253e87 url(images/bg-content.jpg) repeat-y;
}

#footer-products {
	margin: 5px 0 20px 30px;
}
	
.sidebar {
	width:160px;
	float:left;	
	margin:0;
	padding:20px 0;
	color:#fff;
}	

#footer {
	margin: 0 auto;
	clear: both;
}

/* Header */
#header h1 {
	background:url(images/logo.gif) no-repeat;
	text-indent:-9999px;
	padding:10px 0;
	margin:0;
	height:125px;
	width:351px;
}

#header h1 a {
	width:351px;
	height:145px;
	display:block;
	border:none;
}

#header .description {
	font-size:2em;
	font-style:italic;
	font-weight:bold;
	padding-left:45px;
	color:#1C3F94;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:323px;
}

#header #product-flash {
	float:right;
	width:555px;
}

#hmenu {
	height:35px;
	background:#253E87;
}

#hmenu ul {
	display:inline;
	float:left;
	margin:0 5px;
	padding:0;
	height:35px;
}

	
#hmenu ul li {
	display:inline;
	float:left;
}

#hmenu ul li a {
	padding:10px 25px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
}
#hmenu ul li:hover, #hmenu ul li.hover, #hmenu ul li.current_page_item, #hmenu ul li.current_page_parent {
	background:url(images/bg-menu-active-span.gif) no-repeat top right;
	}
#hmenu ul li:hover a, #hmenu ul li.hover a, #hmenu ul li.current_page_item a, #hmenu ul li.current_page_parent a {
	background:url(images/bg-menu-active.gif) no-repeat top left;
	}

/* menu drop downs */

#hmenu ul li ul {
	position: absolute;
	width: 150px;
	margin:0 0 0 20px;
	padding:0;
	visibility:hidden;
}

#hmenu ul li:hover ul, #hmenu ul li.hover ul {
	visibility:visible;
}

#hmenu ul li ul li a, #hmenu ul li.current_page_item ul li a, #hmenu ul li.current_page_parent ul li a {
	background:#283E89;
	/*background-image:none;*/
	width:145px;
	height:25px;
	color:#FFF;
	font-size:110%;
	font-weight:bold;
	text-transform:none;
	padding: 5px 0 1px 5px;
	border-bottom:1px solid #FFF;
}

#hmenu ul li ul li a:hover, #hmenu ul li.current_page_parent ul li.current_page_item a {
	color: #8CC542;
}

#hmenu ul li ul li {
	width:150px;
	margin:0;
	padding:0;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

#hmenu ul li.hover ul li, #hmenu ul li.hover ul li, #hmenu ul li:hover ul li, #hmenu ul li:hover ul li, #hmenu ul li.current_page_item ul li, #hmenu ul li.hover ul li a, #hmenu ul li.hover ul li a, #hmenu ul li:hover ul li a, #hmenu ul li:hover ul li a, #hmenu ul li.current_page_item ul li a{
	background-image:none;
	background:#283E89;
}


/*#hmenu ul li a:hover, #hmenu ul li.current_page_item a {
	background:url(images/bg-menu-active-span.gif) no-repeat right;
}
*/
#hmenu li#search {
	margin-left:50px;
}
#hmenu li#search:hover, #hmenu li#search.hover {
	background-image:none;
}
#hmenu #searchform {
	/*margin:0 10px;
	float:right;*/
}
#hmenu #searchform input {
	width:100px;
	/*margin-bottom:5px;*/
}
#hmenu #searchform #searchsubmit {
	width:50px;  
	padding:2px; 
	margin: 8px 0 0 2px;
	font-size:0.8em;
	background:url(images/bg-button.gif) repeat-x;
	border:1px solid #adadad;
	border-left-color:#ececec; 
	border-top-color:#ececec;
	cursor:pointer;
}


/* End header */

/* Post */

.post {
	margin: 0;
	padding:10px 0; 
	overflow:hidden;
	clear:both;
	font-size:1.3em;
	line-height:1.4em;
	}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

/*.entry {
	font-size:1.4em;
	line-height:1.4em;
	margin:20px 0;
}*/

.entry h2 a {
	text-align:center;
	background:#1C3F94;
	color:#FFF;
	border:none;
	text-decoration:none;
	display:block;
	padding:5px 0;
}

.entry h2 a:hover {
	background:#8CC542;
}

.entry blockquote {
	/*border:1px dashed #1C3F94;*/
	padding:10px 20px;
	margin:10px 0;
	background:#FFFFFF;
	color:#1C3F94;
	text-align:justify;
	font-weight:bold;
	font-style:italic;
}


.entry fieldset {
	border:1px dashed #1C3F94;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#1C3F94;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#1C3F94;
	text-align:left;

}

.entry table tr th {
	/*border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#1C3F94;*/
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }

.entry img {
	/*border:1px dashed #8CC542;*/
}

.entry a {
	border:none;
	text-decoration:underline;
}
.entry a:hover {
	text-decoration:none;
}

.entry hr {
	height:1px;
	color:#8CC542;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 15px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebars */

.sidebar {
	font: 1.2em 'Lucida Grande', Arial, Sans-Serif;
	}
.sidebar #searchform {
	margin:0 10px;
}
.sidebar #searchform input {
	width:120px;
	/*margin-bottom:5px;*/
}
.sidebar #searchform #searchsubmit {
	width:100px;  
	padding:2px; 
	margin: 10px 3px 0;
	font-size:0.8em;
	background:url(images/bg-button.gif) repeat-x;
	border:1px solid #adadad;
	border-left-color:#ececec; 
	border-top-color:#ececec;
}
.sidebar h2 {
	font-family: 'Lucida Grande', Sans-Serif;
	font-size: 1.5em;
	text-align:center;
	color:#FFFFFF;
	padding: 10px 0 10px 0;
	background:#253E87 /*url('images/actmenugrad.jpg') repeat-x bottom*/;
	margin:0 10px 10px 10px;
	border-bottom:1px solid #FFF;
	/*drop shadow - only works in ff*/
	text-shadow : -0.15em 0.15em #333;
	}

.sidebar a {
	color:#fff;
	border-bottom:1px dotted #fff;
}

.sidebar a:hover {
	border-bottom:none;
}


.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0 0px 15px 0;
	}
.sidebar .sidebar-wrap-top {
	background:/*#253E87*/ url(images/bg-sidebar-top.jpg) no-repeat top left;
	padding-top:10px;
}
.sidebar .sidebar-wrap-bottom {
	background:#253E87 url(images/bg-sidebar-bottom.jpg) no-repeat bottom;
	padding-bottom:2px;
	margin-bottom:15px;
}
.sidebar ul li {
	margin:0 0 5px 0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	background:#253E87 url(images/bg-sidebar-content.jpg) repeat-y;
	}

.sidebar .textwidget {
	padding:0 5px 5px 10px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin-left:10px;
	margin-right:14px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 20px;
	}

.sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 0;
	padding:3px 0 0 0;
	}
.sidebar ul li li {
	font-size:1.2em;
	font-weight:bold;
	padding-left:21px;
	background:url(images/bg-li.gif) no-repeat 0 55%;
}

/* Featured Products */
.sidebar #fp-title {
	background:#253E87 url(images/bg-sidebar-content.jpg) repeat-y;
	padding-bottom:15px;
}
.sidebar #featured-products{
	background:#E8F5DD;
}
.sidebar li.fp-li{
	background:#E8F5DD;
}
.sidebar li.fp-li img {
	margin-left:10px;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */	

#footer {
	padding:0 0 40px 0;
	border-left:5px solid #253E87;
	border-right:5px solid #253E87;
	background:url(images/footer-flowers.jpg) center top no-repeat;
	text-align:center;
	font-size:1.1em;
	color:#FFFFFF;
}

#footer a {
	text-decoration:underline;
	color:#FFFFFF;
	border:none;
}
#footer a:hover {
	text-decoration:none;
}

#footer-nav {
	background:#253E87;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
}
#footer-nav li {
	display:inline;
	margin:5px 20px;
}

#footer-nav li a {
	text-decoration:none;
}

/*#footer-nav li.current_page_item a {
	text-decoration:none;
}*/

#footer #copy {
	font-weight:bold;
	font-size:1.4em;
	text-align:right;
	margin-right:30px;
}
.comment-body{
	color:#000;
}
.comment-body a{
	color:#4D4D4D;
}
.sidebar-wrap-bottom ol.cf-ol{
	margin:0 0 0 8px;
}
.sidebar-wrap-bottom ol.cf-ol li{
	list-style:none;
	margin-top:5px;
}
.sidebar-wrap-bottom ol.cf-ol li span{
	font-size:10px;
}
.sidebar-wrap-bottom ol.cf-ol li label span{	
	font-size:12px;
}

.sidebar-wrap-bottom ol.cf-ol li input.single, .sidebar-wrap-bottom ol.cf-ol li textarea{
	clear:both;
	width:103px;
}
.linklove, .cf_hidden{
	display:none;
}
.cf-sb input{
	 margin-left: 42px;
    width: 70px;
}
.cf_info{
	padding: 0 9px 0 9px;
    text-align: center;
}

