/* ----------------- normalization --------------- */

body {
   margin: 0px;
   padding: 0px;
   width: 100%;
   height: 100%;
}

p {
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 150%;
}

table {
	margin: 0px;
}

/* ----------------------------------------------- */

body {
	background-color: #EFD495;
	color: #3B1E11;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
}

h1 {
	margin-bottom: 3px;
	margin-top: 6px;
	font-size: 160%;
}

h2 {
	font-size: 100%;
	margin-bottom: 6px;
	color: #A92833;
}

h3 {
	font-size: 85%;
	margin-top: 4px;
}

a, a:hover, a:link, a:visited, a:active {
	color: #3B1E11;
}

a:hover {
	text-decoration: none;
	background-color: #3B1E11;
	color: #EFD495;
}

.italic
{
	font-style: italic;
}

.menu {
	position: absolute;
	background: transparent url('../images/background-strips.gif') 0px 0px repeat-x;
	height: 58px;
}

#menu {
	position: relative;
	height: 280px;
	z-index: 1000;
}

#menuLeft {
	left: 0px;
	top: 121px;
	width: 50%;
	z-index: 100;
}

#menuRight {
	left: 50%;
	top: 60px;
	width: 50%;
}

#square {
	position: absolute;
	top: -61px;
	right: -60px;
	width: 120px;
	height: 120px;
	background: transparent url('../images/central-square.png') 0px 0px no-repeat;
}

#logo {
	position: absolute;
	top: -112px;
	right: -200px;
	width: 260px;
	height: 40px;
	cursor: pointer;
	background: transparent url('../images/logo-cafe-decada.png') 0px 0px no-repeat;
}

#logo-strips {
	position: absolute;
	top: -68px;
	right: 68px;
	width: 41px;
	height: 41px;
	background: transparent url('../images/logo-strips.gif') 0px 0px no-repeat;
}

#highlights {
	position: absolute;
	top: 66px;
	right: 5px;
	width: 140px;
	height: 36px;
}

#wifi, #wifi:hover {
	display: block;
	width: 51px;
	height: 36px;
	background: transparent url('../images/pictograms/wifi.png') 0px 0px no-repeat;
	float: right;
	margin-right: 1px;
}

#non-smoking, #non-smoking:hover {
	width: 68px;
	height: 36px;
	background: transparent url('../images/pictograms/smoking-nosmoking.png') 0px 0px no-repeat;
	float: right;
	margin-right: 6px;
}

#wifi:hover, #non-smoking:hover {
	background-position: 0px -36px;
}

#content {
	position: relative;
	margin: 0px auto;
	width: 960px;
/* debug borders  
	border-left: 1px solid #ba7e2e;
	border-right: 1px solid #ba7e2e;
*/
}

.contentNarrow {
	position: relative;
	margin: 10px auto;
	width: 600px;
	min-height: 500px;
}

#footer {
	margin: 16px auto;
	width: 960px;
	font-size: 11px;
	text-align: center;
}

.hr {
	height: 2px;
	background: transparent url('../images/hr.png') 0px 0px no-repeat;
	margin-bottom: 8px;
}

#cafe {
	position: absolute;
	right: 75px;
	top: 40px;
	width: 60px;
	height: 60px;
	background: transparent url('../images/icons/red-icon-big.png') 0px 0px no-repeat;
	text-transform: uppercase;
	color:  #EFD495;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 60px;
}

#gallery {
	position: absolute;
	left: 160px;
	top: 50px;
	width: 60px;
	height: 60px;
	background: transparent url('../images/icons/rouge-icon-big.png') 0px 0px no-repeat;
	text-transform: uppercase;
	color:  #EFD495;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 60px;
}

a.menuIcon, a.menuIcon:hover {
	text-decoration: none;
}

div.menuIcon {
	height: 40px;
	margin: 0px 1px;
	cursor: pointer;
}

/* ----- menuIcon GENERAL -----*/

div.menuIcon div.borderLeft {
	width: 5px;
	height: 40px;
	float: left;
	background: transparent none 0px 0px no-repeat;
}

div.menuIcon div.borderRight {
	width: 5px;
	height: 40px;
	float: left;
	background: transparent none 0px 0px no-repeat;
}

div.menuIcon div.content {
	width: 30px;
	height: 40px;
	float: left;
	overflow: hidden;
	line-height: 40px;
}

div.menuIcon div.caption {
	margin-left: 40px;
	color: #EFD495;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	float: none;
	text-align: left;
}

/* ----- menuIcon color: BROWN -----*/

div.menuIcon div.borderLeft-brown {
	background-image: url('../images/icons/brown-left.png');
}

div.menuIcon div.borderRight-brown {
	background-image: url('../images/icons/brown-right.png');
}

div.menuIcon div.content-brown {
	background: #3B1E11 none 0px 5px no-repeat;
}

/* ----- menuIcon color: YELLOW -----*/

div.menuIcon div.borderLeft-yellow {
	background-image: url('../images/icons/yellow-left.png');
}

