/*----------------------------------------------------------------------------------

    File   : All Out War Style.css
    Client : All Out War
    Author : Offshoot Inc. 
    Date   : April 10, 2007 

----------------------------------------------------------------------------------*/


body {
  margin:0;
  padding:0;
  background: #000 url(../imgs/common/main_bg.jpg) top center no-repeat;
  font-family: "Courier New";
  font-size: 11px;
  line-height:12px;
  color:#CAC1B2;
  letter-spacing:1px;
}

#wrapper {
  background: #000 url(../imgs/common/main_bg.jpg) top center no-repeat;
}

.clear {
  clear:both;
}

a img {
  border:none;
}

a {
  color:#CAC1B2;
  text-decoration:none;
}

a:hover {
  color:#fff;
}

/* about sub nav */

#content_right ul {
  list-style:none;
  margin-top:60px;
}

#content_right ul li {
  font-size:16px;
  font-weight:900;
  margin-bottom:20px;
  /*letter-spacing:1px;*/
}

#content_right ul ul {
  margin-top:10px;
  padding-left:15px;
}

#content_right ul ul li {
  padding-left:15px;
  margin:2px 0;
  font-size:14px;
  font-weight:100;
  background: url(../imgs/common/bullets.gif) no-repeat 1px;
  /*letter-spacing:1px;*/
}

/* news post navs on individual news post page */

#content_right h2,
#content_right #news_nav,
#content_right #rotate {
  margin-left:30px;
}

#content_right h2 {
  margin-top:50px;
  font-size:20px;
  font-weight:100;
}

#content_right #news_nav {
  margin-top:10px;
  padding-left:30px;
}

#content_right #news_nav li {
  font-size:14px;
  margin-bottom:3px;
  padding-left:15px;
  background: url(../imgs/common/bullets.gif) no-repeat 1px;
}

#content_right #news_nav li span {
  color:#fff;
  font-weight:900;
}

#content_right #rotate {
  margin-top:30px;
  width:375px;
}

#content_right #rotate .left {
  float:left;
}

#content_right #rotate .right {
  float:right;
}

/* photos nav */

#content #rotate {
  width:330px;
}

#content #rotate .left {
  float:left;
}

#content #rotate .right {
  float:right;
}

/* contact page styles */

#content #contact {
  margin-top:35px;
  margin-left:40px;
}

#content #contact h2 {
  font-size:18px;
  margin-left:5px;
  margin-top:0;
}

#content #contact p {
  font-size:16px;
  letter-spacing:0px;
  margin-bottom:30px;
  line-height:18px;
}

#content #contact p span {
  color:#fff;
  font-weight:900;
}

/* footer styles */

#footer {
  background: url(../imgs/common/footer.gif) no-repeat;
}

/* photo and video set drop down styles */

#set_p {
  position:relative;
  left:-5px;
  margin-bottom:20px;
}

#chooseSet {
  margin-top:5px;
  border:1px solid #CAC1B2;
  background:transparent;
  color:#CAC1B2;
  font-family:"courier new";
  font-size:12px;
}

#chooseSet option {
  background:black;
  border:none;
}