/*
Theme Name: Arlekin
Theme URI: http://arlekintheatre.com/
Description: The "revolutionized" new face of bbPress.
Version: 1.0
Author: kMahler
Author URI: 
*/

/* Structure
=================================== */

.bbcrumb {
	font:italic 14px Georgia, serif;
	padding: 10px 0 20px;
	font-weight: normal;
}

.notice {
	border: 1px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font:italic 12px Georgia, serif;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	border-color: #852424;
	background-color: #ca8a8a;
	color: #5d2424;
}

.notice p { margin-bottom: 0; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	font:italic 14px Georgia, serif;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
}

span.page-numbers.current {
	color:#d7a852;
	background-position: 0 -100px;
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #006400;
}

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #a26f13;
	border-width: 1px 0;
	padding: 1em 0;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

input#tagformsub {
	border: 1px solid #999;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	padding: 2px 4px;
}

input#tagformsub:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}

#thread {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #a26f13;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font:italic 11px Georgia, serif; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #f4e3c5;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background-color: #fff;
}

#thread li.pingback .threadpost {
	background-color: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background-color: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #a26f13;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font:italic 11px Georgia, serif;
}

.num, #forumlist small {
	font:italic 12px Georgia, serif;
	text-align: center;
	white-space: nowrap;
}

h2.post-form {
	font:italic 18px Georgia, serif;
	text-align:left;
	border-bottom-width: 0;
	margin-bottom: 7px;
}

.postform {
	background-color:#f4e3c5;
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #a26f13;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	max-width: 725px;
	border: 1px solid #a26f13;
	display: block;
}

.postform label { display: block; }

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	width: 715px;
	border: 1px solid #a26f13;
	display: block;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

p.submit { text-align: right; }

p.allowed { margin-bottom: 0; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

p.rss-link {
	text-align: right;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }


#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}
table#forumlist{border:solid 1px #d7a852;}
table#latest{border:solid 1px #d7a852;}
table#favorites{border:solid 1px #d7a852;}
#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #f4e3c5; }

#latest th, #forumlist th, #favorites th {
	text-align: left;
	background-color:#d7a852;
	font:italic 14px Georgia, serif;
	font-weight: normal;
	padding: 5px 9px;
	color: #fff;
	border:solid 1px #d7a852;
}

#latest th a, #forumlist th a, #favorites th a {
	color:#fff;
	font-style: italic;
}
b
#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {
	color:#a22f32;
}

tr.bb-category td {
	background-color: #ddd;
}

#latest, #forumlist, #favorites {
	background-color: #fef6e9;
	margin-bottom: 3em;
	width: 100%;
	border:solid 1px;
}

#latest, #forumlist {
	margin-top: -0.9em;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	padding-top:10px;
	padding-bottom:15px;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font:italic 14px Georgia, serif;
	color:#fff;
	background-color: #d7a852;
	padding: 4px 7px;
}

#profile-menu li.current a {
	background-color: #f4e3c5;
	color:#a26f13;
}

#profile-menu li a:hover {
	background-color: #f4e3c5;
	color:#a26f13;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #a26f13;
	border-bottom: 1px solid #a26f13;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #fdf4e4;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

p.submit input {
	background-color: #deb468;
	border: 1px solid #deb468;
	color: #fff;
	padding: 2px 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
}

p.submit input:hover {
	background-color: #f4e3c5;
	color: #000;
}

p.submit input:active {
	border-color: rgb(0, 100, 0);
}
}