div.menuIcon div.borderRight-yellow {
	background-image: url('../images/icons/yellow-right.png');
}

div.menuIcon div.content-yellow {
	background: #BA7E2E none 0px 5px no-repeat;
}

/* ----- menuIcon color: RED -----*/

div.menuIcon div.borderLeft-red {
	background-image: url('../images/icons/red-left.png');
}

div.menuIcon div.borderRight-red {
	background-image: url('../images/icons/red-right.png');
}

div.menuIcon div.content-red {
	background: #A92833 none 0px 5px no-repeat;
}

/* ----- menuIcon color: GREEN -----*/

div.menuIcon div.borderLeft-green {
	background-image: url('../images/icons/green-left.png');
}

div.menuIcon div.borderRight-green {
	background-image: url('../images/icons/green-right.png');
}

div.menuIcon div.content-green {
	background: #797753 none 0px 5px no-repeat;
}

/* ----- menuIcon color: ORANGE -----*/

div.menuIcon div.borderLeft-orange {
	background-image: url('../images/icons/orange-left.png');
}

div.menuIcon div.borderRight-orange {
	background-image: url('../images/icons/orange-right.png');
}

div.menuIcon div.content-orange {
	background: #BB6132 none 0px 5px no-repeat;
}

/* ----- menuIcon PICTOGRAMS -----*/

div.menuIcon div.about {
	background-image: url('../images/pictograms/about.gif');
}

div.menuIcon div.links {
	background-image: url('../images/pictograms/links.gif');
}

div.menuIcon div.gallery {
	background-image: url('../images/pictograms/gallery.gif');
}

div.menuIcon div.cinema {
	background-image: url('../images/pictograms/cinema.gif');
}

div.menuIcon div.home {
	background-image: url('../images/pictograms/home.gif');
}

div.menuIcon div.contact {
	background-image: url('../images/pictograms/contact.gif');
}

div.menuIcon div.drinks {
	background-image: url('../images/pictograms/drinks.gif');
}

div.menuIcon div.meals {
	background-image: url('../images/pictograms/meals.gif');
}

div.menuIcon div.photos {
	background-image: url('../images/pictograms/photos.png');
}

div.menuIcon div.cs {
	background-image: url('../images/pictograms/cs.gif');
	/*background-position: 7px 15px;*/
}

div.menuIcon div.en {
	background-image: url('../images/pictograms/en.gif');
	/*background-position: 7px 15px;*/
}

/* ----- menuContainer -----*/

#menuContainer-about {
	position: absolute;
	width: 130px;
	height: 40px;
	top: 70px;
	left: 29px;
	float: right;
}

#menuContainer-gallery {
	position: absolute;
	left: 117px;
	top: 112px;
	width: 350px;
	height: 40px;
}

#menuContainer-home {
	position: absolute;
	top: -35px;
	right: 158px;
	background-color: transparent;
}

#menuContainer-photos {
	position: absolute;
	top: 60px;
	right: 158px;
}

#menuContainer-bar {
	position: absolute;
	top: 102px;
	right: 74px;
	width: 400px;
	height: 40px;
}

/* ----- Event -----*/

.events {
	width: 671px;
	margin: 0px auto;
	margin-top: 20px;
	min-height: 500px;
	
/* debug borders
	border-left: 1px solid #ba7e2e;
	border-right: 1px solid #ba7e2e;
*/
}

.events div.eventHr {
	height: 1px;
	background-color: #a6a58d;
	margin: 5px 0px 5px 140px;
}

.events div.historyLoader {
	position: relative;
	width: 529px;
	height: 25px;
	border: 1px solid #A6A58D;
	margin-left: 140px;
	margin-top: 10px;
	background-color: #DFDEC3;
	display: none;
}

.events div.historyLoader a, .events div.historyLoader a:hover {
	position: absolute;
	top: 5px;
	left: 8px;
	color: #797753;
	font-size: 11px;
}

#loadingHistory {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 16px;
	height: 11px;
	display: none;
}

.events div.historyLoader a:hover {
	color: #DFDEC3;
	background-color: #797753;
}

.event {
	width: 100%;
}

.event .dateTime {
	width: 120px;
	text-align: right;
	font-size: 11px;
	padding-right: 12px;
	vertical-align: top;
	padding-top: 25px;
}

.event td.picture {
	width: 80px;
	vertical-align: top;
}

