@charset "utf-8";
/* CSS Document */

/* Main Layout*/
body {
	border:0px;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color: #6fadc9;
	color:#666666;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
img { border:none; }

a:link {
	color: #2d9fce;
}
a:visited {
	color: #2d9fce;
}
a:hover {
	color: #2d9fce;
	text-decoration:none;
}
a:active {
	color: #2d9fce;
}
#wrapper {
	width:980px;
	margin:0px auto;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	min-height:770px; /*minimum height of the page, this keeps it consistent when creating shorter pages.*/
	position:relative;
}
#header {
	height:234px;
	clear:both;
	/*background-image:url(images/header_bg.jpg);*/
	background-repeat:no-repeat;
	background-position:top;
}
#header_logo {
	width:241px;
	height:125px;
	margin:35px 0px 0px 0px;
	float:left;
}
#side_menu_container {
	width:163px;
	float:left;
}
/*Menu*/

#side_menu {
	width:163px;
}
ul#side_menu {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#side_menu li {
	list-style:none;
	margin:0px;
	border-bottom:1px solid #d5e3e9;
}
ul#side_menu a {
color:#00264e; /*this is the color of the menu text*/
padding:6px 0px 6px 20px; /*spacing around the text, top right bottom left*/
text-decoration:none; /*no underline*/
font-weight:bold;
text-transform:uppercase;
font-size:0.9em;
letter-spacing:1px; /*space between each letter in the word*/
display:block; /*make the background go all the way to the edges*/
}
ul#side_menu a:hover {
color:#2d9fce; /*when the mouse is placed on the button change to this colour*/
background-color:#FFF; /*highlight the background behind the text*/
}
/*Box under menu*/

.side_menu_box {
	width:152px; /*164 minus padding*/
	margin:20px 0;
	padding:10px 6px;
}
.newsletter { background-color:#dfecf2; }
.newsletter .top {
	color:#2d9fce;
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:5px;
}
.newsletter .side_menu_box p {
	margin:0px;
	padding:0px;
}
.newsletter .side_menu_box_field {
	background-color:#fff !important;
	border:1px solid #d5e3e9 !important;
	margin:5px 0px 0px 0px;
	color:#6fadc9;
	width:140px;
	padding:5px;
	font-size:11px;
}
.newsletter .side_menu_box_button {
	margin:5px 0 0 0;
	float:right;
}
.areariservata { background-color:#d2d7da; }
.areariservata .top {
	color:#000;
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:5px;
}
.areariservata .side_menu_box p {
	margin:0px;
	padding:0px;
}
.areariservata .side_menu_box_field {
	background-color:#fff !important;
	border:1px solid #dcdcdc !important;
	margin:5px 0px 0px 0px;
	color:#535353;
	width:140px;
	padding:5px;
	font-size:11px;
}
.areariservata .side_menu_box_button {
	margin:5px 0 0 0;
	float:right;
}
#info {
	font-size:0.9em;
	color:#228ddf;
	padding:10px;
	text-align:center;
	background-color:#FFF;
	line-height:1.5em;
}

#info h3 {
	font-size:1.5em;
	margin:0 0 5px 0;
	padding:0;
}
#content_body-home {
	padding: 0; /*padding on the right is because the column if floating to the right*/
	line-height:1.5em;
	width:784px; /*784px minus padding*/
	float:right;
	margin:200px 13px 0 0;
	/*border:1px solid green;*/
}
#content_body {
	padding: 0; /*padding on the right is because the column if floating to the right*/
	line-height:1.5em;
	width:784px; /*784px minus padding*/
	float:right;
	margin:200px 13px 0 0;
	/*border:1px solid green;*/
}
/*footer*/
#footer {
	height:28px;
	width:960px;
	margin:0 auto;
	color:#e0edfd;
	background-color:#6fadc9;
	font-size:10px;
	padding:8px 10px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	border-top:#3f91b7 5px solid;
}
#footer a, #footer a:link, #footer a:visited {
	color:#e0edfd;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:390px; /*make this wider to fit more links in your footer*/
	float:right;
	text-align:right;
}
#footer .right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer .right ul li {
	float:left;
	margin:0;
	padding:0 3px 0 3px;
}
#footer .right ul li a, #footer .right ul li a:link, #footer .right ul li a:visited {
	color:#e0edfd;
	text-decoration:none;
}
#footer .right ul li a:hover {
	text-decoration:underline;
}
#footer .left {
	width:400px;
	float:left;
}
/* General Content*/

