body {
	padding: 150px 10px 20px;
	background: #F2F2F2;
	text-align: center;
}

div {
	margin: 50px 0px 0px;
}

div div {
	margin: 20px 0px;
}

div.choice {
	width: 48%;
}

div.left {
	float: left;
	text-align: right;
}

div.right {
	float: right;
	text-align: left;
}

img {
	border-style: none;
}

h1 {
	font-family: 'Raleway', 'Trebuchet MS', sans-serif;
	text-transform: lowercase;
	color: #95BDE4;
	text-shadow: 0px 0px 3px #AAAAAA;
	font-size: 80px;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: 'museoSlab500', 'Trebuchet MS', sans-serif;
	color: #999999;
	text-shadow: 0px 0px 1px #AAAAAA;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-family:  'Raleway', 'Trebuchet MS', sans-serif;
	color: #32323C;
	text-shadow: 0px 0px 2px #AAAAAA;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
}

h4 {
	font-family:  'museoSlab500', 'Trebuchet MS', sans-serif;
	color: #999999;
	text-shadow: 0px 0px 2px #AAAAAA;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

h3 input {
	font-size: 1em;
	font-family: 'Raleway';
}

.choice h3 {
	margin-bottom: 8px;
}

p.description {
	font-family: 'Trebuchet MS';
	font-size: 1em;
	margin-top: 8px;
}

.donate input {
	color: #F35513;
	text-shadow: 0px 0px 2px #F57842;
}

.donate input[type='submit'].gotoap {
	color: #218109;
	text-shadow: 0px 0px 2px #27990B;
}

.status, .status a {
	text-transform: lowercase;
	color: #32323C;
	text-shadow: 0px 0px 50px #AAAAAA;
}

.alert, .alert a {
	color: #ED0C39;
	text-shadow: 0px 0px 2px #F35F20;
}

/* Emph spans */

h3 span.emph {
	color: #F35513;
	text-shadow: 0px 0px 2px #F57842;
}

.status span.emph {
	color: #DC3314;
}

a {
	color: #00A1C2;
	text-decoration: none;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.status a:hover {
	color: #BBBBBB;
}

.alert a:hover {
	color: #0CAAED;
	text-shadow: 0px 0px 2px #7CD3F8;
}

a:hover {
	color: #BBBBBB;
}

@media screen {
	@font-face {
		font-family: 'Raleway';
		font-style: normal;
		font-weight: normal;
		src: url('fonts/raleway-webfont.eot');
		src: url('fonts/raleway-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/raleway-webfont.woff') format('woff'),
			url('fonts/raleway-webfont.ttf') format('truetype'),
			url('fonts/raleway-webfont.svg#RalewayThin') format('svg');
	}
	
	/* From Andrew's Leap WP Theme */
	@font-face {
		font-family: 'LeagueGothicRegular';
		font-weight: normal;
		font-style: normal;
		src: url('http://leapyearproject.org/fonts/League_Gothic-webfont.eot');
		src: url('http://leapyearproject.org/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
			url('http://leapyearproject.org/fonts/League_Gothic-webfont.woff') format('woff'),
			url('http://leapyearproject.org/fonts/League_Gothic-webfont.ttf') format('truetype'),
			url('http://leapyearproject.org/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	}
	
	@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: 'museoSlab500';
		src: url('fonts/museo_slab_500-webfont.eot');
		src: url('fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
			url('fonts/museo_slab_500-webfont.woff') format('woff'),
			url('fonts/museo_slab_500-webfont.ttf') format('truetype'),
			url('fonts/museo_slab_500-webfont.svg#fonts/museoSlab500') format('svg');
	}

	@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: 'museoSlab500Italic';
		src: url('fonts/museo_slab_500italic-webfont.eot');
		src: url('fonts/museo_slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/museo_slab_500italic-webfont.woff') format('woff'),
		url('fonts/museo_slab_500italic-webfont.ttf') format('truetype'),
		url('fonts/museo_slab_500italic-webfont.svg#fonts/museoSlab500Italic') format('svg');
	}
}