/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
scrollbar-face-color:		#DEE3E7;
scrollbar-highlight-color:	#FFFFFF;
scrollbar-shadow-color:		#DEE3E7;
scrollbar-3dlight-color:	#D1D7DC;
scrollbar-arrow-color:		#ffdba4;
scrollbar-track-color:		#EFEFEF;
scrollbar-darkshadow-color:	#98AAB1;
background: url('images/cigar/bg.jpg') repeat;
margin-top: -6px;
}

#header {
	background: url('images/cigar/header.png') no-repeat;
	width: 1200px;
	height: 241px;
	margin: 0 auto;
}

.logo {
	background: url('images/cigar/logo.png') no-repeat;
	width: 446px;
	height: 125px;
	float: right;
	margin: 30px 65px 0px 0px;
}

nav.menu {
	background: url('images/cigar/menu.jpg') no-repeat;
	width: 1066px;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
}

nav.menu ul { width: 1066px; margin: 0 auto; list-style: none; }

nav.menu ul li {
	float: left;
}

nav.menu ul li.first{
	margin-left: 0px;
}

nav.menu ul li a {
	font-family: 'cambria', serif;
	font-size: 15px;
	color: #ffdba4;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 10px 34px 10px;
}

@import url('images/cigar/fonts/cambria.ttf');

nav.menu ul li a:hover {
	background: url('images/cigar/nav.png') no-repeat center;
}

#panel_log{
background: url('images/cigar/panel_bg.jpg') no-repeat center;
width: 1066px;
height: 58px;
margin: 0 auto;
}

#panel_log_in{
height: 58px;
margin-top: 17px;
margin-left: 15px;
position:absolute;
}

.input_nick{
background: url('images/cigar/input_nick.png') no-repeat center;
width:140px;
height:29px;
border:none;
padding-left:26px;
color:#c4a26f;
}

.input_pass{
background: url('images/cigar/input_pass.png') no-repeat center;
width:140px;
height:29px;
border:none;
padding-left:26px;
color:#c4a26f;
}

.button_login{
background: url('images/cigar/button_login.png') no-repeat center;
width:60px;
height:29px;
border:none;
color:#c4a26f;
font-weight:bold;
}

#panel_log_out{
font-family: Tahoma;
font-size : 12px;
height: 58px;
margin-top: 5px;
margin-left: 15px;
}

#hidden{
display:none;
}

#ico_info{
background: url('images/cigar/ico_info.png') no-repeat;
border:none;
padding-left:25px;
padding-top:2px;
height: 58px;
}

#panel_width_1{
width:500px;
float:left;
height: 58px;
}

#panel_width_2{
width:500px;
float:right;
height: 58px;
font-family: Tahoma;
font-size : 11px;
margin-top:4px;
}

.bold{
font-weight:bold;
}

#bannery{
width:1066px;
float:center;
text-align:center;
margin:0 auto;
padding-top:5px;
border:none;
}

#bannery2{
width:1066px;
float:center;
text-align:center;
margin:0 auto;
padding-bottom:20px;
border:none;
}

#footer{
background: url('images/cigar/footer.png') no-repeat;
width:1020px;
height:53px;
float:center;
margin:0 auto;
margin-top:20px;
border:none;
padding-top:20px;
}

#footer2{
width:1020px;
text-align:center;
font-family: Tahoma;
margin:0 auto;
border:none;
color:#cbac81;
font-size:12px;
font-weight:bold;
}