/* WP-Theme
=================================== */
html, body {height:100%;}
body {color:#a26f13;width:100%;min-width:1000px;background:#000;}

/*-- Разметка --*/
#logo{position:absolute;width:460px;height:198px;left:50%;top:45px;margin-left:-230px;}
#wrap {position: relative;background:#fff;width:900px;margin: 0px auto;min-height:100%;height:auto !important;height:100%;background:url(/theatre/wp-content/themes/arlekin/img/page-bg.jpg) repeat-y top center;border:1px;}
#title {background:url(/theatre/wp-content/themes/arlekin/img/top.jpg) no-repeat top center;width:900px;height:50px;padding-top:250px;}
#menu{margin-left:30px;margin-right:30px;padding-top:5px;padding-bottom:5px;border-top:#b47b14 solid 2px;border-bottom:#b47b14 solid 2px;}
#menu ul{text-align:center;}
#menu ul li{display:inline;padding-left:10px;padding-right:10px;}
#menu ul li a{font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;font-size:16px;font-weight:bold;color:#a56c01;text-decoration:none;}
#menu ul li a:hover{font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;font-size:16px;color:#955a05;text-decoration:underline;}
#content{padding:0 70px;}
/*ie7 - #footer {background:url(img/bottom.jpg) bottom center no-repeat;padding-top:5px;position:relative;margin-top:-70px;height:100px;width:900px;left:50%;margin-left:-450px;text-align:center;}*/
#footer {background:url(/theatre/wp-content/themes/arlekin/img/bottom.jpg) bottom center no-repeat;padding-top:5px;position:relative;margin-top:-70px;height:100px;width:900px;left:50%;margin-left:-450px;text-align:center;}
.footer_blank {height:70px;}
#footer-box{margin:0 30px;width:840px;overflow:hidden;;padding-top:20px;border-top:solid 1px #deb468;}
#footer-copy{float:left;width:550px;padding-top:5px;font:italic 14px Georgia, serif;}
#footer-search{float:left;width:286px;}
/*-- конец-Разметка --*/

/*  нижние блоки на главной  */
#bottom-panel{width:840px;overflow:hidden;}
#bottom-left{width:490px;float:left;padding-right:15px;}
#bottom-right{width:320px;float:left;padding-left:10px;}
.bot-cont{padding:10px 0px;}
.title-panel-left{border-bottom:#b47b14 solid 2px;overflow:hidden;width:490px;}
.title-panel-right{border-bottom:#b47b14 solid 2px;overflow:hidden;width:320px;}
.title-panel-left h3{float:left;display:inline;font:italic 18px Georgia, serif;}
.title-panel-left span{float:right;display:inline;font:italic 14px Georgia, serif;}
.title-panel-right h3{float:left;display:inline;font:italic 18px Georgia, serif;}
.title-panel-right span{float:right;display:inline;font:italic 14px Georgia, serif;}
/*  конец - нижние блоки на главной  */


/*-- Типографика --*/
a {color: #a22f32;}
a:visited {  }
a:hover {color:#df272c;}
a:active {  }
.post p { font:italic 14px Georgia, serif;margin-bottom: 11px; }
.bot-quote p { font:italic 14px Georgia, serif;margin-bottom: 11px; }
.post h1, .post h2, .post h3, .post h4 { font:italic 24px Georgia, serif; margin-bottom: 11px; }
.post h1 { margin-bottom: 20px; text-align:center;font-size: 24px; font-weight:normal;}
#content h1{ font:italic 24px Georgia, serif; margin-bottom: 11px; }
#content h1 { margin-bottom: 20px; text-align:center;font-size: 24px; font-weight:normal;}
.post h2 { font-size: 20px; font-weight:normal;}
.post h3 { font-size: 18px; font-weight:normal; }
.post h4 { font-size: 16px; font-weight:normal; }

/*ie6.post blockquote { margin-left: 30px; padding-left: 10px; border-left: 0px solid #deb468;background:url(img/b-quote.jpg) top left repeat-y;}*/
.post blockquote { margin-left: 30px; padding-left: 10px; border-left: 2px solid #deb468; }
.history {text-align:right;color:#df272c;}
.post img {padding:2px 2px; margin:7px 7px;margin-top:0px;border:solid 2px #deb468;}
img.nob {padding:2px 2px; margin:7px 7px;margin-top:0px;border:solid 0px #deb468;}
hr { color: #a26f13; background-color: #a26f13; height: 1px; border-width: 0px; }
.strong { font-weight: bold; }

.truppa-mainplace{float:left;width:600px;margin:10px 0px;padding-left:110px;}
.truppa{float:left;width:310px;margin:10px 0px;padding-left:50px;}
/*-- конец-Типографика --*/

/*-- Украшалки --*/
.hr1{width:100%; height:50px;background:url(/theatre/wp-content/themes/arlekin/img/hr1.gif) top center no-repeat;clear:both;text-align:center;}
.hr2{width:100%; height:25px;background:url(/theatre/wp-content/themes/arlekin/img/hr2.gif) top center no-repeat;clear:both;text-align:center;}
.hr-b{width:100%; height:10px;background:url(/theatre/wp-content/themes/arlekin/img/hr-b.jpg) bottom center no-repeat;clear:both;text-align:center;}
.hr-m{width:300px; height:5px;background:url(/theatre/wp-content/themes/arlekin/img/hr-b.jpg) top center no-repeat;}
.hr-s{width:200px; height:5px;background:url(/theatre/wp-content/themes/arlekin/img/hr-b.jpg) top center no-repeat;}
/*-- конец-Украшалки --*/

/*-- Выравнивание --*/
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

img.f-left { margin-right: 14px; }
img.f-right { margin-left: 14px; }
/*-- Конец-Выравнивание --*/
