
/*------------------------------------------------------------------

project:	Greenhouse Neutual Foundation
date created: 1st Dec 08
author: Paul Crawford

-------------------------------------------------------------------*/

@import url("nav.css");
@import url("cmxform.css");
@import url("thickbox.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/

*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
} 


/*-------------------------------*/
/* Body
/*-------------------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #053455 url('../images/core/bg.jpg') top center repeat-x;
	color: #000000;
}


/*-------------------------------*/
/* Standard
/*-------------------------------*/
h1 { 
	font-size: 2em;
	color: #000000;
}

h2 { 
	font-size: 1.4em;
	color: #2e2e2e;
}

h3 { 
	font-size: 1.3em; 
	color: #106f85;
}

h4 { 
	font-size: 1.2em; 
	color: #2a879d;
}

h5 { 
	font-size: 1.1em; 
	color: #a8a8a8;
}

p { 
	line-height: 1.6em;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 0 15px 15px 15px;
	border: 5px solid #cccccc;
	clear: left;
}

img.right {
	float: right;
	margin: 0 15px 15px 15px;
	border: 5px solid #cccccc;
	clear: right;
}

ul { 
	list-style-type: square;
	margin-left: 30px;
}

ul li { 
	line-height: 1.6em;
}

ul.no-list { 
	list-style-type: none;
}

ul.list-pdf {
	list-style-type: none;
}

ul.list-pdf li {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

ol { 
	margin-left: 40px; 
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #016972;
	text-decoration: none; 
}

a:hover { 
	color: #053455;
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

span.mailto { 
	text-decoration: dashed; 
	color: #2c85bc; 
}
 
a.mailto { 
	color: #016972;
	text-decoration: none;
}
   
a.mailto:hover { 
	color: #053455;
	text-decoration: underline; 
} 

a.back {
	display: block;
	text-align: right;
	border-top: 1px dashed #414141;
}

a:hover.back {
	color: #e8d601;
	text-decoration: underline; 
}

dl {}

dt {
	font-weight: bold;
	padding-bottom: 5px;
	color: #e25412; 
}

dd {
	line-height: 1.6em;
	padding-bottom: 15px;
}

.red {
	color: #da2020;
}

div#content .caption-img {
	float:right;
	width:160px;
	display:block;
	clear:right;
	margin: 0 15px 15px 15px;
	padding:0;
}

div#content .caption-img img{
	border: 5px solid #cccccc;
	margin:0 0 3px 0;
	padding:0;
}

div#content .caption-img p{
	margin:0;
	padding:5px 5px 5px 5px;
	line-height:1.2em;
	font-size:0.8em;
	color:#333333;
	text-align:center;
	background:#cccccc;
}

img.right {
	float: right;
	margin: 0 15px 15px 15px;
	border: 5px solid #cccccc;
	clear: right;
}

#content .logos .center-logo{
	width: 423px;
	height: 72px;
	margin-left: 130px;	
}

/*-------------------------------*/
/* Container
/*-------------------------------*/
div#container {
	width: 980px;
	height: auto;
	margin: 0 auto;
	background: url('../images/core/bg-container.png') top center repeat-y;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
div#header {
	height: 170px;
	background: url('../images/core/bg-header.gif') top center no-repeat;
	padding: 35px 26px 5px 15px;
}


div#logo h1 a {
	width: 625px;
	height: 170px;
	background: url('../images/core/logo-greenhouse.jpg') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

div#buy-book a {
	width: 232px;
	height: 93px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/button-buybook.jpg') 0 0 no-repeat;
	float: right;
	margin-top: 42px;
}

div#buy-book a:hover {
	background-position: 0 -93px !important;
}



/*-------------------------------*/
/* Content
/*-------------------------------*/
div#content-container {
	width: 950px;
	height: auto;
	padding: 0 15px;
}

div#content-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* --- left content --- */
div#left-content {
	width: 230px;
	float: left;
	display: block;
}

/* --- see nav.css --- */

input#donate {
	width: 230px!important;
	height: 115px!important;
	text-indent: -9999px!important;
	overflow: hidden!important;
	display: block!important;
	background: url('../images/core/button-donate.gif') 0 0 no-repeat!important;
	border: 0!important;
}


