/* Normal, standard links. */
a:link
{
	color: #a73300;
	text-decoration: none;
}
a:visited
{
	color: #a73300;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #9c846b;
	text-decoration: none;
}
a.nav:hover
{
	color: #9c846b;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body {
	background: #E6E0D2; url(images/bg.jpg) repeat;
	margin: 0px;
	padding: 12px 30px 4px 30px;
	}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
	background:#FFCC99;
	border:solid 1px #e7e7d6!important;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	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: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	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 #000000;
	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: #000000;
	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
{
	color: #523931;
	background-color: #d7d7c6;
}
.windowbg2
{
	color: #523931;
	background-color: #e7e7d6;
}
.windowbg3
{
	color: #523931;
	background-color: #e7e7d6;
}
.windowbgon
{
	
	background-color: #d7d7c6;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}
.jumpto
{
	background-color: #FFFFFF;
}

/* 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: #FFCC99;
	font-style: normal;
	background: url(images/titlebg.jpg) #131720 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #dd8d1c;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #dd8d1c;
	font-style: normal;
	text-decoration: underline;
}

.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
{
	background: url(images/catbg.gif) #FFCC99 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.gif) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #FFCC99;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #9c3100;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #FFCC99;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px dashed #f7efd6;
	background-color: #d6cec6;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.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;
	padding: 2px 6px 6px 6px;
}
.post:first-letter 
{
font-size:400%;
float:left;
line-height:.8em;
color: #c15900;
padding: 2px;


}


/* 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: red;
}


/* 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
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* 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;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* 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;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* tema */

#wrap {
	margin: auto;
	width: 893px;
}

#wrap #topbar {
	height: 35px;
	padding-top: 15px;
}
#wrap #header {
	background: url(images/header.jpg) no-repeat;
	height: 176px;
}
#wrap #main #content p {
	line-height: 22px;
	margin-bottom: 25px;
	color: #513F33;
}
#wrap #main #sidebar .sidebarcontent .sidebarcol {
	float: left;
	width: 48%;
}
#wrap #main #sidebar .sidebarcontent .sidebarbox {
	color: #513F33;	font-size: 11px;
	padding: 10px;
	background: #F2ECD7;
	margin: 0px 10px 10px 10px;
	line-height: 18px;
}
#wrap #main #content .post .posthead span {
	color: #E84002;
}


#wrap #main #content .post .posthead h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 25px;
	color: #000000;
}
#wrap #main #content .post .posthead .datebox {
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(images/date.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 112px;
	float: right;
}
#wrap #main #content h1, h2, h3, h4 {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
}
#wrap #main #content .post form {
	padding-right: 15px;
	padding-left: 15px;
}
#wrap #main #content .post #form label {
	font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
	font-size: 12px;
	color: #040507;
	display: block;
}
#wrap #main #content .post #form .textfield {
	display: block;
	width: 250px;
	border: 1px solid #AF9D72;
	background-color: #F2ECD7;
}


#wrap #main #content .post .posthead .datebox .day {
	font-size: 32px;
	display: block;
	text-align: center;
	padding-top: 18px;
	color: #999900;
}
#wrap #main #content .post .posthead .datebox .month {
	display: block;
	text-align: center;
}

#wrap #main #content .post {
	margin-top: 15px;
	margin-bottom: 15px;
}
#wrap #main #sidebar .sidebartop img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#wrap #header #description {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-variant: small-caps;
	font-size: 14px;
	display: block;
	float: right;
	width: 100px;
	text-align: center;
	padding-right: 90px;
	padding-top: 55px;
	color: #FFFFFF;
	font-weight: normal;
}
#wrap #main #content .post .readmore {
	display: inline;
	background-color: #F2ECD7;
	padding: 3px;
}
#wrap #topbar #sitename {
	color: #EC4900;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 26px;
	margin: 0px;
	padding-left: 15px;
	display: block;
	float: left;
}
#wrap #main #sidebar .sidebarcontent h2 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	display: block;
	padding-left: 10px;
}
#wrap #main #sidebar .sidebarcontent ul {
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 15px;
}
#wrap #main #sidebar .sidebarcontent .posts li {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2ECD7;
}
#wrap #main #sidebar .sidebarcontent .posts a {
	color: #938157;
	text-decoration: none;
}

#wrap #topbar #sitename span {
	color: #000000;
}

.clear {
	clear: both;
}
#wrap #main #content {
	width: 490px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#wrap #main #sidebar {
	margin-left: 520px;
}
#wrap #main #sidebar .sidebartop {
	background-image: url(images/sidebar1.jpg);
	background-repeat: no-repeat;
	height: 51px;
}
#wrap #main #sidebar .sidebarcontent {
	background-image: url(images/sidebar2.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#wrap #main #sidebar .sidebarbtm {
	background: url(images/sidebar3.jpg) no-repeat;
	height: 73px;
}
#wrap #main #sidebar .sidebarcontent .posts a:visited, active {
	color: #938157;
	text-decoration: none;
}
#wrap #main #sidebar .sidebarcontent .posts a:hover {
	color: #282317;
	text-decoration: none;
}
#wrap #main #sidebar .sidebarcontent .normalmenu li {
	display: block;
	height: 25px;
	border-bottom: solid 1px#F2ECD7;
}
#wrap #main #sidebar .sidebarcontent .normalmenu a {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #A2816D;
	text-decoration: none;
	border-bottom-color: #DCFC3;
}
#wrap #main #sidebar .sidebarcontent .normalmenu a:visited, active {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #A2816D;
	text-decoration: none;
	border-bottom-color: #DCFC3;
}
#wrap #main #content a {
	color: #993300;
}

