/*
 *
 * Main styles
 *
 */

/* bleu "medothis": hex:0093DD, rgb: 0 147 221 */

body {
  background: #006630 url(../img/background.jpg); /* no-repeat fixed center; */
}

/*
 *
 * layout
 *
 */

#wrapper {
  width: 800px;                         /* FIXED WIDTH HERE */
  margin: 30px auto 20px auto;
 
  color: #ffffff;
  
  text-align: right;
  padding: 0 10px 10px 10px;
}

#header {
  position: relative;
  
}
#buy {
  position: absolute;
  text-align: center;
  right: 95px;
  top: 12px;
}
#buy a {
  text-decoration: underline;
  color: #405070;
  font-family: arial,sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

#menu {
  margin: 10px 0 0 15px !important;
  padding: 0 !important;
}
#menu ul {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: 10px;
}
#menu ul li {
  display: inline;
  float: left;
  list-style-type:none;
  
  padding: 3px 10px 3px 10px;
  margin: 0 10px 0 10px;
  
  color: #000000;
  
  font-family:"courier new",courier,serif;
  font-size: 14pt;
}
#menu ul li.active {
}
#menu ul li a {
  text-decoration: none;
  color: #000000;
}
#menu ul li a:hover {
  text-decoration: underline;
}

#content {
  position: relative;
  margin: 0;
  width: 100%;
  
  font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,verdana,arial,sans-serif;
  font-size: 11pt;
}
#content a {
  color: #ffffff;
}

#left {
  float: left;
  width: 70%;
  padding: 10px;
}

.news {
  position: relative;
  
  padding: 10px 10px 15px 10px;
  margin-bottom: 25px;
}
.date {
  position: absolute;
  right: 10px;
  top: 10px;
  
  font-size: 8pt;
}
.screenshotr {
  float: right;
  padding: 3px;
  padding-left: 6px;
  border: 0px none;
}
.screenshotl {
  float: left;
  padding: 3px;
  padding-right: 6px;
  border: 0px none;
}
.screenshot img {
  border: 1px solid white;
}
.caption {
  font-size: 8pt;
  text-align: center;
  font-style: italic;
}

#right {
  float: left;
  width: 22%;
  padding: 10px;
  
  text-align: left;
  font-size: 10pt;
}

.block {
  background: #307030;
  padding: 10px 10px 20px 10px;
  margin-bottom: 20px;
}

#footer {
  text-align: center;
  font-size: 8pt;
  margin-top: 0px;
  margin-bottom: 10px;
}

#subfooter {
  color: #008800;
  text-align: center;
}
#subfooter a {
  color: #009900;
}

.clear {
  float: none;
  clear: both;
  height: 0px;
  font-size: 0pt;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.spacer {
  clear:both;
  font-size:4px;
  height:4px;
  margin:0 auto;
  width:100%;
}

.smallprint {
  font-size: smaller;
}

h2 {
  color: #c4c400;
}

h3 {
  color: #a4a400;
}

/*
 *
 * style reset to make browsers behave the same
 *
 */

h2, h3 {
  margin: 10px 0 10px 0;
}

p {
  margin: 15px 0 15px 0;
}