/* Basic Website Styles - Screen and Projection Media Types */

/* Color Pallette:

*/

/*--------------------------------------------
Reset
---------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------
	Boilerplate
-------------------------------------------*/
html {
	font-size: 125%;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

body {
	font-size: 50%;
	background: #3F6319;
	color: #5A1400;
	padding: 0 0 20px 0;
	text-align: center;
}

a img { border: none; }

img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.img_border {
	border: 1px solid #2B4311;
}

span.nowrap {
	white-space: nowrap;
}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

.hidden 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden; 
} 

.print_only { display: none; }

/*-------------------------------------------
	Structural
-------------------------------------------*/

div#main_nav {
	height: 38px;
	background: #577C30;
	border-bottom: 1px solid #789557;
}

div#outer_wrapper_1 {
	background:  #fff url(../images/_global/bg/treeline.jpg) bottom center repeat-x;
	padding-bottom: 118px;
	border-bottom: 1px solid #2B4311;
}

div#outer_wrapper_2 {
	padding: 28px 0 18px;
	background-color: #C3D7A4;
}

div.content_wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

div#footer_wrapper {
	background: #3F6319;
	/* border-top: 1px solid #2B4311; */
}

div.row {
	clear: both;
}
div.main_col {
	margin: 20px 0 40px 124px;
}
div.col1 {
	float: left;
	display: inline;
	width: ;
	margin: 0 20px 0 0;
}
div.col2 {
	float: left;
	width: ;
}

div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*-------------------------------------------
	Type
-------------------------------------------*/

a:link, a:visited {
	color: #5C8727;
}

a:hover {
	color: #D54331;
}

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p, address, pre, ol, ul, dl {
	margin-bottom: 1em;
}

h3 {
	font: 2em/1.2 Georgia, serif;
	color: #5C8727;
	margin: 0 0 .2em 0;
}
h3.status {
	font: 2em/1.2 Georgia, serif;
	color: #5A1400;
	margin: .5em 0 .2em 0;
}
h3.status span {
	color: #D9531E;
}

h4 {
	font: 1.8em/1.2 Georgia, serif;
	color: #D54331;
	margin: 0 0 .2em 0;
}

p {
	font: 1.2em/1.6 Verdana, sans-serif;
}
p.intro {
	font: 1.6em/1.4 Verdana, sans-serif;
}
p.fineprint {
	font: 1.1em/1.3 Verdana, sans-serif;
}

p.confirmation {
	color: #243F08;
	border: 1px solid #243F08;
	background: #C3D7A4;
	padding: 10px;
}

div#calculator p {
	font: bold 1.2em/1.2 Verdana, sans-serif;
	text-align: center;
	padding: 40px 0;
}

.main_col ul li {
	font: 1.2em/1.6 Verdana, sans-serif;
}
.main_col ul.no_bullet li {
	padding: 0 0 .8em 0;
	list-style: none;
	background: none;
}

/*-------------------------------------------
	Tables
-------------------------------------------*/

caption {
	font: 1.8em/1.2 Georgia, serif;
	color: #D54331;
	margin: 1.5em 0 .2em 0;
}
table.log_table {
	width: 100%;
	margin-bottom: 10px;
}
table.log_table col.log_date, 
table.log_table col.action {
	width: 10%;
}
table.log_table col.status {
	width: 31px;
}
table.log_table col.number {

}
table.log_table th, 
table.log_table td {
	font: 1.2em/1.2 Verdana, sans-serif;
	padding: 10px 5px;
}
table.log_table th {
	font: 1em/1.2 Verdana, sans-serif;
	color: #577C30;
	text-transform: uppercase;
}
table.log_table tr.odd {
	background: #C3D7A4;
}
table.log_table td.log_date {
	white-space: nowrap;
}
table.log_table td.log_action {
	font-size: .9em;
}
/*-------------------------------------------
	Logo
-------------------------------------------*/
/* Image Replacement */
/* Use span.hidden to hide text content */

div#logo {
	float: left;
	margin: 16px 14px 0 6px;
	height: 120px;
	width: 105px;
	background: url(../images/_global/sac_tree_logo.gif) no-repeat left top;
}