#wrap #main #sidebar .sidebarcontent .normalmenu a:hover {
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	background-color: #F2ECD7;
}
#wrap #main #content a:visited, active {
	color: #993300;
}
#wrap #main #content a:hover {
	color: #000000;
	text-decoration: none;
}
#wrap #footer {
	background : url(images/footer.jpg) no-repeat center top;
	padding: 25px 15px 15px 15px;
	text-align: center;
}
#wrap #footer #credit {
	padding-top: 25px;
	font-size: 10px;
}
#wrap #footer a {
	color: #990000;
}
#wrap #footer a:visited, active {
	color: #990000;
}
#wrap #footer a:hover {
	color: #000000;
	text-decoration: none;
}
#wrap #main #sidebar .sidebarcontent  a {
	color: #990000;
}
#wrap #main #sidebar .sidebarcontent a:visited, active {
	color: #990000;
}
#wrap #main #sidebar .sidebarcontent a:hover {
	color: #000000;
	text-decoration: none;
}
#wrap #main #content .post blockquote {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background : url(images/blockquote.jpg) no-repeat left top;
	padding : 5px 5px 5px 30px;
	display: block;
	text-align: right;
	border-right: dashed 1px #CEC8BC;
	margin: 5px 10px 5px 5px;
}
#wrap #main #content .post img {
	padding: 3px;
	background-color: #FFFFCC;
	border: 1px solid #D1C6AB;
}
#wrap #main #content .post .alignleft {
	float: left;
	margin: 5px;
}

#wrap #main #content .post .posthead .postinfotop {
	font-size: 10px;
	margin: 0px;
}

#wrap #main #content .post blockquote p {
	color: #993300;
	padding: 0px;
	margin: 0px;
}
#wrap #main #content .post ul {
	padding: 10px;
	list-style-type: none;
	margin-left: 15px;
}
#wrap #main #content .post ol {
	padding: 10px;
	list-style-type: decimal;
	margin-left: 15px;
	list-style-position: inside;
}
#wrap #main #content .post ul li {
	background: url(images/bullet.jpg) no-repeat 0px 7px;
	padding:3px 15px 3px;
	padding-top: 3px;
}
#wrap #main #content .post ol li {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrap #main #content .post code {
	font-size: 12px;
	color: #333333;
	background: #F0F0F0;
	white-space: pre;
	padding: 10px;
	margin-bottom: 25px;
	font-family: "Courier New", Courier, monospace;
	display: block;
}
#wrap #main #content .post #pagination {
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#wrap #main #content .post #pagination span {
	padding-left: 150px;
}
#wrap #main #content  table {
	width: 95%;
	border: 1px solid #C5B798;
	margin-top: 15px;
	margin-bottom: 25px;
}

#wrap #main #content .post  th {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDC1A7;
	background-color: #CDC1A7;
	color: #993300;
}
#wrap #main #content .post .extract {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/blockquote.jpg) no-repeat left top;
	padding: 5px 5px 5px 30px;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	border-right: dashed 1px #CEC8BC;
	margin: 5px 10px 5px: 5px;
}
#wrap #main #content .post #form .textfield:hover {
	display: block;
	width: 250px;
	border: 1px solid #AF9D72;
	background-color: #FFFFCC;
}
#wrap #main #content .post #form input {
	padding: 3px;
	margin-bottom: 15px;
}
#wrap #main #content .post #form .buttons {
	padding: 15px;
}
#wrap #main #content .post #form .buttons input {
	border: 1px solid #AF9D72;
	background-color: #F2ECD7;
}
#wrap #topbar #topmenu {
	float: right;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Halvetica, Arial;
	padding-right: 15px;
	padding-left: 15px;
}
#wrap #topbar #topmenu ul {
	list-style-type: none;
}
#wrap #topbar #topmenu li {
	display: inline;
}
#wrap #topbar #topmenu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0D9C9;
}

#wrap #main #content .post #form .textfield:focus {
	display: block;
	width: 250px;
	border: 1px solid #70613F;
	background-color: #FFFFFF;
}
#wrap #topbar #topmenu a:visited, active {
	display: block;
	float: left;
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0D9C9;
}
#wrap #topbar #topmenu a:hover {
	display: block;
	float: left;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 10px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0D9C9;
}
#wrap #topbar #sitename a {
	color: #E84002;
	text-decoration: none;
}
#wrap #topbar #sitename a:visited, active, hover {
	color: #E84002;
	text-decoration: none;
}
.linktree {
	background-color: #F2ECD7;
	padding: 3px;
	margin: 0px;
	color: #E83900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #D4CEC2;
	border-bottom-color: #D4CEC2;
	font-size: 10px;
}