html {
  width: 100%;
  height: 100%;
  background: #423C38;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #423C38;
  color: #545454;
  width: 100%;
  height: 100%;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 150%;
}
h3 {
  font-size: 125%;
}


a {
  color: #8c6e5c;
  text-decoration: underline;
  outline: none;
}
a:hover, a:focus {
  color: #261b14;
  text-decoration: none;
}
a img {
  border: none;
}


#wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

ul#mainMenu {
  text-align: center;
  text-transform: uppercase;
  color: #ffce65;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 53px;
  position: relative;
  z-index: 10;
  width: 100%;
}
ul#mainMenu li {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  text-align: left;
  margin: 0 13px;
  position: relative;
}
* html ul#mainMenu li {
  display: inline;
}
*+html ul#mainMenu li {
  display: inline;
}


ul#mainMenu li a {
  color: #faf0e3;
  font-weight: normal;
}
ul#mainMenu li a:hover,
ul#mainMenu li a:focus,
ul#mainMenu li.hover a,
ul#mainMenu li.active a {
  color: #ffce65;
}
ul#mainMenu li ul.sub {
  position: absolute;
  display: none;
  width: 150px;
  margin: 0;
  padding: 5px 7px 3px 7px;
  top: 40px;
  left: 0;
  text-transform: none;
  color: #423C38;
  background: #FFCE65;
  opacity: 0.9;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
ul#mainMenu li.hover ul.sub {
  display: block;
}
ul#mainMenu li ul.sub li {
  margin: 0;
  height: auto;
  display: block;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
ul#mainMenu li ul.sub li a {
  color: #423C38;
}
#header {
  width: 998px;
  border: 1px solid #978E82;
  border-bottom: none;
  height: 447px;
  overflow: hidden;
  position: relative;
  background: #faf0e3 url(images/header_bg.jpg) left top no-repeat;
}
.chir #header {
  background: #faf0e3 url(images/header_bg_chir.jpg) left top no-repeat;
}


#header a#eng,
#header a#rus {
  float: left;
  display: inline-block;
  min-height: 16px;
  color: #ffce65;
  text-transform: uppercase;
  padding: 0 0 0 40px;
  margin: 14px 0 0 14px;
}
#header a#eng {
  background: url(images/eng.gif) left center no-repeat;
}
#header a#rus {
  background: url(images/rus.png) left center no-repeat;
}
#header #auth {
  float: right;
  margin: 14px 14px 0 0;
  position: relative;
  height: 26px;
}
#header #auth form {
  margin: 0;
  padding: 0;
}
#header #auth a {
  color: #FFCE65;
}
#header #auth input.submit {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 12px;
  color: #4F2F14;
  border: none;
  width: 53px;
  height: 24px;
  padding: 0;
  margin: 0 10px;
  text-align: center;
  background: url(images/auth_submit_bg.png) center no-repeat;
  cursor: pointer;
}
#header #auth input#login,
#header #auth input#pass {
  width: 110px;
  padding: 0 10px;
  margin: 0 1px;
  height: 24px;
  line-height: 24px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #908B83;
  background: #221F1D;
  border: 1px solid #423C38;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#header #auth label {
  color: #908B83;
}
#header #auth .js label {
  position: absolute;
  top: 5px;
}
#header #auth .js label#loginLabel {
  left: 13px;
}
#header #auth .js label#passLabel {
  left: 151px;
}

#logo {
  width: 224px;
  height: 236px;
  position: relative;
  display: inline;
  float: left;
  clear: both;
  margin: 20px 0 0 44px;
}
#logo span#logoText {
  display: block;
  position: absolute;
  top: 7px;
  left: 170px;
}
#chir {
  float: left;
  width: 300px;
  text-align: center;
  color: #282422;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 242px 0 0 97px;
}


#contacts {
  float: right;
  clear: right;
  width: 250px;
  margin: 125px 10px 0 0;
  text-align: center;
  display: inline;
}
#contacts address {
  display: block;
  font-family: Georgia, serif;
  font-style: normal;
  color: #261B14;
  font-size: 18px;
  margin: 0 22px 16px 0;
}
#contacts address span {
  display: block;
  font-size: 22px;
}
#contacts a {
  color: #FFCE65;
  margin: 0 10px 0 0;
}
#phone {
  font-family: Georgia, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
  color: #563B14;
  margin: 125px 0 0 0;
}
#phone span.number {
  font-size: 33px;
  display: block;
  position: relative;
  top: -7px;
}
#phone span.code {
  font-size: 15px;
  color: #8E7653;
  vertical-align: 0.55em;
}
#dolby {
  float: left;
  clear: left;
  font-family: 'Arial Narrow', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 10px;
  color: #563B14;
  text-transform: uppercase;
  margin: 37px 0 0 34px;
  display: inline;
  width: 138px;
  line-height: 1;
}
.chir #dolby {
  margin: 19px 0 0 34px;
}


