/* @override 
	http://finddan.org/style.css
	http://finddan.org/style.css?v32
*/

body {
	background: #4c0e50;
	font-family: Helvetica, sans-serif;
}
h1 {
	text-align: center;
}
h1 a {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
h1 a small {
	margin-top: -5px;
	font-size: 20px;
	display: block;
	opacity: .7;
}
.container {
	width: 690px;
	padding: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background: #b8b8b8;
	margin: 0px auto;	
}
.container #nav {
	list-style-type: none;
	text-align: center;
	margin: -14px 0 0 0px;
	padding: 0px;
}
.container #nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.container #nav li:before {
	content: '•';
	color: #fff;
	padding: 0px 4px 0px 0px;
}
.container #nav li:first-child:before {
	display: none;
}
.container #nav li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
	color: #2f0731;
}
.container #nav li a:hover {
	color: #fff;
	background: rgba(255,255,255,.3);
}
body#donate li#t-donate a,
body#tips li#t-tips a,
body#home li#t-home a,
body#flyers li#t-flyers a,
body#volunteer li#t-volunteer a,
body#blog li#t-blog a,
body#thankyou li#t-thankyou a {
	background: #909090 url(/img/arrow.png) bottom center no-repeat;
	font-weight: bold;
	
}
.main {
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	background: #fff;
	padding: 22px 20px 22px 20px;
}
.main h2 {
	margin-top: 0px;
	color: #4c0e50;
}
.footer {
	text-align: center;
	margin: .5em .5em 3em .5em;
	font-size: 12px;
	color: #132704;
}
.historical .item {
	border-bottom: 1px solid #77946d;
}
.historical .item:last-child {
	border-bottom: 0px;
}
a:link, a:visited {
	text-decoration: none;
}
a:link h3, a:visited h3 {
	color: #435b3a;
	text-decoration: none;
}
img {
	border: 0px;
}

a.flyer {
	display: block;
	text-align: center;
	margin-bottom: 3em;
}
a.flyer p {
	margin-top: 0em;
	color: #000;
	text-decoration: underline;
	font-size: 13px;
}
#volunteer .main a {
	color: #333;
	font-size: 1.2em;
	height: 24px;
	margin: 0 0 0 .6em;
}
#volunteer .main a:hover {
	text-decoration: underline;
}
#volunteer .main a img {
	margin: -4px 5px 0 5px;
	vertical-align: middle;
}
.donate {
	overflow: auto;
	margin-bottom: -15px;
}
.donate .online {
	margin: 0 20px 0 0;
}
.donate .type {
	background: #ead7eb;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
	height: 270px;
	width: 270px;
	float: left;
}
.donate .type h2 {
	border-bottom: 1px solid #4c0e50;
	margin-bottom: -.4em;
	color: #4c0e50;
}
.donate .type h3 {
	font-size: 16px;
	margin-bottom: 4px;
}
.donate .type form {
	display: block;
	margin: 20px 10px 6px 0px;
}
.donate .type form div {
	width: 170px;
}
.donate .type form label {
	float: left;
	width: 120px;
	padding: 4px;
	height: 20px;
}
.donate .type form input[type=text] {
	width: 40px;
	margin-top: -8px;
	padding: 0px;
	width: 50px;
	font-size: 13px;
	padding: 2px;
}
.donate .type form input[type=image] {
	display: block;
	clear: left;
	margin: 16px auto;
}
.clear {
	clear: both;
}
.error {
	display: block;
	color: red;
	margin: 1em 0em -.8em 0em;
}

.day {
	background: #ead7eb;
	padding: 20px 20px .6em 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 15px;
}
.day h3 {
	border-bottom: 1px solid #4c0e50;
	margin-bottom: -.4em;
	margin-top: 0em;
	color: #4c0e50;
}