/**
 **
 ** Color scheme
 **
 **

 Ruby Red  #
 Black     #000

 **
 **/

/**
 **
 ** Default styles
 **
 **/

body, html {
	margin: 0;
	padding: 0;
	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	background-color: #000;
}

p {
	font-size: 14px;
	line-height: 18px;

	color: #fff;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}


.wrapper {
	position: relative;

	margin: 50px auto 0 auto;
	padding: 0;
	
	width: 965px;
}

#nav {
	position: absolute;
	top:120px;
	left: 325px;

	
}

#nav a {
	float: left;
	height: 17px;
	background:url(/images/nav.png) no-repeat;
}



#nav a#home {
	width: 60px;
}

#nav a#high-scores {
	width: 110px;
	background-position: -70px 0;
}

.nav-divider {
	float: left;
	width: 2px;
	height: 17px;
	background: url(/images/nav.png) no-repeat;
	background-position: -62px 0;
	margin: 0 7px 0 5px;
}

#nav a:hover {
	text-decoration: none;
	outline: none;
}

#nav a#home:hover, #nav a#home.current { background-position: 0px -18px;}
#nav a#high-scores:hover, #nav a#high-scores.current{ background-position: -70px -18px;}

.main {
	margin: 0;
	padding: 2px;
	
	width: 960px;
	

	position: relative;
	top: 0;
	left: 0;
	

	border: 1px solid #999;
	background: url(/images/bg.png) top left no-repeat;
}

.screenshot {
	float: left;
	margin: 100px 0 0 75px;
	display: inline;
}

.content {
	position: relative;

	float: left;
 	margin: 150px 0 80px 44px;
	display: inline;

	padding: 0;
	
	width: 500px;
}

.footer {
	float: right;
	margin: 4px 0 20px 0;
	padding: 0;
	font-size: 9px;
	line-height: 11px;
	color: #999;
}

.footer a {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

.footer a:hover {
	text-decoration: underline;
	color: #999;
}

#signup-thanks.active {
	margin: 2em 0 0 0;
	padding: 4px 8px;
	
	background-color: #0e0e0e;
	border: 1px solid #999;	
}

form#signup {
	margin: 50px 0 0 0;
	padding: 0;
	width:206px;
	
}

div#signup-formdiv {
	width:206px;
	display: inline;
}

input.email {
	margin: 0;
	padding: 2px 5px 2px 5px;

	
	background-color: #171c28;
	border: 0;
	color: #eee;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 13px;
	vertical-align: bottom;		    
	border: 1px solid #666666;
	border-top: 1px solid #383838;
	border-left: 1px solid #383838;
	width: 194px;
	height: 20px
}

textarea.comments {
	margin: 12px 0 0 0;
	padding: 6px 4px 4px 4px;

	width: 225px;
	height: 57px;
	
	background-color: #333;
	border: 0;

	color: #eee;
	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;

	vertical-align: bottom;

}

input.submit {
	margin: 10px 0 0 0;
	padding: 0;

	width: 206px;
	height: 26px;

        color: #fff;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;

	border: none;
	background: url(/images/send-bg.png);
}

input.error, select.error { 
                            background-color: pink;
                            text-align: left;
}

#signup-errors {
	color: #aa0000;
	font-size: 12px;
	font-weight: bold;
} 

div.error {
            margin: 0.5em 0;
            padding: 1em;

            width: 290px;

            font-size: 11px;
            line-height: 13px;
            
            text-align: left;

            color: maroon;
            background-color: pink;
            border: 2px solid maroon;
}

#bottom-row {
	
}

span.divider {
	float: left;
	background-color: #171c28;
	width: 1px;
	height: 62px;
	margin: -60px 10px 0 235px;
}

span.app-store, span.android {
	float: left;
	width: 185px;
	height: 60px;
	margin: -60px 20px 0 230px;
}

span.android {
	float: left;
	width: 93px;
	height: 90px;
	margin: -86px 20px 0 445px;
}

table {
 	border-spacing:0;
	margin-top: 20px;
	width: 500px;
}

td {
	font-weight: bold;
	font-size: 11px;
	padding: 5px 13px 5px 13px;
	overflow: hidden;	
}

td.player-name {
	max-width: 120px;

}

tr.odd {
	background: #141923;
}

tr.even {
	background: #000;
}
