/*
Theme Name: Bon theme
Theme URI: http://bon.ru
Description: Bon site custom theme
Version: 1.0
Author: Nick Zasyadkovich
Author URI: http://dryleaf.net/
Tags: black, fixed width, two columns
*/



/* Begin Typography & Colors */
html,body {
	font-family:Arial,Tahoma;
	font-size: 12px;
	background: black;
	color: white;
	}
html {
  overflow-x:auto;
  overflow-y:scroll;
}

html,body,#innerwrapper,#wrapper {
	min-height: 100%;
	height: 100%;
}

#wrapper {
	width:100%;
}

#innerwrapper {
	height: auto !important;
	height:100%;
	margin-bottom:-100px;
	position:relative;
}


a,a:active,a:link,a:visited,a:hover {
  color: #7A7A7A;
  font-size:9pt;
  outline:none;
}

/* firefox for mac hack */
html>body { opacity: 0.99999; }
/* opera hack */
      @media all and (min-width: 0) {
        html>body { opacity:1; }
      }


.narrowcolumn .postmetadata {
	text-align: center;
	}


h1, h2, h3 {
	}

h1 {
	}

h2 {
	}

h2.pagetitle {
	}

h3 {
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: white;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
small {
	font-size:12px;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

a,a:active,a:link,a:visited,a:hover, h2 a:hover, h3 a:hover {
	color: #7A7A7A;
	text-decoration: none;
	}

a:hover {
	color: white;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	padding:58px 60px 75px;
	position:relative;
	min-width:800px;
	overflow:hidden;
}

#header {
  padding-bottom:85px;
	}

#header #logo {
  margin-left:-2px;
	display:inline-block;
	float:left;
}

#content {
}

#contactinfo {
  float:right;
  text-align:right;
}

#contactinfo .phone {
  display:inline-block;
  font-size:18px;
  color:red;
  padding-bottom:4px;
}

#content .post {
  padding-bottom:50px;
}

#content .post .post-header {
  float:left;
  width:215px;
  text-align:right;  
}
#content .post .post-header .post-time {
  color:red;
} 
#content .post .post-header h2,#content .post .post-header h2 a {
  margin:0;
  padding:0;
  color:white;
  font-size:12px;
  font-weight:normal;
  text-transform:uppercase;
  padding-bottom:6px;
}

#content .post .entry {
  margin-left:248px;
}

.entry-end {
  position:relative;
  width:5px;
  height:8px;
  background:white;
  border-right:1px solid #404040;

}

/*
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 430px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 430px;
	}
	*

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
*/
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
  color:#404040;
	clear: both;
	margin:0 58px;
	height:75px;
position:relative;
z-index:1;
	}
	
#footer #footer_link {
  color:#404040;
  text-transform:uppercase;
  float:left;
}	

#footer #archive_link {
  float:right;
}	

#footer #copyright {
  padding-top:45px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0 0 0;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	}

h2.pagetitle {
	text-align: center;
}

h3 {
	padding: 0;
	margin: 15px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 5px 0 10px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar {
  position:relative;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
  list-style:none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 5px 0 10px 10px;
	}
#sidebar  ul ul ul li.page_item a {
  padding:3px 0;
}
ol li, #sidebar ul ol li {
	}

#sidebar a:hover div {
	-moz-opacity: 0.50;
	opacity:0.50;
	filter:alpha(opacity=50);
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}

#sidebar li.cat-item {
}
#sidebar li.cat-item a {
  padding:5px 0;
  display:block;
  height:11px;
  position:relative;
  background-color:black;
  color:black;
  font-size:9pt;
  line-height:11px;
  width:70px;
}
#sidebar li.cat-item a div {
  position:absolute;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  cursor:pointer;  
}
#sidebar li.cat-item-3 a div {
  background-image:url(images/menu/events.gif);
}
#sidebar li.cat-item-4 a div {
  background-image:url(images/menu/kitchen.gif);
}
#sidebar li.cat-item-5 a div {
  background-image:url(images/menu/notices.gif);
}
#sidebar li.cat-item-6 a div {
  background-image:url(images/menu/mafia.gif);
}
#sidebar li.current-cat-3 a div {
  background-image:url(images/menu/events_bold.gif);
}
#sidebar li.current-cat-4 a div {
  background-image:url(images/menu/kitchen_bold.gif);
}
#sidebar li.current-cat-5 a div {
  background-image:url(images/menu/notices_bold.gif);
}
#sidebar li.current-cat-6 a div {
  background-image:url(images/menu/mafia_bold.gif);
}
#sidebar #bookmarks {
  margin:0;
  padding:18px 0;
  list-style:none;
}

