@charset "UTF-8";
body {
	background: #85daff url(../images/shore-siege-background.png) repeat-x;
	margin: 0; padding: 0;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	background-position:bottom;
}

a{
	text-decoration: none;	
}

#container{
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 8px 50px 30px;

}

.c{
	margin: 0 auto;
	text-align: center;
}

.clear{
	clear: both;	
}

#leaderboard{
	background: #fff;
	padding: 20px 10px;
	width: 748px;
	overflow:hidden;
}

#medrec{
	width: 300px;
	height: 250px;
	overflow:hidden;
	margin: 25px 0 50px;
}


#details{
	background: #fff;
	width: 830px;
	border: 5px solid #d4f0e7;
	-moz-border-radius: 10px; -webkit-border-radius:10px; border-radius:10px;
	padding: 0 30px;
	text-align: left;
	
}

#details h1{
	font-size: 25px;
	line-height:35px;
	margin: 20px 0 0 0;
}

#intro{
	width: 600px;
	float: left;
}

#social{
	background: #7dbeff;
	width: 180px;
	padding: 0 5px;
	float: right;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#social .title{
	background: #fff;
	width: 190px;
	text-align:center;
	margin: 20px 0 0px -5px;
	padding: 8px 0;
	font-size: 15px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
}

#social #facebook, #social #twitter{
	padding: 12px 12px 15px;
	font-size: 14px;
	line-height:13px;
	color: #fff;
}

#social #facebook{
	border-bottom: 3px dotted #3e5f7f;
}

#social img{
	display: block; float:left; margin: -2px 10px 0 0;	
}

.subhead{
	background: #4796e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin: 25px 0 10px;
	padding: 10px 0;
}

.subhead h2{
	margin: 0 0 0 20px;	
	font-size: 19px;
	font-weight: bold;
	color: #fff;

}

#screenshots{
}

.screenshot{
	width: 180px;
	height: 90px;
	background: #666;
	float: left;
	margin: 0 36px 20px 0;
}

.last{
	margin-right: 0;	
}

#left{
	float: left;
	width: 490px;	
}

#right{
	float: right;
	width: 300px;	
}

#press p{
	padding: 0 0 0 20px;	
}

#press b{
	font-size: 19px;
}

.game{
	width: 145px;
	height: 60px;
	float: left;
	margin: 0 5px 10px 0;

}

.game img{
	margin: 0 5px 0 0;
}

.game .title{
	font-size: 13px; line-height:13px; font-weight:bold;
	margin: 15px 0 0 0;
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}


.game img{
	float: left;
	display: block;
}

#footer{
	font-size: 13px;	
	background: url(../images/arrrrrr-shore-siege-pirate.png) 15px 15px no-repeat;
	height: 125px;
	padding: 5px 20px 0 110px;
}