html
{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

body
{
    background-color:black;
    min-width:1080px;
}

/*Divs*/
#company_wrapper
{
    min-width:900px;
    min-height:1500px;
    background-color:black;
    background-image:url("images/blue_background.png");
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

#company_header
{
    height: 170px;
    width: 1234px;
    line-height: 0;
    border-style:solid;
    border-top-color:#18D1FF;
    border-left-color:#18D1FF;
    border-right-color:#18D1FF;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    padding:0px;
}

#company_nav_bar
{
    height:59px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}
/*
.company_navitem
{
//    float:left;
//    display:block;
//    width:150px;
//    height:100%;
//    background-color:black;
}*/
/*
a.company_navitem
{
//    text-align:center;
 //   line-height:100%;
//    text-decoration:none;
//    color:#052D37;
//    font-weight:bold;
//    font-size:14pt;

}
*/
a.company_navitem:hover
{
    color:#18D1FF;
}

#company_horizontal_bar
{
    height:53px;
    width: 1234px;
    line-height: 0;
}


#company_main
{
    width:800px;
    margin-left:30px;
    color:#18D1FF;
}

.company_game_entry
{
    width:750px;
    padding-top:30px;
    padding-left:20px;
    font-size:12pt;
    border-style:solid;
    border-top-color:#AE04FD;
    border-left-color:#AE04FD;
    border-top-width: 1px;
    border-left-width: 1px;
}

.company_developer_entry
{
    font-size:15pt;
    border-style:solid;
    border-top-color:#AE04FD;
    border-left-color:#AE04FD;
    border-top-width: 1px;
    border-left-width: 1px;
}

.company_developer_subentry
{
    font-size:12pt;
    margin-top: 10px;
    margin-left: 20px;
}




#wrapper
{
    width:95%;
    min-width:900px;
    margin-left:auto;
    margin-right:auto;
    background-color:black;
    background-image:url("images/smoke.png");
    background-size: 100% 100%;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

#header
{
    width:auto;
    height:160px;
    background-color:#000000;
}

#nav
{
    width:auto;
    background-color:yellow;
    height:55px;
    padding-left:20px;
    background-color:#333333;
}

.navitem
{
    float:left;
    display:block;
    width:150px;
    height:100%;
    margin-right:12px;
    background-color:blue;
    background-color:black;
}

a.navitem
{
    text-align:center;
    line-height:300%;
}


#main
{
//    width:auto;
    /*background-color:white;*/
    min-height:600px;
}


#content
{
    padding:20px;
    float:left;
    width:auto;
    max-width:62%;
}

#blog
{
   	width:auto;
}

#sidebar
{
    float:right;
    min-height:600px;
    min-width:275px;
    width:28%;
    max-width:28%;
    padding:20px;
    /*
    background-color:purple;
    */
}



#footer
{
    width:auto;
    height:100px;
    background-color:#333333;
    clear:both;
}



/* Font */

h1
{
    font-size:28pt;
    margin-bottom:10px;
}

h2
{
    font-size:20pt;
}

h3
{
    font-size:5pt;
}

a.navitem
{
    text-decoration:none;
    color:#222222;
    font-weight:bold;
    font-size:14pt;
}

a.navitem:hover
{
    color:#31D2FC;
}

