﻿
/* ============ 
	This style sheet is used for the main green formating of the site
	=============== */
	
/* ======================== STYLE RULES FOR HTML MARKUP */
/* {}{}{}{}{}{}{}{}{}{}{}{}{} DOCUMENT NAVIGATION ITEMS */
/* {} TOP LEVEL TOOLS NAVIGATION */
 .printLogo{
	border-bottom:5px solid #a6d514;
	padding-bottom:1em;
}
 /* Top level users toolbar navigation rules */
 .usersToolbar, #nav, .headerSlot .logo, #donateBtn, .selectChallenge, .topTenObject, .teamSeachObject, .leftFlash-banner, .footerMenu ul li a, .submit{
 	display:none;
 }
a{
	color:#000000;
	text-decoration:underline!important;
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:.2em;
	font-size:.9em;
	background-color:#ffffff;
	color:#000000;
}
ul, li{
	margin:0;
	padding:0;
}

/* =========================== START OF CUSTEM STYLE RULES  */
/* {}{}{}{}{}{}{}{}{}{}{}{}{} GLOBAL CSS HELPERS */
/* Hide from screen helper*/
.gHideThis{
	display:none;
}
/* Clear floated object helpers */
.gClearLeft, .gClearRight, .gClearAll{
	float:none;
	font-size:1px;
	height:1px;
	line-height:1px;
	padding:0;
	margin:0;
}
.gClearLeft{
	clear:left;
}
.gClearRight{
	clear:right;
}
.gClearAll{
	clear:both;
}
.gBorderNone{
	border:none!important;
}
.gSpacer{
	font-size:1em;
	line-height:1em;
	height:1em;
	padding:0;
	margin:0;
}
/* Floated image helpers */
.img-left{
	float:left;
	padding:.2em;
	margin-right:.6em;
	text-align:center;
	margin-left:.4em;
	margin-bottom:.6em;
	border:2px dashed #d2d7d7;
}
.img-right{
	float:right;
	padding:.2em;
	margin-right:.6em;
	text-align:center;
	margin-left:.4em;
	margin-bottom:.6em;
	border:2px dashed #d2d7d7;
}

.HlistingIcon {
	float:right;
	padding-right:1em;
	margin:0;
}
.HlistingIcon img{
	border:none;	
}
/* {}{}{}{}{}{}{}{}{}{}{}{}{} DOCUMENT LAYOUT GEOMERTRYS */


/* (documentWrapper) = A class to wrap and hold the site geometry items */ 
.documentWrapper{	
	text-align:left;
}

.headerSlot .logo img{
	border:none;
	margin-bottom:3em;
}

.middleSlot h2{
	text-transform:uppercase;
}
.middleSlot h3{	
	background-color:#ffffff;
	color:#aab6aa;	
}
.middleSlot h4{
	background-color:#ffffff;
	color:#aab6aa;	
}
.middleSlot p{
	color:#666666;
}
.middleSlot ul{
	margin-bottom:.3em;
	margin-top:.3em;
	list-style:disc;
}
.middleSlot ul li{
	list-style:disc;
}
.middleSlot ol{
	margin:2em;
	margin-bottom:.3em;
	margin-top:.3em;
}

.middleSlot table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	border:1px solid #b6c0b6;
	border-collapse:collapse;
	padding:.5em;
	margin:2em;
	margin-bottom:.3em;
	margin-top:.3em;
}
.middleSlot .hr{
	font-size:1px;
	line-height:4px;
	height:1px;
	margin-bottom:1.4em;
	margin-top:1em;
	border-top:1px dashed #e7eae7;
}

.middleSlot table th{
	text-align:left;
	padding:.5em;
	background-color: #b6c0b6;
	border:1px solid #666666;
	border-collapse:collapse;
	color:#ffffff;
}
.middleSlot table td{
	text-align:left;
	padding:.5em;	
	border:1px solid #b6c0b6;
	border-collapse:collapse;	
}
.middleSlot table a{
	color:#666666;
}
.middleSlot a{
	font-weight:bold;
	text-decoration:none;
}
.middleSlot a:hover{
	text-decoration:underline;
}
/* Style rules for contact forms within the middle column */
.middleSlot fieldset{
	border:none;
	border-top:1px dashed #e7eae7;
	padding-top:1em;
}
.required{
	font-size:.7em;
	color:#CCCC33;
}
.middleSlot label{
	display:block;
	width:11em;
	float:left;
}
.middleSlot optgroup{
	font-style:normal;
	font-weight:bold;
}
.middleSlot textarea, .middleSlot input, .middleSlot select{
	border:none;
	border-bottom:1px solid #000000;
	background-color:#ffffff;
	
}
/* top middle content area spacing bar */
.middleTopbarLeft{
	background-color:#a6d514;	
	padding:0;
	margin:0;
	margin-bottom:.2em;
}