#dolby img {
  display: block;
  margin: 6px 0 0 0;
}


#content {
  border-left: 1px solid #978E82;
  border-right: 1px solid #978E82;
  width: 998px;
  background: #faf0e3;
  overflow: hidden;
  padding: 0 0 70px 0;
}
#mainContent {
  float: right;
  width: 570px;
  overflow: hidden;
  padding: 0 27px 0 30px;
}
#mainContent h1,
#mainContent h2,
#mainContent h3,
#mainContent p {
  margin-left: 12px;
}
.banner a {
  border: 7px solid #E0D7CB;
  display: block;
  width: 560px;
}
.banner a img {
  display: block;
}

table#schedule {
  width: 100%;
  border: none;
}
table#schedule td {
  vertical-align: middle;
  padding: 0 0 0 15px;
  height: 50px;
  text-align: left;
  font-size: 15px;
}
table#schedule tr.colored td {
  background: #E0D7CB;
}
table#schedule td.date {
  width: 105px;
  font-weight: bold;
}
table#schedule td.date span {
  display: block;
  font-weight: normal;
  font-style: italic;
  color: #959595;
  font-size: 14px;
}
table#schedule tr.colored td.date {
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
table#schedule td.time {
  width: 40px;
  text-align: center;
  padding: 0 45px 0 15px
}
table#schedule td.show {
  color: #959595;
}
table#schedule tr.colored td.show {
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
table#schedule td.show a {
  font-size: 14px;
}
table#schedule td.show span.status {
  display: block;
  font-style: italic;
  font-size: 14px;
}
a#allSchedule {
  display: inline-block;
  margin: 15px 0 0 15px;
}

#afisha div.colored {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #E0D7CB;
}
#afisha div {
  padding: 10px;
  margin-bottom:10px;
  overflow:hidden;
}
#afisha div.date {
  padding:0;
  margin:0;
  font-size:120%;
  font-weight:bold;
  float:left;
  width: 150px;
}
#afisha span.weekday {
  color:#888;
  font-style:italic;
  display:block;
  font-weight:normal;
  font-size:85%;
}
#afisha div.afisha_str {
  margin-left:150px;
  padding:1px;
  width:390px;
}
#afisha div.afisha_str span.time {
  width:70px;
  display:block;
  float:left;
}
#afisha div.afisha_str p.r_title {
  padding:0;
  margin:0;
  margin-left:80px;
  margin-bottom:5px;
}
#afisha div.afisha_str p.r_type {
  padding:0;
  margin:0;
  margin-left:80px;
  color:#888;
  font-style:italic;
}

#secContent {
  width: 330px;
  overflow: hidden;
  float: left;
  padding: 0 20px 0 21px;
}
ul#newsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#newsList li {
  padding: 0 0 0 75px;
  position: relative;
  margin: 0 0 20px;
  min-height: 55px;
}
ul#newsList span.date {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 55px;
  height: 51px;
  padding: 4px 0 0 0;
  text-align: center;
  font-family: Georgia, serif;
  color: #000;
  background: #E0D7CB;
  font-size: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
* html ul#newsList span.date {
  left: -75px;
}


ul#newsList span.date span {
  display: block;
  font-size: 25px;
  line-height: 25px;
}
ul#newsList .anonce p {
  margin-top: 0;
}
a#allNews {
  display: inline-block;
  margin: 10px 0 0 75px;
}

#footer {
  width: 998px;
  border: 1px solid #978E82;
  border-top: none;
  background: #faf0e3;
  overflow: hidden;
  padding: 0 0 30px 0;
}
#footer p {
  margin: 0;
}
#copyright {
  float: left;
  margin: 0 0 0 47px;
  display: inline;
  padding: 21px 0 0 0;
}
#developer {
  float: right;
  display: inline;
  margin: 0 54px 0 0;
  padding: 21px 0 0 62px;
  background: url(images/evo.png) left top no-repeat;
  min-height: 41px;
  height: auto !important;
  height: 41px;
}

