/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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;
}

strong {
	font-size:18px;
	color:#0052A4;
	line-height:24px;
	font-weight: normal;
}

/*GPP-----------------------------------------*/

/*Colours:

Dark Grey: #666;
Light Grey: #f6f1ee;
Blue: #0052A4;
Green: #006E01;
Light Green: #4D9A4E;
Orange: #ff693A

*/

body {
	font: 100% Helvetica, Arial, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	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: #666;
}
/*Text styles*/
h1, h2, h3 {color:#0052A4;	padding-bottom:1%;}

h1 {font-size:22px;}

h2 {font-size:20px; font-weight:normal;}

p {font-size:14px;padding-bottom:1%;line-height:150%;}

a {color:#007A01;}

.clear {clear:both;}

.right {float:right;}

.left {float:left;}

.column1 {
	width: 540px;
	float:left;
}
.column2 {
	width: 380px;
	float:right;
}

#container {
	width: 980px;
	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:0px 0px;
}
/* Header------------------------------------------ */
#header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:940px;
	margin-left:20px;
	padding-bottom:40px;
}
#headerDonate {
	padding-top:110px;
	height:70px;
	color:#FFF;
	font-size:11px;
}
#headerDonate img {
	margin-top:5px;
	clear:both;
	display:block;
}

#subHeader {
	padding:18px 0px;
	height:10px;
	display:block;
	clear:both;
}
#navigation {
	float:left;
}
#navigation ul {
	list-style:none;
}
#navigation li {
	display:inline;
	padding-right:20px;
}
#navigation li a{
	text-decoration:none;
	color:#666;
}
#navigation li a:hover{
	text-decoration:none;
	color:#333;
}

#navigation li a.current {
	font-weight: bold;
}

/*Main Content--------------------*/
#mainContent {
}
#mainImage {
	padding:20px;
	margin-bottom:40px;
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;	
}
#mainImage li {display:inline;}
#mainImage ul a{text-decoration:none; }
#mainImage ul a{color:#999; font-size:26px; letter-spacing:6px;}
#mainImage ul a:hover{color:#666;}
#mainImage ul.themes{ text-align:center;  padding:15px 0px; }
#mainImage ul.themes a{ padding:0px 10px;}
	
#introText {
	width:940px;
	padding-left:20px;
}

#introText .column2 h1 {
	font-size:16px
}
#introText .column2 p {
	font-size:12px
}


/* Content containers */

.container {
	width:960px;
	padding-left:20px;
}

/**** BLOG FORMATTING *****/

#blogArchive{	float: left;	}

#blogArchive h2{
	color: #0052A4;
	font-size: 22px;
	font-weight: bold;
	padding-left:20px;
	padding-bottom:6px;
	background: url(images/bubbleTriangle.png) no-repeat;
	background-position: 90% 0%;
}

#blogArchive div.post {
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:20px 20px 15px 20px;
	width: 670px;
}

#blogArchive a h2 {
	font-weight: normal;
}


#blogPost { }
#blogPost h2
{
	color: #0052A4;
	font-size: 22px;
	font-weight: bold;
	padding-left:20px;
	padding-bottom:6px;
	background: url(images/bubbleTriangle.png) no-repeat;
	background-position: 90% 0%;
}

#blogPost div.post {
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:20px 20px 15px 20px;	
}

#blogPost div.post p.postmetadata {
	background: #fff;
	font-size: 0.7em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:20px 20px 15px 20px;	
}

#blogPost div.navigation {
	margin: 0 20px 0 20px;
	display: block;
	height: 35px;
}

#respond {
	clear: both;
	width: 600px;
	margin-left: 20px;
}

#comments {
	clear: both;
	margin-left: 20px;
	padding: 0;
	width: 600px;
}
#comments h2 {
	margin: 20px 0 0 0;
	padding: 0;
	background: none;
}

img.size-medium, img.size-small, img.size-full {
	border: 4px solid #fff;
	padding: 0;
	margin: 5px;
}


/**** THOUGHT MAP START ****/

body.page-id-3 div.container h1 {
	background:url(images/bubbleTriangle.png) no-repeat 250px 0;
	padding-bottom: 7px;
}


/**** THOUGHT MAP END ****/

/**** HELP START ****/
#howToHelp{
	width:960px;
	padding-left:20px;
	}
#howToHelp p{
	font-size:18px;
	color:#0052A4;
	}
#panels{
	}
#panels .helpPanel{float:left; width:140px; display:inline; padding-right:20px; font-size:12px;}
#panels .helpPanel img{ display:block; clear:both; padding-bottom:10px;}

/*--sponsoredByHolder--*/
#sponsoredByHolder{
	margin-top:20px;
	}
#sponsoredByHolder h1{
	padding-left:20px;
	padding-bottom:8px;
		padding-top:10px;

}
#sponsoredByHolder #sponsoredBy {
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:20px 20px 5px 20px;
}
#sponsoredByHolder #sponsoredBy img{ padding:0px 25px 25px 0px;}

