/* Style for Sitemap */
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #f0e7be;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	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: #f0e7be;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: black;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: black;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: black;
	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: black;
	font-family: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #f0e7be;
	background-color: #000000;
	border: 1px solid #000000;
	margin: 10px;
	padding: 10px;
	text-align: justify;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #f0e7be;
	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: #f0e7be;
	text-decoration: none;
	font-style: normal;
	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: #f0e7be;;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
	color: #f0e7be;
}
.windowbg2
{
	color: #f0e7be;
}
.windowbg3
{
	color: #f0e7be;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #f0e7be;
}

/* 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: #f0e7be;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #f0e7be;
	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: #f0e7be;
	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
{

	color: #f0e7be;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	
	color: #f0e7be;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
}
.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: white;
	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: black;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
	border: none;
}

/* 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;
	text-align: justify;
}

/* 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;
}
/* Blog stuff... start */
td.mirrortab_divider, .mirrortab_divider
{
	text-transform: uppercase;
	vertical-align: bottom;
	font-size:8px;
	color:#CACACA;
	padding:0;
	padding-bottom:3px;
	background: url(images/mirrortab_back.gif) repeat-x;
}
td.maintab_divider, .maintab_divider
{
	text-transform: uppercase;
	vertical-align: top;
	font-size:8px;
	color:#CACACA;
	padding:0;
	padding-top:4px;
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
tr.windowTitle td
{
	font-weight:bold;
}
tr.blogSideWindowHeader td
{
	font-size:13px;
	font-weight:bold;
	padding:3px;
}
tr.blogRowTitle td, div.blogRowTitle
{
	font-weight:bold;
	padding:5px;
	white-space:nowrap;
}
tr.blogRowTitle td a, div.blogRowTitle a
{
	color:#9DA5A8;
}
tr.blogRowTitle td a:hover
{
	color:#f0e7be;
}
td.blogTopicAuthor
{
	text-align:center;
	vertical-align:middle;
	margin:0;
	padding-bottom:2px;
}
div.msgOptionsDropDown
{
	float:right;
	text-align:center;
	z-index:100;
}
div.msgOptionsDropDown div.alwaysDisplay
{
	padding:3px;
	background-color:#E7F2FF;
	visibility:visible;
	vertical-align:middle;
	width:40px;
}
div.msgOptionsDropDown:hover div.alwaysDisplay
{
	color:#656565;
	background-color:#f0e7be;
	border-color:#D3DEEF;
	visibility:hidden;
	vertical-align:middle;
}
div.msgOptionsDropDown div.displayOnHover
{
	display:none;
	position:absolute;
	z-index:100;
	padding:0;
	margin:0;
	margin-right:13px;
	color:#656565;
	background-color:#f0e7be;
	text-align:center;
	white-space:nowrap;
}
div.msgOptionsDropDown div.displayOnHover a
{
	padding:0;
	margin:0;
}
div.msgOptionsDropDown div.displayOnHover img
{
	padding:5px;
	vertical-align:middle;
	text-align:center;
}
div.msgOptionsDropDown:hover div.displayOnHover
{
	display:block;
}
tr.commentsHeader td
{
	padding:6px;
	color:#737373;
}
tr.commentWrittenBy td
{
	padding:4px;
}
tr.commentSpecial td, span.commentSpecial
{
	padding:4px;
	color:#AAAAAA;
}
span.commentSpecial
{
	color:#AAAAAA;
}
.internalLink
{
	color:#9B9B9B;
}
.internalLink:hover
{
	color:#000000;
}
tr.commentBody td
{
	padding:4px;
}
td.windowHeaderPageIndex
{
	white-space:nowrap;
	font-weight:normal;
}
td.windowHeaderPageIndex a
{
	color:#fff;
}
td.windowHeaderPageIndex a:hover
{
	color:#2C537F;
}
div.unapprovedAlert img
{
	text-align:center;
	margin:8px;
}
td.blogArticleHeader h1
{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
div.blogHelpText
{
	text-align:left;
	margin:12px;
	line-height:120%;
}
div.img_float_left img
{
	margin: 4px 12px -2px 0;
}
div.img_float_right img
{
	margin: 4px 0 -2px 12px;
}
/* Blog stuff... end */

.post_row1 {
background-color: #1b1b1b;
background-image: url('http://wizardsland.ru/Themes/wizards/img/post-tile-bottom.gif');
background-repeat: repeat-x;
background-position: left bottom;
}

.post_row2 {
background-color: #313131;
background-image: url('http://wizardsland.ru/Themes/wizards/img/post-tile-bottom2.gif');
background-repeat: repeat-x;
background-position: left bottom;
}

.post_row1 .post_inrow {
background-image: url('http://wizardsland.ru/Themes/wizards/img/post-tile-top.gif');
background-repeat: repeat-x;
background-position: left top;
}

.post_row2 .post_inrow {
background-image: url('http://wizardsland.ru/Themes/wizards/img/post-tile-top2.gif');
background-repeat: repeat-x;
background-position: left top;
}

.post_row_shell  {
	border: 2px #1b1b1b solid;
	padding: 1px;
	margin: 1px
	background-color: #000;
}

.post_row_shell .in  {
	border: 2px #313131 solid;
	padding: 1px;
	background-color: #000;
}

.postbg1 {
background-image: url('http://wizardsland.ru/Themes/wizards/img/post-bg1.gif');
background-repeat: repeat-x;
background-position: left top;
background-color: #252525;
}

.postbg2 {
background-image: url('http://wizardsland.ru/Themes/wizards/img/post-bg2.gif');
background-repeat: repeat-x;
background-position: left top;
background-color: #161616;
}

.paper .bordercolor,
.paper .windowbg,
.paper .windowbg td,
.paper .windowbg2,
.paper .windowbg2 td,
.paper .catbg,
.paper .titlebg,
.paper .titlebg td
{
background: none;
color: black;
}

.paper a {
	color: #191970;
	font-weight: bold;
}

.paper {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light2.jpg');
	margin: 0px; padding: 0px;
}

.paper .top {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/paper/border-top.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.paper .bot {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/paper/border-bot.gif');
	background-repeat: repeat-x;
	background-position: bottom;	
}

.paper .left {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/paper/border-left.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.paper .right {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/paper/border-right.gif');
	background-repeat: repeat-y;
	background-position:right;
}

.paper .top_left {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/paper/border-top-left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.paper .top_right {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/paper/border-top-right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.paper .bot_left {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/paper/border-bot-left.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.paper .bot_right {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/paper/border-bot-right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 50px;
	padding-bottom: 100px;
}









.light_paper {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light.jpg');
	margin: 0px; padding: 0px;
}

.light_paper .top {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light/paper-top.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.light_paper .bot {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light/paper-bot.jpg');
	background-repeat: repeat-x;
	background-position: bottom;	
}

.light_paper .left {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light/paper-left.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

.light_paper .right {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light/paper-right.jpg');
	background-repeat: repeat-y;
	background-position:right;
}

.light_paper .top_left {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light/paper-top-left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.light_paper .top_right {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light/paper-top-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.light_paper .bot_left {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light/paper-bot-left.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.light_paper .bot_right {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/light/paper-bot-right.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 60px;
	padding-bottom: 100px;
}


.light_paper .windowbg2,
.paper .windowbg2 {
	color: #000;
}

.light_paper .windowbg2 th,
.paper .windowbg2 th {
	color: #000;
}

.light_paper .catbg,
.light_paper .catbg a {
	color: #000;
}



.light_paper .titlebg2,
.light_paper .titlebg2 a {
	color: #000;
}

.light_paper .middletext {
	color: #000;
}

.light_paper .windowbg2 a {
	color: #000;
}

.light_paper .whois {
	color: #000;
}

.light_paper .commentSpecial {
	color: #000;
}

.light_paper td { 
	text-align: justify;
}

.paper .middletext {
	color: #000;
}

.paper .tree, .paper .nav {
	color: #000;
}

.paper .catbg td,
.light_paper .catbg td {
	color: #000;
}


#bloglist_header a {
	color: black;
}

#bloglist_header_top a {
	color: black;
}

.blog_list_header a {
	color: #ffb019;
	position: relative;
	top: -5px;
}

.blog_list_discription {
	color: #f0e7be;
	font-size: 10px;
	text-align: left;
	
}

.blog_menu {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/menu/box-middle.jpg');
	background-position: top left;
	width: 213px;
}

.blog_menu .top {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/menu/box-top.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.blog_menu .top_after {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/menu/box-after-top.jpg');
	background-repeat: no-repeat;
	background-position: 1px 25px;
}

.blog_menu .bot_before {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/menu/box-before-bot.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.blog_menu .bot {
	background-image: url('http://wizardsland.ru/Themes/wizards/img/menu/box-bot.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.blog_menu ul {
	text-align: justify;
	margin: 15px; padding: 0px;
	list-style: none;
	font-size: 10px;
}

.blog_menu li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px #999 solid;
	font-weight: none;
}

.blog_menu h3 {
	padding-top: 5px;
	color: #fff;
	font-size: 12px;
}

.blog_menu li a {
	color: 	#000;
	font-weight: normal;
}

.blog_menu li a:hover {
	color: 	red;
	font-weight: normal;
}

.im1{ background: url('http://wizardsland.ru/Themes/wizards/img/bc/border-left.gif') repeat-y 0 0; }
.im2{ background: url('http://wizardsland.ru/Themes/wizards/img/bc/border-right.gif') repeat-y 100% 0;}
.im3{ background: url('http://wizardsland.ru/Themes/wizards/img/bc/border-top.gif') repeat-x 0 0; }
.im4{ background: url('http://wizardsland.ru/Themes/wizards/img/bc/border-bot.gif') repeat-x 0 100%; }
.im5{ background: url('http://wizardsland.ru/Themes/wizards/img/bc/border-top-left.gif') no-repeat 0 0; }
.im6{ background: url('http://wizardsland.ru/Themes/wizards/img/bc/border-top-right.gif') no-repeat 100% 0; }
.im7{ background: url('http://wizardsland.ru/Themes/wizards/img/bc/border-bot-left.gif') no-repeat 0 100%; }
.im8{ background: url('http://wizardsland.ru/Themes/wizards/img/bc/border-bot-right.gif') no-repeat 100% 100%;position:relative;z-index:9 }

.td td {
	border: 1px solid #000;
}

.no_td td {
	border: none;
}

.shtext {
	font-size: 12px;
}

.quoteheader {
	position: relative;
	z-index: 400;
	width: 300px;
	border: 1px gold solid;
	color: gold;
	padding: 5px;
	margin-bottom: -25px;
	background: black;
}

blockquote {
	position: relative;
	z-index: 300;
	margin-right: 0px;
	padding: 20px;
	background: black;
	border: 1px gold solid;
}

.watchman {
	background-image: url('http://wizardsland.ru/watchmen.jpg');
	background-position: 100px;
	background-repeat: no-repeat;
	background-color: #222;
	border-collapse: collapse;
}

.wizards_row {
	border-collapse: collapse;
	background-color: #252525;
}

.index_date b {
	color: red;
}