/* $Id: style.css,v 1.6 2008/07/14 01:41:22 add1sun Exp $ */

/* Reset the basic elements to a baseline. */
body {
  color: #615f5e;
  background: #eee7d1;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  font-size: 9.75pt;
}

a:link {
  color: #385173;
}
a:visited {
  color: #385173;
}
a:hover {
  color: #8a3835;
}
a:active {
  color: #ff0000;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 100%;
}
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}
li {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
}
caption {
  text-align: left;
}
th {
  border-bottom-width: 1px;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}
td {
  font-size: 100%;
}
form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
b, strong {
  font-weight: bold;
}
i, em, u {
  font-style: italic;
}
u {
  text-decoration: none;
}
a img {
  border: 0px;
}

/* Main page element styles */
#wrapper {
  min-width:1000px;
  max-width:1240px;
  margin:0 auto;
}
#header {
  text-align: center;
  background-color: #ffffff;
  width:100%;
}
#header h1 {
  margin: 0px;
}
#header img.logo {
  position:absolute;
  top:30px;
  left:22px;
}
#header .site-name {
}
#header .site-slogan {
}
#header .navigation {
}
#header .navigation .navigation-primary {
}
#header .navigation .navigation-secondary {
}
#header form.search {
  margin-top: 10px;
}

#container {
  margin-top:30px;
  width:100%;
  xclear: both;
}

.sidebar {
}
#container tbody{
	border:0px;
}
#container table{
	width:100%;
	border:0px;
}
#container td{
	vertical-align:top;
}
#left-sidebar  a{
	font-weight:bold;
}
#left-sidebar {
  width: 203px;
  padding-right:16px;
}
#right-sidebar {
  width: 203px;
  padding-left:16px;
}

#page {
  overflow: hidden;
  background-color: #ffffff;
  min-height: 500px;
  width:100%;
  padding-bottom:20px;
}

#footer .container{
  background:url(bg_footer_right.gif) no-repeat top right;
  height:56px;
  padding:0 20px;
}
#footer a,
#footer {
  color:#ffffff;
}
#footer {
  clear: both;
  margin-top: 20px;
  margin-bottom:10px;
  background:#4f1e1f url(bg_footer_left.gif) no-repeat;
  line-height:56px;
  overflow:hidden;
  font-family:Arial;
  font-size:9.5pt;
}

/* Common page items */
#page h2.title span.left{
	display:block;
	background:url(title_bg_left.gif) no-repeat;
	width:3px;
	height:3px;
	float:left;
	padding:0;
}
#page h2.title span.right{
	display:block;
	background:url(title_bg_right.gif) no-repeat;
	width:3px;
	height:3px;
	float:right;
	padding:0;
}
#page h2.title span{
	padding:2px 28px 5px 28px;
	display:block;
}
#page h2.title {
	margin:0 0 5px 0;
	padding:0;
	height:49px;
	background:url(title_bg.gif) repeat-x;
	color:#dbcaa1;
	font-size:19.5pt;
	font-family:"Times New Roman",Times;
	line-height:49px;
	overflow:hidden;
	font-weight:normal;
}
.front #page h2.title {
	margin-bottom:0;
	height:47px;
}
.front .node{
	margin:0;
}
#page .mission {
  padding: 20px;
  font-size: 144%;
}
#page .tabs {
}
#page .help {
}
#page .messages {
  color: #333333;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
}
#page .error {
  border-color: #ff0000;
}

.breadcrumb {
}

/* Blocks */
.block {
}
.block .title {
  font-weight: bold;
}
.block .content {
/*  padding-bottom: 10px;*/
}
.user-login-block {
  text-align: left;
}

/* Nodes */
.front .node {
	margin-bottom:0;
}

.node {
  margin-bottom: 10px;
}
.node h3.title {
}
.node .content {
}
.node .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.node .date {
}
.node .author {
}
.node .terms {
}
.node .links {
  clear: left;
}
.node-sticky {
}
.node table {
  width: 100%;
}

/* Boxes (comment list container) */
.box {
}
.box h3.title {
}
.box .content {
}

