/*
Theme Name: Urban Codemakers
Theme URI: http://urbancodemakers.org/
Description: Theme for Urban Codemakers Project
Author: Ben Grunfeld
Version: 1.0
Tags:
*/

/* Main Game Box */
#gameplay {
width: 625px;
height: 375px;
background-color:#3b3b3b;
margin-top:41px;
}

#gameplayheader {
width: 625px;
height: 110px;
background-image: url('../images/claim_banner.jpg');
}

#gameplayimage  {
float:left;
display:block;
}

#gameplayimage img{
width: 260px;
height: 255px;
}

#gameplayinfo {
display:block;
float:left;
width:350px;
height: 255px;
margin-top:10px;
margin-left:15px;
}

#gameplayinfo p{
font-size:14px;
color:white;
line-height:16px;
}

/* Game Stats Box */
#gamestats {
margin-top:15px;
height:245px;
width:625px;
background-color:#595758;
}

#gamestatsheader {
background-image:url('../images/game_info_banner.jpg');
width:625px;
height:30px;
}

#daysleft {
float:left;
margin-left:50px;
margin-top:50px;
}

#daysleft p {
color: white;
font-size: 22px;
}

#gamestatsinfo {
float:left;
margin-left:100px;
margin-top:30px;
}

#gamestatsinfo p{
color:white;
font-size: 18px;
width:150px;
height:40px;
}

#gamestatsinfo img {
width:30px;
height:30px;
}