#sidebar #bookmarks li a div {
  position:absolute;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  cursor:pointer;  
}
#sidebar #bookmarks li a {
  padding:5px 0;
  display:block;
  height:11px;
  position:relative;
  background-color:black;
  color:black;
  font-size:9pt;
  line-height:11px;
}
#sidebar #bookmarks li a span.pdf {
  display:block;
  height:15px;
  width:35px;
  position:absolute;
  top:4px;
  left:100%;
  margin-left:5px;
  background-repeat:no-repeat;
  background-image:url(images/pdf.gif);  
}
#sidebar #bookmarks li .link-2 {
  width:43px;
}
#sidebar #bookmarks li .link-8 {
  width:27px;
}
#sidebar #bookmarks li .link-2 div {
  background-image:url(images/menu/menu.gif);
}
#sidebar #bookmarks li .link-8 div {
  background-image:url(images/menu/bar.gif);
}

#sidebar #pages {
  margin:0;
  padding:0;
  list-style:none;
}

#sidebar li.page_item a {
  padding:5px 0;
  display:block;
  height:11px;
  position:relative;
  background-color:black;
  color:black;
  font-size:9pt;
  line-height:11px;
  width:120px;
}
#sidebar li.page_item ul a {
  height:15px;
  background-position:left center;
}
#sidebar li.page_item a div {
  position:absolute;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  cursor:pointer;  
}
#sidebar li.page-item-history a div {
  background-image:url(images/menu/history.gif);
}
#sidebar li.page-item-6 a div {
  background-image:url(images/menu/contact.gif);
}
#sidebar li.page-item-8 a div {
  background-image:url(images/menu/order.gif);
}  
#sidebar li.page-item-618 a div {
  background-image:url(images/menu/gallery.gif);
}
#sidebar .page_item ul {
  display:none;
}
#sidebar .current_page_ancestor ul {
  display:block;
}  
#sidebar li.page-item-618 .page-item-620 a div {
  background-image:url(images/menu/floor.gif);
} 
#sidebar li.page-item-618 .page-item-621 a div {
  background-image:url(images/menu/terrace.gif);
} 
#sidebar li.page-item-618 .page-item-636 a div {
  background-image:url(images/menu/food.gif);
} 
#sidebar li.current_page_item_2 a div {
  background-image:url(images/menu/history_bold.gif);
}
#sidebar li.current_page_item_6 a div {
  background-image:url(images/menu/contact_bold.gif);
}
#sidebar li.current_page_item_8 a div {
  background-image:url(images/menu/order_bold.gif);
}
#sidebar li.current_page_item_618 a div {
  background-image:url(images/menu/gallery.gif);
}
#sidebar .page-item-618 li.current_page_item_620 a div {
  background-image:url(images/menu/floor-bold.gif);
}
#sidebar .page-item-618 li.current_page_item_621 a div {
  background-image:url(images/menu/terrace-bold.gif);
}
#sidebar .page-item-618 li.current_page_item_636 a div {
  background-image:url(images/menu/food-bold.gif);
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	width: 220px;
	padding-bottom:50px;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	padding-top:10px;
	padding-bottom:10px;
  text-align:left;
  margin-left:248px;
}
/* End Various Tags & Classes*/

.navigation .older {
  padding-right:5px;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.red {
  color:red;
  font-family:Georgia,Times New Roman;
}

.filmstrip li {
  list-style:none;
  position:absolute;
  margin:0;
  padding:0;
}

#calendar h3 {
  display:inline-block;
  margin-top:90px;
  margin-bottom:3px;
  color:#404040;
  font-weight:normal;
  font-size:12px;
  text-transform:uppercase;
}

#calendar li {
  padding:5px 0 8px;
}

#calendar .desc {
  padding-top:3px;  
}

#calendar .title {
  color:white;
}
#calendar {
  color:#404040;
}

