/*
Theme Name: GRRReen Theme
Description: A custom theme designed especially for GRRReen
Version: 1.0
Author: BinaryM

*/

/* @group RESET */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

hr {
	display:none;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group GLOBALS */

body {
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	background-color: #f3f3f4;
}
	
/* @end */	

/* @group IDs */

#container {
    width: 980px;
    margin: 20px auto 0;
    background:#fff;
}
#logo {
    margin:0;
    padding:0;
    float:left;
}
#logo a {
    display:block;
    background:transparent url(images/logo.png) center bottom no-repeat;
    height:80px;
    width:350px;
    text-indent:-1000em;
}
#nav {
    float:right;
    background:#2764af url(images/bg-top-right.png) right top no-repeat;
    width:500px;
    overflow:hidden;
}
#slideWrap {
	float:right;
	margin:0 0 0 10px;
	width:500px;
	text-align:center;
}
#slides {
    width:500px;
    height:330px;
    position: relative; /* important */
    overflow: hidden; /* important */
    background:#fff;
}
#content {
    background:transparent url(images/bg-content.png) right bottom no-repeat;
    padding:0 0 20px 0;
}	
#sidebar {
    float:right;
    width:240px;
    margin:5px 10px;
}	
#footer {
    background:transparent url(images/bg-footer.png) center top repeat-y;
}
#credit {
    width:980px;
    margin:0 auto;
}
	/* @end */	

/* @group TYPOGRAPHY */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #333; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #000; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666; }
	
h1 {
	font-size: 2.9em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 2.1em;
	text-decoration: none;
	margin: 1.0em 0em .2em 0em;
	line-height: 1.2em;
	color: #333; }

h3 {
    color:#626365;
	font-size: 1.4em;
	margin: 1.2em 0;
	font-weight: normal;	}
	
h4 {
    color:#626365;
	font-size: 1.2em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h5 {
    color:#626365;
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
h6 {
    color:#626365;
	font-size: 0.8em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
ol, ul {
    margin:1em 3em;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
blockquote {
    margin:10px 30px;
    padding:0 10px;
    border-left:2px solid #ccc;
}


	/* @end */
	
	
/* @group NAV */

#nav ul {
    list-style:none;
    margin:0 11px;  
    padding:0;
}
  
#nav li {
    font-size: 1.15em;
    padding: 30px 0 0 0;
    float:left;
}
  
#nav li a {
    text-decoration: none;
    color: #fff; 
    display:block;
    margin:0 3px;
    padding:20px 10px 10px 10px;
    text-shadow:#333 1px 1px 2px;
}
	
#nav li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a,
#nav li.current_page_ancestor a {
	background:#6eb43f; }

 	/* @end */

/* @group CONTENT */

.gutter,
.home,
.calculator {
	margin:10px 20px;
}

#content .gutter {
    float:left;
    width:670px;
}

#content h2#grrreen {
    margin:0;
    padding:30px 20px 40px 20px;
    color:#fff;
    background:#6eb43f url(images/bg-h2.png) left bottom no-repeat;
}

/* @end */	

/* @group Sidebar */

#sidebar h3 a,
#sidebar h3 a:hover {
    text-decoration:none;
    color:#333;
}

.follow {
    margin:0 20px;
}
.follow a {
    float:left;
    display:block;
    margin:0 3px;
}

.subnav {
    list-style:none;
    margin:0 20px 10px 10px;
}
.subnav li a {
    display:block;
    text-decoration:none;
    padding:2px 10px;
    border-bottom:2px solid #fff;
}
.subnav li a:hover,
.subnav li.current_page_item,
.subnav li.current_page_parent,
.subnav li.current-cat {
    border-bottom:2px solid #2764af;
    color:#000;
}
.subnav li.current_page_item a,
.subnav li.current_page_parent a {
    font-weight:bold;
}


.subnav li ul {
    display:none;
}
.subnav li.current_page_item ul,
.subnav li.current_page_parent ul,
.subnav li.current_page_ancestor ul {
    display:block;
    list-style:none;
    margin:5px 0 5px 10px;
    padding:0;
    font-size:95%;
}

.subnav li.current_page_item ul li a,
.subnav li.current_page_parent ul li a,
.subnav li.current_page_ancestor ul li a,
.subnav li.current_page_item ul li,
.subnav li.current_page_parent ul li,
.subnav li.current_page_ancestor ul li {
    border-bottom:1px solid #fff;
    font-weight:normal;
}
.subnav li.current_page_item ul li a:hover,
.subnav li.current_page_parent ul li a:hover,
.subnav li.current_page_ancestor ul li a:hover,
.subnav li ul li.current_page_item a {
    border-bottom:1px solid #6eb43f;
}


/* @end */

/* @group Blog */

.post {
    border-bottom:1px solid #ccc;
}
.post h3 {
    margin-bottom:.2em;
}
.post h3 a {
    text-decoration:none;
}
.post small {

    font-size:90%;
    color:#999;
}
.postthumb {
    margin:5px;
    float:right;
}
.postthumb a img {
    border:1px solid #eee;
    padding:2px;
}
.postthumb a:hover img {
    border:1px solid #6db33e;
}
.postcomments {
    text-align:right;
}
.postmetadata {
    clear:both;
    color:#666;
    font-size:90%;
    background:#eee;
    padding:4px 10px;
    margin:4px;
    border:1px dotted #ccc;
}
.postmetadata a {
    color:#666;
}
.navigation {
    float:left;
    width:100%;
    margin:10px 0;
}
.commentlist {
    list-style:none;
    margin:0;
    padding:0;
}
.comment-author {
    background:#efefef;
    border-bottom:1px solid #ccc;
    padding:10px;
}
.comment-author a {
    font-weight:bold;
    text-decoration:none;
}
.bypostauthor .comment-author {
    background:#6eb43f;
    border-bottom:1px solid #333;
}


