
/*-------some upcoming events in with news (home page)------*/
#event-details{
	
}

#event-details .events .event{
	background-image:url(/images/backgrounds/longDivider.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-bottom:25px;
	padding-bottom:10px;
}

#event-details .image{
margin-bottom:25px;	
}

 #event-details .event .name{
	font-size:1.7em;
	float:left;
	font-family:MyriadProbold;
	width:50%;
	color:#ff6700;
}

#event-details .event .date{
color:#9c9795;
float:right;
font-size:1.2em;
font-family:MyriadProSemibold;	
}

#event-details .location{
clear:both;	
}

#event-details .event .description{
margin-top:25px;	
}

#cal_addevent textarea.event_txtarea{
	height:150px;
}