html { background-color: #000; }
body { background: url(images/gradient.png) repeat-x bottom left; }
.page-content { background-color: #00d1c6; }
#contentWrap {
	float: left;
	background: #fff;
}
#content {
	width: 460px;
	padding: 0 20px 20px;
}
#sidebar ul {
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
}
#sidebar li.last { border-bottom: 1px solid #000; }
#content h1 {
	width: 470px;
	height: 100px;
	margin-left: -20px;
	padding: 65px 0 0 30px;
	font-size: 3em;
	background: url(images/bg_banner.png);
	color: #fff;
}
#content h2 {
	border-top: 1px solid #000;
	padding-top: .5em;
	font-size: 2.6em;
}
#content .post h2 {
	margin: 0;
	border-top: 0;
	border-bottom: 1px dotted #666;
}
#content .post h2 a {
	text-decoration: none;
	color: #551a8b;
}
#content h3 { font-size: 2.2em; }
#content h4 { font-size: 1.8em; }
#content h5 { font-size: 1.6em; }
#content h6 { font-size: 1.4em; }
#content p {
	margin: 1em 0 !important;
	font-size: 1.3em;
}
#content h2, #content h3, #content h4, #content h5, #content h6, #content p {
	margin: .5em 0;
	line-height: 1.2em;
}


/* ----- NEWS BLOG ----- */
.post {
	position: relative;
	padding-left: 55px;
}
.post .date {
	position: absolute;
	top: .8em;
	left: 0;
	width: 42px;
	height: 49px;
	padding-left: 2px;
	text-align: center;
	font-size: 2.3em;
	line-height: 1.35;
	background: #e1e1e1 url(images/calendar_bg.jpg) no-repeat;
}
.post .date span {
	display: block;
	font-size: .4em;
	text-transform: uppercase;
}
#content .post p.commentsLink {
	margin: 0 !important;
	text-align: right;
}
.commentsLink a {
}

/* ----- FORMS ----- */
#wpcf7-f1-p17-o1 form p, input, textarea, fieldset {  }
fieldset { color: #6e6e70; }
legend { font-weight: bold; }
input, textarea {
	width: 97%;
	background-color: #ececed;
}
select, select option {
	background-color: #ececed;
}
label {
	display: block;
	font-weight: bold;
}
label span, legend span { color: #ff0000; }
#name label {
	display: inline-block;
	width: 12.5em;
	font-weight: normal;
}
.wpcf7-list-item {
	display: block;
	margin-left: 0 !important;
}
#send, #commentform #submit { width: auto; }
#first-name { width: 10em; }
#last-name {width: 12em; }
#phone, #interest {width: 50%; }
#address { height: 4em }

input.donate {
	width: auto;
	background-color: #fff;
}

#commentform input { width: 50%; }