/* bottom middle content area spacing bar */
.middleBottombarLeft{
	background-color:#a6d514;
	padding:0;
	margin:0;
	margin-top:.2em;
}

.middleSlot .slotLiner{
	background:white;
	padding:.5em 0 .5em 0;
}
/* a small right slot */
/* a small left slot */

/* {}{}{}{}{}{}{}{}{}{}{}{}{} MIDDLE CONTENT TPYES */
/* team listing areas */
.teamListingArea{
	border-top:1px dashed #e7eae7;
	padding-top:.3em;
	padding-bottom:.3em;
}
.teamListingArea h2{
	padding-bottom:.2em;
}

.teamListingArea .hr{
	font-size:1px;
	line-height:4px;
	height:1px;
	margin-bottom:1.4em;
	margin-top:1em;
	margin-left:120em;
	border-top:1px solid #e7eae7;
}
.teamListingArea span a{
	background-image:none!important;
	}
.teamListingArea a{
	background-image:url(../layout-images/listingsLink-Icon.gif);
	background-repeat:no-repeat;
	background-position:0 .2em;
	padding-left:.9em;
}
/* {}{}{}{}{}{}{}{}{}{}{}{}{} LEFT AND RIGHT SLOT OBJECTS  */
/* News slot object */
.newsObject{
	background-color:#ffffff;
	margin-left:.5em;
	margin-right:.5em;
	height:1%;	
}
.newsObject .hr{
	line-height:1em;
	height:1em;
	font-size:1em;	
}
.newsObject a{
	text-decoration:none;
	font-weight:bold;
	padding-left:1.2em;
	width:auto;
	display:block;
}
.newsObject p{
	margin-left:.9em;
	margin-right:.9em;
	padding-bottom:.3em;
	padding-top:.3em;
}
.newsObject ul{
	list-style:none;
}
.newsObject ul li{
	list-style:none;
}
.newsObject h1{
	margin-left:.6em;
	padding:.3em 0 .3em 0;
	font-weight:bold;
	margin-right:.6em;
}
.newsObject h2{
	font-weight:bold;
	font-size:12px;
	margin-left:.8em;
	margin-right:.8em;
}

.newsObject .bottomright{
	padding-bottom:.4em;	

}
/* Select a challenge flash replacement object */

.challengeMenu h2, .challengeMenu h3, .challengeMenu h4, .challengeMenu h5, .challengeMenu h6, .challengeMenu ul li a, .challengeMenu ul li a img{
	display:inline;
	padding:0;
	margin:0;
}
.challengeMenu ul{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	margin-left:.4em;
}
.challengeMenu ul li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
.challengeMenu ul li a{
	width:auto;
}
.challengeMenu ul li a img{
	border:none;
	
}



/* seconded level menu rules */


/* Banners, buttons and logos style rules */
.spoonLogo{
	text-align:left;
}
spoonLogo img{
	border:none;
}

/* Choose a challenge menu banner rules */

.charityNum{
	float:right;
}
.charityNum strong{
	font-weight:bold;
}
 /* a document footer area */
.footerSlot{
 	border-top:5px solid #a6d514;
	margin:1em 0 0 0;
}	
.footerSlot .slotLiner{
	padding-top:.5em;
	font-weight:bold;
}
.footerSlot .slotLiner a{
	text-decoration:none
}
	
 /* footer content items */
.copyrightLine{
	float:left;
	width:14em;
	text-align:left;
}
.copyrightLine p{
	padding:.2em;
}
.footerMenu{
	text-align:center;
	margin:0 15em 0 15em;
	padding:.2em;
}
.footerMenu ul{
	display:inline;
	list-style:none;
}
.footerMenu ul li{
	display:inline;
	list-style:none;
}

/* site info items rules */
.quickContactArea{
	padding:.3em;
}
.quickEmail{
	background-color:#ffffff;
	float:left;
	width:28em;
	text-align:left;
}
.quickEmail a{
	background-color:#ffffff;
	text-decoration:none;
	text-align:left;
}
.quickEmail span {
	background-color:#ffffff;
	text-decoration:none;
}

.quickTele{
	background-color:#ffffff;
	float:left;
	width:15em;
	text-align:right;
}
.quickTele span{
	background-color:#ffffff;
}
.developedLine{
	float:right;
	text-align:right;
	width:14em;
	color:#697075;
}
.developedLine p{
	padding:.2em;
}
/* =========================== END OF CUSTEM STYLE RULES  */
