#page-home div.first {
	width: 210px !important;
	padding: 0 10px 0 0;
}
#page-home div.second {
	width: 340px !important;
	padding: 0 10px;
}
#page-home div.third {
	width: 300px !important;
	padding-left: 10px;
}

#page-home div.third h1 {
	margin:0 0 10px 0;
}

#event_info {
	margin: 0 0 10px 0;
	line-height: auto;
}
#event_info div.event_date,
#event_info div.event_volunteers {
	width: 50%;
}
#event_info div.event_date {
	font-size: 14px;
	font-weight: bold;
	color: #e21f26;
}
#event_info div.event_volunteers {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#event_info div.event_date {
	display: block;
	width: 50%;
	float: left;
	line-height: auto;
}

#event_info div.event_volunteers {
	display: block;
	width: 50%;
	float: right;
	line-height: auto;
	text-align:right;
}

#event_info div.event_date .date,
#event_info div.event_volunteers .volunteers {
	display: block;
	font-size: 42px;
	line-height: 42px;
	min-height:42px;
}


#social_networking div {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 15px;
}
#social_networking a.icon:link,
#social_networking a.icon:visited,
#social_networking a.icon:active,
#social_networking a.icon:hover {
	display: block;
	width: 28px;
	height: 28px;
	margin: auto;
}
#facebook {
	background: url(/atf/cf/%7Bd2fc436a-f259-4d17-b602-6ed2ac4a3933%7D/logo-facebook.gif) top left no-repeat;
}
#flickr {
	background: url(/atf/cf/%7Bd2fc436a-f259-4d17-b602-6ed2ac4a3933%7D/logo-flickr.gif) top left no-repeat;
}
#youtube {
	background: url(/atf/cf/%7Bd2fc436a-f259-4d17-b602-6ed2ac4a3933%7D/logo-youtube.gif) top left no-repeat;
}
#twitter {
	background: url(/atf/cf/%7Bd2fc436a-f259-4d17-b602-6ed2ac4a3933%7D/logo-twitter.gif) top left no-repeat;
}
#video {
	margin: 10px 0;
}
#comments {
	background: #ffffff;
	border: 1px solid #BBBBBB;
	margin: 10px 0;
}
#comments .headline {
	background: #e21f26;
	color: #ffffff;
	line-height: 20px;
	display: block;
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
}
#comments .comment {
	padding: 10px;
	display: block;
}