/* General font families for common tags */
font,th,td,p			{ font-family: Tahoma, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited	{ color : #ffdba4; }
p, td			{ font-size : 12px; color : #FFDBA4; }
a:hover			{ text-decoration: underline; color : #FFDBA4; }
hr				{ height: 0px; border: solid #3B2924 0px; border-top-width: 1px; }

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #3b2924; border: 1px #493832 solid;}

.background { background: url('images/cigar/bg.jpg') repeat; }

/* This is the outline round the main forum tables */
.forumline { border: none; }

/* Main table cell colours and backgrounds */
td.row1 {
background: #624840; /* Old browsers */
background: -moz-linear-gradient(top, #624840 0%, #4b3731 50%, #624840 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#624840), color-stop(50%,#4b3731), color-stop(100%,#624840)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #624840 0%,#4b3731 50%,#624840 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #624840 0%,#4b3731 50%,#624840 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #624840 0%,#4b3731 50%,#624840 100%); /* IE10+ */
background: linear-gradient(to bottom, #624840 0%,#4b3731 50%,#624840 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#624840', endColorstr='#624840',GradientType=0 ); /* IE6-9 */
border-bottom:#42302a 1px solid;
}

td.row2 { 
background: #624840; /* Old browsers */
background: -moz-linear-gradient(top, #624840 0%, #4b3731 50%, #624840 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#624840), color-stop(50%,#4b3731), color-stop(100%,#624840)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #624840 0%,#4b3731 50%,#624840 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #624840 0%,#4b3731 50%,#624840 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #624840 0%,#4b3731 50%,#624840 100%); /* IE10+ */
background: linear-gradient(to bottom, #624840 0%,#4b3731 50%,#624840 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#624840', endColorstr='#624840',GradientType=0 ); /* IE6-9 */
border-bottom:#42302a 1px solid;
}

td.row_stats {
background: url('images/cigar/bg_stats.png') repeat;
}

td.row3 { background-color: #543D36; }
td.row_helped { background-color: #60463E; }

/*
	This is for the table cell above the Topics, Post & Last posts on the index.php page
	By default this is the fading out gradiated silver background.
	However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #FFFFFF;
background-image: url('images/cellpic2.jpg');
background-repeat: repeat-y; height: 22px;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
color: #372823; 
font-size: 12px; 
font-weight: bold;
background-color:	#ffdba4; 
height: 25px;
background: url('images/cigar/cellpic_main2.png') repeat;
}

.cellpic_main {
color:			#34231e; font-size: 12px; font-weight: bold;
background-color:	#ffdba4; height: 37px; width: 1022px;
background: url('images/cigar/cellpic_main.png') no-repeat;
}

td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#4B3731; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
	Setting additional nice inner borders for the main table cells.
	The names indicate which sides the border will be on.
	Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom { background-color: #4B3731; height: 22px; }
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #FFFFFF; height: 28px;
}

th.thCornerL,th.thTop,th.thCornerR {color: #372823; font-size: 12px; font-weight: bold; 
background-color: #ffdba4; 
background: url('images/cigar/cellpic_main2.png') repeat;
height: 28px; 
}

td.row3Right,td.spaceRow { background-color: #543D36; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead			{ font-size: 12px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow	{ border-width: 0px; }
th.thRight,td.catRight,td.row3Right	{ border-width: 0px; }
th.thLeft,td.catLeft			{ border-width: 0px; }
th.thBottom,td.catBottom		{ border-width: 0px; }
th.thTop				{ border-width: 0px; }
th.thCornerL				{ border-width: 0px; }
th.thCornerR				{ border-width: 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFDBA4;
}

/* General text */
.gen						{ font-size : 11px; }
.genmed					{ font-size : 12px; }
.gensmall					{ font-size : 11px; }
.gen,.genmed,.gensmall			{ color : #F7CE94; }
a.gen,a.genmed,a.gensmall			{ color: #ffdba4; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFDBA4; text-decoration: underline; }
.gensmall_new { color: #f9c883;font-size : 11px; }
a.gensmall_new			{ color: #f9c883; text-decoration: none; }
a.gensmall_new:hover	{ color: #f9c883; text-decoration: underline; }
.gensmall_stats { color: #372823;font-size : 12px; }
a.gensmall_stats			{ color: #372823; text-decoration: none; }
a.gensmall_stats:hover	{ color: #372823; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #FFDBA4; }
a.mainmenu		{ text-decoration: none; color : #ffdba4; }
a.mainmenu:hover	{ text-decoration: underline; color : #FFDBA4; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #ffdba4;}
a.cattitle		{ text-decoration: none; color : #ffdba4; }
a.cattitle:hover	{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 13px; color : #ffdba4; }
a.forumlink		{ text-decoration: none; color : #ffdba4; }
a.forumlink:hover	{ text-decoration: underline; color : #FFDBA4; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav		{ font-weight: bold; font-size: 12px; color : #F7CE94;}
a.nav	{ text-decoration: none; color : #faca85; }
a.nav:hover	{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 12px; color : #FFDBA4; }
a.topictitle:link	{ text-decoration: none; color : #ffdba4; }
a.topictitle:visited	{ text-decoration: none; color : #EDC07D; }
a.topictitle:hover	{ text-decoration: underline; color : #FFDBA4; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 12px; color : #FFDBA4; text-decoration: none;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #FFDBA4; }

/* The content of the posts (body of text) */
.postbody		{ font-size : 12px; line-height: 18px; }
a.postlink:link	{ text-decoration: none; color : #ffdba4; }
a.postlink:visited	{ text-decoration: none; color : #EDC07D; }
a.postlink:hover	{ text-decoration: underline; color : #FFDBA4; }

/* Quote & Code blocks */
.code {
font-family:		Courier, 'Courier New', sans-serif; font-size: 12px; color: #006600;
background-color:	#FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

.quote {
font-family:		Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; line-height: 125%;
background-color:	#FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width:	1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

/* Copyright and bottom info */
.copyright		{ font-size : 12px; color: #cbac81; font-family: Tahoma, Arial, Helvetica, sans-serif; }
a.copyright		{ text-decoration: none; color : #cbac81; font-weight:bold; }
a.copyright:hover	{ text-decoration: underline; color : #cbac81; }

/* Form elements */

form { margin: 0; }
form { display: inline; }

input,textarea, select {
color : #FFDBA4;
font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
border: #3B2924 1px solid;
}

/* The text input fields background colour */
input.post, textarea.post, select			{ background-color : #4B3731; }
input.post2, textarea.post2, select	{ background-color : #4F3B36; }
input						{ text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color :	#2B1F1B;
color :			#FFDBA4;
font-size:		12px; font-family: Tahoma, Arial, Helvetica, sans-serif;
cursor:			pointer;
}

/* The main submit button option */
input.mainoption {
background-color:	#2B1F1B;
font-weight:		bold;
cursor:			pointer;
}

/* None-bold submit button */
input.liteoption {
background-color:	#2B1F1B;
font-weight:		normal;
cursor:			pointer;
}

/* This is the line in the posting page which shows the rollover
	help line. This is actually a text box, but if set to be the same
	colour as the background no one will know ;)
*/
.helpline { background-color: #2B1F1B; border-style: none; }



td.firstPostAd {
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 1px; text-align: center;
}




/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight { background-color: #FFFF00; }

.topbkg { background: #dbe3ee url(images/cellpic_bkg.jpg) repeat-x }
.topnav { font-size:10px;background: #e5ebf3 url(images/cellpic_nav.gif) repeat-x;color:#FFDBA4;
height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0; }

.pm { font-size: 12px; text-decoration: none; color: #FF0000; } 

.table0
{
	padding: 4px;
	border-bottom: 1px solid #493832;
	color : #e9aa49;
	font-size : 12px;
}

.sb1 { background-color: #4D3932; }
.sb2 { background-color: #5B433B; }

.pagination {
	color: #F7CE94;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
    padding-bottom: 4px;
	cursor: pointer;
	text-decoration: none;
}
.pagination a, .pagination a:visited, .pagination a:active {
	background-color: #5A423B;
	color: #F7CE94;
	border-color: #D4D7DA;
	border: #3B2924 1px solid;
	padding: 1px;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #44312C;
	color: #F7CE94;
	border-color: #3B2924;
	border: #3B2924 1px solid;
	text-decoration: none;
	padding: 1px;
}

.seotags { text-decoration: none; }

.facebook{
	float:right;
	width:232px;
	height:420px; 
	background: url(images/slider.png);
	display:block;
	right:-205px;
	padding:0;
	position:fixed;
	top:170px;
	z-index:10000;
	font-family: verdana;
	font-size: 10px;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");