/* http://www.plantsfortheplanet.com/css/screen.css */

@import url("reset.css");
@import url("960.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	font-weight:normal;
	background: white url(/images/bg.jpg) repeat-x center top;
}

div.container_12 {
	background-color: white;
	overflow:hidden;
}
/* @group Text */

h1 {
	font-size: 24px;
    font-family: "Georgia", Times, serif;
	font-weight:normal;
	margin-bottom:0.5em;
	color: #036f4b
}

h2 {
	font-size: 24px;
    font-family: "Georgia", Times, serif;
	font-weight:normal;
	color: #036f4b;
}

h3 {
	font-size: 18px;
	font-weight:normal;
	color: #82bd2d
}
h4 {
	font-size: 18px;
	font-weight:normal;
	color: #82bd2d;
	margin-bottom:0.5em;
}

p {
	font-size: 1em;
	line-height: 150%;
	margin-bottom:1em;
}

ol {
	list-style: none;
	margin-top: 0.5em;
}

ul {
	list-style: disc;
}

li {
	margin-left: 1em;
}

a {
	color: #82bd2d;
}
a:hover {
	color: #82bd2d;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
div.content {
	margin:0 40px;
	clear:both;
}
div.pledgebox {
	background: url(/images/form_bottom_bg_panel.gif) no-repeat center bottom;
	margin-top:30px;
	margin-bottom:50px;
	overflow:hidden;
}
div.pledgebox-inner {
	background: url(/images/form_top_bg_panel.gif) no-repeat center top;
	padding:25px 30px 10px 30px;
}
div.tagcloudbox {
	margin-bottom:50px;
	margin-right:10px;
	margin-top:30px;
}
div.tagcloudbox-inner {
	padding:0 3em;
}
div.footer {
	clear:both;
	margin: 1em 10px;
	border-top:1px solid #ccc;
	padding-top:1em;
	color: #979999;
}
div.footer a {
	color: #05ccdd;
}
.stack {
	margin-bottom:1em;
}
#pagination {
	float:right;
}
#pagination a {
}
#pagination a:hover {
}
#pagination span.selected-page {
	font-weight:bold;
	color: #82bd2d;
}
#pagination span.disabled {
	color: #999;
}

/* @end */

div#header {
	margin: 25px 20px 30px 40px;
}
div#intro {
	margin:0 20px 30px 40px;
}
div#intro p {
	font-family: "Georgia", Times, serif;
	color: #7d7d7d;
	font-size: 18px;
}
span.intro1 {
	color:#05cde0;
}
span.intro2 {
	color:#9d9f15;
	font-size: 24px;
}
span.intro3 {
	color:#b92400;
	font-size: 24px;
}
span.intro4 {
	color:#05cde0;
	font-size: 28px;
}
span.intro5 {
	color:#b92400;
}
span.intro6 {
	color:#87be2f;
	font-size: 20px;
}
span.intro7 {
	color:#026c48;
	font-size: 24px;
}
span.intro8 {
	color:#05cde0;
	font-size: 20px;
}

div#promo {
	text-align:center;
	margin: 15px 0;
}
p#links {
	margin:20px 0;
    font-family: "Arial", Helvetica, sans-serif;
	color: #82bd2d;
	font-size: 18px;
}

ul.Zend_Tag_Cloud {
	
}
ul.Zend_Tag_Cloud li {
	display:inline;
	list-style:none;
	line-height: 250%;
}
ul.Zend_Tag_Cloud li a {
	color: #aaa9ab;
	text-decoration:none;
	padding: 0.25em;
}
ul.Zend_Tag_Cloud li a:hover {
	color: #aaa9ab;
	text-decoration:none;
	background-color:#05ccdd;
	color:white;
}

div.supporterbox {
	background: url(/images/supporter_bottom_bg_panel.gif) no-repeat center bottom;
	margin: 20px 0;
}
div.supporterbox-inner {
	background: url(/images/supporter_top_bg_panel.gif) no-repeat center top;
	overflow:hidden;
}
div.supporterbox-inner img {
	margin: 10px 0 10px 25px;
	border:1px solid #ecebeb;
}
div.supporterbox-inner div {
	margin-top:15px;
	width:720px;
	float:right;
}
div.supporterbox h3 {
	color: #585757;
}
div.supporterbox p {
	font-size: 16px;
	color: #999896
}
div.supporterbox p.dateposted {
	color:#9d9f15;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom:0;
}
div.supporterbox span.location {
	color:#999896;
}
a.important {
	color:#05cde0;
	font-size:24px;
}

div#messagebox {
	margin-bottom:1em;
	background:#fff8cc;
	padding: 0.5em;
	font-weight: normal;
	border:1px solid #ffe222;
	font-size:1.1em;
}

