@font-face
{
	font-family: "LCDSolid";
	src: url('play/imgs/Munro.ttf');
}
* {
	border: none;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	color: #2D2D2D;
	font-size: 24px;
	text-decoration: none;
	
	filter: alpha(opacity=70);
	opacity: .7;
	
	-webkit-transition: all ease-in-out .5;
	 -khtml-transition: all ease-in-out .5;
	   -moz-transition: all ease-in-out .5;
	    -ms-transition: all ease-in-out .5;
	     -o-transition: all ease-in-out .5;
}

a:hover, a:focus {
	filter: alpha(opacity=100);
	opacity: .99;
}

body {
	background: #2D2D2D url(gfx/bg.png);
	overflow: hidden;
}

#playbuttonImg
{
	background: url(gfx/button_bg.png);
    padding: 0 10px 14px 10px;
	margin-top: 28px;
	height: 80px;
    border-top: 3px solid rgba(255, 255, 255, 0.79);
    border-left: 3px solid rgba(212, 212, 212, 0.63);
    border-right: 3px solid rgba(162, 162, 162, 0.63);
    border-bottom: solid 3px rgba(66, 66, 66, 0.58);
}

#playbuttonImg2
{
	background: url(gfx/button_bg.png);
	padding: 6px;
    border-top: 3px solid rgba(255, 255, 255, 0.79);
    border-left: 3px solid rgba(212, 212, 212, 0.63);
    border-right: 3px solid rgba(162, 162, 162, 0.63);
    border-bottom: solid 3px rgba(66, 66, 66, 0.58);
}

footer {
	background: url(gfx/footer-littlewargame.jpg) repeat-x top center;
	bottom: 0;
	color: #FDFDFD;
	height: 100px;
	padding: 0 30px 0 0;
	position: fixed;
	text-align: right;
	text-shadow: 0 1px 0 #FDFDFD;
	width: 100%;
	z-index: 100;
}

footer a {
	color: #2D2D2D !important;
}

footer img {
	margin: 0 10px 0 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin: 20px 0 20px 0;
	display: block;
	font-size: 3.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-family: LCDSolid, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	text-align: center;
	padding: 5px;
	margin: 20px 0 20px 0;
	display: block;
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-family: LCDSolid, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 40px;
}

h3 {
	margin-left: 14px;
}

header {
	background: url(gfx/header-littlewargame.jpg) repeat-x top center;
	height: 100px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}

header img {
	margin: 0 auto;
}

.playButton
{
	background: rgb(168, 0, 0);
	font-size: 36px;
	height: 54px;
	border: 2px solid #0C1C37;
	color: white;
	padding: 0 14px;
	font-weight: bold;
	border: 2px solid white;
}

.playButton:hover
{
	border: 2px solid yellow;
}

nav {
	background: url(gfx/second-littlewargame.jpg) repeat-x top center;
	bottom: 0px;
	height: 60px;
	padding: 0 0 0 275px;
	position: fixed;
	width: 100%;
	z-index: 99;
}

/*
nav img:hover {
	background: url(gfx/butt-overlay.png) no-repeat 0 0;
	cursor: pointer;
}
*/

nav ul li {
	float: left;
	list-style-type: none;
}

ul {
	margin: 0 0 0 50px;
}

#about {
	background: rgba(15,15,15,.85);
	color: #FFF;
	height: 90%;
	right: 0%;
	padding: 130px 50px 0 50px;
	position: absolute;
	text-shadow: 0 1px 0 #2D2D2D;
	width: 450px;	
	z-index: 10;
	font-size: 18px;
}

#about a, #about a:link, #about a:visited, #about a:active {
	color: #CF0000;
	font-size: 48px;
	margin: 20px 0;
	text-align: center;
}

#about h1, div {
	margin: 0 0 0px 0;
	text-align: center;
}

#aboutb, #creditsb
{
	right: 60px;
	position: fixed;
}
#aboutb
{
	display: none;
}

#otherb
{
	right: 0px;
	position: fixed;
}

#otherb img
{
	width: 50px;
	margin: 10px
}

#additionals {
	bottom: 0;
	height: 60px;
	padding: 20px;
	position: fixed;
	right: 300px;
}

#bgvideo {
	height: 100%;
	position: absolute;
	z-index: 9;
}

#credits {
	background: rgba(15,15,15,.85);
	color: #FFF;
	display: none;
	height: 90%;
	right: 0%;
	overflow: scroll;
	padding: 150px 50px 0 50px;
	position: absolute;
	text-shadow: 0 1px 0 #2D2D2D;
	width: 450px;	
	z-index: 10;
}

#logo {
	bottom: 10px;
	left: 0;
	position: fixed;
	z-index: 200;
	height: 200px;
}

#mutevideo {
	cursor: pointer;
	top: 20px;
	right: 50px;
	position: absolute;
}