/*
   base.css
   build
   
   Created by JR Ignacio on 2010-05-23.
   Copyright 2010 JR Ignacio. All rights reserved.
*/

/* @group Resets */

body {
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, Geneva, sans-serif;
  color:#FFFFFF;
  background-color:#000000;
}

body#index {
  background: url(../../images/background.jpg) top center no-repeat;  
  background-color:#000000;
}

a img {
  border: none;
}

a:visited {
  color: #990000;
}

a {
  text-decoration: none;
  color: #990000;
}

span.redtext {
  color: #AA0000;
}

#topheaderbackground {
  background-color:#290000;
  color:#FFFFFF;
  font-size: 10px;
}

#topheader {
  height:26px;
  margin:0 auto;
  width:980px;
}

#topnav {
width:980px;
}

#headertext a {
  color:#FFFFFF;
  text-decoration:none;
  text-transform:uppercase;
}

#leaderboard {
  width:728px;
  height:90px;
  margin:auto;
}

ul#photogallery {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}


ul#photogallery li {
  list-style: none;
  display: inline;
  float:left;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:10px;
}

ul#photogallery li img {
  width:100px;
}

ul#photogallery li img {
  border: 1px solid #660000;
}

ul#videogallery {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}


ul#videogallery li {
  list-style: none;
  display: inline;
  float:left;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:10px;
}

ul#videogallery li img {
  width:100px;
}

ul#videogallery li img {
  border: 1px solid #660000;
}



#mpu {
  background-color:#330000;
  height:265px;
  padding-top:1px;
  padding-left:1px;
  padding-right:1px;
  margin-bottom:15px;
  width:300px;
}

#mpu .txt {
  background-color:#330000;
  height:12px;
  line-height:15px;
  margin-top:250px;
  position:absolute;
  text-align:center;
  width:300px;
  color:#990000;
  font: 8px Arial, Helvetica, Geneva, sans-serif;
  padding-top:3px;
}

#container {
  width: 980px;
  margin:auto;
  
}

#container #headerimg {
  width:980px;
  height:294px;
  background: url(../../images/headerimg.jpg) top center no-repeat;  
  
}

#container #videobg {
  width:980px;
  height:356px;
  background: url(../../images/videobg.jpg) top center no-repeat;  
  
}

#footershare {
  width:100%;
  height:52px;
  background: url(../../images/footerbg.gif);  

}

#footershare img {
  margin-top:9px;
  margin-bottom:9px;
}

#footertext {
  width:100%;
  margin-bottom:20px;
  font: 10px Arial, Helvetica, Geneva, sans-serif;
  color:#5e5e5e;
}

#verifybackground {
  background: url(../../images/verifybackground.jpg) top center no-repeat;  
  background-color:#000000;
  margin-top:30px;
  width:980px;
  height:594px;
  position:relative;
}

#verifyform {
  left:615px;
  top:220px;
  position:absolute;
  width:365px;
}

input.button {
background-color:#660000;
border:0px solid #990000;
color:#CC0000;
font-family:Arial;
font-size:11px;
margin-top:0px;
padding-left:0px;
padding-top:0px;
}


input.special {
background-color:#660000;
border:1px solid #990000;
color:#CC0000;
font-family:Arial;
font-size:11px;
margin-top:0px;
padding-left:0px;
padding-top:0px;
}


input {
background-color:#000000;
border:1px solid #990000;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
height:22px;
margin-top:2px;
padding-left:2px;
padding-top:2px;
}

select {
background-color:#000000;
border:1px solid #990000;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
height:22px;
margin-top:2px;
padding-left:2px;
padding-top:2px;
}

/* @end */