div#logo a {
	display: block;
	height: 120px;
	width: 105px;
}
div#logotype  {
	float: left;
	width: 620px;
	margin: 43px 0 0;
}

div#logotype h1 {
	background: url(../images/_global/five_million_trees.gif) no-repeat left top;
	height: 31px;
	width: 620px;
	margin: 0 0 18px;
}
div#logotype h2 {
	height: 28px;
	margin-bottom: 0;
}
div#logotype h3 {
	font: normal 1.5em/1.2 Verdana, sans-serif;
	margin-bottom: 0;
}
div#logotype ul.subnav {
	margin: 4px 0 0;
	padding: 0;
}
div#logotype ul.subnav li {
	color: #5A1400;
	display: inline;
	font: 1.1em/1.2 Verdana, sans-serif;
}
div#logotype ul.subnav li a.selected {
	color: #5A1400;
	text-decoration: none;
}
/*-------------------------------------------
	Image-Replaced Headlines
-------------------------------------------*/
div#logotype h2#hdl_benefits_calculator {
	background: url(../images/headlines/benefits_calculator.gif) no-repeat left top;
	width: 271px;
}
div#logotype h2#hdl_about {
	background: url(../images/headlines/about.gif) no-repeat left top;
	width: 495px;
}
div#logotype h2#hdl_pledge {
	background: url(../images/headlines/pledge_to_plant.gif) no-repeat left top;
	width: 210px;
}
div#logotype h2#hdl_challenge {
	background: url(../images/headlines/challenge_a_friend.gif) no-repeat left top;
	width: 270px;
}
div#logotype h2#hdl_signin {
	background: url(../images/headlines/sign_in.gif) no-repeat left top;
	width: 105px;
}
div#logotype h2#hdl_my_trees {
	background: url(../images/headlines/my_trees.gif) no-repeat left top;
	width: 133px;
}
div#logotype h2#hdl_my_profile {
	background: url(../images/headlines/my_profile.gif) no-repeat left top;
	width: 148px;
}
div#logotype h2#hdl_change_password {
	background: url(../images/headlines/change_my_password.gif) no-repeat left top;
	width: 305px;
}
div#logotype h2#hdl_make_new_pledge {
	background: url(../images/headlines/make_new_pledge.gif) no-repeat left top;
	width: 278px;
}
div#logotype h2#hdl_report_a_planting {
	background: url(../images/headlines/report_a_planting.gif) no-repeat left top;
	width: 244px;
}
div#logotype h2#hdl_edit_planting {
	background: url(../images/headlines/edit_planting.gif) no-repeat left top;
	width: 339px;
}
div#logotype h2#hdl_edit_pledge {
	background: url(../images/headlines/edit_pledge.gif) no-repeat left top;
	width: 214px;
}
div#logotype h2#hdl_rankings {
	background: url(../images/headlines/rankings.gif) no-repeat left top;
	width: 134px;
}
div#logotype h2#hdl_join_mailing_list {
	background: url(../images/headlines/join_our_mailing_list.gif) no-repeat left top;
	width: 297px;
}

/*-------------------------------------------
	Main Navigation
-------------------------------------------*/
/* Image Replacement */
/* Use span.hidden to hide text content */

div#main_nav {
	padding: 12px 0 9px;
	height: 17px;
}

div#main_nav ul {
	width: 762px;
	width: 769px; /* +7px to accomodate wider "My Trees"/"Sign In" link */
	height: 17px;
	margin: 0 auto;
}

div#main_nav ul li {
	float: left;
	margin-right: 20px;
}
div#main_nav ul li a {
	display: block;
	height: 17px;
}

/* Home */
li#btn_home {
	background: url(../images/_global/main_nav/home_OVER.gif) left top no-repeat;
}
li#btn_home a:link, 
li#btn_home a:visited {
	background: url(../images/_global/main_nav/home.gif) left top no-repeat;
	width: 45px;
}
li#btn_home a:hover {
	background: url(../images/_global/main_nav/home_OVER.gif) left top no-repeat;
	width: 45px;
}
li#btn_home a.selected {
	background: url(../images/_global/main_nav/home_ON.gif) left top no-repeat;
	width: 45px;
}

