/*
Theme Name: Manifesto 
Version: 1.0
Author: Vicente Filho
*/

/************************************************
*	Game										*
************************************************/

#game
{
	width: 720px;
	min-height: 800px;
	background-image: url('../main/bg_content.jpg');
	background-repeat: repeat-y;    
	padding: 0px;
}
#game_leftframe
{
    width: 520px;
    min-height: 800px;
    float: left;
    padding: 0px;
    display: inline;
}
#game_rightframe
{
    width: 200px;
    min-height: 800px;
	float: right;
	padding: 0px;
	display: inline;
	position: relative;
	top: -80px;
}
#game_banner
{
	margin: 20px 0px 20px 0px;
}
#game_logo
{
	left: 20px;
	margin: 0px 0px 10px 0px;
}
#game_button
{
	margin: 0px 30px 0px 30px;
}

#play_button
{
	top: -80px;
	padding: 0px;
	margin: 30px 0px 0px 160px;
	display: inline;
	position: relative;
}

/************************************************
*	Images (shots & concepts)					*
************************************************/

#game_image
{
	text-align:center;
    display:block;	
	padding: 0px;	
	margin: 50px 0px 5px 0px;
}
#game_menu
{
	text-transform: uppercase;
	text-align: right;
	font-family: Lucida Sans Unicode;
    font-size: 12px;
    color: rgb(218,37,28);
	font-weight: normal;
	padding: 0px;
	margin: 0px 50px 20px 10px;
}
#game_menu_text
{
	text-transform: uppercase;
	text-align: right;
	font-family: Lucida Sans Unicode;
    font-size: 12px;
    color: rgb(218,37,28);
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#game_link
{
	margin: 0px;
	padding: 0px 2px 0px 2px;
	color: rgb(0,0,0);
}
#game_caption
{
	text-align: center;
	font-family: Lucida Sans Unicode;
    font-size: 10px;
    color: rgb(0,0,0);
	font-weight: normal;
	padding: 0px;	
	margin: 0px;
}
#game_highlight
{
	color: rgb(255,255,255);
	background-color: rgb(218,37,28);
	padding: 0px 2px 0px 2px;
}