/*--sponsoredByHolder--*/
#contributorsHolder{  margin-top:20px; 	}
#contributorsHolder h1{
	padding-left:20px;
	padding-bottom:8px;
	padding-top:10px;
}
#contributorsHolder #contributors {
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:20px 20px 15px 20px;
	line-height:180%;
	text-align:justify;
	font-size:14px;
}
#contributorsHolder #contributors ul{list-style: none; font-family:Helvetica;}
#contributorsHolder #contributors li{display: inline; font-size: 12px;}
#contributorsHolder #contributors em{text-transform:uppercase; font-size: 22px; font-style: normal; padding-right:0.1em}
#contributorsHolder #contributors .blue{color:#0052A4}
#contributorsHolder #contributors .grey{color:#666;}


/**** HELP END ****/

/**** ABOUT START ****/
/**** ABOUT END ****/

/***** CONTACT US START (page-55 in WP) ****/

#page-55 ul {
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	
	margin-left: -20px;
	padding: 20px 20px 15px 20px;
}

#page-55 h1 {
	background:url(images/bubbleTriangle.png) no-repeat 140px 0px;
	padding-bottom: 7px;	
}

#page-55 li {
	background-color:#ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	
	margin: 20px;
	padding: 20px 10px 10px 10px;
}


/**** CONTACT US END ****/


/**** BLOGS ****/

#blogHolder{	margin-top:20px;	}

#blogHolder h1, #conversationsHolder h1{ padding-left:20px;padding-bottom:6px;}

#blogHolder h1 { background:url(images/bubbleTriangle.png) no-repeat 140px 0px;}

#blogHolder #blogBubble {
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:20px 20px 15px 20px;
}

#blogHolder #blogBubble h2 a{
	padding:10px 0px;
	font-size:18px;
	font-weight: normal;
}
#blogHolder #blogBubble em {
	font-size:12px;
	font-style:normal;
	padding-bottom:200px;
}

/**** FORMS *****/

form {
	margin: 0;
	padding: 10px 0 0 0;
}

#donate-form, #newsletter-form
{
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:10px 20px 20px 20px;
}

fieldset {
	background-color:#ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	
	margin: 20px;
	padding: 20px 10px 10px 10px;
	border: none;
}

fieldset h3 {
	margin-bottom: 20px;
}

fieldset.submit {
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	
	margin: 0;
	padding: 0 0 0 30px;
}


fieldset.submit input {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

fieldset.hidden {
	display: none;
}

#newsletter-form fieldset p label {
	display: block;
	float: left;
	width: 125px;
}



/**** HOMEPAGE CONVERSATIONS ****/

#conversationsHolder #conversationsBubble {
	background-color:#f6f1ee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:10px 20px 20px 20px;
}

#conversationsHolder{ margin-top:20px;}

#conversationsHolder #conversationsBubble .message{
	background:url(images/whiteTriangle.gif) no-repeat 65px 30px;
	width:175px;
	margin-right:14px;
	display:inline;
	float:left;
}
#conversationsHolder #conversationsBubble .lastItemInRow{
	background:url(images/whiteTriangle.gif) no-repeat 65px 30px;
	width:175px;
	margin-right:0px;
	display:inline;
	float:left;	
	}

#conversationsHolder h1 {
	float: left;
}
	
#conversationsHolder ul.followLinks {
	float: right;
	font-size: 0.8em;
	margin: 6px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#conversationsHolder ul.followLinks li {
	display: inline;
    margin: 0 20px 0 0;
    padding: 0;
}

#conversationsBubble {
	clear: both;
}
		
#conversationsHolder img{	margin:10px 0px 8px 10px;	}

#conversationsHolder #conversationsBubble .convBubble{
	background-color:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding:10px 10px 5px 10px;
}

#conversationsHolder #conversationsBubble .convBubble.facebook{
background-image: url(images/socIcons_facebook.gif);
}
#conversationsHolder #conversationsBubble .convBubble.twitter{
background-image: url(images/socIcons_tweet.gif);

}
#conversationsHolder #conversationsBubble .convBubble.facebook, #conversationsHolder #conversationsBubble .convBubble.twitter{
background-repeat: no-repeat;
background-position:bottom right;
}

#conversationsHolder #conversationsBubble p{font-size:11px;}

#conversationsHolder #conversationsBubble em{
	font-weight:bold;
	font-style:normal;
	color:#0052A4;
	}

div.conversationRow {
    clear: both;
}
	
/**** FOOTER ****/

#footer {margin-top:20px; padding:20px 0px;background-color: #006E01;width:100%;clear:both;display:block;}
#footerContent{width:940px; margin:0px auto; padding:0px; display:block;}

#footer .column1{text-align:left;}
#footer .column2{text-align:right;}

#footer li {display:inline;}
#footer ul a{text-decoration:none;}
#footer ul a{color:#4D9A4E;}
#footer ul a:hover{color:#fff;}
#footer ul.themes{ text-align:left; padding-bottom:10px}
#footer ul.themes a{ padding-right:21px;}
#footer ul.caveats{font-size:11px;}
#footer ul.caveats a{padding-right:15px; }
#footer .copyright{font-size:11px; color:#FFF; margin-top:15px;}