#calendar span.date,#calendar span.first-date {
  margin:3px 0 5px;
  display:inline-block;
  width:50px;
  height:22px;
  color:white;  
}

#calendar span.date span,#calendar span.first-date span {
  display:inline-block;
  padding:3px 5px;
}

#calendar span.date {
  background-color:#404040;
}
#calendar span.first-date {
  background-color:red;
}

#overlay {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:100;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.90;
	display:none;
}

#invite-form {
  display:none;
  width:360px;
  height:175px;
  position:fixed;
	z-index:500;
	top: 50%;
	left: 50%;
	margin-left:-180px;
	margin-top:-88px;
	background:white;
	color:black;
  text-align:center;	
}

#invite-form .inner {
  padding:0 20px 0;
  text-align:center;
}

#invite-form form {
  padding-top:70px;
}

#invite-form #close-form {
	height:8px;
	width:8px;
	position:absolute;
	right:13px;
	top:9px;
	z-index:900;
	border:none;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(images/icon-close.gif);
}

#invite-form #invite-password {
  font-size:12px;
  background:white;
  color:#4d4d4d;
  border:1px solid #dfdfdf;
  padding:1px 5px 4px;
  width:305px;
}

#invite-form #post-invite {
  margin-top:27px;
  border:none;
  background:none;
  color:black;
  text-transform:uppercase;
  cursor:pointer; 
  text-align:left;
  font-size:12px;
  padding:0;
 
}

.galleryview {
  margin:0;
  padding:8px 0 22px;
}
html > body .entry ul.filmstrip, .filmstrip {
  margin:0;
  overflow:hidden;
  position:relative;
  height:90px;
}

.galleryview {
  position:relative;
}

.galleryview .nav {
  position:absolute;
  top:0px; 
  left:0;
  padding-top:28px;
  width:40px;
  height:15px;
  z-index:10;
  background-color:black;
  height:90px;
}

.galleryview a.left-arrow,.galleryview a.right-arrow {
  display:block;
  width:14px;
  height:11px;
  position:absolute;
  left:0;

  background-repeat:no-repeat;
}

.galleryview a.left-arrow {
  background-image:url(images/arrow-left-active.gif);
}

.galleryview a.left-arrow:hover {
  background-image:url(images/arrow-left-inactive.gif);
}

.galleryview a.right-arrow {
  left:20px;
  background-image:url(images/arrow-right-active.gif);
}

.galleryview a.right-arrow:hover {
  background-image:url(images/arrow-right-inactive.gif);
}


#fullimage {
	position:fixed;
	z-index:500;
	top: 50%;
	left: 50%;
	margin-top:-1px;
	margin-left:-1px;
	width:2px;
	height:150px;
	display:none;
	background-color:white;
	overflow:hidden;
	padding:19px 13px 0;
	text-align:center;
	border:1px solid #c0c0c0;
}

#fullimage div.loading {
	text-align:center;
	display:none;
	width:345px;
	background:white;
}

#fullimage div.loading img {
	display:none;
}

#fullimage img.full {
	display:none;
}

#prev_fullimage, #next_fullimage {
	display:none;
}

#close_fullimage {
	height:8px;
	width:8px;
	position:absolute;
	right:6px;
	top:6px;
	z-index:900;
	border:none;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(images/icon-close.gif);
}
a#close_fullimage,a#close_fullimage:active,a#close_fullimage:visited,a#close_fullimage:hover {
  color:white;
  text-decoration:underline;
}
a#close_fullimage:hover {
  text-decoration:none;
}

#fullimagedesc {
	display:none;
	color:#666;
	font-size:9pt;
	font-style:italic;
	text-align:center;
	margin:7px 0;
}

#gal_nav {
  height:40px;
	white-space:nowrap;
}

#gal_nav .inner {
  padding-top:16px;
  text-align:center;
}

#gal_nav a,#gal_nav a:active,#gal_nav a:visited,#gal_nav a:hover {
  color:#7A7A7A;
  text-decoration:none;
  text-transform:uppercase;
}
#gal_nav a:hover {
  color:black;
  text-decoration:none;
}
#gal_nav #image_counter {
  color:black;
  padding:0 7px;
}

.page-entry {
}

.widecolumn {
  position:relative;
  margin-left:50%;
  width:396px;  
}

.widecolumn .inner-col {
  position:relative;
  left:-150px;
  width:576;
}