/* Comments */
#comments .wrapper{
	border:0 solid #eeeeee;
	margin:0 0 15px 0;
	border-left-width:2px;
	padding-left:10px;
}
#comments{
	padding:15px 5px 15px 0;
	clear:both;
}
.comment h4.title {
}
.comment .new {
}
.comment .content {
	padding:5px;
	background:#f4f3eb;
}
.comment .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.comment .date {
}
.comment .author {
}
.comment .links {
  clear: left;
}
.comment-new {
}


/* Customize different page layouts */
#header .header_left{
	background:url(header_left.png) no-repeat top left;
	height:248px;
	position:relative;
	display:block;
}
#header {
	background:url(header_right.png) no-repeat top right;
}
body.sidebar-left #header {
}
body.sidebar-right #header {
}
body.two-sidebars #header {
}
body.no-sidebars #header {
}

/*body.sidebar-left #page {
  min-width:780px;
  max-width:1020px;
}
body.sidebar-right #page {
  min-width:780px;
  max-width:1020px;
}
body.two-sidebars #page {
  min-width:560px;
  max-width:800px;
}
body.no-sidebars #page {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  float: none;
}
*/
.footer {
  margin-left: auto;
  margin-right: auto;
  min-width:100%;
}
/*
body.sidebar-left .footer {
  width: 80%;
}
body.sidebar-right .footer {
  width: 80%;
}
body.two-sidebars .footer {
  width: 60%;
}
body.no-sidebars .footer {
  width: 100%;
}
*/
/* Fixed-width sidebars, fixed center column. */
/*
#left-sidebar {
  float: left;
  width: 120px;
}
#right-sidebar {
  float: left;
  width: 100px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  width: 760px;
  margin-left: 0px;
  margin-right: 0px;
}

body.sidebar-left #page,
body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: left;
  width: 440px;
}

.footer,
body.sidebar-left .footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  width: 760px;
  margin-left: 0px;
  margin-right: 0px;
}
*/

/* Fixed-width sidebars, fluid center column. */
/*
#left-sidebar{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
}
#right-sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  margin-left: 160px;
  margin-right: 160px;
}

body.sidebar-left #page,
body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: none;
  margin-left: 160px;
  margin-right: 160px;
}

.footer,
body.sidebar-left .footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  margin-left: 160px;
  margin-right: 160px;
}
*/
/* end custom layouts */

/* Override drupal.css */
#user-login-form {
  text-align: left;
}


ul.nice-menu-down{
	z-index:1000;
}
ul.nice-menu li,
ul.nice-menu ul{
	border:0;
}
ul.nice-menu ul{
	top:32px;
}
ul.nice-menu a:visited{
	color:#dbcaa1;
}
ul.nice-menu a{
	color:#dbcaa1;
	text-decoration:underline;
	text-align:left;
	padding:8px 5px;
}
ul.nice-menu a:visited{
	color:#dbcaa1;
}
ul.nice-menu a.active,
ul.nice-menu a:hover{
	color:#dbcaa1;
	text-decoration:none;
}
ul.nice-menu a.active{
	font-weight:bold;
}
ul.nice-menu li.menuparent,
ul.nice-menu li{
	padding:0;
	margin:0;
	background-color:transparent;
}
.block-nice_menus{
	position:relative;
	top:217px;
	margin:0 auto;
	text-align:center;
	display:block;
}
ul.nice-menu-down li.menuparent{
	background:transparent url(arrow-right.png) right center no-repeat;
}
ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over{
	background:transparent url(arrow-right.png) right center no-repeat;
}
ul.nice-menu-down li.menuparent li a{
	background-color:#d5cfbd;
	color:#615f5e;
	border:1px solid white;
	border-top-width:0;
	padding:3px;
}
ul.nice-menu-down li.menuparent li a:visited,
ul.nice-menu-down li.menuparent li a.active,
ul.nice-menu-down li.menuparent li a:hover{
	background-color:#9b947f;
	color:#ffffff;
	font-weight:normal;
}
#right-sidebar .block ,
#left-sidebar .block {
	width:203px;
	margin-bottom:10px;
}
#right-sidebar .block .title,
#left-sidebar .block .title{
	height:30px;
	line-height:28px;
	overflow:hidden;
	background:url(block_head_bg.gif) repeat-x top left;
	text-align:left;
	color:#dbcaa1;
	font-size:12pt;
	font-family:"Times New Roman",Times;
	padding-left:8px;
}
#right-sidebar .block .content,
#left-sidebar .block .content{
	background:white;
	border:1px solid #c0b9a1;
	border-width:0 0 1px 0;
	padding:5px;
	width:193px;
}
#page .container{
	padding:0 28px;
}
.contenttop .block,
.front #page .block{
	padding:0 28px;
}
.front #page #block-views-afisha-block_1,
.front #page .container{
	padding:0;
}

