/*#############################################################
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;
	color: #FFF;
}

body {
	background: #111;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

img.imageLeft {
  float:left;
  margin-right: 10px;
}

img.imageLeftSmall {
  float:left;
  margin-right: 10px;
  height:50px;
}

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;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.nfo {
  
}

.downloadbutton{
  margin-top:100px;
}

.button {
  background:#191919;
  border: 1px solid #666;
  color: #666;
  cursor:pointer;
  padding:5px;
}

.button:hover {
  color: #BBB;
  background:#222;
}

.form {
  background: #191919;
}

.form td {
  background-color: #111;			
}

/* News stuff */
.newsContainer {
  background-color: #191919;
  padding:1px;
}

.newsArticle {
  padding:7px;
  background-color: #222;
}

.page_link {
  text-decoration:none;
  background: #191919 url(/images/nav.gif) repeat;
  border-right: 1px solid #161616;
  color: #CCC;
  float: left;
  line-height: 20px;
  padding: 0 10px;
}

.page_link_selected {
  background: #191919 url(/images/nav_hover.gif) repeat;
  border-right: 1px solid #161616;
  color: #CCC;
  float: left;
  line-height: 20px;
  padding: 0 10px;
}


.link_clearer{
  clear:left;
  margin-bottom:10px;
}

/* FORUM STUFF */

.forum_container {
  background-color: #191919;
  padding:5px;
}

.forum_category {
  background-color: #191919;
  padding-bottom:10px;
}

.forum_thread_header {
  height:11px;
  margin-left:10px;
  padding:10px;
}

.forum_thread_header_box_1 {
  float:left;
  font-size:10px;
}

.forum_thread_header_box_2 {
  float:right;
}

.forum_thread {
  height:11px;
}

.thread_title {
  float:left;
}

.thread_info {
  float:right;
}

.forum_category_header {
  border:1px solid #999;
  background-color:#222;
  padding:10px;
}

.forum_subcategory_header {
  float:left;
  position:relative;
}

.forum_info {
  text-align:right;
}

.forum_thread {
  margin-left:10px;
  padding: 7px;
  position: relative;
  background-color:#333;
  
  border-bottom:1px solid #222;
  border-left:1px solid #222;
}

.forum_subcategory {
  margin-left:10px;
  padding: 7px;
  position: relative;
  background-color:#333;
  
  border-bottom:1px solid #222;
  border-left:1px solid #222;
}

.posts_container {
  background-color:#222;
  margin-left:10px;
}

.form th {
  text-align: left;
  background:#222;
  color: #BBB;
}

.form tr {
	border:1px solid #FFF;
	color:#666;
	height:20px;
}

.list {
	background: #191919;
}

.list td a {
  text-decoration:none;
	color:#666;
}

.list td a:hover {
  color:#BBB;			
}

.list td {
	background-color: #111;
	padding:2px;
}
.list th {
  text-align: left;
  background:#222;
  color: #BBB;
}

.list tr {
	border:1px solid #FFF;
	color:#666;
	height:20px;
}

.list tr:hover {
	color: #BBB;
	background: #444;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(/images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {
	float: right;
}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 140px;
}
.header a {
	color: #888;
	text-decoration: none;
	width: 100%;
}

/*.header span {padding-left: 32px;}*/
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .sidebarleft {
	width:20%;
	float:left;
}
.main .left {width: 60%;}
.main .right {width: 20%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}


/* content elements */
.content {
  /*background:#111;
  border:10px dashed white;*/
}

.content h1 {
	/*background: url(/images/bgh1.gif) repeat-x left bottom;*/
	color: #EEE;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(/images/nav.gif) repeat;}
.nav a {
	background: #191919 url(/images/nav.gif) repeat;
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(/images/nav_hover.gif);
}

/* browse navigation */
.browsenav {background: #191919 url(/images/nav.gif) repeat;}
.browsenav a {
	background: #191919 url(/images/nav.gif) repeat;
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 30px;
	padding: 0 20px;
}
.browsenav a:hover {
	background: #191919 url(/images/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.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{
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}

.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.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: 96%;
}

.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

.menuContainer {
  margin-top:-20px;
  height:15px;
  width:100%;
  background-color:#444;
  border-bottom:1px solid #999;
  border-left:1px solid #999;
  border-right:1px solid #999;
  border-top:1px solid #333;
  margin-bottom:20px;
}

.menuTabs ul {
  margin: 10;
}
.menuTabs li {
  list-style: none;
  background: #191919 url(/images/nav.gif) repeat;
  border-right: 1px solid #161616;
  color: #CCC;
  float: left;
  font: bold 1em Verdana,sans-serif;
  line-height: 30px;
  padding: 0 20px;
}
  
.menuTabs li:hover {
  background: #191919 url(/images/nav_float.gif) repeat;
}