/* Normal, standard links. */
a:link {
	color: #B74602;
	text-decoration: none;
}

a:visited {
	color: #C34802;
		text-decoration: none;
}

a:hover {
	color: #790E06;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #C34802;
	text-decoration: none;
}

a.nav:hover {
	color: #790E06;
	text-decoration: none;
}

/* Tables should show empty cells. */
table {
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	line-height: 140%;
		font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	color: #323232;
	font-size: 13px;
}

/* The main body of the entire forum. */
body {
	background: url(images/bg.jpg) repeat-x;
		margin: 0px 0 5px 0;
	padding: 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000;
	font-family: verdana, sans-serif;
}

input, button {
	font-size: 110%;
}

textarea {
	font-size: 110%; 
	border-top: solid 1px #C4C4C4; 
	border-left: solid 1px #C4C4C4; 
	border-right: solid 1px #C4C4C4; 
	border-bottom: solid 1px #C4C4C4;
	margin: 3px 5px; 
	padding: 2px; 
	color: #000; 
	background: #ffffff; 
  font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check {
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 110%;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. */
hr
{
	color: #ededed;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #ededed;
	background-color: #ededed;
}
/* No image should have a border when linked */
a img {
		border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #3a3a3a;
	background-color: #efefef;
	border: 1px solid #cfcfcf;
	margin: 4px;
	padding: 4px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code {
	color: #3a3a3a;
	background-color: #fbede6;
	/*font-family: "courier new", "times new roman", monospace;*/
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #f1ccbb;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background-color: #FFFFFF;
	color: #323232;
}
.windowbg2 {
	background-color: #FFFFFF;
	color: #323232;
	font-size: 13px;

}
.windowbg3 {
	padding: 5px;
	background-color: #FFFFFF;
	color: #323232;
	border-bottom: 1px solid #e8e8e8;
}

/* the today container in calendar */
.calendar_today {
	background-color: #fff;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: #fff;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	background-color: #D38614;
}

.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: #fff;
	font-style: normal;
}

.titlebg a:hover {
	color: #ccc;
}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: #fff;
	font-style: normal;
	text-decoration: none;
}

.titlebg, .titlebg2 {
	font-family: verdana, sans-serif;
	font-size: 13px;
}

.titlebg2 a:hover {
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.2em;
	background-color: #F4801D;

}
.catbg2 a:link, .catbg2 a:visited {
	color:#C34802;
	font-size: 13px;
}
.catbg2 a:hover {color:#790E06;}
.catbg2 , tr.catbg2 td {
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
		line-height: 1.2em;
}
.catbg3 , tr.catbg3 td {	background: url(images/img/top-menu.jpg)repeat-x;}
.catbg, .catbg2, .catbg3 {
	font-family: verdana, sans-serif;
	background-color: #F9E7B0;
}

.catbg, .catbg2 {
	font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	color: white;
	text-decoration: none;
}

.catbg a:link, .catbg a:visited  {
	color: #C34802;
	text-decoration: none;
	font-size: 13px;
}

.catbg a:hover,  .catbg3 a:hover {
	color: #bbb;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
}

/* This is used on tables that should just have a border around them. */
.tborder {
	border: 1px solid rgb(113, 15, 6);
	background-color: #FFFFFF;
	color: rgb(50, 50, 50);
	border-color: #C8A38C;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}

.windowbg .smalltext, .windowbg span.smalltext  {font-size: 12px;}
.windowbg_sticky span.smalltext  {font-size: 13px;}
.middletext {
	line-height: 18px;
	text-indent: 10px;
}
.windowbg span a {
	font-size:13px;
	font-weight: bold;
}
.normaltext {
	font-size: small;
}

.largetext {
	font-size: large;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error {
		color: #FD6102;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last {
	background-position: left bottom;
	color: white;
	vertical-align: top;
}

.maintab_back, .maintab_active_back {
	color: white;
	text-decoration: none;
	vertical-align: top;
	padding: 4px;
	font-family: Verdana, sans-serif;
}

.maintab_first {
	display: none;
}

.maintab_back {
	color: white;
	background-color: #CE631C;
	border: 1px solid;
	border-color: #69320E;
}

.maintab_last {
	display: none;
}

.maintab_active_first {
	display: none;
}

.maintab_active_back {
	background: #3d70af url(images/maintab_active_back.png) repeat-x;
	color: white;
}

.maintab_active_last {
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited {
	color: white;
	text-decoration: none;
	font-size: 11px;
}

.maintab_back a:hover, .maintab_active_back a:hover {
	color: black;
	text-decoration: none;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	background-position: left top;
	color: white;
	vertical-align: top;
}

.mirrortab_back, .mirrortab_active_back {
	color: white;
	text-decoration: none;
	vertical-align: bottom;
	padding: 4px;
	font-family: Verdana, sans-serif;
}

.mirrortab_first {
	display: none;
}

.mirrortab_back {
	background: #CE631C;
	color: white;
}

.mirrortab_last {
	display: none;
}

.mirrortab_active_first {
	display: none;
}

.mirrortab_active_back {
	color: white;
	background-color: #D95700;
}

.mirrortab_active_last {
	display: none;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: black;
	text-decoration: none;
}

#toolbar {
	background: url(images/img/top-menu.jpg) repeat-x;
	border-top: solid 1px #C44900;
	border-top-color: #FD5F00;	
}

#nav li.active_menu a {
	background: url(images/toolbar-select.png) 0 0 no-repeat;
}

#nav {
	background: url(images/img/toolbar-div.png) 0 0 no-repeat;
}

#nav li {
	background: url(images/img/toolbar-div.png) 100% 0 no-repeat;
}

#nav li a {
	color: #fff;
}

