/* 

******************************************************************************

NOTE: When updating the Green Stimulus theme to a newer version,
make sure to copy this file and your /custom-images folder to your hard drive.  
After the update, recopy custom.css and /custom-images to the Green Stimulus 
theme directory.

******************************************************************************


Use this CSS file to add your own custom styles to Green Stimulus!  If you need to add any custom images, use the 'custom-images' folder located in the root of the theme directory.

If an element you'd like to customize with CSS doesn't appear below, use Firebug or Google Chrome's inspector to identify class names, ID names, and element hierarchy.

*/


/* Default text */  body, td, p {}

/* Elements */
blockquote {}
ol {}
ol li {color:#55AE3A;}

input, textarea {}
input:focus, textarea:focus {}

table {}
table th {}
table th, td {}

/* Typography */

h1 {color:#55AE3A; font-size: 30px;}
h2 {color:#55AE3A; font-size: 25px}
h3 {color:#55AE3A;}
h4 {}
h5 {}
h6 {}

dl {}
dt {}

a { color: #55AE3A;}
a:hover {color: #855E42;}

/* ! HEADER
============================================================================================= */

#header {background-color: #55AE3A;}
#header .container {}
/* If specificed a logo */ #header .logo img {}
/* If no logo specificed */ #header h1.logo {}


/* ! MAIN NAVIGATION */
#main-nav ul {}
#main-nav li {border-color: #55AE3A;}
#main-nav li a {}

#main-nav li:hover {background-color: #006400;border-color: #006400;}


/* Dropdowns */

/* Level 1 */
#main-nav li>ul {}
#main-nav li>ul li a {background-color: #006400; width: 170px}
#main-nav li>ul li a:hover {background-color: #855E42}
	/* Level 2 */ #main-nav li>ul li ul {}

/* ! Search */
#header #searchform {}
#header #searchform #s {}
#header #searchform #searchsubmit {}

/* ! Slideshow */

/* Container */ #slideshow {}
#slideshow .slide {}
#slideshow .slide-caption {background-color: #55AE3A;}
#slideshow .slide-caption:hover {background: #855E42;}


/* Slide Navigation - uses CSS Sprites */
#slide-nav {}
#slide-nav a {}
#slide-nav.active-slide {}


/* Homepage blurb */ #intro-text {
	font-size: .9em;
	width: 800px;
	padding-left: 120px;
	border-right: none;
	background: url("/wp-content/uploads/2012/01/ladybug.gif") no-repeat scroll 20px 20px transparent;
}
/* Social Icons */ #social .social img {}
	#social {
	background: none;
	border-left: none;
}

/* ! Homepage Widgets */
#homepage-widgets .widget {}

input[type="submit"], input#submit, input.submit {
    background-color: #55AE3A;
}
input,textarea {border-color:#C6F18F;}



/* ! CONTENT
============================================================================================= */

/* ! Sidebar */
#sidebar {}

/* Sidebar Widgets */
/* 3 column */ .three-col #sidebar .widget, .three-col #sidebar .widget p, .three-col #sidebar .widget li {}
/* Everything else */ #sidebar .widget, #sidebar .widget li, #sidebar .widget p {}


/* ! POSTS */ 
.post {}
.post .date {}
.post-content {}
.post-meta .keep-reading {}

.post-text blockquote, .post-text blockquote p {}


/* ! Comments */
#comments-area {}
#comments-area textarea {}
#comments-area .commentlist {}
#comments-area .commentlist li {}
#comments-area .avatar {}
#comments-area .reply {}
.comment-body p {}

/* Archive pages */
div.archivePage {
    font-weight: bold;
    color: Green;
}

span.archiveHeader {
    font-size: x-large;
}

div.acrhiveItems{
   
}

div.acrhiveItems div#DD2012TheWroldOfWater.acrhiveItem {
    margin-left: 10px;
}
span.archiveHeader {

}
div.acrhiveItems span.title {

}

/* Archive pages */

/* Sanjeeb's fixes*/
#wrapper {
    width: 945px !important;
}

span.wpcf7-checkbox span.wpcf7-list-item {
	display:block;
}

div#main-content.single-642 h1,
div#main-content.single-654 h1 {
	font-size : 20px;
}

.VolunteerGroupRegistration
{
	color:#55AE3A;
	font-size:20px;
	font-weight:bold;
}

span.OpportunityHeader
{
	font-weight: bold;
 	text-decoration: underline;
	font-size: 18px;
}

div.eventsList, 
div.eventsList
{
	padding-left:25px;
}
div.eventsList div.pastEvents li
{
   font-style: italic; 
}
div#StewardEvents .StewardEvent
{
    color:#55AE3A;
    padding-bottom: 80px;
}

div#StewardEvents div.StewardEventHeader span.StewardEventTitle
{
    font-size: 20px;
    text-decoration:underline;
}
div#StewardEvents div.StewardEventHeader span.StewardEventDate
{
    font-size: 15px;
}
div#StewardEvents div#StewardEventJuly152012.StewardEvent p span.StewardEventPermalink
{
    text-alight: right;
}
div#StewardEvents div.StewardEvent span.StewardEventPermalink a
{
    color:navy;
    padding-left: 70%;
    
}
span.textByPicture
{
}

/*Styles for For Donors page starts*/
div#PartnerAndFunding p.intro
{
}

div#PartnerAndFunding div.categories div#donors.categoryrow
{
margin-left: -10px;
padding-bottom: 130px;
}

div#PartnerAndFunding 
{
}
div#PartnerAndFunding div.categories
{
}

div#leftImageContainer
{
float:left;
}
div#centerImageContainer
{
float:left;
}
div#rightImageContainer
{
float:left;
}
div#PartnerAndFunding div.categories div#donors.categoryrow a img
{
   /* border:1px solid black; */
}

div#PartnerAndFunding div.categories div#donors.categoryrow div#centerImageContainer a img
{
}

.clear
{
clear:both;
}
/*Styles for Donors page ends*/

/* Style for Signup form starts */
div#SignUpForm
{
padding-left: 25px;
}
/* Style for Signup form ends */

/* Sanjeeb's fixes ends*/

/* ! FOOTER
============================================================================================= */
#footer {}
#footer .copyright {}

#footer-widgets {}
#footer-widgets .widget {}



#footer, #footer p {font-size:12px;}

.powered-by-salesforce {}

.social-footer {}
.social-footer a {}

#aec-filter li:first-child {background: none;}