/*
Theme Name: GreenPoint Theme
Theme URI: http://greenpointrated.org/
Description: GreenPoint Rated theme
Author: Adam Chew
Version: 2.0
Tags: green, white, two-columns, fixed-width, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	*text-align:left;
	_text-align:left;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
/*	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
*/	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	clear:none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #3A813A;
	text-decoration: none;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #3A813A;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #679C32;
	text-decoration: underline;
}
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color:#679C32;
	text-decoration:none;
}
.entry-content-twosidebars h1, .entry-content-twosidebars h2, .entry-content-twosidebars h3, .entry-content-twosidebars h4, .entry-content-twosidebars h5, .entry-content-twosidebars h6 {
	clear: none;
}
.entry-content-twosidebars h1 {
	padding-bottom:5px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -245px 0 0;
	width: 100%;
}
#content {
	margin: 0 245px 0 0;/*
	border:1px #666 solid;*/
	text-align:left;
}
#primary {
	float: right;
	overflow: hidden;
	width: 230px;/*
	border:1px #666 solid;*/
}
#primary {
	text-align:left;
	margin-top:4px;
/*	clear: right;*/
}
#secondary {
	float: left;
	overflow: hidden;
	width: 230px;/*
	border:1px #666 solid;*/
}
#secondary {
	margin-top:4px;
/*	clear: left;*/
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 965px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-content-twosidebars label,
.entry-content-twosidebars tr th,
.entry-content-twosidebars thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 965px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 15px;
	width: 230px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #EBEBEB;
}
body,
input,
textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
.entry-content-twosidebars hr {
	clear: none;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: url(images/bullet.gif);
	*list-style: url();
	margin: 0 0 15px 1.5em;
}
.widget-container ul {
	list-style: url(images/bullet-down.gif) !important;
	color:#679C32 !important;
}

.entry-content ul {
	display:inline-block;
}
.entry-content ul li, .entry-content-twosidebars ul li {
	margin:10px 10px 0 10px;
}
.widget-container ul ul li:before {
	content: "\00BB \0020";
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
.textwidget ol {
	list-style: decimal;
	margin: 0 35px 18px 35px;
}
.textwidget h2 {
	font-size:16px;
	margin:15px 15px 15px 15px;
}
.casestudyStats h2 {
	font-size:16px;
	margin:5px 0 5px 0;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #666;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
#content-twosidebars,
#content-twosidebars input,
#content-twosidebars textarea {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}
#content-twosidebars h1 {
	font-size:27px;
}
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #333;
}
#content h2,
#content h3,
#content h5,
#content h6,
#content-twosidebars h2,
#content-twosidebars h3,
#content-twosidebars h5,
#content-twosidebars h6{
	color: #3A813A;
	line-height: 1.3em;
	margin: 20px 0 15px 0;
}
#content h4,
#content-twosidebars h4 {
	color: #333333;
    font-size: 16px;
	font-weight:bold;
    line-height: 26px;
	margin: 10px 0 10px 0;
}
#content h1,
#content-twosidebars h1 {
	color: #3A813A;
	line-height: 1.5em;
	margin: 0 0 20px 0;
/*	font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
*/	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
}
#primary h1 {
	color: #3A813A;
	line-height: 1.2em;
	margin: 20px 15px 10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
}
#content p {
	margin-bottom:10px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content .wpf tr th,
#content .wpf thead th,
#content .wpf-table th {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content .wpf-bright {
	color:#666 !important;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #3A813A;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #679C32;
}
#content .entry-title {
	color: #3A813A;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #3A813A;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #679C32;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 5px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset, .entry-content-twosidebars fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend, .entry-content-twosidebars fieldset legend {
	background: #fff;
	color: #666;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input, .entry-content-twosidebars input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button,
