html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ens,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thread,tr,th,td /* phew! */{margin:0;padding:0;font-size:100%;vertical-align:baseline;border:0;outline:0;background:transparent;font-weight:normal;font-style:normal;}
blockquote,q{quotes:none;}
:focus{outline:0;}
table{border-collapse:collapse;border-spacing:0;}

@font-face {
	font-family: 'DistrictRegular';
	src: url('../fonts/DistTh__.eot');
	src: local('District Regular'), local('District-Thin'), url('../fonts/DistTh__.woff') format('woff'), url('../fonts/DistTh__.otf') format('opentype'), url('../fonts/DistTh__.svg#DistTh__') format('svg');
}

@font-face {
	font-family: 'AlexandriaFLFBold';
	src: url('../fonts/AlexandriaFLF-Bold.eot');
	src: local('AlexandriaFLF Bold'), local('AlexandriaFLF-Bold'), url('../fonts/AlexandriaFLF-Bold.woff') format('woff'), url('../fonts/AlexandriaFLF-Bold.otf') format('opentype'), url('../fonts/AlexandriaFLF-Bold.svg#AlexandriaFLF-Bold') format('svg');
}		



body {
	background: url(../img/stripe.png);
}

.test { font-family: AlexandriaFLFBold, 'American Typewriter', Georgia; color: #fff; font-size: 100px; }
/*    Header Styles   */
#header-wrap {
	background-color: #f2d517;
	top: 50px;
	margin-top: 50px;
	height: 50px;
}

#header {
	position: absolute;
	width: 100%;
	line-height: 50px;
	font-family: AlexandriaFLFBold, 'American Typewriter', Georgia;
	font-size: 18px;
}

#header h1 {
	float: left;
	padding-left: 50px;
	text-transform: uppercase;
}

#header ul {
	width: 40%;
	float: right;
	list-style: none;
	text-align: right;
	padding-right: 50px;
}

#header ul li{
	display: inline;
	padding-right: 20px;
}

#header a {
	text-decoration: none;
	color: black;
}

#header a:hover {
	border-bottom: 1px black dotted;
}

#header a.donatenow {
	color: #b5111a;
}

#header a.donatenow:hover {
	color: #b5111a;
	border-bottom: 1px #b5111a dotted;
}

#header ul li:last-child{
	padding-right: 0px;
}

#feature-wrap {
	width: 1000px;
	margin: 0 auto;
	height: 400px;
}

#banner-wrap {
	position: relative;
	width: 1000px;
}

.hero-image {
	position: absolute; 
	top: 0px; 
	left: 0px;
	display: none;
}

.hero-image.current {
	display: block;
}

#images {
	list-style: none;
}

#donations {
	background: rgba(138,0,12,0.7);
	background: -webkit-gradient(linear, left top, left bottom, to(rgba(181,17,25,0.7)), from(rgba(138,0,12,0.7)));
	background: -moz-linear-gradient(center bottom, rgba(181,17,25,0.7), rgba(138,0,12,0.7));
	height: 300px;
	width: 200px;
	font-size: 40px;
	color: #fff;
	font-family: DistrictRegular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 50px;
	text-shadow:-2px -2px 2px #574343;
	line-height: 100%;
	position: absolute;
	top: 0px;
	left: 700px;
	z-index: 9999;
}

.smaller { font-size: 20px;}
.redpair { padding-bottom: 25px; }
.cents, .dollarsign {
	font-size: 20px;
	vertical-align:super;
}
.cents { border-bottom: 1px solid white; }
		
#content-wrap {
	background-color: #494a4c;
	background-color: rgba(73,74,76,0.85);
	margin-top: 10px;
	width: 1000px;
	margin: 10px auto 20px auto;
	overflow: auto;
}

#content-header {
	background-color: #f2d517;
	text-align: center;
	font-family: AlexandriaFLFBold, 'American Typewriter', Georgia;
	font-size: 20px;
	height: 30px;
	line-height: 150%;
}


#content-header ul li {
	display: inline;
	padding: 0 20px 0 20px;
}

.content-pane {
	color: #fff;
	padding: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;			
}

#myride {
	min-height: 350px;
}

/*#myride>img {
	float: left;
	padding: 0 20px 10px 0;
}
*/

#myride div.left {
	width: 234px;
	padding: 0 20px 10px 0;
	float: left;
}

#myride div.right {
	width: 700px;
	float: right;
}
.content-pane p { 
	margin: 0 0 1.12em 0;
	font-size: 16px;
}

.content-pane a {
	color: #f2d517;
	text-decoration: none;
}

.content-pane a:hover {
	color: #f2d517;
	border-bottom: 1px dotted #f2d517;
}

.content-pane ul {
	margin: 0px 0px 1.12em 40px;
	font-size: 16px;
}

.content-pane li {
	margin-bottom: 1.12em;
}