.event div.picture {
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.event div.picture-border {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	background: transparent url('/web/images/event-picture-border.png') 0px 0px no-repeat;
	z-index: 2;
}

.event img.picture {
	position: absolute;
	top: 0px;
	left: 0px;	
	overflow: hidden;
	z-index: 1;	
}

.event .text {
	vertical-align: top;
	padding-left: 12px;
}

.event .title {
	font-size: 13px;
	font-weight: bold;
}

.event .synopsis {
	font-size: 12px;
	color: #BF4B0B;
}

.event .type {
	font-size: 11px;
	color: #797753;
}

.event .duration {
	font-size: 11px;
	color: #A92833;
}

.event .dot {
	color: #797753;
	font-size: 13px;
}

/* ----- dojox.image.LightBoxNano ----- */

a .dojoxEnlarge {
	position: relative;
}

a:hover .dojoxEnlarge {
    display: block !important;
}

.dojoxEnlarge {
    background: url('/web/images/enlarge.png') no-repeat 0 0;
    top: -5px;
    left: -5px;
    margin: 0 !important;
    width: 16px;
    height: 16px;
	z-index: 7;
}

.dojoxLoading {
    background: #333 url('/web/images/loading-dark.gif') no-repeat center center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 24px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 6px;
    width: 24px;
	z-index: 10000;
}

.thumbContainer {
	position: relative;
	width: 110px;
	height: 110px;
	float:left;	
	margin: 4px;
}

.thumbContainer .border{
	position: absolute;
	width: 110px;
	height: 110px;
	top: 0px;
	left: 0px;
	background: transparent url('/web/images/thumb-border.png') 0px 0px no-repeat;
	z-index: 5;
	cursor: pointer;
}

.thumbContainer img {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 110px;
	height: 110px;
	border: none;
	z-index: 3;
}

.thumbContainer a {
	outline: none;
}

/* ----- event detail ----- */

#eventContainer a.lightbox, #eventContainer a:hover.lightbox {
	background-color: transparent;
	text-decoration: none;
	outline: none;
}

#eventContainer img {
	border: 2px solid #3B1E11;
	margin: 6px;
	margin-bottom: 0px;
}

#eventContainer a.left, #eventContainer img.left {
	float: left;
	margin-left: 0px;
}

#eventContainer a.right, #eventContainer img.right {
	float: right;
	margin-right: 0px;
}

#eventContainer p.synopsis {
	color: #BF4B0B;
}

#eventContainer span.duration {
	color: #797753;
}

#footer span.phone {
	background: transparent url('/web/images/phone-footer.gif') 0px 2px no-repeat;
	padding-left: 7px;
	font-size: 11px;
}

#footer span.mail {
	background: transparent url('/web/images/mail-footer.gif') 0px 4px no-repeat;
	padding-left: 12px;
	font-size: 11px;	
}

.phone {
	background: transparent url('/web/images/phone-footer.gif') 0px 4px no-repeat;
	padding-left: 10px;
	font-size: 13px;
}

.mail {
	background: transparent url('/web/images/mail-footer.gif') 0px 4px no-repeat;
	padding-left: 14px;
	font-size: 13px;
}

.contactInfo {
	font-size: 13px;
}

.links .linksHr {
	height: 1px;
	background-color: #a6a58d;
	margin: 8px 0px 8px -10px;
}

.links p.about {
	color: #BF4B0B;
	margin: 0;
}

.links p.quotation {
	color: #8C1D28;
	font-size: 12px;
	margin: 0 0 0 15px;
}

.links p.link {
	margin: 0;
}

.links .title {
	font-weight: bold;
}

/* ----- drinks ----- */

.menu-drinks table, .menu-meals table {
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 12px;
}

.menu-drinks td, .menu-meals td {
	padding-bottom: 4px;
	vertical-align: bottom;
}

.menu-drinks .cup-float, .menu-meals .cup-float {
	width: 410px;
}

.menu-drinks .cup-float td.drink {
	width: 250px;
}

.menu-meals .cup-float td.meal {
	width: 350px;
}

.menu-drinks .cup-float td.amount {
	width: 50px;
	text-align: right;
}

.menu-drinks .cup-float td.price {
	text-align: right;
	width: 100px; 
}

.menu-drinks td.drink {
	width: 325px;
}

 .menu-meals td.meal {
 	width: 570px;
 }

.menu-drinks td.amount {
	width: 75px;
	text-align: right;
}

.menu-drinks td.price {
	text-align: right;
	width: 100px; 
}

.menu-drinks td.drink span.note {
	position: absolute;
	color: #797753;
	left: 115px;
	font-size: 11px;
}

.menu-meals td.meal span.note {
	position: absolute;
	color: #797753;
	left: 180px;
	font-size: 11px;
}

.menu-drinks td.drink span.note2 {
	position: absolute;
	color: #797753;
	left: 175px;
	font-size: 11px;
}

.menu-meals td.meal span.note2 {
	position: absolute;
	color: #797753;
	left: 280px;
	font-size: 11px;
}

.menu-meals td.meal span.note-bare, .menu-drinks td.drink span.note-bare {
	color: #797753;
	font-size: 11px;
}

#banner-full {
	width: 468px;
	height: 60px;
	margin-left: 258px;
	margin-top: 12px;
}

#banner-full a, #banner-full a:hover {
	text-decoration: none;	
}

#banner-full img {
	border: none;
	width: 468px;
	height: 60px; 
}

#banner-skyscraper {
	width: 160px;
	height: 600px;
	position: absolute;
	top: -104px;
	left: 0px;
}

#banner-skyscraper a, #banner-skyscraper a:hover {
	text-decoration: none;
}

#banner-skyscraper img {
	border: none;
	width: 160px;
	height: 600px;
}