.view-afisha .views-field-nothing,
.view-afisha .views-field-teaser{
	padding:0 28px;
	clear:both;
	display:block;
}
#page .container img{
	border:1px solid #977952;
	padding:2px;
	background:white;
}
.view-kupit-bilet .views-row{
	margin-bottom:30px;
}
.view-afisha .views-field-title a{
	display:block;
	background:url(bg_afisha_title.gif) repeat-x;
	color:#8a3835;
	font-size:16.5pt;
	font-weight:normal;
	padding:30px 28px 0 28px;
	font-family:"Times New Roman",Times;
}

.calendar-calendar div.date-nav .date-heading a{
	text-decoration:underline;
	font-weight:bold;
}
.calendar-calendar div.date-nav h3,
.calendar-calendar div.date-nav a{
	color:#d5cfbd;
	text-decoration:none;
}
.calendar-calendar div.date-nav{
	background:url(kalendar_sml_top_bg.gif) repeat-x;
	height:28px;
	border:0;
	padding:0;
	line-height:25px;
	overflow:hidden;
	color:#d5cfbd;
	font-family:"Times New Roman",Times;
	font-size:11.25pt;
	margin-bottom:1px;
}
.calendar-calendar th,
.calendar-calendar th.days{
	background-color:#d5cfbd;
	color:#844d4e;
	font-family:Arial;
	font-weight:bold;
	font-size:9.75pt;
	border:1px solid #a29b86;
}
.calendar-calendar td a{
	color:#844d4e;
}
.calendar-calendar td.today a{
	color:white;
	font-weight:bold;
}
.calendar-calendar td.today{
	background-color:#4d667b;
}
.calendar-calendar td{
	border:0;
	background:#ffffff;
	color:#844d4e;
	text-align:center;
}
.calendar-calendar th.mon{
	border-left-width:0;
}
.calendar-calendar th.sun{
	border-right-width:0;
}
#right-sidebar #block-views-calendar-calendar_block_1 .content{
	padding:0 0 10px 0;
	width:203px;
	border-bottom-width:0;
	background:url(calendar_mini_block_bg.gif) left bottom repeat-x;
}
.date-nav div.date-next,
.date-nav div.date-prev{
	text-align:center;
}
#page .calendar-calendar td.empty{
	background:#f5f1e4;
}
#page .calendar-calendar td{
	border:1px solid #c0b9a1;
}
#page .calendar-calendar .inner .stripe{
	display:none;
}
#page .calendar-calendar .inner{
	border:0;
	position:relative;
}
#page .calendar-calendar td.has-events{
	background:#f6f2e6;
}
#page .calendar-calendar td .inner .view-data-node-title a{
	color:#385173;
	font-weight:bold;
	font-size:9.75pt;
	padding:0;
}
#page .calendar-calendar td .inner div, 
#page .calendar-calendar td .inner div a{
	background:none;
}
#page .calendar-calendar td div.day{
	border:0;
	background:#eee7d1;
	position:absolute;
	top:0;
	right:0;
}
#page .calendar-calendar td div.day a{
	color:#844d4e;
	background-color:transparent;
}
#page .calendar-calendar td.has-events div.day a{
	color:#ffffff;
	font-weight:bold;
}
#page .calendar-calendar td.has-events div.day{
	background:#526880;
}
#page .calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
	background-color:transparent;
}
.field-field--video-file .field-item div{
	margin:0 auto;
	width:340px;
	margin-bottom:15px;
}
.sb-gallery-field_album_item img,
.views-field-field--video-file-embed  img,
.views-field-field-album-item-fid .field-item img{
	position:absolute;
	left:0;
	bottom:0;
}
.sb-gallery-field_album_item,
.views-field-field--video-file-embed a,
.views-field-field-album-item-fid .field-item{
	display:block;
	width:32%;
	float:left;
	height:180px;
	margin-bottom:10px;
	position:relative;
	min-width:161px;
}
.node-type-event .views-field-field-album-item-fid .field-item,
.page-photo .views-field-field-album-item-fid .field-item{
	height:125px;
}
#page .views-field-field--video-file-embed img{
	border:0;
	padding:0;
	left:5px;
	bottom:10px;
}
.views-field-field--video-file-embed a{
	height:134px;
	margin:10px 0 15px 0;
	background:url(bg_video_thmb.gif) no-repeat;
	border:0;
}
.view-photoalbum .view-content .views-field-title{
	padding-top:25px;
	clear:both;
}


