/** SedativeChunk.com Stylesheet
* Author: Edward Boot */

body
{
  font-family: OCR A Extended, Courier New;
  font-size: 13px;
  color: black;
  background: #1d1c1c;
  margin: 0;
  padding: 0;
}

#container
{
    width: 900px;
    min-height: 919px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#main_contents
{
    width: 900px;
    min-height: 919px;
    background: url('Graphics/container.jpg') repeat-y;
}


#header
{
    width: 900px;
    height: 157px;
    background: url('Graphics/header.jpg') no-repeat;
}

#footer
{
    background: url('Graphics/footer_bg.png') no-repeat;
    width: 900px;
    height: 65px;
}

.upcoming_table
{
  color: white;
  font-size: 10px;
}

.upcoming_table td
{
    padding: 8px;
    padding-top: 3px;
}


/** Default Settings **/
table
{
    border: 0;
    padding: 0;
    border-collapse: collapse;
}

td
{
    vertical-align: top;
    padding: 0;
}


/** NAVIGATION LINKS **/
a img
{
    border: 0;
}

table#navigation
{
    position: absolute;
    margin-top: 106px;
}


a.home
{
    background: url('Graphics/nav_home.png') no-repeat;
    background-position: -151px;
    overflow: hidden;
    display: block;
    height: 50px;
    width: 151px;
}

a.home:hover
{
    background-position: 0px;
}

a.music
{
    background: url('Graphics/nav_music.png') no-repeat;
    background-position: -141px;
    overflow: hidden;
    display: block;
    height: 50px;
    width: 141px;
}

a.music:hover
{
    background-position: 0px;
}

a.gaming
{
    background: url('Graphics/nav_gaming.png') no-repeat;
    background-position: -141px;
    overflow: hidden;
    display: block;
    height: 50px;
    width: 141px;
}

a.gaming:hover
{
    background-position: 0px;
}

a.gallery
{
    background: url('Graphics/nav_gallery.png') no-repeat;
    background-position: -156px;
    overflow: hidden;
    display: block;
    height: 50px;
    width: 156px;
}

a.gallery:hover
{
    background-position: 0px;
}

a.about
{
    background: url('Graphics/nav_about.png') no-repeat;
    background-position: -159px;
    overflow: hidden;
    display: block;
    height: 50px;
    width: 159px;
}

a.about:hover
{
    background-position: 0px;
}

a.contact
{
    background: url('Graphics/nav_contact.png') no-repeat;
    background-position: -152px;
    overflow: hidden;
    display: block;
    height: 50px;
    width: 152px;
}

a.contact:hover
{
    background-position: 0px;
}

/** Side Containers **/
#music_player
{
    background: url('Graphics/mp_bg.png') no-repeat;
    width: 218px;
    height: 314px;
    text-align: center;
}

#gamercard
{
    background: url('Graphics/gamercard_bg.png') no-repeat;
    width: 218px;
    height: 314px;
    text-align: center;
}

#upcoming
{
    background: url('Graphics/upcoming_bg.png') no-repeat;
    width: 218px;
    height: 314px;
}

#other
{
    background: url('Graphics/other_bg.png') no-repeat;
    width: 218px;
    height: 314px;
    text-align: center;
}

/** Other Attributes **/
#tag
{
    color: #ff7e00;
    font-size: 18px;
}


#gamerscore
{
    color: white;
    font-size: 13px;
}


#games_played img
{
    padding: 5px;
}

.content_top
{
    background: url('Graphics/container_03.jpg') no-repeat;
    width: 616px;
    height: 23px;
}

.content_bottom
{
    background: url('Graphics/container_06.jpg') no-repeat;
    width: 616px;
    height: 32px;
}


.content_box
{
    background: url('Graphics/container_05.jpg') repeat-y;
    width: 616px;
    min-height: 210px;
}

.spacing
{
    padding: 20px;
}


#category_table
{
  padding: 10px;
}

#category_table tr
{
  padding: 4px;
}


#category_table td
{
  padding: 10px;
  border-left: 1px dotted #848484;
  border-right: 1px dotted #848484;
}


/** Default Attributes **/
a
{
    color: #ed7c0e;
    text-decoration: underline;
}

a:hover
{
    color: #fd9836;
    text-decoration: none;
}

h1
{
    color: #a55507;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 4px;
}

h2
{
    color: #7f562e;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 4px;
}

ul
{
  list-style: square;
  background: #656565;
  padding: 10px;
  padding-left: 20px;
}

li
{
  padding: 4px;
}

table#music
{
  background: #151414;
  padding: 2px;
}

table#music td
{
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid #2a2828;
}

hr
{
    border: 0;
    border-top: 1px dotted black;
    width: 95%;
}

