/* Colors:
 * gray bg:	363636
 * gray-light:	c8c8c8
 * blue:		0072bc
 * blue-light:	4c9bcf
 * blue-dark:	085383
 */


/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}

img {
	border:none;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration:none;
	color:#0072bc;
}

ul {
	list-style-position:inside;	
}


html,body {
    margin:0;
    padding:0;
}

html, body 
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color:#363636;
	background:#000000 url(../_images/background.jpg) no-repeat center top;
}

header {
	width:980px;
	min-width:980px;
	height:300px;	
	margin:0px auto;
	padding:20px 0;
	border:none;
}

h1{
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:50px;
	color:white;
	line-height:normal;
	text-align:left;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	        text-shadow: 0px 1px 1px #282828;
}

h2 {
	font-size:22px;	
	margin-bottom:5px;
	line-height:normal;
}

header h1 {
	position:absolute;
	text-indent:-9999px;
}

#logo img{
	float:left;
}

#downloads {
	margin:15px 10px 0 0;
	float:right;
	width:250px;
}

#download img{

}

nav {
	min-width:980px;
	width:980px;
	height:50px;
	margin:0 auto;
	padding:0;
	font-family: "Arial Rounded MT Bold", Arial, Verdana, sans-serif;
	font-size:22px;
	text-transform:uppercase;
	background: #4c9bcf; /* Old browsers */
		background: -moz-linear-gradient(top,  #4c9bcf 0%, #085383 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c9bcf), color-stop(100%,#085383)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4c9bcf 0%,#085383 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4c9bcf 0%,#085383 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4c9bcf 0%,#085383 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4c9bcf 0%,#085383 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9bcf', endColorstr='#085383',GradientType=0 ); /* IE6-9 */
	border-width:3px;
	border-color:#fff;
	border-style:solid;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
		   -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
		        box-shadow: 0px 5px 5px #282828;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	        text-shadow: 0px 1px 1px #282828;
}

nav ul {
	list-style-type:none;
	padding:0 10px;
}

nav ul li {
	float:left;	
}

nav ul li a {
	display:block;
	padding:15px 20px 16px;
	text-align:center;
}

nav a:link, nav a:visited {
	color:white;
}


nav a:hover, nav a:active {
	color:white;
	background:#0072bc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) inset;
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9) inset;
	        box-shadow: 0px 1px 2px #000 inset;	
}

#wrapper {
	background-color:#CCC;
	min-width:980px;
	margin:20px 0;
}

#main {
	width:980px;
	margin:0 auto;
	padding:20px 0;
}

#download {
	margin:0 0 20px 0;
	position:relative;
	top:-35px;
}

article {
	width:700px;
	margin:0 20px 20px 0;
	float:left;
	text-align:justify;
}

.screen_shot, blockquote {
	display:inline-block;	
}

.screen_shot img, blockquote {
	max-width:320px;
	margin:0 0px 20px 20px;
	border-width:3px;
	border-color:#fff;
	border-style:solid;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 	0px 2px 3px rgba(0, 0, 0, .25);
		   -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
		        box-shadow: 0px 2px 3px #777;
}

blockquote {
	background:white;
	max-width:280px;
	padding:20px;
	font-size:40px;
	min-height:220px;
	line-height:normal;
	vertical-align:top;
	text-align:left;
		
}
aside {
	width:250px;
	float:right;
	border-left:1px #CCCCCC dashed;
}

.game {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px #666 dashed;
}

.icon, .right {
	display:inline-block;
	vertical-align:top;
}

.icon img{
	width:57px;
	margin-right:10px;
}

.game h3 {
	color:#333;
}

.description {
	max-width:173px;
	font-size:14px;
	line-height:14px;
	color:#666;
}

#social{
	clear:both;
}

#social img {
	width:25px;
	vertical-align:center;	
}

footer {
	width:980px;
	margin:0 auto;
}

footer p {
	float:left;
	width:490px;
	margin:0 auto;
	padding:0 0 20px 0;
	color:white;
	font-size:14px;
}

footer span {
	float:right;
	width:490px;
	text-align:right;
	margin:0 auto;
	padding:0 0 20px 0;
	color:white;
	font-size:14px;
}

footer a:link, footer a:visited, footer a:hover, footer a:active {
	color:white;
	text-decoration:none;
}