.padding_bottom {
	padding-bottom:5px;
}
.clear {
	clear:both;
	visibility:hidden;
	height:0px;
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
.forms_field {
	background-color:#fff !important;
	border:1px solid #d5e3e9 !important;
	margin:3px 0px 0px 0px;
	color:#6fadc9;
	height:18px;
	padding:2px;
}
.forms_button {
	background-color:#461614 !important;
	border:1px solid #70231d !important;
	margin:3px 0px 0px 0px;
	color:#dd9b9b;
	height:23px;
	padding:2px;
}
h1 {
	font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#2d9fce;
	margin-top:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.image_border {
	border-bottom:3px solid #631714;
	margin:3px 3px 0px 3px;
	padding:0px;
}
hr {
	border: 0;
	color: #631714;
	background-color: #631714;
	height: 1px;
	width: 100%;
}
.size20 {
	font-size:20px;
}
ul.arrows {
}
.arrows li {
	list-style:url(images/icon_arrow.gif);
	line-height:25px; /*spacing between rows*/
}
.left_column {
	width:240px;
	float:left;
}
.right_image {
	float:right;
	padding-left:25px;
}
.book_button {
	text-align:left;
	margin-left:140px;
	clear:both;
}


/*special fonts*/

@font-face {
 font-family: "Liberation Sans";
 src: url(http://tf.dtbaker.com.au/template/curvy_clean/font/LiberationSans-Regular.ttf) format("truetype");
}
/*home page*/

	#home_banner {
	position:absolute;
	top:190px;
	left:143px;
}

.iframe {  }
#content_body-home .left_home {
	width:466px;
	float:left;
	margin:0 20px 0 0;

}
#content_body-home .right_home {
	width:298px;
	float:right;

}
#content_body .left_home {
	width:426px;
	float:left;
	margin:0 20px 0 0;
	padding:0 20px;

}
#content_body .right_home {
	width:298px;
	float:right;

}
ul.image_list {
	margin:0px;
	padding:0px;
	text-align:center;
}
.image_list li {
	list-style:none;
	margin:0px;
	padding:0px 0 10px 0; /*spacing between the images*/
}
/*coloured boxes*/
.box_list {
	margin:0 0 10px 0;
	padding:0px;
}


.itemBox {
	width:244px;
	margin:0 5px 5px 0;
	float:left;
	padding:5px;
}
.itemBox .img {
	width:244px;
	height:100px;
	border:1px solid #FFF;
}
.itemBox .right {
	padding:5px;
	line-height:normal;
	color:#666666;
	font-size:11px;
}
.itemBox p {
	margin:0px;
	padding:0px;
}
.itemBox .button {
	margin:10px 0 0 0;
	border:none;
}
.itemBox .title {
	font-family: "Liberation Sans", arial;
	font-size:14px;
	font-weight:bold;
}

.box_yellow {
	background:url(images/box_yellow_bg.jpg) repeat-x bottom;
	background-color:#f8f6ee;
	border-right:2px #fae4ac solid;
	border-bottom:2px #fae4ac solid;
}

.box_yellow .title {
	color:#ffa200;
}

/*blue*/
.box_blue {
	background:url(images/box_blue_bg.jpg) repeat-x bottom;
	background-color:#eef5f8;
	border-right:2px #a8e5f3 solid;
	border-bottom:2px #a8e5f3 solid;
}

.box_blue .title {
	color:#2d9fce;
}

/*pink*/

.box_pink {
	background:url(images/box_pink_bg.jpg) repeat-x bottom;
	background-color:#f8edf0;
	border-right:2px #ffb9d3 solid;
	border-bottom:2px #ffb9d3 solid;
}

.box_pink .title {
	color:#ff005f;
}

/*green*/
.box_green {

	background:url(images/box_green_bg.jpg) repeat-x bottom;
	background-color:#f0f8ea;
	border-right:2px #d6f3a6 solid;
	border-bottom:2px #d6f3a6 solid;
}

.box_green .title {
	color:#9db000;
}

/*Contact Page*/
.left_details {
	float:left;
	width:240px;
}
.right_details {
	float:left;
	width:415px;
	margin-left:50px;
	padding-left:20px;
	border-left:1px solid #dfecf2;
}
.contact_title {
	color:#2d9fce;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;
	margin:3px 0px;
	padding:4px;
}
.blue {
	color:#2d9fce;
}
#contact {
	border:0;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#2d9fce;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {

}
#contact .submit_button {
	clear:left;
	margin-left:95px;
}