.entry-content-twosidebars input.file,
.entry-content-twosidebars input.button{
	margin-right: 24px;
}
.entry-content label, .entry-content-twosidebars label {
	color: #888;
	font-size: 12px;
}
.entry-content select, .entry-content-twosidebars select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub,
.entry-content-twosidebars sup,
.entry-content-twosidebars sub{
	font-size: 10px;
}
.entry-content blockquote.left, .entry-content-twosidebars blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right, .entry-content-twosidebars blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}/*
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}*/
body.page .edit-link {
	clear: both;
	display: block;
}
.entry-content-twosidebars body.page .edit-link {
	clear: none;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
.entry-content-twosidebars #entry-author-info {
	clear: none;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-content-twosidebars .entry-utility {
	clear: none;
}
/*
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}*/
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption, .attachment .entry-content-twosidebars .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before, .attachment .entry-content-twosidebars .nav-previous a:before {
	content: '\2190\00a0';
}/*
.attachment .entry-content .nav-next a:after, .attachment .entry-content-twosidebars .nav-next a:after {
	content: '\00a0\2192';
}
*/

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 965px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom:24px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom:24px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .entry-content-twosidebars .aligncenter,
#content .entry-content-twosidebars img.aligncenter {
	clear: none;
}
img.nomargin {
	margin-bottom:4px !important;
}
.entry-content-twosidebars 
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}/*
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}*/
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
.entry-content-twosidebars #comments {
	clear:none;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}/*
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}*/
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}/*
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}*/
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #666;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area {
	padding-top:0;
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
	padding-top:5px;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 3px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: underline;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0 0 0 17px;
	list-style:url(images/bullet.gif);
	*list-style: url();
}
#main .widget-area ul ul li ul {
	border: none;
	margin-left:-17px !important;
	padding: 0 0 0 0;
	list-style: none !important;
}
#main .widget-area ul ul li ul li {
	padding: 0 0 0 0 !important;
	margin:0 !important;
	font-size:10px;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
}
#colophon {
/*	border-top: 4px solid #000;
	margin-top: -4px;
*/	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



