a:link {
	color: #ffc533;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #e6c267;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ffb600;
	text-decoration: underline;
}
a:active {
	color: #dec58b;
	text-decoration: underline;
}
.scores a:link {
	color: #ffc533;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
}
.scores a:visited {
	color: #e6c267;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	font-variant: small-caps;
}
.scores a:hover {
	color: #ffb600;
	text-decoration: underline;
	font-size: 24px;
	font-variant: small-caps;
}
.scores a:active {
	color: #dec58b;
	text-decoration: underline;
	font-size: 24px;
	font-variant: small-caps;
}
.font1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.font2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 32px;
	font-variant: small-caps;
}
.font3 {
	color: #FFFFFF;
	font-size: 30px;
	font-family: DamnNoisyKidsRegular, 'Arial Black', Arial;
	font-weight: 900;
	text-shadow: -1px 1px 3px rgba(0,0,0,0.5);
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #896d49;
	padding: 0;
	margin: 0 0 1px;
	height: 100%;
}
@font-face {
    font-family: 'DamnNoisyKidsRegular';
    src: url('dnk-webfont.eot');
    src: url('dnk-webfont.eot?#iefix') format('eot'),
         url('dnk-webfont.woff') format('woff'),
         url('dnk-webfont.ttf') format('truetype'),
         url('dnk-webfont.svg#webfontxmHf6Bz5') format('svg');
    font-weight: normal;
    font-style: normal;
}
#error .errorfont {
	font-family: DamnNoisyKidsRegular, 'Arial Black', Arial;
	font-weight: 900;
	font-size: 50px;
	text-shadow: -1px 1px 3px rgba(0,0,0,0.5);
}
#error {
	background-color: #a48358;
	text-align: center;
	padding-top: 15%;
}
#highscores {
	background-color: #a48358;
	overflow: hidden;
}
.hsbody {
	height: 400px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#fblike {
	position: absolute;
	margin-left: -480px;
	left: 50%;
	z-index: 10;
	width: 960px;
	padding-top: 10px;
	padding-left: 10px;
}
#plus1 {
	position: absolute;
	margin-left: -480px;
	left: 50%;
	z-index: 10;
	width: 960px;
	padding-top: 90px;
	padding-left: 10px;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	min-height: 100%;
	background-color: #a48358;
	-moz-box-shadow: 0px 0px 7px 7px rgba(108,82,49,0.8);
	-webkit-box-shadow: 0px 0px 7px 7px rgba(108,82,49,0.8);
	box-shadow: 0px 0px 7px 7px rgba(108,82,49,0.8);
}
#header {
	position: relative;
	width: 960px;
	height: 310px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: text-top;
}
#menu {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 7px;
	font-size: 34px;
	font-family: DamnNoisyKidsRegular, 'Arial Black', Arial;
	font-weight: 900;
	letter-spacing: 1px;
	-moz-box-shadow: 0px 3px 3px rgba(108,82,49,0.8);
	-webkit-box-shadow: 0px 3px 3px rgba(108,82,49,0.8);
	box-shadow: 0px 3px 3px rgba(108,82,49,0.8);
	background-color: #957143;
	background: #957143; /* old browsers */
	background: -moz-linear-gradient(top, #9f7c4f 0%, #8b6739 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f7c4f), color-stop(100%,#8b6739)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f7c4f', endColorstr='#8b6739',GradientType=0 ); /* ie */
}
#menu a {
	text-decoration: none;	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #dac3a8;
	-webkit-text-stroke: 1px #a98962;
	text-shadow:
		-2px 2px 0 #6c5231,
		-1px -1px 0 #6c5231,
		1px -1px 0 #6c5231,
		-1px 1px 0 #6c5231,
		1px 1px 0 #6c5231;
}
#menu a:hover {
	color: #e7d5bf;
	padding-bottom: 10px;
	-webkit-text-stroke: 1px #a98962;
	text-shadow:
		-3px 3px 0 #564024,
		-1px -1px 0 #564024,
		1px -1px 0 #564024,
		-1px 1px 0 #564024,
		1px 1px 0 #564024;
}
#menu a:active {
	color: #f2dfc7;
	-webkit-text-stroke: 1px #957349;
	text-shadow:
		-1px 1px 0 #6c5231,
		-1px -1px 0 #6c5231,
		1px -1px 0 #6c5231,
		-1px 1px 0 #6c5231,
		1px 1px 0 #6c5231;
}
#menu a#current {
	color: #e7d5bf;
	padding-bottom: 10px;
	-webkit-text-stroke: 1px #957349;
	text-shadow:
		-3px 3px 0 #564024,
		-1px -1px 0 #564024,
		1px -1px 0 #564024,
		-1px 1px 0 #564024,
		1px 1px 0 #564024;
	background-color: #8b6739;
	background: #8b6739; /* old browsers */
	background: -moz-linear-gradient(top, #8b6739 0%, #947043  100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b6739), color-stop(100%,#947043)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6739', endColorstr='#947043',GradientType=0 ); /* ie */
}
#content {
	position: relative;
	width: 820px;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 250px;
	padding-left: 70px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 780px;
	padding-top: 0px;
	padding-right: 90px;
	padding-bottom: 5px;
	padding-left: 90px;
	height: 190px;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.footericons {
	float: right;
	padding-top: 40px;
}
.footericons img {
	padding-left: 24px;
	magin: 0;
}
.footericons a:hover {
	-moz-opacity:.8;
	opacity:.8;
	-khtml-opacity:.8;
	filter: alpha(opacity = 80);
	zoom: 1;
}
.getitnow {
	float: left;
	width: 188px;
	text-align: center;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.getitnow:hover {
	-moz-transform: rotate(10);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
}
ul.inside {
	list-style-position: inside;
	list-style-type: disc;
	margin: 2px;
}
ul.outside {
	list-style-position: outside;
	list-style-type: disc;
	margin: 2px;
}
li {
	padding: 2px;
}
a img {
	border: none;
}
#frontpage {
	float: left;
	margin-right: 16px;
	-moz-box-shadow: 0px 2px 4px 2px #6c5231;
	-webkit-box-shadow: 0px 2px 4px 2px #6c5231;
	box-shadow: 0px 2px 4px 2px #6c5231;
}
#playthroughs {
	height: 350px;
}
.alignleft {
	float: left;
	padding: 0;
}
.alignright {
	float: right;
	padding: 0;
}
#skeleton {
	padding: 60px;
	display: block;
}
.vid a {
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;
}
.vid a:hover {
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity:.75;
	filter: alpha(opacity = 75);
	zoom: 1;
}
.youtubevid a {
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;
}
.youtubevid a:hover {
	-moz-opacity:.75;
	opacity:.75;
	-khtml-opacity:.75;
	filter: alpha(opacity = 75);
	zoom: 1;
}
.youtubevidmobile {
	display: none;
}
.badger a {
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;
}
.badger a:hover {
	-moz-opacity:.9;
	opacity:.9;
	-khtml-opacity:.9;
	filter: alpha(opacity = 90);
	zoom: 1;
}
.badger table {
	padding: 20px;
}
.badger td {
	padding: 20px 20px;
}
.desktophide {
	display: none;
}
.mobilehide {
	display: block;
}
.gallery td {
	background-color: #FFF;
	-moz-box-shadow: 0px 2px 4px 2px #6c5231;
	-webkit-box-shadow: 0px 2px 4px 2px #6c5231;
	box-shadow: 0px 2px 4px 2px #6c5231;
}
table {
	position: center;
	margin-bottom: -3px;
}
tr.c1 td {
	text-align: center;
	width: 33%;
}
.share {
	padding-left: 6px;
	padding-right: 6px;
}
