/* 
    Document   : screen
    Created on : May 17, 2010, 10:57:45 AM
    Author     : Bradenator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   There are 6 ways of controlling the web page.
        1. Declare an element (e.g. body)
        2. Declare an id (e.g. #header)
        3. Declare a class (e.g. .home)
        4. Declare a context selector (e.g. #nav ul)
        5. Declare a psuedo class (e.g. a:link)
        6. Use an attribute selector

   Parts that will remain the same:
        1. Header - Logo, Large Inhouse Ad
        2. Navigation - Links to all pages, perhaps a search bar right aligned.
        3. Footer - Copyright information, contact information
*/
root{ 
    display: block;
}

body{
    background-color: #343434;
    margin: 0;
    padding: 0;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
}

#header{
    background-color: #343434;
    margin: 0;
    padding: 0;
}

#nav{
    background-color: #062170;
    color: #dbe4fe;
    margin: 0;
    padding: 0;
}

#content{
    padding: 16px;
    margin: 0;
    color: #dbe4fe;
}


#content label{
    font-weight: bold;
    width: 6em;
    margin-right: 1em;
    float: left;
    text-align: right;
    display: block;
}

fieldset{
    border: 0px;
}

#footer{
    background-color: #062170;
    color: #dbe4fe;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 0;
    padding: 0;
}

#mainbody{
    background-color: #4b4b4b;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: 1200px;
    min-width: 914px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#stream{
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#sitemap{
    color: #dbe4fe;
    padding: 10px;
    display: inline;
}

h1{
    color: #476bd6;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 7px #111;
}

h2{
    color: #476bd6;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 7px #111;
}

li.nav{
    color: #dbe4fe;
    display: inline;
    float:left;
}

a.nav:link,a.nav:visited{
    display: block;
    width: 120px;
    font-weight: bold;
    color: #6d87d6;
    background-color: #062170;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

a.nav:hover,a.nav:active
{
    background-color: #133aac;
    color: #dbe4fe;
}

a:link,a:visited{
    font-weight: bold;
    color: #6d87d6;
    text-decoration: none;
}

a:hover,a:active
{
    font-weight: bold;
    color: #6d87d6;
    text-decoration: underline;
}

ul.nav{
    list-style-type: none;
    margin :0;
    padding: 0;
    overflow: hidden;
}

ul{
    list-style-type: circle;
    margin: 0;
    padding-left: 25px;
    overflow: hidden;
}

table{
    width: 100%;
}

table, td, th{
    border: 0px;
}

td{
    vertical-align: text-top;
    padding:0px;
}

div.counterstrike{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/counterstrikesource.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.naturalselection{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/naturalselection.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.altitude{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/altitude.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.starcraft{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/starcraft.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.starcraft2{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/starcraft2.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.leagueoflegends{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/leagueoflegends.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.codmw2{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/codmw2.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.halo3{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/halo3.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.geometrywars{
    margin:0px;
    padding:0px;
    background-image: url(/images/games/headers/geometrywars.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}

div.events{
    margin:0px;
    padding:0px;
    background-image: url(/images/events/headers/events.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #4b4b4b;
}
