*{margin: 0px; padding: 0px;}

body {
  text-align: center;
  background: #000 url('../images/blue-bg.jpg') top center repeat-y;
  color: #ccc;
  font: 11pt "Trebuchet MS", "Microsoft Sans Serif", Verdana;
  }
#randomMessage {
  padding: 5px;
  background: #222;
  border: 2px solid #333;
  border-top: 0px solid transparent;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 300px;
  text-align: center;
  }
ul{margin-left: 25px;}
p{
  margin-bottom: 15px;
  }
p.intro {
  font-size: 13pt;
  } 
a {
  color: #6badf7;
  }
a:visited {
  text-decoration:none;
  }
a:hover {
  text-decoration: none;
  color: #3176c2;
  }
h1,h2,h3,h4,h5,h6 {
  color: #eee;
  margin-bottom: 0.5em;
  font-family: "Lucida Sans Console","Trebuchet MS", Verdana;
  }
h2.games,h2.videos,h2.reviews {
  text-indent: -9000px;
  margin-bottom: 0px;
  } 
h2.games {
  background: url('../images/titles/games-blue.jpg') top left no-repeat;
  width: 201px;
  height: 71px;
  }
h2.videos {
  background: url('../images/titles/videos-blue.jpg') top left no-repeat;
  width: 206px;
  height: 71px;
  }
h2.reviews{
  background: url('../images/titles/reviews-blue.jpg') top left no-repeat;
  width: 242px;
  height: 71px;
  }
  
.homeGame, .homeVideo {
  text-indent: -9000em;
  width: 300px;
  height: 120px;
  margin-left: 8px;
  margin-bottom: 10px;
  background: url("../images/titles/game-title-b.jpg");
  }
.homeVideo {
  background: url("../images/titles/video-title-b.jpg");
  }
  
#wrapper {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  background: #111;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  }
#masthead {
  height: 200px;
  margin-bottom: 10px;
  background: url('../images/blue-header.jpg') top left no-repeat;
  }
#masthead h1 {
  text-indent: -9000em;
  }
#content{
  margin: 0 auto;
  margin-top: 10px;
  }
#mainContent {
  float: left;
  width: 470px;
  padding: 0.5em;
  }
body#fullWidth #mainContent {
  width: 97%;
  padding: 0.5em;
  }
body#fullWidth #second {
  display: none;
  }
#second {
  float: right;
  width: 230px;
  padding: 0.5em;
  padding-top: 20px;
  }   
#second img {border: 0px solid transparent;}  
input[type="text"],input[type="password"] {display: block;}
input#search {display: inline;}
label{font-weight: bold;}

#videoFlash {
  display: block;
  width: 425px;
  margin: 0 auto;
  border: 2px solid #3176c2;
  margin-bottom: 10px;
  }
  
#flash {
  margin: 0 auto;
  border: 3px solid #3176c2;
  margin-bottom: 20px;
  width: 650px;
  }
  
.about, .aboutReview {
  width: 642px;
  margin: 0 auto;
  border: 2px solid #3176c2;
  padding: 5px 5px 0px 5px;
  margin-bottom: 10px;
  background: #222;
  }
.aboutReview { width: 460px; margin-left: 0px;}
.about p, .aboutReview p {margin-bottom: 5px;}
.about .content_wrapper {
  float: left;
  margin-bottom: 5px;
  width: 30%;
  margin-right: 2%;
  clear: none;
  }
.dobFormObject{display: none;}
.twoCol h3, .threeCol h3 {
  text-decoration: underline;
  text-align: center;
  margin-bottom: 10px;
  }
.twoCol .one, .twoCol .two {
  width: 46%;
  float: left;
  margin-left: 25px;
  }
.twoCol .one {
  margin-left: 30px;
  }
.threeCol .one, .threeCol .two, .threeCol .three {
  width: 31%;
  float: left;
  margin-left: 5px; 
  }
.threeCol .two {
  padding: 0px;
  border-right: 2px solid #3176c2;
  border-left: 2px solid #3176c2;
  padding-left: 10px; 
  }
.twoCol .one {
  border-right: 2px solid #3176c2;
  }
.twoCol .content_wrapper, .threeCol .content_wrapper {
  margin: 10px;
  width: 85px;
  float: left;
  clear: none;
  text-align: center;
  }
.threeCol .content_wrapper img {
  margin-bottom: 3px;
  }
.rule {
  margin: 10px 0px 10px 0px;
  height: 2px;
  width: 100%;
  background-color: #3176c2;
  }

 /*-----------------------footer ----------------*/ 
#footer{
  clear: both;
  padding: 20px 0px 20px 0px;
  }
* html #footer{margin-bottom: 0px; border-bottom: 2px solid #444;}
#footer p {
  margin: 5px;
  text-align: center;
  font-weight: light;
  font-size: 0.8em;
  }
  
/*-------------------------- classes -----------------*/

.clear {
  clear: both;
  }
.back {margin-left: 40px; font-size: 14pt;}
.warning {color: #ff0000; font-weight: bold;}
.image {
  padding: 5px;
  background: #eee;
  border: 2px solid #002e92;
  margin-bottom: 10px;
  }
.thumbPic {
  float: left;
  margin: 0px 5px 20px 0px;
  border: 1px solid #002e92;
  }
.box {
  padding: 5px;
  border: 2px solid #3176c2;
  width: 220px;
  margin-left: -10px;
  font-size: 10pt;
  background: #0c0c0c;
  padding-top: 5px;
  padding-bottom: 10px;
  }
.box .title {
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #3176c2;
  margin-left: -5px;
  padding: 0px 0px 5px 10px;
  color: #fafafa;
  }
.box img {margin-left: -1px;}
.box p{
  margin-bottom: 0px;
  }
.box li {
  margin-left: 20px;
  }
  
.submitSearch {
  background: #011042;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  }
.submitSearch:hover {
  background: #041960;
  cursor: pointer;
  }
#search {
  width: 130px;
  }
.content_wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  clear: both;
  }
.content_wrapper img {
  border: 2px solid #3176c2;
  }
/*-------------------------- nav ----------------------*/
#nav {
  overflow: hidden;
  text-align: right;
  width: 760px;
  margin: 0 auto;
  border-bottom: 2px solid #333;
  margin-top: -30px;
  }
#nav p{
   display: block;
   margin: 0 auto;
   margin-bottom: 10px;
   text-align: center;
   width: 400px;
   font-size: 13pt;
   }
* html #nav {margin-bottom: -20px;} 
.navBreaker {
  width: 440px;
  height: 1px; 
  border-top: 1px dashed #002e92; 
  margin: 0 auto;
  margin-bottom: 6px;
  }
#nav ul{
  list-style-type: none;
  margin: 0 auto;
  width:460px;
  }
#nav ul li {
  display: inline;
  float: left;
  font-size: 15pt;
  text-align: center;
  border: 1px solid #333;
  border-bottom: 0px solid transparent;
  line-height: 50px;
  height: 50px;
  }
#nav ul li a{
  padding: 10px;
  padding-top:3px;
  text-transform: uppercase;
  display: block;
  color: #002e92;
  text-decoration: none;
  }
#nav ul li a:hover {
  color: #022675;
  background: #111 url('../images/blue-nav-bg.jpg') top left repeat-x;
  }
