/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
  margin: 0;
  padding: 0;
}

a {text-decoration: none;}

body {
  background: #0e150c;
  font: normal 11px "Lucida Sans Unicode",sans-serif;
  color: #BBB;
  margin: 0px;
  padding: 0px;
}

p,ul {
  font-size: 1.2em;
  padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
  background: #444;
  display: block;
  font-size: 12px;
  margin: 0 10px 12px;
  overflow: auto;
  padding: 8px 10px;
  white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
  font: bold 1.6em Verdana,sans-serif;
  padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
  background: #333 url('../images/stripe.jpg');
  height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
  background: #111;
  border-bottom: 1px solid #10192c;
  font: normal 2em sans-serif;
  height: 170px;
}
.header a {
  color: #888;
  display: block;
  line-height: 120px;
  text-decoration: none;
  width: 860px;
}
.header span {padding-left: 32px;}
.header a:hover {
  background: #10180e;
  color: #BBB;
}

/* structure */
.container {
  border: 3px solid #1e2c19;
  border-top: none;
  width: 860px;
  position: absolute;
  left: 50%;
  margin-left: -430px;
}

.main {
  background: #273a21;
  border-bottom: 1px solid #10192c;
  border-left: 1px solid #1e2c19;
}
.main .left {
  width: 609px;
}
.main .right {
  width: 250px;
}

.content {
  border-top: 1px solid #1e2c19;
  padding: 13px;
}

/* content elements */
.content h1 {
  background: url('../images/bgh1.gif') repeat-x left bottom;
  color: #EEE;
  margin-bottom: 10px;
  padding: 6px 0 4px;
}
.content a {
  color: #999;
  text-decoration: none;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #10180e url('../images/nav.jpg');}
.nav a {
  background: #22321c url('../images/nav.jpg');
  border-right: 1px solid #161616;
  color: #CCC;
  float: left;
  font: bold 1em Verdana,sans-serif;
  line-height: 32px;
  padding: 0 20px;
}
.nav a:hover {
  background: #1c2946 url('../images/nav_hover.jpg');
  color: #fffccc;
}

/* sub-navigation */
.subnav {
  background: #22321c;
  border: 1px solid #182414;
  border-top-color: #1e2c19;
  padding: 12px;
  overflow: hidden;
  height: 600px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
  background: url('../images/li.gif') no-repeat left bottom;
  list-style: none;
  margin: 0;
}
.subnav li a {
  color: #777;
  line-height: 2.4em;
  padding-left: 18px;
  text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
  background: #141e11;
  border-top: 1px solid #1e2c19;
  color: #999;
  padding: 15px 0px 10px 0px;
}
.footer ul {
  border-top: 1px solid #262626;
  margin: 0;
}
.footer li {
  border-bottom: 1px solid #262626;
  list-style: none;
}
.footer li a {
  display: block;
  line-height: 2em;
  padding-left: 4%;
  width: 860px;
}
.footer a {color: #666;}
.footer a:hover {
  color: #BBB;
  background: #222;
}

.col3,.col3center {
  float: left;
  width: 260px;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
  color: #666;
  clear: both;
  font-size: 1.1em;
  text-align: center;
}
.bottom a {color: #888;}