* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { border: none; }

body {
	background: url(../images/bg-landing.gif) repeat-x top left;
	padding-bottom: 24px;
}
	
#header {
	width: 902px;
	margin: 0 auto;
	height: 165px;
	background: url(../images/header-bg.gif) repeat-x top left;
	position: relative;
}

#header h1 {
	background: url(../images/logo.gif) no-repeat top left;
	width: 160px;
	height: 150px;
	text-indent: -999em;
}

body.donation-page #header {
	height: 150px;
}

#facebook-button, #twitter-button {
	display: block;
	width: 100px;
	height: 32px;
	position: absolute;
	top: 55px;
	text-indent: -999em;
}

#facebook-button {
	background-image: url(../images/facebook.gif);
	right: 0;
}

#twitter-button {
	background-image: url(../images/twitter.gif);
	right: 120px;
}

#content {
	width: 902px;
	margin: 0 auto;
}


#landing-selection {
	margin: 14px 0 0;
	padding: 16px;
}

#landing-selection h1 {
	text-align: center;
	font: small-caps bold 21px Georgia, serif;
	margin-bottom: 16px;
}

a.button { 
	display: block;
	width: 180px;
	height: 32px;
	background: url(../images/button.gif) no-repeat top left;
	margin: 8px auto;
	font: bold 19px/32px Cambria, Georgia, serif;
	color: white;
	text-align: center;
}

#landing-selection .date {
	font: bold 14px Cambria, Georgia, serif;
	color: #200300;
}

#landing-selection ul {
	position: relative;
	height: 250px;
}
#landing-selection li {
	list-style: none;
	position: absolute;
	bottom: 0;
	display: block;
	width: 216px;
	text-align: center;
}

#landing-selection .houston {
	left: 50%;
	margin-left: -324px;
}

#landing-selection .maryland {
	left: 50%;
	margin-left: -108px;
}

#landing-selection .dallas {
	left: 50%;
	margin-left: 108px;
}

#content {
	position: relative;
}

#content .body {
	background: url(../images/dogear.gif) no-repeat top left;
	font: 13px Georgia, serif;
	color: #292929;
	padding: 24px 30px;
	width: 654px;
}

#content h1 {
	font: small-caps bold 22px Georgia, serif;
	color: #200300;
	text-align: center;
	margin: 24px 0;
}

#content .body h1 { margin-top: 0; }

#content p {
	margin: 0.75em 0;
}

#content a {
	color: #1A2E67;
	text-decoration: underline;
	font-weight: bold;
}

.video {
	text-align: center;
	margin: 24px 0;
}

#content.authors {
	padding: 0 30px;
	width: 842px;
	font: 13px Georgia, serif;
	color: #292929;
}

#content.authors h2 {
	font: small-caps bold 22px Georgia, serif;
	color: #1A2E67;
	text-align: center;
}

#content.authors h3 {
	font: bold 14px Georgia, serif;
	color: #BF0A30;
	margin-bottom: 1em;
}

.coming-soon { font-weight: bold; font-style: italic; }

#sidebar {
	position: absolute;
	right: 0;
	top: 0;
	width: 166px;
}

#sidebar h2 {
	font: bold 14px "Times New Roman", serif;
	color: #AE0510;
	text-align: center;
	margin: 12px 0;
	text-transform: uppercase;
}

.sidebar-panel {
	width: 166px;
	background: url(../images/sidebar.gif) no-repeat -166px bottom;
	color: white;
	font: 14px "Times New Roman", serif;
	padding-bottom: 11px;
	margin: 0 0 16px;
}

.sidebar-panel-inner {
	background: url(../images/sidebar.gif) no-repeat top left;	
	padding: 11px 13px 0;
}

.sidebar-panel input.text {
	width: 130px;
	border: none;
	padding: 4px 5px;
}

.sidebar-panel form div {
	padding: 0.25em 0;
}

.sidebar-panel form span.button {
	display: block;
	text-align: center;
}

#donation-form {
	position: relative;
	width: 902px;
	margin: 0 auto;
	padding: 20px 0;
}

#donation-page-content { 
	color: #EBC9C0;
	background: #6F0017 url(../images/donation-page-btm.gif) repeat-x bottom left;
	padding-bottom: 34px;
}

#donation-page-content .inner {
	background: url(../images/donation-page-top.gif) repeat-x top left;
}

#donation-page-content .inner2 {
	position: relative; 
	padding-left: 402px; 
	width: 500px; 
	margin: 0 auto; 
	font: 13px/20px Georgia, serif; 
}

#donation-page-content h2 { 
	font-size: 21px; 
	padding: 32px 0 5px; 
}

#donation-page-content p { 
	margin-bottom: 5px; 
}

#donation-page-content a { 
	font-size: 12px; 
}

#donation-page-content h2, #donation-page-content a { 
	font-weight: bold; 
	color: white; 
}

#video { 
	position: absolute; 
	top: 25px; 
	left: 0; 
}

#authors li  
{
	font-weight: bold;
	padding: 13px 0 12px; 
	list-style: none; 
	background: url(../images/panel-divider.gif) no-repeat top center; 
	text-align: center;
}

#authors a { 
	font-size: 13px; 
	color: #A9C0FE;
}

#authors li.first { 
	padding-top: 0; 
	background: none; 
}

#supporters-feed { 
	margin: 8px 0; 
	height: 250px; 
}