<!-- ************************************THIS IS WHERE THE GREEN POINT RATED STYLES BEGIN*************************************** -->
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #EBEBEB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
#page { 
	background: #FFFFFF;
} 
#header { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:25px 0 /*15px*/8px 0;
} 
#footer { 
	padding: 20px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EBEBEB;
	border-top: 10px solid #679C32;
	margin-top:20px;
} 
#footer p {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0 15px 20px 15px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#666;
	font-size:11px;
	line-height:1.5em;
}
#footer h1 {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 15px 15px 20px 15px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#679C32;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.2em;
}
#footer h1 a img, #primary div a img {
	padding:2px;
}
#footer #footerContainer { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
	padding: 40px 0;
} 
#threeColumnSpan {
	width:720px;
}
#twoColumnSpan {
	width:475px;
}
#oneColumnSpan {
	width:230px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input.newsletter  {
	width:88px;
	height:18px;
	border:1px #999 solid;
	background: #FFF;
	margin:2px 5px 1px 1px;
	padding:0;
	text-align:center;
	color:#666;
	vertical-align:top;
	font-size:11px;
	float:left;
}
input.get {
	margin:2px 1px 1px 1px;
}
.newsletter label {
	visibility:hidden;
	width:0px;
	height:0px;
	text-indent:-99999px;
	font-size:0px;
	line-height:0;
}
.newsletter input.submit {
	background:url(images/foot_get.gif) no-repeat;
	width:38px;
	height:20px;
	text-indent:-99999px;
	font-size:0px;
	line-height:0;
	border:none;
	cursor:pointer;
	float:right;
	margin-top:2px;
}
.newsletter div {
	width:88px;
	float:left;
	margin-top:2px;
}
a {
	color: #3A813A;
	text-decoration: underline;
	font-weight:bold;
}
a:visited {
	color: #3A813A;
	text-decoration: underline;
}
a:hover {
	color: #679C32;
	text-decoration: none;
}
a:active {
	color:#679C32;
	text-decoration:none;
}
a img,:link img,:visited img { 
	border:none;
}
#wpf-wrapper a {
	color: #3A813A !important;
	text-decoration: underline !important;
}
#wpf-wrapper a:visited {
	color: #679C32 !important;
	text-decoration: underline !important;
}
#wpf-wrapper a:hover {
	color: #679C32 !important;
	text-decoration: none !important;
}
#wpf-wrapper a:active {
	color:#679C32 !important;
	text-decoration:none !important;
}
#wpf-wrapper a img,#wpf-wrapper :link img,#wpf-wrapper :visited img { 
	border:none !important;
}
h1.logo {
	background: url(images/head_greenpointlogo.gif) no-repeat;
	width:230px;
	height:95px;
	text-indent:-9999px;
	font-size:1px;
	line-height:0em;
	position:relative;
	top:0;
	margin:0;
	padding:0;
}
h2.tagline {
	background:url(images/head_tagline.gif) no-repeat;
	width:230px;
	height:18px;
	text-indent:-9999px;
	font-size:1px;
	line-height:0em;
	position:relative;
	top:42px;
	margin:0;
	padding:0;
}
.homeContent {
	position:relative;
	padding-top:9px;
	padding-bottom:50px;
}
.slideHeadline {
	position:absolute;
/*	top:267px;
	left:128px;
	width:420px;
*/	height:90px;
	overflow: visible;
	padding:20px;
	background:#FFF;
	z-index:10;
	behavior: url(border-radius.htc);
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	/* for IE
  	filter:alpha(opacity=80); */
  	/* CSS3 standard
  	opacity:0.8; */
	top:395px;
	left:-6px;
	width:360px;
}
.slideHeadline h3 {
	background:url(images/home_slide_headline.gif) no-repeat;
	text-align:center;
	width:365px;
	height:16px;
	text-indent:-9999px;
	font-size:1px;
	line-height:0;
	margin:0 0 12px 0 !important;
	padding:0 !important;
	position:relative;
/*	left:25px;
*/
}
.slideHeadline p {
	color: #333;
	font-size:16px;
	margin:0 0 0 0;
	padding:0;
	line-height:1.5em;
	width:700px;
}
#homeSlideshow {
	z-index:0;
}
h1.entry-title  {
	width:100%;
	height:29px;
	color:#FFF;
	background:#679C32;
	text-transform:uppercase;
	text-align:center;
	padding-top:11px;
	margin-top:0px;
	margin-bottom:15px;
	*padding:2px 0 10px 0;
	_padding:3px 0 3px 0;
/*	font-family: 'Open Sans Condensed',Arial, Helvetica, sans-serif;
 */	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	*font-family: Arial, Helvetica, sans-serif;
	_font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:0.1em;
}
.home-hr {
	border-top: 10px solid #679C32;
	padding:0 0 15px 0;
}
#main h1.entry-title  {

}
/* BEGIN TheThe Tabs and Accordions plugin style override for "Le Frog" theme  */
.ui-widget-content {
	background:#FFF !important;
	color:#666 !important;
	list-style:none !important;
}
.ui-widget-content ul {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
.ui-widget-content li {
	margin:5px 0 !important;
	padding:0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 5px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 5px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 5px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 5px !important;
}
.ui-accordion .ui-accordion-content {
    padding: 15px 15px !important;
	overflow:hidden !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #679C32/*#3A813A*/ !important;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
	*font-family: Arial, Helvetica, sans-serif;
	_font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.1em !important;
	font-weight: bold !important;
	text-transform:uppercase !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #3A813A !important;
    border: 1px solid #3A813A !important;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif !important;
	*font-family: Arial, Helvetica, sans-serif;
	_font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.1em !important;
	font-weight: bold !important;
	text-transform:uppercase !important;
}
.ui-accordion .ui-accordion-header a {
    font-size: 1.2em !important;
    padding: 0.8em 0.5em 0.8em 2.2em !important;
}
.ui-accordion .ui-accordion-header {
    margin-top: 5px !important;
}
.ui-accordion .ui-accordion-header .ui-icon {
    left: 10px !important;
}
/* END TheThe Tabs and Accordions plugin style override for "Le Frog" theme  */

.addtoany_share_save {
	margin:0 !important;
	padding:0 !important;
}
.addtoany_share_save img {
	margin:0 !important;
	padding:2px !important;
	vertical-align: baseline !important;
}

#container-twosidebars {
	margin: 0 -245px 0 0;
	width: 100%;
}
#content-twosidebars {
	margin: 0 245px;/*
	border:1px #666 solid;*/
}
.entry-content-twosidebars {
	padding: 0 0 0 0;
}
ul.benefitsNav  {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
ul.benefits  {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	font-size:13px;
}
ul.benefits a:hover {
	text-decoration:underline !important;
}
ul.benefits li.benefits-energy, ul.benefits li.benefits-water, ul.benefits li.benefits-indoor, ul.benefits li.benefits-resource, ul.benefits li.benefits-community {
	margin:0 0 0 0 !important;
	height:35px;
	padding:12px 0 0 50px !important;
}
ul.benefits li.benefits-energy {
	background:url(images/benefits-energy.gif) no-repeat 0 0;
}
ul.benefits li.benefits-water {
	background:url(images/benefits-water.gif) no-repeat 0 0;
}
ul.benefits li.benefits-indoor {
	background:url(images/benefits-indoor.gif) no-repeat 0 0;
}
ul.benefits li.benefits-resource {
	background:url(images/benefits-resource.gif) no-repeat 0 0;
}
ul.benefits li.benefits-community {
	background:url(images/benefits-community.gif) no-repeat 0 0;
}
ul.examplesNav,
ul.getstartedNav {
	list-style:none !important;
	margin:20px 0 0 0 !important;
	padding:0 !important;
}
ul.examplesNav li,
ul.getstartedNav li {
	margin:0 0 10px 0 !important;
}/*
ul.getstartedNav {
	list-style:none !important;
	margin:12px 0 0 0 !important;
	padding:0 !important;
}
ul.getstartedNav li {
	margin:0 0 10px 0 !important;
}*/
h3.widget-benefits, h3.widget-pointers, h3.widget-contractor, h3.widget-products {
	text-align:center;
	padding:10px 0 10px 0;
	margin:5px 0 0px 0;
	color:#FFF;
	font-weight:bold;
	behavior: url(border-radius.htc);
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
h3.widget-benefits {
	background-color: #679C32;
}
h3.widget-pointers {
	background-color: #679C32;
}
h3.widget-contractor {
	background-color: #679C32;
}
h3.widget-products {
	background-color: #679C32;
}
h3.widget-benefits a:link, h3.widget-benefits a:visited, h3.widget-pointers a:link, h3.widget-pointers a:visited, h3.widget-contractor a:link, h3.widget-contractor a:visited, h3.widget-products a:link, h3.widget-products a:visited {
	color:#FFF;
}
a:hover h3.widget-benefits, a:hover h3.widget-pointers, a:hover h3.widget-contractor, a:hover h3.widget-products {
	background-color: #01631C !important;
}
.textwidget a:link, .textwidget a:visited {
	text-decoration:underline !important;
}

h3.widget-title {
	background-color: /*#82AE57*/#679C32;
	text-align:center;
	padding:10px 0 10px 0;
	margin:5px 0 0px 0;
	color:#FFF;
	behavior: url(border-radius.htc);
     -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
h3.widget-title a, h3.widget-title a:visited {
	color:#FFF;
}
.textwidget a.sidebarbutton {
	text-decoration:none !important;
}
h3.widget-title a:hover {
	color:#004C15;
}
.widget-container ul {
	border: solid 1px #82AE57 !important;
	padding:10px !important;
	margin:0px !important;
	behavior: url(border-radius.htc);
     -moz-border-radius:0 0 5px 5px ;
    -webkit-border-radius:0 0 5px 5px ;
    -khtml-border-radius:0 0 5px 5px ;
    border-radius:0 0 5px 5px ;
}
.widget-container ul ul {
	border: none !important;
	padding:0px !important;
	margin:0px !important;
	behavior: none;
	color:#679C32 !important;
}
.widget-container ul li {
	margin:10px 10px 10px 10px !important;
}
.widget-container ul li.current_page_item a {
	color: #999 !important;
	text-decoration:none !important;
}
.widget-container ul li.current_page_item ul a {
	color:#3A813A !important;
	text-decoration:underline !important;
}
.widget-container ul li.current_page_item ul a:hover {
	color:#679C32 !important;
	text-decoration:none !important;
}
.widget-container ul li ul li {
	margin:10px 0 10px 0 !important;
}
li.widget_wenderhost-subpages ul {
	list-style:none;
	margin-left:15px;
	margin-right:15px;
	padding-left:17px !important;
	list-style:url(images/bullet.gif);
	*list-style: url();
}
li.widget_wenderhost-subpages ul li {
	margin-bottom:10px;
}
.textwidget p {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
}
.sidebar {
	padding-top:20px;
	margin:0 0 10px 0;
}
.sidebar a:link, .sidebar a:visited {
	text-decoration:underline !important;
}

.entry-content h1 {
/*	background-color: #3A813A;
	text-align:center;
	padding:2px 0 3px 0;
	margin:0 0 20px 0;
	color:#FFF !important;
	behavior: url(border-radius.htc);
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font-size:22px;
*/	font-weight:bold;
	font-size:30px;
	line-height:1.3em !important;
	clear:none !important;
	font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
}
.entry-content h2 {
	font-size:24px;
}
.entry-content h3 {
	font-size:21px;
}
p.intro {
	font-size:16px;
	line-height:26px;
	color:#3A813A;
}
p.quote {
	color:#679C32;
	font-style:italic;
	font-size:20px;
	line-height:30px;
	padding-top:0;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
p.quoteBy {
	font-size:14px;
	text-transform:uppercase;
	text-align:right;
}
p.quoteBy i {
	font-size:16px;
	text-transform:none;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
p.points {
	margin-top:50px;
	text-align:center;
}
p.pdf {
	margin-top:50px;
	text-align:center;
}
h2.casestudy1 {
	background:url(images/casestudy-49points.gif) no-repeat 380px 5px;
	width:720px;
	height:61px;
}
h2.casestudy2 {
	background:url(images/casestudy-128points.gif) no-repeat 380px 5px;
	width:720px;
	height:61px;
}
h2.casestudy3 {
	background:url(images/casestudy-231points.gif) no-repeat 380px 5px;
	width:720px;
	height:61px;
}
h2.casestudy4 {
	background:url(images/casestudy-122points.gif) no-repeat 380px 5px;
	width:720px;
	height:61px;
}
h2.casestudy5 {
	background:url(images/casestudy-121points.gif) no-repeat 380px 5px;
	width:720px;
	height:61px;
}
.casestudyStats {
	background-color:#EDF3E7;
	padding:25px 15px;
	margin:50px 0 0 0;
	behavior: url(border-radius.htc);
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.casestudyStats h1 {
	color: #3A813A;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:10px;
	font-size:18px;
}
.casestudyStats h2 {
	color: #679C32;
	text-transform:uppercase;
	padding:10px 0 2px 0;
	font-size:14px;
}
/*
.ngg-galleryoverview {
	clear:none !important;
	padding-bottom:30px !important;
}
li.ngg-next a {
	padding:10px 0 0 0 !important;
	margin:0 !important;
}
li.ngg-prev {
	padding:0 10px 0 0 !important;
	margin:0 !important;
}
.ngg-gallery-list li {
	overflow:visible !important;
}
ul.ngg-gallery-list {
	padding:10px 0 0 10px !important;
	margin:0 !important;
	list-style:none !important;
}*/
.galleryview ul.filmstrip li {
	margin:0;
	padding:0;
}
.galleryview h2 {
	color:#FFF !important;
}
div.benefits {
	margin-top:0px;
	margin-left:0;
	min-height:53px;
}
div.benefits img.alignleft {
	margin-bottom: 5px !important;
}
.post h2 {
/*	border-top:#679C32 1px dotted;
	margin-top:5px !important;
	padding-top:16px;
*/
}
#post-53 p {
	*width:475px;
	*padding-bottom:20px;
}
span.bigger,
p.bigger {
	font-size:115%;
	font-weight:bold;
	color: #3A813A;
}
#linklist1 ul {
	list-style:none;
}
#linklist1 li {
	padding-bottom:10px;
}
.press-date {
	font-style:italic;
}
.press-desc {
	font-weight:bold;
}
/* BEGIN navigation css */

#top_nav {
	font: 100% Arial, Helvetica, sans-serif;
	padding:0; margin:0; list-style:none;
	height:20px;
	width:580px;
	position:relative;
	top:20px;
	font-size:14px;
	font-weight:bold;
}
#top_nav li {display:block; float:right; margin:0 2px 0 32px; padding:0;}
#top_nav li#menu-item-533 {margin:0 2px 0 0;}
#top_nav li#menu-item-537 { background-color:#EAF2D3}
#top_nav ul {margin:0; padding:0;}
#top_nav a {
	color: #679C32;
	text-decoration: none;
}
#top_nav a:visited {
	color: #679C32;
	text-decoration: none;
}
#top_nav a:hover {
	color: #3A813A;
	text-decoration: underline;
}
#top_nav a:active {
	color:#3A813A;
	text-decoration:underline;
}