/* About the Campaign */
li#btn_about {
	background: url(../images/_global/main_nav/about_OVER.gif) left top no-repeat;
}
li#btn_about a:link, 
li#btn_about a:visited {
	background: url(../images/_global/main_nav/about.gif) left top no-repeat;
	width: 154px;
}
li#btn_about a:hover {
	background: url(../images/_global/main_nav/about_OVER.gif) left top no-repeat;
	width: 154px;
}
li#btn_about a.selected {
	background: url(../images/_global/main_nav/about_ON.gif) left top no-repeat;
	width: 154px;
}

/* Benefits Calculator */
li#btn_calc {
	background: url(../images/_global/main_nav/calc_OVER.gif) left top no-repeat;
}
li#btn_calc a:link, 
li#btn_calc a:visited {
	background: url(../images/_global/main_nav/calc.gif) left top no-repeat;
	width: 144px;
}
li#btn_calc a:hover {
	background: url(../images/_global/main_nav/calc_OVER.gif) left top no-repeat;
	width: 144px;
}
li#btn_calc a.selected {
	background: url(../images/_global/main_nav/calc_ON.gif) left top no-repeat;
	width: 144px;
}

/* Pledge to Plant */
li#btn_pledge {
	background: url(../images/_global/main_nav/pledge_OVER.gif) left top no-repeat;
}
li#btn_pledge a:link, 
li#btn_pledge a:visited {
	background: url(../images/_global/main_nav/pledge.gif) left top no-repeat;
	width: 112px;
}
li#btn_pledge a:hover {
	background: url(../images/_global/main_nav/pledge_OVER.gif) left top no-repeat;
	width: 112px;
}
li#btn_pledge a.selected {
	background: url(../images/_global/main_nav/pledge_ON.gif) left top no-repeat;
	width: 112px;
}

/* Challenge a Friend */
li#btn_challenge {
	background: url(../images/_global/main_nav/challenge_OVER.gif) left top no-repeat;
}
li#btn_challenge a:link, 
li#btn_challenge a:visited {
	background: url(../images/_global/main_nav/challenge.gif) left top no-repeat;
	width: 144px;
}
li#btn_challenge a:hover {
	background: url(../images/_global/main_nav/challenge_OVER.gif) left top no-repeat;
	width: 144px;
}
li#btn_challenge a.selected {
	background: url(../images/_global/main_nav/challenge_ON.gif) left top no-repeat;
	width: 144px;
}

/* Sign In  */
li#btn_signin {
	background: url(../images/_global/main_nav/sign_in_OVER.gif) left top no-repeat;
	margin-right: 0px !important;
}
li#btn_signin a:link,
li#btn_signin a:visited {
	background: url(../images/_global/main_nav/sign_in.gif) left top no-repeat;
	width: 70px;
}
li#btn_signin a:hover {
	background: url(../images/_global/main_nav/sign_in_OVER.gif) left top no-repeat;
	width: 70px;
}

/* Sign Out 
li#btn_signout {
	background: url(../images/_global/main_nav/sign_out_OVER.gif) left top no-repeat;
	margin-right: 0px !important;
}
li#btn_signout a:link, 
li#btn_signout a:visited {
	background: url(../images/_global/main_nav/sign_out.gif) left top no-repeat;
	width: 63px;
}
li#btn_signout a:hover {
	background: url(../images/_global/main_nav/sign_out_OVER.gif) left top no-repeat;
	width: 63px;
}
*/

/* My Trees  */
li#btn_mytrees {
	background: url(../images/_global/main_nav/my_trees_OVER.gif) left top no-repeat;
	margin-right: 0px !important;
}
li#btn_mytrees a:link, 
li#btn_mytrees a:visited {
	background: url(../images/_global/main_nav/my_trees.gif) left top no-repeat;
	width: 70px;
}
li#btn_mytrees a:hover {
	background: url(../images/_global/main_nav/my_trees_OVER.gif) left top no-repeat;
	width: 70px;
}




/*-------------------------------------------
	Badges
-------------------------------------------*/

div.badge {
	float: left;
	width: 346px;
}

div#pledge_to_plant_badge {
	display: inline;
	margin-right: 30px;
}

div#pledge_to_plant_badge h3 {
	height: 28px;
	width: 218px;
	background: url(../images/badges/pledge_to_plant.gif) left top no-repeat;
	margin: 0 auto 7px;
}
div#pledge_to_plant_badge h3 a {
	display: block;
	height: 28px;
	width: 218px;
}

