/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Wargame
|	-------------------
|	©2007 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the
|	Commercial License.
+---------------------------------------------------------------+
*/
*{
	margin: 0;
	padding: 0; 	
}
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #aaa;
	text-align: center;
	background:#000 url("images/background.jpg") top left repeat-x;
}
a {
	color:#00AAFF;
	text-decoration: none;
    outline: none;
}
a:hover {
	color:#eee;
	text-decoration: none;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
	color: #eee;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#aaa;
	padding: 0px;
	text-align:left;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #777;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #666;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
a img {
	border: none;
}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear{
	clear: both;
      height:0;
}
hr {
	color: #444;
	background: #444;
	height: 1px;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
#page {
	margin: 20px 0;
      margin-right:auto;
      margin-left:auto;
	padding: 42px 0 0 0;
	width: 1000px;
	text-align: left;
	background:#0B0B0B url("images/header.gif") top left no-repeat;
}
#header {
	padding: 0;
	margin: 0 auto;
	height: 214px;
	width: 100%;
	background:#0B0B0B url("images/image.jpg") no-repeat bottom center; 
}
#header h1:first-letter {
	color: #00AAFF;
}
#search{
	position:absolute;
	top:-31px;
	right:30px;
	padding: 0;
	margin: 0 auto;
	font-size: 1em;
	text-align: left;
	color:#aaa;
}
#search a {
	height: 20px;
	background: url("images/lbtn.gif") top right no-repeat;
	border: none;
	padding: 4px 5px 5px 5px;
	cursor: pointer;
	color: #00AAFF;
	font-size: 10px;
}
#search .tbox {
	padding: 1px 0 0 0;
	width: 100px;
	height: 14px;
	background: transparent url(images/tbox.png);
	border: none;
}
#top {
	position: relative;
}
#top h1{
	position:absolute;
	top:-35px;
	left:30px;
	padding: 0;
	margin: 0 auto;
	font-size: 1.9em;
	text-align: left;
	color:#eee;
}
#name {
    position: absolute;
    top: 40px;
    left: 325px;
}
#auxiliar{
	padding: 10px;
	width: 980px;
	margin: 0;
	text-align: left;
    position: relative;
}
#logo {
    float: left;
    margin: 25px 0 25px 25px;
}
#navigation{
	float: left;
	font-size: 11px;
	width: 930px;
	height: 40px; 
	margin: 140px 0 0 35px;
	overflow: hidden;
}
#left_side{
	float: left;
	width: 790px;
}
#content {
	margin-top:0px;
	font-size: 1.1em;
	text-align: left;
}
#sidebar_left {
	float: left;
	margin:0px 0px 10px 0px;
	padding: 0;
	width: 200px;
	font: 1.1em 'lucida grande', verdana, arial, sans-serif;
	text-align: left;
}
#login_pad .tbox {
	width: 104px;
	height: 15px;
	border: none;
	background: url(images/tbox1.jpg) top left no-repeat;
}
#login_pad .button{
	background: url(images/btn.gif) top left no-repeat;
	width: 60px;
	height: 20px;
	border: none;
	color: #00AAFF;
	padding: 1px 10px 3px 10px;	
}
#sidebar_right {
	float: right;
	margin:0px 0px 10px 0px;
	padding: 0;
	width: 200px;
	font: 1.1em 'lucida grande', verdana, arial, sans-serif;
	text-align: left;
}
.narrowcolumn {
	float: right;
	padding:0;
	margin: 0 0 10px 0px;
	width: 580px;
}
.narrowcolumn1 {
	float: right;	
	padding:0;
	margin: 0 0 10px 0px;
	width: 790px;
}
#aleft{
	float: left;
	width: 285px;
}
#aright{
	float: right;
	width: 285px;
}
.widecolumn {
	padding: 0;
	margin: 0;
	width: 1000px;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 46px;
	clear: both;
	background:transparent url("images/footer.jpg") top left no-repeat;
}
#footer p {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	height: 20px;
	background: url("images/lbtn.gif") top right no-repeat;
	border: none;
	padding: 1px 5px 3px 5px;
	cursor: pointer;
	color: #00AAFF;
}
.tbox.chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid #336699;
	background: #5a5a5a;
}
.indent .indent{
	border: 1px solid #006699;
	background: #4b4b4b;
	color: #999;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 12px 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background: #777;
	border: #5e5d63 1px solid;
	color: #000000;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	padding: 1px;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#aaa;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	border: none;
	background: none;	
}
.forumheader{
	background: #000;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#aaa;
	padding: 4px;
	border: 1px solid;
	border-color: #333 #000 #000 #333;
}
.forumheader2{
	background-color: #3c3c3c;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#aaa;
	padding: 4px;
	border: 1px solid;
	border-color: #333 #000 #000 #333;
}
.forumheader3{
	background-color: #3c3c3c;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#aaa;
	padding: 4px;
	border: 1px solid;
	border-color: #333 #000 #000 #333;
}
.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}
.fcaption {
	height:35px;
	border: 1px solid;
	border-color: #333 #000 #000 #333;
	padding: 2px 0 2px 8px;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#aaa;
	font-weight:bold;
	background: url("images/btn.jpg") top left repeat-x;
}
.fcaption a{
	padding-right:4px;
	color:#eee;
}
.fcaption a:hover{
	padding-right:4px;
	color:#00AAFF;
}
.boxx, .section {
	background: #000 url(images/content.jpg) top left repeat-x;
}
.cap {
	background: url(images/caption.jpg) top left no-repeat;	
}
.capin {
	background: url(images/caption_right.jpg) top right no-repeat;	
	padding: 7px 16px;
	font-size: 10px;
	height: 20px;
}
.txt {
	padding: 5px 10px 20px 10px;
	background: url(images/foot1.jpg) bottom left repeat-x;
}
.article_header .capin {
	background: url(images/caption_right.jpg) top right no-repeat;	
	padding: 4px 16px 10px 16px;
	font-size: 10px;
	height: 20px;
}
.info{
	background: #111111;
	padding: 3px;
}
.newsimage{
	float: left;
	margin: 3px 10px 10px 0;
}
.widecolumn .comm {
	width: 600px;
}
#signup {
	background: url(images/signup.gif) top right no-repeat;
	width: 159px;
	height: 48px;
    padding-right:5px;
}
#signup a{
	width: 159px;
    display:block;
    padding: 27px 0 0 0;
}
#source {
    display:block;
    float:left;
    width: 60px;
    height:25px;
    margin:15px 0 0 40px;
    text-align:center;
}
#source a {
    display:block;
    color:#777;
    width: 60px;
    height:25px;
    background: url("images/source.gif") bottom no-repeat;
}
#source a:hover {
    color:#00AAFF;
    background: url("images/source_over.gif") bottom no-repeat;
}
.nextprev {
    margin:10px 0;
}
.nextprev_link {
    background: #333;
    border:1px solid;
    border-color: #ccc #777 #777 #ccc;
    color: #00AAFF;
    font: 12px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
}
.nextprev_link:hover{
    background: #222;
    border:1px solid;
    border-color: #777 #ccc #ccc #777;
    color: #eee;
    font: 12px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}
.nextprev_current {
	background: url("images/forum.jpg") top left repeat-x;
	border:1px solid;
    border-color: #ccc #777 #777 #ccc;
	color: #fff;
	font: 12px tahoma;
	text-align:center;
	padding: 2px 5px 2px 5px;
}
.npbutton{
    background: #333;
    text-decoration: none;
    width: 16px;
    height:12px;
    text-align:center;
    padding:3px 0;
    border:1px solid;
    border-color: #ccc #777 #777 #ccc;
    color: #00AAFF;
}
