/*
Theme Name: Grow-A-Row
Theme URI: http://grow-a-row.org/
Description: Custom theme deisgned for America's Grow-a-Row.
Version: 1.02
Author: James Cahill
Author URI: http://www.jimmycahill.com/
Tags: custom, three column, widgets	

     Grow-A-Row v1.02
	 http://grow-a-row.org/

	This theme was designed by Jeff Kurek and built by Jimmy Cahill,
	whose website you can find at http://www.jimmycahill.com/


*/



/* Begin Typography & Colors */
body 
{
	font-size: .8em; /* Resets 1em to 10px */
	font-family: 'Myriad Pro', 'Lucida Sans Unicode', Arial, Sans-Serif;
	background: url(/images/bg.jpg);
	color: #000;
	text-align: left;
	line-height: 1.3;
}

h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
}

#basePageContainer 
{
	margin: 0 ; /*auto;*/
	text-align: left;
	max-width: 1010px;
}



#basePage
{
	max-width: 1010px;
}


#basePageLeft
{
	float:left;
	width:160px;
	height: 600px;
}
#basePageContentSet
{
	float:left;
	margin-left:150px;
	_margin-left:75px;
	margin-top:-440px;
	margin-bottom:60px;
	width:500px;
}

#basePageContentMarquee
{
	float:left;
	background: url(/images/marquee.png) no-repeat;
	width:629px;
	height:413px;
	margin-top:-160px;	
	margin-bottom:130px;	
	padding-top:20px;
	padding-left:15px;
}
#basePageContent
{
	float:left;
	background: url(/images/page-bg-mid.png) repeat-y;
}

#basePageContentTop
{
	background: url(/images/page-bg-top.png) no-repeat;
	float:left;
	margin-top:-170px;
	margin-left:-12px;
}
#basePageContentMid
{	
}
#basePageContentMidContent
{
	width:542px;
	min-height: 400px;

	/*background: url(/images/page-bg.png) repeat-y;*/
	
	padding-top: 80px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 60px;	
	
}


#basePageContentBot
{
	background: url(/images/page-bg-bot.png) no-repeat bottom;
	float:left;
	margin-bottom:-160px;	
	margin-left:11px;
}

#basePageRight
{
	float:left;
	width:200px;
	margin-left:785px;
	_margin-left:368px;
	height: 600px;
	margin-top:-600px;
	
}

#basePageLogo
{
	background: url(/images/logo.png) no-repeat;
	height:145px;
	width:142px;
}

#basePageRightEmail
{
	background: url(/images/r-email.png) no-repeat;
	width:177px;
	padding-left:30px;
	padding-top:57px;
	text-align:left;
	height:120px;
}
#basePageRightEmail input
{
	border:0px;
	margin:5px;
}

#basePageRightQuotes
{
	background: url(/images/r-quotes.png) no-repeat;
	width:147px;
	padding-left:30px;
	padding-right:30px;
	padding-top:57px;
	text-align:left;
	height:250px;
	font-size:.9em;
}
#basePageSearch
{
	background: url(/images/l-searchbox.png) no-repeat;
	width:112px;
	padding-left:25px;
	padding-right:20px;
	padding-top:10px;
	text-align:left;
}
#basePageSearch input
{
	border:0px;
	margin:5px;
}

#basePageFooter
{
	background: url(/images/bg-footer.png) no-repeat;
	padding-top:10px;
	margin-top:30px;
	margin-left:180px;
	_margin-left:90px;
	font-size:.9em;
	text-align:left;
	clear:both;
	width:597px;
	height:81px;
}

#basePageFooter a
{
	color:black;
	text-decoration:none;
}

#basePageRightDonate
{
	background:url(/images/r-todate.png) no-repeat;
	width:181px;
	height:92px;
}


#basePageRightDonateText
{
	color:#f9c21c;
	text-align:right;
	font-size:2.4em;
	padding-top:40px;
	padding-right:30px;
	
}
#basePageRightDonateText a
{
	text-decoration:none;
}


#baseCalendar
{
	background:url(/images/calendar.png) no-repeat;
	width:202px;
	height:224px;
}

#baseCalendarContent
{
	padding-top:60px;
	padding-bottom:60px;
	padding-left:30px;
	padding-right:30px;
}