div#benefits_calculator_badge h3 {
	height: 28px;
	width: 271px;
	background: url(../images/badges/benefits_calculator.gif) left top no-repeat;
	margin: 0 auto 7px;
}
div#benefits_calculator_badge h3 a {
	display: block;
	height: 28px;
	width: 271px;
}

div#challenge_badge h3 {
	height: 28px;
	width: 269px;
	background: url(../images/badges/challenge-a-friend.gif) left top no-repeat;
	margin: 0 auto 7px;
}
div#challenge_badge h3 a {
	display: block;
	height: 28px;
	width: 269px;
}

div.badge h4 {
	font: normal 1.5em/1.2 Verdana, sans-serif;
	color: #5A1400;
	text-align: center;
	margin-bottom: 10px;
}
div.badge p {
	font: bold 1.2em/1.2 Verdana, sans-serif;
	text-align: center;
}
div.badge p a.action_link {
	color: #5C8727;
	text-decoration: none;
	padding-right: 14px;
	background: url(../images/badges/green_arrow.gif) right center no-repeat;
}
div.badge p a.action_link:hover {
	color: #D54331;
	text-decoration: none;
	background: url(../images/badges/red_arrow.gif) right center no-repeat;
}

div.addthis_toolbox {
	width: 175px;
	margin: 10px auto 20px;
}

/*-------------------------------------------
	Footer
-------------------------------------------*/
div#footer {
	color: #B4CA8B;
}
div#footer a:link, 
div#footer a:visited {
	color: #B4CA8B;
}
div#footer a:hover {
	color: #fff;
}
div#footer p {
	font-size: 1em;
}
div#footer ul {
	margin: 30px 0 15px;
	text-align: center;
}
div#footer ul li {
	font: 1.1em/1.2 Verdana, sans-serif;
	padding-right: 25px;
	display: inline;
}
div#footer ul li.last_item {
	padding-right: 0px;
}
div#footer ul li a:link, 
div#footer ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#footer ul li a:hover {
	color: #B4CA8B;
	text-decoration: underline;
}

div#credits {
	width: 612px;
	height: 87px;
	margin: 0 auto 10px;
}
div#credits div {
	float: left;
	vertical-align: middle;
}
div#credits div#credits_stf_logo {
	display: inline;
	margin: 0 12px 0 0;
	width: 70px;
}
div#credits div#credits_calfire_logo {
	display: inline;
	margin: 0 0 0 12px;
	width: 65px;
}
div#credits div#credits_copy {
	width: 453px;
	text-align:center;
	padding: 15px 0 0;
}
div#credits div#credits_copy p {
	margin-bottom: .5em;
}
/**********************************
Confirmation Messages
***********************************/

div.confirmMsg {
	font-weight: bold;
	border: 1px solid #243F08;
	background: #C3D7A4;
	padding: 10px;
	padding-bottom: 0;
	color: #243F08 !important;
	margin-bottom: 20px;
}
div.confirmMsg h3 {
	color: #243F08 !important;
}

/* dupe warnings */
.dupewarning
{
	margin-top: 1em;
	border: 1px solid #e6531f;
	padding: 1em 1em 0 1em;
}
.dupewarning ul
{
	list-style-type: circle;
	margin-top: 0.5em;
}
.dupewarning li
{
	padding: 0 0 0 0px !important;
	margin: 0 0 0 20px !important;
	list-style-type: circle !important;
}
.loginForm .messageBox
{
	border: 2px solid #D9531E;
	padding: 8px;
	margin-bottom: 1em;
}
.loginForm .messageBox p
{
	margin: 0;
	color: #D9531E;
}
.loginForm .rememberMe
{
	margin: 10px 0;
	padding-left: 140px;
}
.loginForm .rememberMe label
{
	width: auto;
	margin: 0px 0 0 0;
	padding: 0;
}
.loginForm .rememberMe input
{
	margin-right: 4px;
}
.loginForm .buttonItem
{
	padding-left: 140px;
}
.loginForm .linkItem
{
	padding-left: 143px;
}
.loginForm li
{
	padding: 0 0 10px;
}

