/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


html {
/*	background: #a6ce39; */
	background: #800103;
	overflow: hidden;
}
.splash {
	width: 800px;
	height: 400px;
	margin: 0 auto;
}
h1 {
	font-size: 338.5%;  /* 44px */
	font-weight: bold;
	color: #900;
	letter-spacing: -2.2px;
}
h1 a {
	text-decoration: none;
	color: #900;
}
span.hidden { 
	position: absolute;
	left: -9999px;
}
a.contributeNow {
	width: 215px;
	height: 44px;
	background: transparent url('button.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a.contributeNow:hover, a.contributeNow.hover { background-position: 0px -44px; }
a.continueWithout {
	font-size: 182%;
	color: #1a3d47;
	font-weight: bold;
	margin: 10px 0 0 17px;
}
a.continueWithout:hover { color: #fff; }
div#link {
	width: 800px;
	margin-top:100px;
	text-align: center;
}
#link2 a.contributeNow {
	width: 215px;
	height: 44px;
	background: transparent url('button-reverse.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#link2 a.contributeNow:hover, #link2 a.contributeNow.hover { background-position: 0px -44px; }
div#link2 {
	width: 800px;
	margin-top:25px;
	text-align: center;
}

/* ------------------------------------------------------------------------------------ Added Classes for 2011-10 Drive -- */

.currentFirstDay a, .newsRun a, .musicRun a, .allRun a, .currentNew a {
	float: right;
	right: 0;
}
.currentFirstDay a { margin: -124px 232px 0 0; }
.newsRun a { margin: -72px 92px 0 0; }
.musicRun a { margin: -72px 96px 0 0; }
.allRun a { margin: -72px 32px 0 0; }

.currentNew a { margin: -180px 240px 0 0; } /* Added by Toni 2011/10/17 for the new Current splash. */