#baseVolunteerSpotlight
{
	/* background:url(http://americasgrowarow.org/wp-content/uploads/2009/09/volunteer-spotlightthank-you.jpg) no-repeat; */
        position: relative;
        background:url(images/volunteer_spotlight.png) no-repeat;
	width:186px;
	height:209px;
}

#baseVolunteerSpotlight-a
{
        /* For the volunteer photo under the transparent section of the volunteer spotlight image */
	position: absolute;
        top:50;
        right:43; 
        background:url(http://americasgrowarow.org/wp-content/uploads/2009/09/volunteer-spotlightthank-you.jpg) no-repeat;
        background:url(images/volunteer_spotlight.png) no-repeat;
	width:100px;
	height:100px;
        z-index: -1;


}

#basePhotosSpotlight
{
	background:url(/images/callout-photos.png) no-repeat;
	width:180px;
	height:183px;
}


#baseCalloutTrivia
{
	background:url(/images/callout-trivia-back.png) no-repeat;
	width:190px;
	height:288px;
}

#baseCalloutTriviaInner
{
	padding:20px;
	padding-top:65px;
	
}


#baseMarqueeButtons
{
	margin-left:320px;
	float:left;	
	width:237px;
	height:36px;
	margin-top: -181px;
	z-index: 2000;
}
#baseVolunteerButton
{
	background:url(/images/btn_volunteer.png) no-repeat;
	width:115px;
	height:36px;	
	float:left;
}
#baseDonateButton
{
	background:url(/images/btn_donate.png) no-repeat;
	width:121px;
	height:36px;	
	float:left;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left;
}

.clearboth
{
	clear:both;
}


#lnkHome a
{
	background: url(/images/navs-home.png) 0 0 no-repeat;
	display:block;
	/*background-position: -162px 0;*/
	width:162px;
	height: 31px;
}
#lnkHome a:hover
{
	background-position: -162px 0;
}


#lnkAbout a
{
	background: url(/images/navs-about.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 24px;
}
#lnkAbout a:hover
{
	background-position: -162px 0;
}

#lnkPress a
{
	background: url(/images/navs-press.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 29px;
}
#lnkPress a:hover
{
	background-position: -162px 0;
}

#lnkAwards a
{
	background: url(/images/navs-awards.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 24px;
}
#lnkAwards a:hover
{
	background-position: -162px 0;
}

#lnkPhotos a
{
	background: url(/images/navs-photos.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 30px;
}
#lnkPhotos a:hover
{
	background-position: -162px 0;
}

#lnkVolunteerSpotlight a
{
	background: url(/americasgrowarow.org/wp-content/uploads/2009/05/dsc_0009.jpg) 0 0 no-repeat;
    background: url(/images/navs-volunteer-spotlight.gif) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 26px;
}
#lnkVolunteerSpotlight a:hover
{
	background-position: -162px 0;
}


#lnkDonorSpotlight a
{
	background: url(/images/navs-donor-spotlight.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 26px;
}
#lnkDonorSpotlight a:hover
{
	background-position: -162px 0;
}

#lnkKidsCorner a
{
	background: url(/images/navs-kids-corner.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 30px;
}
#lnkKidsCorner a:hover
{
	background-position: -162px 0;
}

#lnkAboutHunger a
{
	background: url(/images/navs-about-hunger.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 24px;
}
#lnkAboutHunger a:hover
{
	background-position: -162px 0;
}

#lnkVolunteerOpportunities a
{
	background: url(/images/navs-volunteer-opportunities.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 44px;
}
#lnkVolunteerOpportunities a:hover
{
	background-position: -162px 0;
}


#lnkDonate a
{
	background: url(/images/navs-donate.png) 0 0 no-repeat;
	display:block;
	width:162px;
	height: 28px;
}
#lnkDonate a:hover
{
	background-position: -162px 0;
}


#lnkContactUs a
{
	background: url(/images/navs-contact-us.png) 0 0 no-repeat;
		display:block;
	width:162px;
	height: 32px;
}

#lnkContactUs a:hover
{
	background-position: -162px 0;
}

.wp-caption-text
{
	text-align:center;
	padding:1px;
	font-size:.9em;
	margin-top:-2px;
	margin-bottom:: -10px;
	font-style: italic;
}


