/*
Layout code courtesy of www.code-sucks.com -- <3!!
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 8px;
 letter-spacing: 1px; 
 line-height: 14px;
 color:#3C3C3C;
 background:#646464;
 background-image:url('bgout.jpg')
}

#wrapper { 
 margin: 0 auto;
 width: 819px;
 background: #626262;
 background-image:url('bgin.jpg')
}

#header {
 width: 819px;
 height: 341px;
 color: #333;
 border: 0px solid #626262;
 background-image:url('header.jpg')
}

#content { 
 color: #333;
 border: 0px solid #626262;
 margin: 0px 230px 100px 135px;
 padding: 0px;
}

#footer { 
 width: 819px;
 height: 143px;
 border: 0px solid #626262;
 margin: 0px;
 padding: 0px;
 background-image:url('footer.jpg')
}


/*
End layout, begin my own shit.  Yay!
*/

#navigation {
 height: 341px;
 color: #333;
 padding: 330px 210px 0px 125px;
 text-align: center;
}

#footx0rs {
 width: 819px;
 color: #AEAEAE;
 padding: 120px 0px 0px 167px;
  font-family: "Trebuchet MS";
  Font-Size:7pt;
  letter-spacing: 1px; 
  line-height: 8px;
}

a.foot:link {color: #AEAEAE; font-style: normal;}
a.foot:active {color: #AEAEAE; font-style: normal;}
a.foot:visited {color: #AEAEAE; font-style: normal;}
a.foot:hover {color: #000000; font-style: normal;}

a:link, a:visited { 
  color: #000000;
  text-decoration: none;
}

a:hover { 
  color: #641716;
  text-decoration: none;
}
a:active { 
  color: #A49665;
  text-decoration: none;
}

h1 {
  font-family: "Trebuchet MS";
  font-size: 12px;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #641817;
  letter-spacing: 7px; 
  text-transform:uppercase;
}

h2, h3 {
  font-family: "Trebuchet MS";
  font-size: 11px;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 3px;
  color: #292929;
  font-variant: small-caps;
}

.nav {
  color: #44434A; 
  font-family: "tahoma";
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 3px;
  font-variant: small-caps;
}

table, tr, td, div {
  font-family: "Trebuchet MS";
  Font-Size:8pt;
  letter-spacing: 1px; 
  line-height: 14px;
  color:#9F9F9F;
}

.small, .credit {
  font-family: "Trebuchet MS";
  Font-Size:7pt;
  letter-spacing: 1px; 
  line-height: 8px;
  color:#3C3C3C;
}

textarea,input,select,submit {
  background-color: #5A5A5A;
  color: #262626;
  border-top: 0px solid #262626;
  border-bottom: 1px solid #4B4B4B;
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
  padding: 0px;
  margin: 1px;
} 


.img {
  border-width: 1px;
  border-style: solid;
  border-color: #9F9F9F;
  padding: 2px;
  margin: 0px 1px 1px 0px;
}
 
ul
  {
  margin-left: 0;
  padding-left: 2em;
  list-style-image: url(dot.gif);
}

li
  {
  margin: 0;
  padding: 0;
}


blockquote, code.sample {
  margin: 0 auto;
  background: #666666;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
  color: #262626;
  font-family: "Trebuchet MS";
  Font-Size:10px;
  line-height: 12px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 2px;
  padding: 2px;
  width: 300px;
  display: block;
  overflow: auto;
  text-align: center;
}
  
hr {
  border: 0;
  width: 100%;
  color: #6D6D6D;
  background-color: #fff;
  height: 1px;
}

td.cast1 {
  text-align: right;
}

td.cast2 {
  text-align: center;
}

td.cast3 {
  text-align: left;
}

.cast {
    margin: 0 auto;
    
}
