@charset "utf-8";

#top {
	border-bottom: 2px dotted #83AC00;
	padding-bottom: 1em;
}

#top img {
	float: left;
}

#write-up h1 {
	font-size: 200%;
	margin-top: 0;
}

#write-up {
	width: 360px;
	margin-left: 190px;
}

ul#act {
	width: 201px;
	height: 240px;
	float: right;
	background: url(/images/bubble.jpg) no-repeat;
	margin: 0;
	padding: 30px 3px 0 36px;
}

ul#act li {
	list-style-type: none;
	width: 191px;
	display: block;
}

ul#act li a {
	display: block;
	margin-left: 28px;
	
}

ul#act li a {
	border-width: 0px;
	margin-bottom: 5px;
	display: block;
	height: 47px;
}

ul#act li a span {
	display: none;
}

ul#act li#act-donate a {
	background: url(/images/button-donate.png) no-repeat;
}

ul#act li#act-sponsor a {
	background: url(/images/button-sponsor.png) no-repeat;
}

ul#act li#act-volunteer a {
	background: url(/images/button-volunteer.png) no-repeat;
}

ul#act li#act-donate a:hover {
	background: url(/images/button-donate-hover.png) no-repeat;
}

ul#act li#act-sponsor a:hover {
	background: url(/images/button-sponsor-hover.png) no-repeat;
}

ul#act li#act-volunteer a:hover {
	background: url(/images/button-volunteer-hover.png) no-repeat;
}

h2 {
	margin-top: 0;
}

#fundraising {
	width: 170px;
	float: left;
	margin-top: 1em;
	padding-right: 20px;
}

#fundraising img {
	padding-left: 16px;
	margin-bottom: 1.5em;
}

#fundraising p.raised {
	font-size: 120%;
	text-align: center;
	margin-bottom: 0.5em;
}

#news {
	width: 320px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	min-height: 100px;
	float: left;
	border-left: 2px dotted #83AC00;
	border-right: 2px dotted #83AC00;
}

#news ul {
	font-size: 90%;
	padding: 0;
	margin: 0;
}

#news ul li {
	list-style: none;
	padding-left: 100px;
	padding-bottom: 1.5em;
}

#news ul li img {
	margin-left: -100px;
	float: left;
	margin-top: 5px;
}

.date {
	color: #888;
	font-weight: bold;
}

#events {
	margin-top: 1em;
	padding-left: 20px;
	width: 236px;
	float: left;
}

#blog {
	margin-top: 1em;
	margin-left: 20px;
	width: 236px;
	float: left;
	padding-top: 1em;
	border-top: 2px dotted #83AC00;
}


/*** Sponosrs ***/

#sponsors {
	margin-top: 3em;
	clear: both;
	border-top: 2px dotted #83AC00;
	padding-top: 1em;
	margin-top: 1em;
}

#sponsors img {
	margin-right: 10px;
	margin-top: 12px;
}

#sponsors a {
	text-align: center;
}