@import url("general.css");


#content
{
    margin-top: 100px;
    overflow: hidden;
}

#content_main
{
    float: left;
    width: 60%;
    border-right: 1px solid #ddd;
    padding-right: 16px;
}

#content_sidebar
{
    float: right;
    width: 35%;
}

h1
{
    font-family: Tahoma, Arial, sans-serif;
    color: #000;
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 0.1em;
}

#content_sidebar h1,
.reference_sidebar h1
{
    font-size: 1.4em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.7em;
    padding-bottom: 0.3em;
}

#content_main h2
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    margin: 1em 0 0.1em 0;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #ddd;
}

#content_solo #game_holder
{
    width: 700px;
    height: 550px;
    margin: 30px auto 40px;
}

.content_entry
{
    padding-bottom: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

#content_sidebar .reference_technology
{
    padding-top: 44px;
}

#content_sidebar .first_entry
{
    padding-top: 0;
}

.reference p
{
    width: 260px;
    /* IE hack */
    padding-bottom: 1px;
}

#contact_form label,
#contact_form input
{
    display: block;
    float: left;
    margin-bottom: 10px;
}

#contact_form label
{
    text-align: right;
    width: 120px;
    padding-right: 20px;
}

#contact_form br
{
    clear: left;
}

#contact_form textarea
{
    display: block;
    float: left;
    margin-bottom: 10px;
}

/*
 *******************************************************************************
 * References
 *******************************************************************************
 */

.reference_entry
{
    overflow: hidden;
    padding-bottom: 30px;
}

.reference_main
{
    width: 60%;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 16px;
}

.reference_sidebar
{
    width: 35%;
    float: right;
}

.simple_overlay
{ 
    background-image:url('../images/mobile_clipped.png'); 
    display:none; 
    z-index:10000; 
    width:300px;     
    height:546px; 
} 
 
.simple_overlay .close
{ 
    background-image:url('../images/xicon_hover.png');    
    position:absolute; 
    right:-18px; 
    top:-8px; 
    cursor:pointer; 
    height:40px; 
    width:40px; 
}

.simple_overlay .close:hover
{
    background-position: left 40px;
}

#ie6_warning
{
    color: white;
    font-size: 1.2em;
    position:absolute; 
    left:-300px; 
    top:-50px; 
}

#ie6_warning a, #ie6_warning a:visited
{
    color: white;
}