.comment-meta {
    font-size:80%;
    margin-left:10px;
}
.comment-meta a {
    text-decoration:none;
    color:#666;
}
.avatar {
    float:right;
}
.comment p {
    margin:5px 15px;
}
.reply {
    text-align:right;
    font-size:90%;
}

.children {
    list-style:none;
    margin:5px 0 5px 30px;
}

/* @end */


/* @group Slides */

#slidesContent {
    margin:0;
    padding:0;
    list-style:none;
    width: 500px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
}
#slidesContent a {
    text-decoration:none;
}
.slidesImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slidesImage span {
   position: absolute; /* important */
   left: 0;
   padding: 15px 20px 20px 0;
   width: 480px;
   background:transparent url(images/bg-slide.png) center right repeat-y;
   color: #000;
    font-size:130%;
    text-align:right;
   display: none; /* important */
   bottom: 0;
}
.homefollow {
    text-align:right;
    margin:5px 10px 3px 0;
}
.homefollow a {
    margin-left:5px;
}
/* @end */


/* @group Misc */

.buynow {
    float:left;
    width:335px;
}
.buynow img {
    float:left;
}

/* @end */


/* @group Calculator */

#calcSidebar {
    float:right;
    width:420px;
}

#calculations {
    font-size:90%;
}
#calculations th {
    font-size:120%;
    padding:4px;
}
#calculations td {
    padding:5px;
}
.title {
    text-align:right;
}
.lead {
    background:#eee;
    border-bottom:1px solid #ccc;
    text-align:center;
}
.lithium {
    font-size:110%;
    background:#d3e8c5;
    border-bottom:1px solid #6eb43f;
    text-align:center;
}
.savings {
    font-size:200%;
    font-weight:normal;
}

/* @end */

/* @group Table */

.wp-table-reloaded {
    border:1px solid #666;
    width:100%;
}
#wp-table-reloaded-id-4-no-1 {
    width:450px;
    margin:0 auto;
}
.wp-table-reloaded th {
    border-bottom:2px solid #666;
    font-size:110%;
    background:#2764af;
    color:#fff;
    padding:4px 0 6px 0;
}
.wp-table-reloaded td {
    padding:6px;
    border-bottom:1px solid #666;
    /*white-space:nowrap;*/
    font-size:90%;
}
.wp-table-reloaded td.column-1 {
    font-weight:bold;
    text-align:right;
}
.wp-table-reloaded .row-2 td,
.wp-table-reloaded .row-4 td,
.wp-table-reloaded .row-6 td,
.wp-table-reloaded .row-8 td,
.wp-table-reloaded .row-10 td,
.wp-table-reloaded .row-12 td,
.wp-table-reloaded .row-14 td,
.wp-table-reloaded .row-16 td,
.wp-table-reloaded .row-18 td,
.wp-table-reloaded .row-20 td  {
    background:#eee;
}


/* @end */

/* @group cForms */

#cforms3form {
	clear:none;
    width:500px;
    margin:0;
}
#cforms3form select,
#cforms3form input {
    width:120px;
}
#cforms3form label,
#cforms3form span {
    width:200px;
    text-align:right;
}

#cforms4form {
    width:400px;
	clear:none;
}
#cforms4form input {
    width:200px;
}
#cforms4form label,
#cforms4form span {
    width:150px;
    text-align:right;
}
#cforms4form .reqtxt,
#cforms4form .emailreqtxt {
    display:none;
}


/* @end */


/* @group FOOTER */

#footer .box {
    width:33%;
    float:left;
}
#footer .box h4 {
    background:#2764af;
    color:#fff;
    margin:15px 20px 0 0;
    padding:5px 0 5px 20px;
}
#footer .box h4 a {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
#footer .box p {
    padding:0 30px 0 20px;
}
#footer .box ul {
    list-style:none;
    margin:15px 30px 5px 20px;
}
#footer .box ul li {
    border-bottom:1px solid #eee;
    margin-bottom:2px;
    padding-bottom:2px;
}
	
	/* @end */


/* @group Credit */

#credit p {
    font-size:.9em;
    margin:5px;
    padding:0;
    float:left;
}
#credit a {
    text-decoration:none;
    color:#666;
}
#credit a:hover {
    text-decoration:none;
    color:#2764af;
}
#credit #binarym {
    float:right;
}
#credit #binarym a:hover {
    color:#000;
}

/* @end */

/* @group Misc Pages */

.team {
    border-bottom:1px solid #ccc;
    margin-bottom:5px;
    float:left;
    width:100%;
}
.team img {
    float:right;
    margin:0 10px;
}

/* @end */


/* @group Wordpress */

.textwidget {
	margin-bottom:20px;
	margin-top:20px; }
                
.clear {
	clear: both; }
	
#tags {
    margin-bottom:35px; }
    
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	text-align:center;
}

.pointer {
	cursor:pointer;
}

img.alignright {
    margin:0 0 10px 10px;
}
img.alignleft {
    margin:0 10px 10px 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 4px;
	-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;
}


/* @end */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
    clear:both;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	font-size:1.2em; 
	letter-spacing:3px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	border:1px solid #aaa; 
	font-size:0.8em;
	background:#ffffff url(images/field-bg-top.gif) repeat-x top left;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #2764af;
	background:#ffffff url(images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#ffffff url(images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-size:1em;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0;
	padding:0pt 3px 0pt 0pt !important;
	text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:auto;  
	padding:2px 1em; 
	margin: 0;
	font-size:1.2em;
	background:url(images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(images/icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(images/captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(images/li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}






