/*
+---------------------------------------------------------------+
|	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 {
	font: 11px verdana, tahoma, arial, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x; background-color: #AD9A7B; margin: 0px 0px; padding:0px; text-align: center;
background-image: url(images/title.png);
width: 1096px;
	margin:0px auto;

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

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

p {}

h1, h2, h3, h4, h5, h6{
	background-color: transparent;
	border: 5px solid transparent;
	font: normal 12px verdana, tahoma, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/menu_top.png);
	background-repeat: repeat;
	height: 40px;
	margin:0px;
	padding:0px;
	text-align:center;
}

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

td { 
	font: normal 12px verdana, tahoma, arial, helvetica, sans-serif;
	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:transparent;
}

/* MAIN TABLE */

.alientable {
    background-image: url(images/title.png);
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* GFX LAYOUT */
.header {
	padding:0px;
	background-image: url(images/header.png);
	height: 230px;
	width: 1096px;
	background-repeat: no-repeat;
}

.header_left {
	padding:0px;
	background-image: url(images/header_left.png);
	background-repeat: reapeat-x;
	height: 230px;
	width: 44px;
}

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

.headcenter_left{
	padding:0px;
	height: 230px;
	width:100%;
	background: url(images/header.png) top center no-repeat;
}

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

#sitename{
	display:none;
}

#sitetag{
	display:none;
}

#logo{
	position:relative;
	top:54px;
	margin:0px auto;
	width:423px;
	height:84px;
	background: transparent url(images/logo.gif) top center no-repeat;
}

#logo span{
	display:none;
}

.header_right {
	padding:0px;
	background-image: url(images/header_right.png);
	background-repeat: repeat-x;
	height: 230px;
	width: 44px;
}

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

.content_center {
	padding:0px;
	background-color: transparent;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: top;
	background: url(images/back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;
}

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

.left_menu {
	padding:0px;
	width: 15%;
	vertical-align:top;
	border-right: 1px solid #2E2E2E;
	background-image: url(images/menu_bg.png)
}

.content {
	padding:15px;
	width: auto;
	vertical-align:top;
	background: url(images/grey.png);
	background-repeat:repeat-x repeat-y;

}

.right_menu {
	padding:0px;
	width: 15%;
	vertical-align:top;
	border-left: 1px solid #2E2E2E;
	background-image: url(images/menu_bg.png)
}

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

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

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

.fc_left {
	padding:0px;
	background-image: url(images/footer_center_left.jpg);
	width: 212px;
	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: 66px;
	width: auto;
	text-align:center;

}

#fc_center{

	padding-top:30px; 
}

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

.fc_right span{
	display:none;

}

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

#navigation{
	font-size: 11px;
	font: 10 px 'tahoma', verdana, arial, helvetica, sans-serif;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 1px;
	left: 10px;
	list-style: none;
	display:block;


}

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

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

#navigation li a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	width: 120px;
	height: 25px;
	line-height: 25px;
	background: url(images/button.png) top center no-repeat;

}

#navigation li a.offpage{
	color: #FFFFFF;
	background: url(images/button.png) top center no-repeat;
}

#navigation li a.onpage{
	color: #FF6503;
	background: url(images/button.png) top center no-repeat;
}

#navigation li a.offpage:hover{
	color: #FF6503;
		background: url(images/button_over.png) top center no-repeat;
}

#navigation li a.onpage:hover{
	color: #FFFFFF;
	color: #FF6503;
	background: url(images/button_over.png) top center no-repeat;
}

/* E107 STYLES */

.bodytable {
	padding: 19px;
	font: 11px verdana, tahoma, arial, sans-serif;
	color: #FFFF99;
	background: url(images/grey.png);
	background-repeat:repeat-x repeat-y;

}

.indent{
	padding: 5px;
	margin: 5px;
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #aaa;
	border: 1px solid;
	background-color: #333333;
	border-bottom: #39393b 1px solid;
	border-left: #151515 1px solid;
	border-right: #39393b 1px solid;
	border-top: #151515 1px solid;
	background: url(images/bgblock.jpg);
}
	.indentchat{
	background-color:#2E2E2E;
	border: 1px solid #2E2E2E;
	margin:2px;
	padding:4px; 
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #cbcbcb;
}
.small {
	background-color: #2E2E2E;
	border: #2E2E2E 1px solid;
	color: #ccc;
	font: 10px tahoma, verdana, arial, helvetica, sans-serif;
}

.smalltext {
	font: 10px 'tahoma', verdana, arial, helvetica, sans-serif;
	color: #fff;
}
.smallbottom {
	font: 10px 'tahoma', verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align:left;
}

.tbox {
	background-color: #2E2E2E;
	border: #000 1px solid;
	color: #fff;
	font: 10px 'tahoma', verdana, 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: 10px 'tahoma', verdana, arial, helvetica, sans-serif;
	text-align:center;
}

/* FORUM STYLES */

.fcaption {
	padding:0px 4px;
	height:45px;
	line-height:45px;
	background: #564d3b url(images/ncbg.png) top left repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	font-weight:bold;
}

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

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

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

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

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

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

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

.forumheader{
   background-color: #564d3b;
	padding:0px 4px;
	height:20px;
	line-height:16px;
	font-weight:bold;
	background-image : url(images/ncbg.png);
	color: #d9d9d9;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.forumheader2{
   background-color: #564d3b;
	color: #cbcbcb;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatbg.png);
}
 .forumheader3{
   background-color: #564d3b;
	color: #cbcbcb;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatbg.png);
}
 .forumheader4{
	background-color: #564d3b;
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #fff;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatMainbg.png);
}
.finfobar{
	color: #cbcbcb;
	padding: 4px;
	border: #252525 1px solid;
	background: #1f1f1f;
}

/* Theme Specific Classes: Post It Note Menu */

.post_it_container {
	text-align: center;
	margin-bottom: 9px;
	margin-top: 7px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 12px;
}

.post_it_top {
	background-image: url(images/post_it_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.post_it_back {
	text-align: left;
	background-image: url(images/post_it_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}

.post_it_bottom {
	background-image: url(images/post_it_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 12px 7px;
}

.post_it_caption {
	padding-bottom: 5px;
}

/**************  FBOX ************/

div#promos div.scroller { 
background: url(images/fbox_bg.png) repeat-x;
width: 750px; /* --> edit */
height: 225px; 
text-align: left;
overflow: hidden;
}
div#promos div.scroller div.content {
width: 10000px;
}

div#promos div.scroller div.section {
width: 750px; /* --> edit */
height: 225px;
overflow: hidden;
float: left;
}

.innerbox {
margin: 15px 30px;
}

h2.promo {
color: #EFEFEA;
font-size: 19px;
font-variant: small-caps;
text-transform: none;
font-weight: bold;
padding: 0px 0px 10px 0px;
margin: 0px
}

p.promo{
color: #EFEFEA;
font-size: 13px;
}

div.fBoxImage img, div.ecliImage img {
padding: 0px;
}
