/*
 * Style for www.ops-game.info.
 * $Id: style.css,v 1.1 2010/05/19 23:17:56 cian Exp $
 */

/* Text, etc. */
body {
  font-size:         87.5%;
  background-color:  #ffffff;
  color:             #111;
  font-family:       corbel, liberation sans, georgia, lucida grande, sans-serif;
  line-height:       1.6em;
  text-align:        center;
  border:            0;
  outline:           0;
  margin:            0;
  padding:           0
}

/* Layout */
#page {
  text-align: left;
  width:      760px;
  margin:     40px auto 0
}

#banner {
  display:       table;
  width:         760px;
  background:    url(banner.jpg) right no-repeat;
  border-bottom: solid 1px #EAEAEA;
  height:        120px;
  padding:       0
}

#rightColumn {
  background:  none;
  float:       right;
  width:       200px;
  font-size:   0.87em;
  line-height: 1.6em;
  padding:     10px
}

#page #wrapper #content {
  margin:  0 220px 0 0;
  padding: 30px 30px 10px 10px
}

#page #footer {
  border-top:  solid 1px #EAEAEA;
  font-size:   1em;
  line-height: 1.2em;
  padding:     0 0 0 10px
}

/* Typography */
small {
  font-size: 0.87em
}

h1,h2,h3,h4 {
  font-weight:700;
  color:#111;
  padding:20px 0 0
}

#banner h1 {
  color:#ffffff;
  font-weight:700;
  font-size:4.4em;
  padding:5px 0 0 30px
}

h1 {
  font-size:2em;
}
h2 {
  font-size:1.625em
}
h3 {
  font-size:1.375em
}
#rightColumn h3 {
  font-size:1.25em;
  padding:0;
  margin:20px 0 0
}
h4 {
  font-size:1em
}

a, a:visited { 
  border-bottom: 1px dotted #bfbfbf; 
  color: #002f5f; 
  text-decoration: none; 
}

a img, a:visited img, a:hover img { 
  background-color: transparent; 
  border: 0 !important; 
  border-bottom: 0!important; 
}

a:hover { 
  background-color: #002f5f; 
  border-bottom: 1px solid #002f5f; 
  color: #fff; 
}

#banner a, #banner a:hover {
  color:#ffffff;
  background-color: transparent; 
  border-bottom: 0
}

#rightColumn ul {
  margin:0 0 30px;
  padding:0
}

#rightColumn ul li ul {
  margin:0;
  padding:0
}

#rightColumn ul li {
  list-style:none
}

#rightColumn ul li ul li {
  list-style:none;
  list-style-position:outside;
  margin-left:17px
}

img {
  border:0
}

