/************************************************
Table of Contents:
----------------------------------
1. GENERAL
2. CLEARFIX
************************************************/

/************************************************
1. GENERAL
************************************************/
*
{
 margin             : 0;
 padding            : 0;
}

html,
body
{
 height             : 100%;
}

div#wrapper
{
 min-height         : 100%;
}

body
{
 text-align         : center;
 background-color   : #fdfdfd;
}

div#wrapper
{
 width              : 950px;
 margin             : 0 auto;
 text-align         : left;
 position           : relative;
}

div#header
{
 height             : 185px;
}

div#strip
{
 margin             : 5px 10px;
}

div#subnavigation
{
 width              : 195px;
 float              : left;
 display            : inline;
 margin             : 0 0 20px 10px;
}

div#content
{
 width              : 520px;
 float              : left;
 display            : inline;
 margin             : 0 0 20px 10px;
}

#game #content {
width:725px;
}

div#wrapper div.two_columns
{
 width              : 725px;
}

div#wrapper div.one_column
{
 width              : 930px;
}

div#extras
{
 width              : 195px;
 float              : left;
 display            : inline;
 margin             : 0 0 20px 10px;
}

div#footer
{
 width              : 100%;
}


div#wrapper div.two_columns .primary
{
 margin-left        : 15px;
 width              : 340px;
 float              : left;
 display            : inline;
 clear              : left;
}

div#wrapper div.two_columns .secondary
{
 margin-right       : 15px;
 width              : 335px;
 float              : right;
 display            : inline;
 clear              : right;
}


div#wrapper div.one_column .column
{
 margin-right       : 10px;
 margin-left        : 10px;
 width              : 210px;
 float              : left;
 display            : inline;
}


div#content_wrapper
{
 display            : block;
 clear              : both;
 float              : none;
 margin-top         : 0;
}


/************************************************
2. CLEARFIX
************************************************/

.clearfix:after
{
 clear              : both;
 content            : ".";
 display            : block;
 height             : 0;
 line-height        : 0;
 visibility         : hidden;
}

.clearfix
{
 display            : inline-block;
}

html[xmlns] .clearfix
{
 display            : block;
}

* html .clearfix
{
 height             : 1%;
}