#stopie {
  position: fixed !important;
  position: absolute;
  top: 5px;
  left: 50%;
  margin: 0 0 0 -499px;
  width: 998px;
  height: 98px;
  background: #ffff99;
  border: 1px solid #cccc66;
  color:#333333;
  z-index: 1000;
}
#stopie a#closer {
  display: block;
  position: absolute;;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  padding: 5px 5px 0 0;
  background:url(http://www.blogdog.ru/stopie6/close.gif) no-repeat 0 5px;
}
#stopie #attention {
  width: 635px;
  margin: 0 auto;
  padding: 0 0 0 80px;
  background: url(http://www.blogdog.ru/stopie6/warning.gif) no-repeat -10px 0;
}
#stopie ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 375px;
}
#stopie ul li {
  float: right;
}
#stopie ul li a {
  display: block;
  width: 75px;
  height: 98px;
}
#stopie ul li#google a {
  background: url(http://www.blogdog.ru/stopie6/chrome.gif) center top no-repeat;
}
#stopie ul li#safari a {
  background: url(http://www.blogdog.ru/stopie6/safari.gif) center top no-repeat;
}
#stopie ul li#ie a {
  background: url(http://www.blogdog.ru/stopie6/explorer.gif) center top no-repeat;
}
#stopie ul li#ff a {
  background: url(http://www.blogdog.ru/stopie6/firefox.gif) center top no-repeat;
}
#stopie strong {
  font-size: 14px;
  display: block;
  padding: 10px 0 5px 0;
  color: #cc3300;
}
#stopie p {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
}
#stopie a#from {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #333333;
}

.colored {
	background: #E0D7CB;
}

#repertuar {
	list-style-position:inside;
	padding:0;
	margin:0 0 0 12px;
}
#repertuar li {
	margin: 0 0 5px 0;
}
#actors {
	list-style-position:inside;
	padding:0;
	margin:0 0 0 12px;
}
#actors li {
	margin: 0 0 5px 0;
}
#actor_photo {
	margin-left:12px;
	width:200px;
	float:left;
}
#actor_info {
	margin-left:200px;
	padding-left: 20px;
}

#gallery {
	list-style: none;
	padding-left: 0px;
	margin-left: 12px;
}
#gallery li {
	margin-bottom: 10px;
	background: url("images/folder.png") no-repeat;
	padding-left: 30px;
	line-height: 24px;
}
#gallery li span {
	font-size: 85%;
	color: #888;
}
#gallery li em {
	font-size: 90%;
}
table.gallery td {
	background: #e0d7cb;
}
table.gallery span {
	font-size: 85%;
	color: #888;
}

ul.pages_u{margin:1.5em 0 1.5em 0; padding:0;}
ul.pages_u li{display:inline; margin-right:0.5em;}
ul.pages_u li a{padding:0.1em 0.3em 0.1em 0.3em; margin:0.3em; border-bottom:1px solid; /*background:#ebebeb;*/ /*border:1px solid #bababa;*/ text-decoration:none;}
ul.pages_u li span{padding:0.2em 0.35em 0.2em 0.35em; background:#e0d7cb; /*border:1px solid #bababa;*/ margin:0;}
ul.pages_u li span.current{/*background:#ff5b00;*/ /*border:1px solid #ff5b00;*/ /*color:#fff;*/ /*font-weight:bold;*/}

.ad {padding: 15px; color:#888;}
.ad a {color:#888;}

#articles, #folders {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#articles img {
	float: left;
	margin: 3px 5px 5px 0px;
}
#folders img {
	float: left;
	margin: 3px 5px 5px 0px;
}
#articles h3 { margin-top: 0px; }
#folders h3 { margin: 0px; }
#articles, #folders .date {
	/*border-top: 1px solid #c5c5c5;*/
	margin-top: 20px;
}
#articles li {
	border-bottom: 1px solid #c5c5c5;
	overflow: hidden;
	line-height: 22px;
	margin-bottom: 15px;
}
#folders li {
	border-bottom: 1px solid #c5c5c5;
	overflow: hidden;
	line-height: 32px;
}
#folders li span {
	font-weight: normal;
	font-size: 75%;
	color: #c5c5c5;
}
#download {
	list-style: none;
	padding-left: 10px;
	border-left: 3px solid #999;
	overflow: hidden;
	margin: 30px 0 40px 0;
}
#download li {
	background: url("images/download.png") 0px 6px no-repeat;
	padding-left: 20px;
	line-height: 30px;
}
#download li span {
	font-size: 85%;
	color: #999;
}
#articles .date {
	color: #999;
	margin: 0px;
	margin-bottom: 5px;
}