.narrowcolumn {
  position:relative;
  margin-left:43%;
  width:400px;
}

.narrowcolumn .inner-col {
  position:relative;
  left:-300px;
  width:693px;
  text-align: justify;
}
.galcolumn {
  position:relative;
  margin-left:268px;
  max-width:793px;
}

.galcolumn .inner-col {
  position:relative;
}
p {
  padding-bottom:10px;
  margin:0;
}
#post-6 .page-entry p {
  padding:0;
  margin:0;
}

.grey {
  color:#7a7a7a;
}

.padded {
  padding:20px 0 15px;
}

#contacts-list {
  padding:32px 0 15px;
}

#contacts-list .item {
  padding-bottom:15px;
}

.hentry h2 {
  margin-top:0;
}

#contact-form {
  margin-top:15px;
}
#contact-form div {
  padding:3px 0;  
}

#contact-form input.text,textarea {
  width:380px;
  border:1px solid #404040;
  background:black;
  color:white;
  padding:2px 2px 5px;
  font-family:Arial,Tahoma;
  font-size:12px;  
}

#contact-form textarea {
  height:100px;
}

#contact-form .buttons,#contact-form .buttons-en {
  padding-top:12px;
  width:384px;
}

#contact-form .buttons button,#contact-form .buttons-en button {
  border:none;
  background:none;
  cursor:pointer;
  height:11px;
  margin:0;
  padding:0;
}
#contact-form .buttons button.reset {
  float:left;
  width:68px;
  background-image:url(images/form-clear.gif);
  background-repeat:no-repeat;
}
#contact-form .buttons button.submit {
  float:right;
  width:90px;
  background-image:url(images/form-send.gif);
  background-repeat:no-repeat;
}

#contact-form .buttons-en button.reset {
  float:left;
  width:42px;
  background-image:url(images/form-clear-en.gif);
  background-repeat:no-repeat;
}
#contact-form .buttons-en button.submit {
  float:right;
  width:52px;
  background-image:url(images/form-send-en.gif);
  background-repeat:no-repeat;
}

#contact-form .buttons button:hover,#contact-form .buttons-en button:hover {
	-moz-opacity: 0.50;
	opacity:0.50;
	filter:alpha(opacity=50);
}

#contact-form .error {
  color:#404040;
  display:none;
}


#mapimage {
	position:fixed;
	z-index:500;
	top: 50%;
	left: 50%;
	margin-top:-1px;
	margin-left:-1px;
	width:2px;
	height:150px;
	display:none;
	background-color:white;
	overflow:hidden;
	padding:19px 13px 0;
	text-align:center;
	border:1px solid #c0c0c0;
}

#mapimage div.loading {
	text-align:center;
	display:none;
	width:600px;
	background:white;
}

#mapimage div.loading img {
	display:none;
}

#close_mapimage {
	height:8px;
	width:8px;
	position:absolute;
	right:6px;
	top:6px;
	z-index:900;
	border:none;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(images/icon-close.gif);
}

#superevent {
  display:none;
  position:fixed;
  width:360px;
  height:175px;
	z-index:500;
	top: 50%;
	left: 50%;
	margin-left:-180px;
	margin-top:-88px;
	color:#404040;
  text-align:center;	
}

#superevent img {
  padding-bottom:5px;
}

#sidebar li.cat-item-10 a div {
  background-image:url(images/menu/events-en.gif);
}
#sidebar li.current-cat-10 a div {
  background-image:url(images/menu/events-en-bold.gif);
}
#sidebar li.cat-item-11 a,#sidebar li.current-cat-11 a {
  width:120px;
}
#sidebar li.cat-item-11 a div {
  background-image:url(images/menu/notices-en.gif);
}
#sidebar li.current-cat-11 a div {
  background-image:url(images/menu/notices-en-bold.gif);
}
#sidebar li.cat-item-12 a div {
  background-image:url(images/menu/mafia-en.gif);
}
#sidebar li.current-cat-12 a div {
  background-image:url(images/menu/mafia-en-bold.gif);
}

#sidebar li.cat-item-13 a div {
  background-image:url(images/menu/cuisine-en.gif);
}
#sidebar li.current-cat-13 a div {
  background-image:url(images/menu/cuisine-en-bold.gif);
}

