/* HEADER */
@font-face {
	font-family: "BankGothic";
	src: url('bankgthl.ttf');
}

#container_header {
	float: left;
	width: 100%;
	height: 15%;
}

#logo {
	float: left;
	margin-top: 2em;
	border: none;
}

#ajax_loading {
	display: none;
	float: right;
	clear: both;
	margin-top: 1em;
}

/* BODY */
body {
	margin: 0;
	padding: 0;
	font-family: "BankGothic","Trebuchet MS","Lucida Grande","Bitstream Vera Sans", tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #CCC;
}

a {
	color: #ffcc66;
	text-decoration: none;
}

a:hover {
	color: #ff8000;
}

#container {
	margin: 0 auto;
	width: 846px;
	height: 773px;
	background: url(../images/bg_846x773.jpg) #000;
}

#container_body {
	float: left;
	height: 68%;
	width: 100%;
}

#left_menu_container {
	float: left;
	width: 180px;
	height: 400px;
	margin-top: 10%;
	margin-left: 2em;
	background: url(../images/menu_bg.png);
	display: none;
}

#left_menu {
	float: left;
	list-style: none;
	margin-left: -2.4em;
}

#left_menu img {
	border: none;
}

#choose_area {
	float: right;
	width: 50%;
	height: 60%;
	color: #FFF;
	margin-top: 3%;
	margin-right: 4%;
}

#choose_area img {
	float: left;
	border: none;
	margin-top: 3em;
	margin-left: 1em;
}

.choose_area_link {
	
}

#main_content_container {
	float: right;
	width: 600px;
	height: 450px;
	margin-top: 7%;
	display: none;
}

.main_content_borders {
	float: right;
	width: 550px;
	height: 25px;
	background-color: #CCC;
	color: #000;
	font-weight: bolder;
	opacity: .65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	zoom: 1;
}

#main_content {
	float: right;
	width: 600px;
	height: 400px;
	background: url(../images/content_bg.png);
}

/* EVENTI */

#events {
	height: 300px;
	margin-top: 6%;
	margin-left: 10%;
}

#events_month {
	float: left;
	width: 28%;
	height: 300px;
	display: none;
	font-size: 1.1em;
	
	border: 10px solid #FFF;
	border-right: 0px;
	background-color: #dedbc7;
}

#events_month ul {
	list-style: none;
}

#events_month li {
	border-bottom: 1px solid #AAA;
}

#events_month a, #events_month a:hover {
	color: #000;
}

#events_month_flyer {
	float: left;
	width: 330px;
	height: 300px;
	display: none;
	
	border: 10px solid #FFF;
	border-left: 20px solid #FFF;
	border-right: 20px solid #FFF;
	
	color: #000;
	background-color: #dedbc7;
	
	overflow: hidden;
}

#events_month_flyer div {
	text-align: center;
	font-size: 1.5em;
	font-variant: small-caps;
}

#events_month_flyer div > p {
	font-style: oblique;
}

#events_month_flyer div > p:first-child {
	border-bottom: 1px dashed #ffffe6;
	font-size: 2em;
	padding-bottom: 5px;
	font-style: normal;
}

#events_month_flyer img {
	width: 100%;
	border: none;
}

#events_archive {
	width: 100%;
	clear: both;
	float: left;
	margin-top: .5em;
	border-top: 1px solid #FFF;
	text-align: right;
	font-size: 1.2em;
	font-style: oblique;
}

/* CONTATTI */
#contacts_map {
	float: right;
	width: 400px;
	margin-top: 25px;
}

#contacts_map a {
	float: right;
	display: block;
	font-size: .7em;
}

#contacts_details {
	float: left;
	width: 30%;
	height: 350px;
	margin: 25px 0 0 5px;
	border-right: 1px dotted #CCC;
}

#contacts_details span {
	float: left;
	clear: both;
	margin-top: 1em;
}

#contacts_details a {
	float: left;
	clear: both;
}

/* LOCALE HOME + RISTORANTE HOME */

#home_description h1 {
	margin-left: 1em;
	/*text-shadow: 5px 5px 10px #FFF;*/
}

#home_description_top_menu {
	float: right;
	margin-right: 1em;
}

