@charset "UTF-8";
body {
	background: #1a7742 url(../images/the-last-castle-background.jpg) 0 0  repeat-x;
	margin: 0; padding: 0;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration: none;	
}

#container{
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 15px 50px 10px;
	background-color:rgba(255,255,255,0.8);

}

#header{
	margin: 15px 0 0 0;

}


.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 #c7e8dd;
	-moz-border-radius: 10px; -webkit-border-radius:10px; border-radius:10px;
	padding: 0 30px 30px;
	text-align: left;
	
}

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

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

#social{
	background: #6ca793;
	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: #6ca793;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin: 25px 0 10px;
	padding: 10px 0;
	box-shadow: #aaa 0 2px 2px 0;
}

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

}

#screenshots{
}

.screenshot{
	width: 180px;
	height: 125px;
	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/footermonster.png) 15px 15px no-repeat;
	min-height: 125px;
	padding: 5px 20px 0 175px;
}