/* CSS crunched with Crunch - http://crunchapp.net/ */
@font-face{font-family:'Higher';src:url(fonts/Higher.ttf);}@font-face{font-family:'Square';src:url(fonts/Square.ttf);}.big-text{font-family:'Higher';font-size:150px;text-shadow:5px 5px rgba(0, 0, 0, 0.3);letter-spacing:0px;color:#e0e2e4;}
.comment-text{font-family:'Square';letter-spacing:0px;font-size:15px;text-shadow:1px 1px rgba(0, 0, 0, 0.3);color:#333;}
.center-div{margin:0px auto;}

body{
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight:300;
	font-size:25px;
	text-shadow:2px 2px rgba(0, 0, 0, 0.3);
	letter-spacing:-1px;
	color:silver;
	font-family:Square;
	letter-spacing:0px;-webkit-font-smoothing:antialiased;
	background-color:black;
	}
#GameWindow{margin:0px auto;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;box-shadow:5px 5px rgba(0, 0, 0, 0.3);width:960px;height:640px;border:10px solid #303030;background-color:#b3b48e;}
#GameHud{margin:0px auto;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;box-shadow:5px 5px rgba(0, 0, 0, 0.3);height:50px;width:960px;border:10px solid #303030;background-color:#1e1e1e;margin-bottom:5px;font-family:'Higher';}
#StartMenu{margin:0px auto;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;box-shadow:5px 5px rgba(0, 0, 0, 0.3);position:fixed;top:50%;left:50%;height:150px;width:400px;margin-top:-75px;margin-left:-200px;border:10px solid #303030;background-color:#b3b48e;text-align:center;padding-top:10px;}#StartMenu .button{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;margin:0px auto;font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:300;font-size:25px;text-shadow:2px 2px rgba(0, 0, 0, 0.3);letter-spacing:-1px;color:#e0e2e4;font-family:Square;letter-spacing:0px;-webkit-font-smoothing:antialiased;box-shadow:5px 5px #669900;background-color:#94b84d;width:200px;height:30px;text-align:center;margin-top:10px;padding-top:5px;cursor:pointer;}#StartMenu .button:hover{background-color:#9fbf5f;}
#StartMenu div{font-family:'Square';letter-spacing:0px;font-size:15px;text-shadow:1px 1px rgba(0, 0, 0, 0.3);color:#333;margin:0px auto;padding-top:10px;margin-top:10px;}
#Header{
	margin:0px auto;
	font-family:'Higher';
	font-size:150px;
	text-shadow:5px 5px rgba(0, 0, 0, 0.3);
	letter-spacing:0px;
	color:silver;
	text-align:center;
	}
#Footer{
	background-color:black;
	background:-webkit-gradient(linear, left top, left bottom, from(black), to(#544242));
	background:-webkit-linear-gradient(top, black, #544242);
	background:-moz-linear-gradient(top, black, #544242);
	background:-ms-linear-gradient(top, black, #544242);
	background:-o-linear-gradient(top, black, #544242);
	margin:0px auto;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight:300;
	font-size:10px;
	text-shadow:2px 2px rgba(0, 0, 0, 0.3);
	letter-spacing:-1px;
	color: silver;
	font-family:Square;
	letter-spacing:0px;
	-webkit-font-smoothing:antialiased;
	height:600px;
	margin-top:100px;
	text-align:center;
	}
	
	#Footer div{
		margin:0px auto;
		font-family:'Higher';
		font-size:50px;
		text-shadow:5px 5px rgba(0, 0, 0, 0.3);
		letter-spacing:0px;
		color:silver;
		max-width:1000px;
		font-family:'Square';
		}
a{
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight:300;
	font-size:25px;
	text-shadow:2px 2px rgba(0, 0, 0, 0.3);
	letter-spacing:-1px;
	color:silver;
	font-family:Square;
	letter-spacing:0px;
	-webkit-font-smoothing:antialiased;
	text-decoration:none;
	border-bottom:none;
	}a:hover{border-bottom:3px solid #e0e2e4;box-shadow:0px 5px rgba(0, 0, 0, 0.3);}