#home_description_bottom_menu {
	float: left;
	margin-left: 1em;
}

#home_description_top_menu a, #home_description_bottom_menu a {
	color: #000;
}

#home_slideshow_container {
	width: 45%;
	float: left;
}

#home_slideshow {
	margin-top: 1em;
}

#home_slideshow img {
	display: none;
	border: 2px dashed #666;
}

.home_slideshow_img_h {
	margin-left: 9%;	
}

.home_slideshow_img_v {
	margin-left: 30%;
}

#home_text {
	width: 45%;
	float: right;
	text-align: right;
	font-style: italic;
	line-height: 2em;
	margin-top: 1em;
}

/* SLIDING DIV*/
#sliding_box {
	display: none;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -40%;
	background: #000 url(../images/ajax-loader.gif) center no-repeat;
	border: 8px solid #FFF;
	border-top: none;
	width: 80%;
	height: 550px;
	color: #000;
	z-index: 100;
}

#sliding_box_controls_div {
	float: left;
	width: 100%;
	height: 5%;
	background-color: #FFF;
}

#sliding_box_controls_div span {
	float: left;
}

#sliding_box_controls_div a {
	float: right;
	color: #7b0d0d;
}

#sliding_box_iframe_div {
	float: left;
	display: none;
	width: 100%;
	height: 95%;
}

/* MUSICA */

#guests {
	float: left;
	width: 100%;
	height: 350px;
}

#guests img, #guests a {
	display: block;
}

.guest_item {
	float: left;
	width: 30%;
	height: 150px;
	margin-top: 1em;
	margin-left: 1em;
	text-align: right;
	border-bottom: 1px dotted #FFF;
}

#listen_music {
	float: left;
	width: 100%;
	height: 5%;
	text-align: center;
	border-top: 1px solid #FFF;
}

#listen_music img {
	margin: 0px .3em;
	margin-top: .5em;
}

#in_my_radio_tooltip {
	width: 20em;
	text-align: justify;
}

#in_my_radio_tooltip span {
	font-style: italic;
}

/* FOOTER */

#container_footer {
	float: left;
	width: 100%;
	height: 17%;
	background: url(../images/content_bg.png);
}

#newz_banner {
	float: left;
	width: 95%;
	height: 95%;
}

#newz_banner_steps {
	float: right;
	width: 5%;
	height: 95%;
}

.newz_current_step, .newz_next_step {
	margin: 30% auto;
	width: 15px;
	height: 15px;
	border: 2px solid #FFF;
}

.newz_current_step {
	background-color: #FFF;
}

.newz_banner_visible, .newz_banner_hidden {
	margin-left: 5px;
	padding-left: 10px;
	height: 80%;
}

.newz_banner_hidden {
	display: none;
}

#aperitivo_buffet img {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 120px;
}

#aperitivo_buffet div {
	float: left;
	margin-left: 1.5em;
	font-size: 1.3em;
	width: 75%;
}

#aperitivo_buffet p:first-child {
	font-size: 1.5em;
	font-variant: small-caps;
	border-bottom: 1px dotted #666;
	margin-top: 0px;
	width: 100%;
}

#contact_details {
	font-family: "Trebuchet MS";
	float: right;
	font-size: .7em;
	color: #999;
}

#special_event {
	float: left;
}

#special_event a {
	display: block;
	height: 95px;
	overflow: visible;
	margin-top: .5em;
	margin-left: 3em;
	padding-right: 2em;
	float: left;
}

#special_event a:first-child {
	margin-left: 0px;
	border-right: 1px dotted #666;
}

#special_event img {
	border: none;
}

#nottetempo_social {
	font-size: 1.3em;
}

#nottetempo_social span {
	border-bottom: 1px dotted #666;
	display: block;
	width: 98%;
}

#nottetempo_social img {
	margin-right: .6em;
}

#nottetempo_social ul li {
	display: inline;
	margin-left: 1em;
	border-bottom: 1px groove #999;
}

#nottetempo_social a {
	font-size: .8em;
	font-style: oblique;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	color: #000;
}
#tooltip h3, #tooltip div { margin: 0; }