#nav a:hover {
	color: #B74602;
}

#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 28px;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li.on li.on a {
	text-decoration: underline;
}

#nav li a {
	display: block;
	float: left;
	line-height: 2.2em;
	padding: 0 15px;
}

#wrapper {
	margin: auto;
	width: 98%;
	min-width: 720px;
	border-top: solid 7px rgb(251,251,251);
	border-left: solid 7px rgb(251,251,251);
	border-right: solid 7px rgb(251,251,251);
	border-bottom: solid 7px rgb(251,251,251);
	background-color: #FFFFFF;
}

#mainarea {
	padding: 10px;
	border-top: solid 1px #A3A9BE;
	background: #FFFFFF url(images/img/main-bg.png) repeat-x;
	font-size: 13px;
}
.windowbg td {font-size: 13px;}
/* Logos Banners go here. */
#logo {
	position: absolute;
	top: 10em;
	left: 12em;
	display: block;
	width: 268px;
	height: 69px;
}
#header {
	height: 154px;
	overflow: hidden;
	background: url(images/img/header-bg.jpg) 0 0 repeat-x;
}
#header-r {
	float: right;
	height: 186px;
	width: 354px;
	overflow: hidden;	background: url(images/img/forum-logo.jpg) 0 0 repeat-x;

}
#smf-avatar {
	float: left;
	margin-right: 1em;
	padding-top: 0px;
}
#smf-avatar img {float:left;}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix , * html .catbg, * html .catbg2, * html .catbg3 {
	height: 1%;
}
#welcome {
	position: absolute;
	top: 1em;
	left: 12em;
	font-size: 12px;
	color: #BD430B;
	font-family: geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	float: left;
	text-align: left;
	width: 300px;
}
#welcome a:link, #welcome a:visited {
	color: #BD430B;
}
#welcome a:hover {
		text-decoration: underline;
}
#footer {
	font-family: geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	height: 109px;
  background: url(images/img/footbg.jpg) 0 0 repeat-x;
	padding-top: 0px;
	text-align: center;
	font-size: x-small;
	font-weight: 700;
}

#footer-r {
	height: 109px;
	padding: 8px 40px 10px 40px;
	font-size: x-small;
	color: white;
	font-weight: 700;
	background: url(images/img/footright.jpg) no-repeat;
}

#footer a:link , #footer a:visited {
	color: white;
}

#footer a:hover {
	color: black;
}
.tp_righblock_body, .tp_rightblock_title a{font-size: 12px;}
.smalltext {}