#professionals {top:0px; padding:0; margin:0 0 0 0; list-style:none; height:17px; position:relative; width:146px; _margin-left:0px;}
#professionals li.top {display:block; float:left;}
#professionals li a {display:block; float:left; height:17px; border:none; text-decoration:none; border:none; padding:0; cursor:pointer;}
#professionals li a b {margin-left:-9999px;}

#professionals li a.professionals {background:url(images/main_nav_top_pro.gif); width:114px; margin-left:32px; _margin-left:2px;}

#professionals li:hover a,
#professionals a:hover {background-position: 0 17px; }

/* MAIN NAV 475PX WIDTH */

#main_nav {top:10px; padding:0; margin:0 0 0 0; list-style:none; height:47px; position:relative; width:475px; _margin-left:0px;}
#main_nav li.top {display:block; float:left;}
#main_nav li a {display:block; float:left; height:47px; border:none; text-decoration:none; border:none; padding:0; cursor:pointer;}
#main_nav li a b {margin-left:-9999px;}

#main_nav li a.buysellgreen {background:url(images/main_nav_buysellgreen.jpg); width:115px;}
#main_nav li a.greenremodeling {background: url(images/main_nav_productspointers.jpg); width: 114px; margin-left:6px; _margin-left:2px;}
#main_nav li a.gallery {background: url(images/main_nav_gallery.jpg); width:114px; margin-left:6px; _margin-left:2px;}
#main_nav li a.getrated {background: url(images/main_nav_getrated.jpg); width:114px; margin-left:6px; _margin-left:2px;}

