

/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO DO JUSTICE SECTION  ---------------------------------------------------------*/



/* PLACES TO SERVE ----------------------------------------------------------- */

#mainContent ul.opportunites {
	margin: 0;
	padding: 1px 0 0 0;
	background: url(../images/shared/dottedRule.gif) repeat-x top;
}

#mainContent ul.opportunites li {
	margin: 0;
	padding: 1px 0;
	background: url(../images/shared/dottedRule.gif) repeat-x bottom;
}

/* Opportunity TItle/Link */

#mainContent a.opportunityTitle 		{ font-weight: bold; padding: 10px 5px; display: block; }
#mainContent a.opportunityTitle:link	{ background: none; color: #909193; }
#mainContent a.opportunityTitle:visited	{ background: none; color: #909193; }
#mainContent a.opportunityTitle:hover	{ background: #f7f7f8; color: #AA272F; }
#mainContent a.opportunityTitle:active	{ background: #f7f7f8; color: #909193; }


/* Opportunity Content */

div.opportunityContent {
	/*display: none;*/
	background: #f7f7f8;
	padding: 10px 5px;
}

div.listen {
	background: url(../images/do-something/subh_listen.gif) no-repeat 0 1px;
	padding: 0 0 15px 50px;
}

div.pray {
	background: url(../images/do-something/subh_pray.gif) no-repeat 9px 1px;
	padding: 0 0 15px 50px;
}

div.act {
	background: url(../images/do-something/subh_act.gif) no-repeat 9px 1px;
	padding: 0 0 15px 50px;
}



/* SHARE YOUR STORY FORM      ------------------*/
/* Basis Form Styles are defined in baseStyles.css */

/* Row 1 */
#sharedStory textarea#story		{ width: 630px; height: 75px }

/* Row 2 */
#sharedStory input#name			{ width: 630px; }
#sharedStory input#email		{ width: 630px; margin: 0 0 15px 0; }

#sharedStory label.radioLabel	{ position: relative; top: -.6em; }