#sidebar li.page-item-history-en a div {
  background-image:url(images/menu/history-en.gif);
}

#sidebar #bookmarks li .link-9 {
  width:43px;
}
#sidebar #bookmarks li .link-10 {
  width:27px;
}
#sidebar #bookmarks li .link-9 div {
  background-image:url(images/menu/menu-en.gif);
}
#sidebar #bookmarks li .link-10 div {
  background-image:url(images/menu/bar-en.gif);
}

#sidebar li.page-item-341 a div {
  background-image:url(images/menu/contact-en.gif);
}
#sidebar li.page-item-624 a div {
  background-image:url(images/menu/gallery-en.gif);
}
#sidebar li.page-item-624 .page-item-625 a div {
  background-image:url(images/menu/floor-en.gif);
} 
#sidebar li.page-item-624 .page-item-626 a div {
  background-image:url(images/menu/terrace-en.gif);
} 
#sidebar li.page-item-624 .page-item-637 a div {
  background-image:url(images/menu/food-en.gif);
} 
#sidebar li.current_page_item_624 a div {
  background-image:url(images/menu/gallery-en.gif);
}
#sidebar li.current_page_item_341 a div {
  background-image:url(images/menu/contact-en-bold.gif);
}
#sidebar li.page-item-343 a div {
  background-image:url(images/menu/reservation-en.gif);
}
#sidebar li.current_page_item_343 a div {
  background-image:url(images/menu/reservation-en-bold.gif);
}
#sidebar li.page-item-624 .current_page_item_625 a div {
  background-image:url(images/menu/floor-en-bold.gif);
} 
#sidebar li.page-item-624 .current_page_item_626 a div {
  background-image:url(images/menu/terrace-en-bold.gif);
} 
#sidebar li.page-item-624 .current_page_item_637 a div {
  background-image:url(images/menu/food-en-bold.gif);
} 
a#lang,a#lang:active,a#lang:visited,a#lang:hover {
  color:red;
  text-transform:uppercase;
  display:inline-block;
  margin-bottom:15px;
} 
a#lang:hover {
  color:white;
}

.fullview {
  position:relative;
}

#galnav {
  position:relative;
  left:0;
  right:0;
  padding-bottom:50px;
  text-align:center;
}

#galnav .pic-bullet {
  position:relative;
  float:left;
  cursor:pointer;
  z-index:1;
  width:13px;
  height:13px;
  margin:0 4px;
  background-image:url(images/image-bullet.gif);
  background-repeat:no-repeat;
  background-position:center;
}

#galnav div.selected,#galnav .pic-bullet:hover {
  background-image:url(images/image-bullet-current.gif);
}

.fullview {
  z-index:0;
  position:relative;
  width:100%;
}

.fullview .galphotos {
  z-index:0;
  left:0;
  right:0;
  position:relative;
  overflow:hidden;
  height:450px;  
}

.fullview .galphotos img {
  position:absolute;
  cursor:pointer;
}

.fullview .loading {
  display:none;
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  top:270px;
  text-align:center;
}

.fullview .loading img {
  padding:15px;
  background-color:white;
}


.align_center
{
position: relative;
width: 100%;
}
.align_center:after
{
content: '';
display: block;
clear: both;
}
.align_center_to_left
{
position: relative;
right: 50%;
float: right;
}
.align_center_to_right
{
position: relative;
z-index: 1;
right: -50%;
}
#galimagedesc {
  padding:10px 0;
}
#gal {
  position:relative;
}
#gal .arrows div {
  background-color:white;
  background-repeat:no-repeat;
  background-position:center;
  position:absolute;
  width:35px;
  height:70px;
  top:50%;
  margin-top:-35px;
  cursor:pointer;
  z-index:100;
  display:none;
}

#gal .arrows .left {
  background-image:url(images/gallery-arrow-left.gif);
  left:0;
}

#gal .arrows .right {
  background-image:url(images/gallery-arrow-right.gif);
  right:0;
}

#gal .arrows .left:hover {
  background-image:url(images/gallery-arrow-left-over.gif);
}


#gal .arrows .right:hover {
  background-image:url(images/gallery-arrow-right-over.gif);
}

#galimagedesc {
  text-align:center;
  min-height:16px;
  margin:0 50px;
}