#main_nav li:hover a,
#main_nav a:hover {background-position: 0 47px; }

#main_nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:0;}
#main_nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#main_nav li:hover {position:relative; }
#main_nav a:hover {position:relative; white-space:normal; }


/* END navigation css */

.rebate1 {
	background-image: url(images/rebates/elements_label_box1.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 5px;
	height: 180px;
	width: 720px;
}
.rebate2 {
	background-image: url(images/rebates/elements_label_box2.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 5px;
	height: 120px;
	width: 720px;
	background-position: 0px top;
}
.rebate3 {
	background-image: url(images/rebates/elements_label_box3.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 5px;
	height: 100px;
	width: 720px;
	background-position: 0px top;
}

.rebate1_content {
	height: auto;
	width: 650px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.button_padding {
	padding: 2px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.rebate2_content {
	height: auto;
	width: 650px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rebate3_content {
	height: auto;
	width: 650px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
/*
#primary .addtoany_share_save {
	margin-left:15px !important;
	padding-top:40px !important;
}

table#greenpointers {
	border: none;
	margin: 4px 0 24px 0;
	text-align: left;
	width:230px !important;
	padding:0 !important;
}
table#greenpointers tbody {
	width:230px !important;
	margin:0 !important;
	padding:0 !important;
}
#greenpointers tr th,
#greenpointers thead th {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	padding: 12px 10px;
	background:url(images/border-top.gif) no-repeat top;
	background-color:#82AE57;
	width:230px !important;
}
#greenpointers tr td {
	border-left: 1px solid #82AE57;
	border-right: 1px solid #82AE57;
	border-bottom: 1px solid #82AE57;
	line-height: 15px;
	padding: 9px 30px 9px 10px;
	background-color:#FDFFF0;
	font-size:12px;
	width:228px !important;
}
#greenpointers tr.yes td {
	background-color: #EAF2D3 !important;
	background:url(images/icon-check.gif) no-repeat 204px 9px;
}
#greenpointers tr.end td {
	background:url(images/border-bottom.gif) no-repeat bottom;
	background-color:#82AE57;
	border-left:none;
	border-right:none;
	border-bottom:none;
	height:10px;
	padding:0;
}
*/
ul#greenpointers {
	margin:0 !important;
	text-align: left;
	width:230px !important;
	padding:4px 0 24px 0 !important;
	list-style:none;
}
ul#greenpointers li {
	margin:0 !important;
}
#greenpointers li h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	padding: 6px 30px 7px 10px;
	width:190px !important;
	margin:0 !important;
	background:url(images/border-top.gif) no-repeat top;
	background-color:#82AE57;
}
#greenpointers li p {
	border-left: 1px solid #82AE57;
	border-right: 1px solid #82AE57;
	border-bottom: 1px solid #82AE57;
	line-height: 15px;
	padding: 9px 30px 9px 10px;
	background-color:#FDFFF0;
	font-size:12px;
	width:188px !important;
	margin:0 !important;
}
#greenpointers li.yes p {
	background-color: #EAF2D3 !important;
	background:url(images/icon-check.gif) no-repeat 204px 9px;
}
#greenpointers li.end {
	background:url(images/border-bottom.gif) no-repeat bottom;
	background-color:#82AE57;
	border-left:none;
	border-right:none;
	border-bottom:none;
	height:6px;
	padding:0;
	margin:0;
}

div.recommendations {
	width:230px;
	padding:4px 0 24px 0 !important;
}
.recommendations ul {
	list-style:url(images/bullet-open.gif);
	*list-style: url();
	color:#679C32;
	border: solid 1px #82AE57 !important;
	padding:5px 15px 15px 15px !important;
	min-height:258px;
	margin:0 !important;
	behavior: url(border-radius.htc);
     -moz-border-radius:5px ;
    -webkit-border-radius:5px ;
    -khtml-border-radius: 5px ;
    border-radius:5px ;
}
.recommendations ul li {
	margin-left:15px;
}
ul.recommendations {
	list-style:url(images/bullet-anchor.gif);
	*list-style: url();
}
ul.nobullet {
	list-style:none;
}
ul.nobullet strong {
	text-transform:uppercase;
	margin-left:-17px;
}
.recommendations ul ul {
	list-style:url(images/bullet-open.gif);
	*list-style: url();
	color:#679C32;
	border: none !important;
	padding:0 !important;
	margin:0 !important;
	min-height:10px;
}
.recommendations p.bigger {
/*	background-color: #82AE57;
	color:#FFF;
	text-align:center;
	behavior: url(border-radius.htc);
     -moz-border-radius:5px ;
    -webkit-border-radius:5px ;
    -khtml-border-radius: 5px ;
    border-radius:5px ;
	padding:8px 0;*/
	margin:-8px 0 0 0;
	font-size:16px;
}
.middlecolumn {
	width:475px;
}

.sidebarspacer {
	padding:54px 0 0 0;
}
.pointers {
	max-height:145px;
	overflow:scroll;
}
/* BBPress styles */
#content table.bbp-topics, #content table.bbp-forums, #content table.bbp-replies, #container table.bbp-topics, #container table.bbp-forums, #container table.bbp-replies, #main table.bbp-topics, #main table.bbp-forums, #main table.bbp-replies {
    clear: none !important;
}
.bbp-forums tr td, .bbp-forums tr th, .bbp-topics tr td, .bbp-topics tr th {
	padding:5px 5px;
}
.bbp-forums tr td.bbp-forum-info, .bbp-forums tr th.bbp-forum-info, .bbp-topics tr th.bbp-topic-title {
	width:45%;
}
div.bbp-template-notice {
    background-color: #EAF2D3 !important;
    border: 1px solid #82AE57 !important;
}
div.bbp-template-notice {
	clear:none !important;
}
div.bbp-breadcrumb {
    float: none !important;
}
.widget-container fieldset, .widget-container div.bbp-logged-in, .widget-container form#searchform {
	border: solid 1px #82AE57 !important;
	padding:5px 15px 15px 15px !important;
	margin:0px !important;
	behavior: url(border-radius.htc);
     -moz-border-radius:0 0 5px 5px ;
    -webkit-border-radius:0 0 5px 5px ;
    -khtml-border-radius:0 0 5px 5px ;
    border-radius:0 0 5px 5px ;
}
.widget-container form#searchform {
	line-height:28px;
}
span#subscription-toggle, span#favorite-toggle {
	font-size:10px;
	margin:0 0 0 3px;
}
.bbp-replies tr td.bbp-reply-author, .bbp-replies tr th.bbp-reply-author {
	width: 25%;
}
div.bbp-topic-tags {
	margin:6px 10px 0 10px;
}

.bbp-no-reply, .bbp-no-topic {
	margin-top:50px;
}
div#entry-author-info {
	background-color:#EAF2D3 !important;
	border-top:0px solid #82AE57
}
.entry-content, .entry-summary {
    clear: none;
}
.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
    clear: none !important;
}
.bbp-pagination, .bbp-pagination-count {
    float: none !important;
	clear:none;
}
.bbp-forums img.avatar {
	max-width:20px;
}
#bbp-your-profile fieldset span.description {
    background-color: #EAF2D3 !important;
    border: 1px solid #82AE57 !important;
}
.entry-content label, .entry-content-twosidebars label {
	margin-right:50px;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content, .entry-content-twosidebars, p.intro {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	#primary {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content,
	#content-twosidebars {
		margin: 24pt 0 0;
		width: 100%;
	}
	#content-twosidebars {
		margin: 24pt 0 0;
		width: 65%;
		float:right;
	}
	#secondary {
		width:30%;
		float:left;
	}
	#secondary 	.widget-area {
		display: inline !important;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	#header, #footer {
		display:none;
	}
}