.contenttop .title,
#page .content h2,
#comments h2,
.view-afisha .views-field-title a,
.view-kupit-bilet .views-field-title a,
.view-hall-list .views-field-title a,
.view-arhiv  .views-field-title a,
.view-all-reviews  .views-field-title a,
.view-photoalbum  .views-field-title a,
.view-videoalbum  .views-field-title a,
.view-all-news .views-field-title a,
#page .view-events-album .views-field-title a,
.view-afisha .views-field-title,
.view-kupit-bilet .views-field-title,
.view-hall-list .views-field-title,
.view-arhiv  .views-field-title,
.view-all-reviews  .views-field-title,
.view-photoalbum  .views-field-title,
.view-videoalbum  .views-field-title,
.view-all-news .views-field-title,
#page .view-events-album .views-field-title{
	font-weight:bold;
	clear:both;
	color:#8a3835;
	font-size:16.5pt;
	font-weight:normal;
	font-family:"Times New Roman",Times;
}
#block-views-events_album-block_1 .views-field-title a{
	background:url(bg_photo_album_title.gif) no-repeat 0 2px;
	padding-left:35px;
}
#block-views-events_album-block_3 .views-field-title a{
	background:url(bg_video_album_title.gif) no-repeat 0 2px;
	padding-left:35px;
}
.contenttop .title,
#page .content h2,
.view-afisha .views-field-title,
.view-kupit-bilet .views-field-title,
.view-hall-list .views-field-title,
.view-arhiv  .views-field-title,
.view-all-reviews  .views-field-title,
.view-photoalbum  .views-field-title,
.view-videoalbum  .views-field-title,
.view-all-news .views-field-title,
.view-events-album .views-field-title{
	margin:15px 0 5px 0;
}
#comments h2{
	margin:0 0 5px 0;
}
.views-field-field--video-file-embed img,
.view-videoalbum  .field-item img{
	width:152px;
	height:114px;
}
.view-afisha .views-row{
	margin-bottom:30px;
}
.view-afisha .views-field-title a,
#block-views-month_events-block_1 .views-field-field-place-event-nid a{
	color:#8a3835;
}
.view-all-news .views-field-title a,
#block-views-news-block_1 .views-field-title a{
	color:#977952;
}
#block-views-events_album-block_2 .views-field-title{
	margin:0;
}
#block-views-events_album-block_2 .views-row,
#block-views-news-block_1 .views-row,
#block-views-month_events-block_1 .views-row,
#block-views-new-block_1 .views-row{
	padding-bottom:5px;
}
#block-views-events_album-block_3 .views-row,
#block-views-events_album-block_1 .views-row{
	clear:left;
}
.contenttop h3,
#page .content h3{
	color:#385173;
	font-size:12pt;
}
#page .content .gold{
	color:#977952;
}
#page .content .red{
	color:#8a3835
}
.node-type-zakazat-bilet #edit-previous{
	display:none;
}
.node-type-zakazat-bilet #edit-submit{
	font-size:16pt;
	text-transform:uppercase;
}