body {
	background-color: #000000;
}
#defaultCountdown {
	color: #f7b846;
	background-color: #361300;
	height: 70px;
	max-width: 85%;
	margin: auto;
	padding-top: 10px;
	border: 1px solid #ffb842;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 2px #ffb842;
	-moz-box-shadow: 0px 0px 15px 2px #ffb842;
	box-shadow: 0px 0px 15px 2px #ffb842;
}
img[src='img/hobbit.png'] {
	max-width: 99%;
	height: auto;
	border: 0;
}
p {
	margin: auto;
	text-align: center;
	color: #f7b846;
}
a:link {
	color: #f7b846;
	text-decoration: none;
}
a:visited {
	color: #f7b846;
	text-decoration: none;
}
a:hover {
	color: #f7b846;
	text-decoration: none;
}
a:active {
	color: #f7b846;
	text-decoration: none;
}
p.image {
	display: none;
}

/* Fancy font. */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 21, 2011 04:18:24 PM America/New_York */
@font-face {
	font-family: 'RapscallionRegular';
	src: url('../font/rapscallion/RAPSCALL-webfont.eot');
	src: url('../font/rapscallion/RAPSCALL-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/rapscallion/RAPSCALL-webfont.woff') format('woff'),
		url('../font/rapscallion/RAPSCALL-webfont.ttf') format('truetype'),
		url('../font/rapscallion/RAPSCALL-webfont.svg#RapscallionRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 21, 2011 04:29:08 PM America/New_York */
@font-face {
	font-family: 'KellsSDRegular';
	src: url('../font/kells/Kells_SD-webfont.eot');
	src: url('../font/kells/Kells_SD-webfont.eot?#iefix') format('embedded-opentype'),
		url('../font/kells/Kells_SD-webfont.woff') format('woff'),
		url('../font/kells/Kells_SD-webfont.ttf') format('truetype'),
		url('../font/kells/Kells_SD-webfont.svg#KellsSDRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.countdown_section, p.go, div.mobileLink {
	font: 1.2em 'KellsSDRegular', Arial, sans-serif; letter-spacing: 0;
	/* was 18px */
}

/* The link stuff is here because it just worked out that way. */
div.mobileLink {
	text-align: center;
	font-size: 1.4em;
	margin-top: 20px;
	margin-left: 10%;
	height: 1.4em;
	color: #f7b846;
	background-color: #361300;
	max-width: 25%;
	padding-top: 10px;
	border: 1px solid #ffb842;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 2px #ffb842;
	-moz-box-shadow: 0px 0px 15px 2px #ffb842;
	box-shadow: 0px 0px 15px 2px #ffb842;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
div.mobileLink:hover, div.mobileLink:focus {
	background-color: #1e0b00;
}

/* Responsive stuff. */
@media only screen and (max-width: 930px) {
	div.mobileLink {
		max-width: 35%;
	}
}
@media only screen and (max-device-width: 1100px) and (orientation: portrait) {
	#backstretch {
		display: none;
	}
	p.image {
		display: block;
	}
	#defaultCountdown {
		font-size: .8em;
		height: 4.75em;
		-webkit-box-shadow: 0px 0px 2px 0px #ffb842;
		-moz-box-shadow: 0px 0px 2px 0px #ffb842;
		box-shadow: 0px 0px 2px 0px #ffb842;
	}
	div.mobileLink {
		margin: 0.5em auto auto auto;
		max-width: 85%;
		-webkit-box-shadow: 0px 0px 2px 0px #ffb842;
		-moz-box-shadow: 0px 0px 2px 0px #ffb842;
		box-shadow: 0px 0px 2px 0px #ffb842;
	}
}
@media only screen and (max-width: 700px) {
	#backstretch {
		display: none;
	}
	p.image {
		display: block;
	}
	#defaultCountdown {
		font-size: .8em;
		height: 4.75em;
		-webkit-box-shadow: 0px 0px 2px 0px #ffb842;
		-moz-box-shadow: 0px 0px 2px 0px #ffb842;
		box-shadow: 0px 0px 2px 0px #ffb842;
	}
	div.mobileLink {
		margin: 0.5em auto auto auto;
		max-width: 85%;
		-webkit-box-shadow: 0px 0px 2px 0px #ffb842;
		-moz-box-shadow: 0px 0px 2px 0px #ffb842;
		box-shadow: 0px 0px 2px 0px #ffb842;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#backstretch {
		display: none;
	}
	p.image {
		display: block;
		max-width: 85%;
		height: auto;
	}
	#defaultCountdown {
		font-size: 1.2em;
		height: 4.75em;
		-webkit-box-shadow: 0px 0px 2px 0px #ffb842;
		-moz-box-shadow: 0px 0px 2px 0px #ffb842;
		box-shadow: 0px 0px 2px 0px #ffb842;
	}
	div.mobileLink {
		font-size: 3em;
		margin: 0.5em auto auto auto;
		max-width: 85%;
		-webkit-box-shadow: 0px 0px 2px 0px #ffb842;
		-moz-box-shadow: 0px 0px 2px 0px #ffb842;
		box-shadow: 0px 0px 2px 0px #ffb842;
	}
}
@media only screen and (min-width: 1500px) {
	#backstretch {
		display: none;
	}
	p.image {
		display: block;
	}
	div.mobileLink {
		margin: 1.5em auto auto auto;
		max-width: 1200px;
	}
	#defaultCountdown {
		width: 1200px;
	}
	img[src='img/hobbit.png'] {
		max-width: 1200px;
		height: auto;
	}
}
