/** REGULAR SCREEN STYLE **/

@font-face 
{
	font-family: Bebas;
	src: url('../fonts/bebas.ttf');
}




/* reset all elements */
* 
{
    margin: 0;
    padding: 0;
	font-weight: normal;
	font-style: normal;
}

/* base elements */
body 
{
	font-size: 14px;
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	background: #000000 url('../images/background.png') no-repeat 50% top;
	color: #808080;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

img
{
	border: 0;
}


a:link 
{ 
	color: #006EE5;
	text-decoration: none;
}

a:visited 
{ 
	color: #006EE5;
	text-decoration: none;
}

a:hover, a:active 
{ 
	color: #0088F1;
	text-decoration: none;
}

/* specific elements */		
#wrapper 
{
	padding-top:386px;
    margin: 0 auto 0 auto;
    width: 901px;
}

#title
{
	display: none;
}


#navigation
{
    width: 832px;
	height: 38px;
	margin: 0 auto;
	background: transparent;
	text-align: center;
	line-height: 38px;
	font-size: 22px;
	text-transform: uppercase;
	font-family: Bebas, impact;
	font-weight: normal;
	color: #006EE5;
}

#navigation ul li a:hover
{
	color: #008FFF;
	border: none;
}

#navigation ul
{
	list-style: none;
}

#navigation ul li
{
	padding: 0 16px 0 16px;
	display: inline;
	word-spacing: 4px;
}

#content
{
	width: 900px;
	margin-top: 20px;
	background: transparent url('../images/content_background.gif') repeat-y;
}

#content_main
{
	width: 655px;
	padding: 0 15px 10px 20px;
	float: left;
	min-height: 600px;
}

#content_main h2
{
	text-transform: uppercase;
	font-family: Bebas, impact;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 42px;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 14px 0 14px 0;
}

#content_main h3
{
	text-transform: uppercase;
	font-family: Bebas, impact;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
}

#content_main ul
{
	margin: 20px;
}

#content_main li
{
	margin: 4px;
}

#content_main p
{
	margin: 20px 0 20px 0;
}

#content_main_big
{
	width: 900px;
	padding: 0 15px 10px 20px;
	float: left;
	min-height: 600px;
}

#content_main_big h2
{
	text-transform: uppercase;
	font-family: Bebas, impact;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 42px;
	letter-spacing: 1px;
	margin: 14px 0 14px 0;
}

#content_sidebar
{
	width: 200px;
	padding-right: 10px;
	float: right;
	font-size: 11px; 
}

#content_sidebar h3
{
	text-transform: uppercase;
	font-family: Bebas, impact;
	font-weight: normal;
	color: #DDDDDD;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 14px 0 14px 0;
}

#content_sidebar .sponsors
{
	margin-top: 10px
}

#content_sidebar .sponsors a
{
	padding: 1px;	
	margin: 4px 0 4px 0;
	display: inline-block;
	border: 1px solid #FFFFFF;
}

#content p.screenshots
{
	text-align: center;
}

#content p.screenshots a 
{
	border: none;
}

#content p.screenshots a img
{
	padding: 1px; 
	border: 1px solid #BBBBBB;
}

#content p.screenshots a:hover img
{
	padding: 1px; 
	border: 1px solid #94CD1B;
}

#footer
{
    width: 900px;
	height: 157px;

	background: #F8F8F8 url('../images/lan_party.png') no-repeat;
}

.powered_by
{
	margin-top: 20px;
}

.clear
{
	clear: both;
}

.print_only
{
	display: none;
}
