/*
+---------------------------------------------------------------+
|	e107 website system
|
|	©William Moffett 2001-2005
|	http://e107.net
|	que@e107.net
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/

* { 	
	margin: 0px;
	padding: 0px;
}

/* CORE STYLES */

body {
	margin-left:57px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #cbcbcb;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

a { 
	color: #cbcbcb; 
	text-decoration:none;
}

a:hover { 
	color: #747475; 
	text-decoration:none;
}

p {}

h1, h2, h3, h4, h5, h6{
	background-color:#1f1f1f;
	border: 1px solid #3f3f3f;
	margin:2px;
	padding:4px;
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

td { 
	text-align:left; 
	vertical-align:top; 
	padding-left:2px; 
	padding-right:2px;
	}

blockquote {}

ul, ol {}

form { }

input{
	margin:2px;
}

hr { 
	margin-top:2px;
	height:1px;
	border:none;
	background-color:#3f3f3f;
}

/* MAIN TABLE */

.alientable {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* GFX LAYOUT */

.header_left {
	padding:0px;
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 31px;
}

.header_center {
	padding:0px;
	background-image: url(images/header_tile.jpg);
	background-repeat: repeat-x;
	height: 150px;
}

.headcenter_left{
	padding:0px;
	height: 150px;
	width:100%;
	background: url(images/header_center_left.jpg) top left no-repeat;
}

.headcenter_right{
	position:relative;
	padding:0px;
	height: 150px;
	width:100%;
	background: url(images/header_center_right.jpg) top right no-repeat;
}

#sitename{
	display:none;
}

#sitetag{
	display:none;
}

#logo{
	position:relative;
	top:0px;
	margin:0px auto;
	width:215px;
	height:69px;
	background: transparent url(images/logo.jpg) top center no-repeat;
}

#logo span{
	display:none;
}

.header_right {
	padding:0px;
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 34px;
}

.content_left {
	padding:0px;
	background-image: url(images/left_tile.jpg);
	width: 31px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.content_center {
	padding:0px;
	background-color: #000000;
	font-size: 12px;
	color: #cbcbcb;
	vertical-align: top;
}

.content_right {
	padding:0px;
	background-image: url(images/right_tile.jpg);
	width: 34px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.left_menu {
	padding:0px;
	width: 20%;
	vertical-align:top;
	border-right: 1px solid #1f1f1f;
}

.content {
	padding:0px;
	width: auto;
	vertical-align:top;
}

.right_menu {
	padding:0px;
	width: 20%;
	vertical-align:top;
}

.footer_left {
	padding:0px;
	background-image: url(images/footer_left.jpg);
	background-repeat: no-repeat;
	width: 31px;
	height: 159px;
}

.footer_center {
	padding:0px;
	background-image: url(images/footer_tile.jpg);
	height: 159px;
}

.footer_right {
	padding:0px;
	background-image: url(images/footer_right.jpg);
	height: 159px;
	width: 34px;
}

.fc_left {
	padding:0px;
	background-image: url(images/footer_center_left.jpg);
	width: 88px;
	text-align:left;
	padding-top:20px;
}

.fc_center {
	padding:0px;
	background-image: url(images/footer_center_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 159px;
	width: auto;
	text-align:center;

}

#fc_center{

	padding-top:30px; 
}

.fc_right {
	padding:0px;
	background-image: url(images/footer_center_right.jpg);
	width: 91px;
	text-align:right;
}

.fc_right span{
	display:none;

}

#copy{
	margin-top:25px;
	width:91px;
	height:72px;
	display:block;
	background-image: url(images/dscopy.jpg);
}

/* THE NAVIGATION - More detailed stuff in NAVIGATION LINKS section */

#navigation{
	font-size: 11px;
	width: 100%;
	height: 21px;
	position: absolute;
	top: 106px;
	left: 0px;
	list-style: none;
	display:block;


}

#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li{
	width: 104px;
	height: 21px;
	background: none;
 	display: block;
	float:left;
	text-align:center;
}

#navigation li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #cbcbcb;
	width: 104px;
	height: 21px;
	line-height: 20px;
	background: url(images/onpage.jpg) top left no-repeat;

}

#navigation li a.offpage{
	color: #cbcbcb;
}

#navigation li a.onpage{
	color: #fff;
}

#navigation li a.offpage:hover{
	color: #fff;
}

#navigation li a.onpage:hover{
	color: #fff;
	color: #cbcbcb;
}

/* E107 STYLES */

.bodytable {
	padding: 8px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #929293;
}

.indent{
	background-color:#1f1f1f;
	border: 1px solid #3f3f3f;
	margin:2px;
	padding:4px; 
	background: #1f1f1f url(images/bg_tile.jpg);
}

.smalltext {
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #cbcbcb;
}

.tbox {
	background-color: #1f1f1f;
	border: #39393b 1px solid;
	color: #cccccc;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	background-color: #1f1f1f;
	border: #39393b 1px solid;
	color: #cccccc;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}

.button{
	margin:2px 2px;
	background-color: #1f1f1f;
	border: #39393b 1px solid;
	color: #cbcbcb;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align:center;
}

/* FORUM STYLES */

.fcaption {
	padding:0px 4px;
	height:21px;
	line-height:21px;
	background: #e4e4e4 url(images/fcaption.jpg) top left repeat-x;
	border-left: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	color: #333;
	font-weight:bold;
}

.fcaption span.smalltext{
	color: #333;
}

.fcaption span.smalltext a:hover{
	color: #000;
}

.fcaption a {
	color: #333;
	text-decoration: none;
}

.fcaption a:hover {
	color: #000;
}

a.forumlink{
	color: #333;
	text-decoration: none;
}

a.forumlink:hover{
	color: #000;
}

.fborder {
	border:0px;
	background-color: transparent;
}

.forumheader{
	padding:0px 4px;
	height:20px;
	line-height:16px;
	font-weight:bold;
	background: #000 url(images/forumheader.jpg) top left repeat-x;
	color: #d9d9d9;
	border-left: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;

}

.forumheader2{
	color: #cbcbcb;
	padding: 4px;
	border: #252525 1px solid;
	background: #1f1f1f url(images/bg_tile.jpg);
}
 .forumheader3, .forumheader4{
	color: #cbcbcb;
	padding: 4px;
	border: #252525 1px solid;
	background: #000 url(images/fh.jpg) top left repeat-x;
}

.finfobar{
	color: #cbcbcb;
	padding: 4px;
	border: #252525 1px solid;
	background: #1f1f1f;
}