#IEroot input#donate {
	font-size: 0em;
	color: #33b4bb;
	text-align: left;
	width: 10px;
	text-indent: 0;
	text-decoration:none;
}


input#donate:hover, input#donate.donatehover {
	background-position: 0 -115px !important;
}

div#buy-book-online a {
	width: 230px;
	height: 115px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/button-buybookonline.gif') 0 0 no-repeat;
}

div#buy-book-online a:hover {
	background-position: 0 -115px !important;
}

div#author-box {
	height: 310px;
	background: url('../images/core/bg-author.gif') 0 0 no-repeat;
	padding: 27px 19px 10px 19px;
}

div#author-box h2 {
	width: 191px;
	height: 22px;
	background: url('../images/titles/about-the-author.gif') 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	padding-bottom: 12px;
}

div#author-box p {
	color: #ffffff;
	line-height: 1.2em;
	font-size: 0.9em;
	padding-bottom: 10px;
}

div#author-box img {
	float: left;
	margin: 0 7px 3px 0;
	border: 0;
	clear: left;
}

div#author-box p a { 
	color: #35b2b9;
	text-decoration: none;
	font-weight: bold; 
}

div#author-box p a:hover { 
	color: #35b2b9;
	text-decoration: underline; 
}

/* --- right content --- */
div#right-content {
	width: 715px;
	float: left;
	margin-left: 5px;
}

/* --- banner --- */
div#banner {
	height: 255px;
	margin-bottom: 5px;
}

div#flash {
	width: 715px;
	height: 255px;
	overflow: hidden;
}

div#banner-inner {
	height: 125px;
	margin-bottom: 5px;
}

/* --- content --- */
div#content {
	font-size: 1.1em;
}

div#content h2, 
div#content h3, 
div#content h4, 
div#content h5,
div#content ul, 
div#content ol { 
	padding: 0 0 15px 18px; 
}

div#content h1 {
	font-size: 1.3em;
	color: #ffffff;
	background: #598c1e url('../images/core/bg-h1.gif') 0 0 repeat-x;
	padding: 12px 0 0 18px;
	margin-bottom: 18px;
	height: 28px;
}

div#content p {
	padding: 0 18px 15px 18px;
}

div#blue-bg {
	width: 632px;
	background-color: #d0f1f9;
	font-style: italic;
	margin: 0 0 15px 18px;
	padding: 13px 19px;
	line-height: 1.6em;
}

div#foundation {
	width: 632px;
	background-color: #d0f1f9;
	margin: 0 0 15px 18px;
	padding: 15px;
	line-height: 1.6em;
}

div#foundation h3 {
	color: #106f85;
}

span.blue-text {
	color: #2a879d;
	font-size: 1.2em;
}

/* --- blogs page --- */
div.article {
	width: 679px;
	margin: 0 18px 25px 18px;
}

div.article h2 {
	border-bottom: 1px dashed #cccccc;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

div.article p {
	padding: 0 0 15px 0;
}

div.article img {
	margin-bottom: 15px;
}

div.comment-container {
	border-top: 1px dashed #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
	padding: 5px 0;
}

div.comment-container ul {
	margin: 0;
	padding: 0;
}

div.comment-container ul li{ 
	display: inline;
	margin: 0;
	padding: 0;
}


/*-------------------------------*/
/* Blog
/*-------------------------------*/
div#comments {
	padding: 0 15px 15px 15px;
}

div#comments p {
	padding-bottom: 5px;
}

span.post {
	color: #2a879d;
}


/*-------------------------------*/
/* Footer
/*-------------------------------*/
div#footer {
	height: 40px;
	background: url('../images/core/bg-footer.gif') 0 0 no-repeat;
	padding: 20px 0 0 29px;
	font-size: 1em;
	position: relative;
}

div#footer em {
	color: #ffffff;
	font-style: normal;
	padding-right: 22px;
}

div#footer a {
	color: #000000;
	text-decoration: none;
}

div#footer a:hover {
	color: #a5d854;
	text-decoration: underline;
}

div#wflogo {
	width: 72px;
	height: 20px;
	position: absolute;
	top: 14px;
	right: 29px;
}

/*logos*/
.logos { padding: 0 0 0 20px; }
.logos img { display: inline; float: left; margin: 0; }