.giftCard { margin:100px 0 0 0; text-align:center; }
.readmore { text-align:right; font-size:0.8em; color:#636363; margin:5px 0 0 0;  }
	.readmore a { font-size:1.1em; text-decoration:underline; color:#636363;  }
	.readmore a:hover { text-decoration:none; }

.newsBox { /*border-bottom:1px solid red;*/ margin:0 0 30px 0; }
	.newsBox h1 { height:30px; margin:10px 0 10px 0; }
	.newsBox h1 span { display:none; }


.boxConcerti {  }
	.boxConcerti h1 { background-image:url(images/title_concerti.png); background-position:left top; background-repeat:no-repeat; }
	#tableConcerti td { padding:5px; }
	#tableConcerti h2 { font-size:1.2em; color:#2d9fce; }
	#tableConcerti tr.over td { background: #bcd4ec; color:#F00; cursor:pointer; }
	#tableConcerti tr.over h2 { color:#F00; }
	#tableConcerti tr.alt td { background:#eef5f8; }



.boxEventi {  }
	.boxEventi img { border:none; }
	.boxEventi h1 { background-image:url(images/title_eventi.png); background-position:left top; background-repeat:no-repeat; }
	#tableEventi tr { background-color:#eff5f8; }
	#tableEventi td { padding:5px; border-bottom:2px solid #fff; }
	#tableEventi h2 { font-size:1.2em; color:#F00; }
	#tableEventi span { font-size:0.9em; }
	#tableEventi tr.over td { background: #f1aaa7; color:#000; cursor:pointer; }
	#tableEventi tr.over h2 { color:#000; }
	#tableEventi tr.alt td { background:#f6d8d7; }

.pageTitle { height:48px; }
	.pageTitle span { display:none; }
	#spettacoli { background-image:url(images/title_spettacoli.png); background-position:left top; background-repeat:no-repeat; }
	#carrello { background-image:url(images/title_carrello.png); background-position:left top; background-repeat:no-repeat; }
	#chisiamo { background-image:url(images/title_chisiamo.png); background-position:left top; background-repeat:no-repeat; }
	#offerte { background-image:url(images/title_offerte.png); background-position:left top; background-repeat:no-repeat; }
	#viaggi { background-image:url(images/title_viaggi.png); background-position:left top; background-repeat:no-repeat; }



#tableEventi2 { font-size:8pt; padding:10px 20px; }
#tableEventi2 h2 { font-size:1.6em; color:#F00; }
#tableEventi2 .eventDescr { margin:5px 0 10px 0; font-style:italic; line-height:1.5em; }
#tableEventi2 td { border-bottom:2px solid #ccc; padding:20px 0 0  0; }
#tableEventi2 p { margin:0; padding:0; }

#tableEventi2 .inputField { width:43px; }
.updateBotton { width:84px; height:20px; padding:0 0 3px 0; font-size:1em; border:none; background-color:#fff; color:#fff; text-align:center; background-image:url(images/button3.gif); background-position:center center; background-repeat:no-repeat; cursor:pointer; }

.removeBotton { width:84px; height:20px; padding:0 0 3px 0; font-size:1em; border:none; background-color:#fff; color:#fff; text-align:center; background-image:url(images/button4.gif); background-position:center center; background-repeat:no-repeat; cursor:pointer; }

.reservationBlock { padding:10px 20px; display:block; }
.reservationBlock div { float:right; padding:5px 10px 5px 20px; }
.eventPrice { background-image:url(images/button.gif); background-position:center center; background-repeat:no-repeat; color:#FFF; width:50px; text-align:center; }
.totlalPrice { background-image:url(images/button2.gif); background-position:center center; background-repeat:no-repeat; color:#FFF; width:50px; text-align:center; }
.redcolor { color:#F00; }

.moreInfo  {  padding:10px; background-color:#f6d8d7; border:1px solid #f1aaa7;  }
.moreInfo p { margin:0; padding:0;  }

fieldset { margin:10px 0 20px 0; }
.formBlock { width:235px; margin:0 8px 0 0; float:left; padding:5px; }
.formBlock_credit { width:130px; margin:0 8px 0 0; float:left; padding:5px; }
.formBlock. label { display:block; }
.formBlock .inputField { width:95%; }
.formBlock .selectField { width:98%; }
