body
{
	background: #dfecf5 url(../img/bg.jpg) repeat-x 0 0;
	font: normal 0.7512em/1.5em Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
}
html > body { font-size: 12px; }

#wrap
{
	background: transparent url(../img/bg-header.jpg) no-repeat 0 0;
}


#nav li
{
}

#nav li a
{
	background: transparent url(../img/nav-buttons.png) no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	text-shadow: 0 0 3px #000; 
	overflow: hidden;
}
#nav li a:hover
{
	background-position: 0 -30px;
}

/*
 * subnav
 */
#nav li div.sub
{
	display: none;
}
#nav li div.sub .top
{
	background: url(../img/bg-subnav.png) no-repeat 0 0;
}
#nav li div ul
{
	background: url(../img/bg-subnav.png) no-repeat 0 100%;	
}
#nav li ul li a:hover
{
	background: url(../img/bg.jpg) repeat-x 0 8%;
}


#main-heading
{
	font-size: 3.7em;
	font-family: "Monotype Corsiva";
	font-weight: normal;
	color: #3f3a28
}

#lang-select li a
{
	text-indent: -9999px;
	background-color: transparent none;
}

.flag-ita { background-image: url(../img/ita.png); }
.flag-eng { background-image: url(../img/eng.png); }
.flag-no { background-image: url(../img/no.png); }
.flag-fi { background: url(../img/fi.png) no-repeat; }

.box-home-r
{
	font-size: .9em;
	line-height: 1.2em;
	border: 0 solid;
	-moz-border-radius: 8px;
	-moz-box-shadow: 2px 2px 20px rgba(0,0,0, 0.3);
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0, 0.3);	
}

.box-shadow
{
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0, 0.3);	
	-moz-box-shadow: 2px 2px 20px rgba(0,0,0, 0.3);
}

#box-ricette { background-image: url(../img/bg-ricette.jpg); }
#box-news { background-image: url(../img/bg-news.jpg); }
.box-vcds { background-image: url(../img/bg-cortestelle.jpg) !important; }
.box-sikke-sumari { background-image: url(../img/bg-sikke-sumari.jpg) !important; }


.home .box-home-r .heading
{
	color: #fff;
	font: italic 2em Verdana, Geneva, Tahoma, sans-serif;
	text-shadow: 2px 2px 5px #000;
	text-indent: -9999px;
}

.box-home-r .title
{
	font-size: 1.5em;
	font-style: italic;
}

.box-home-r .text
{
	color: #333;
}

.img-border,
.img-border img
{
	border: 1px solid #bbb;
	padding: 4px;
	background-color: #fff;
}

.content
{
	line-height: 2em;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #3f3a28
}
.content p.fletter:first-letter
{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 3em;
	padding-right: .05em;
}
.content p.first,
.content h1 + p,
.content h2 + p,
.content h3 + p,
.content h4 + p
{
	text-indent: 0 !important;	
}
.content p
{
	margin-bottom: 2em;
	text-indent: 20px;	
}

#footer
{
	background: url(../img/bg-footer.jpg) no-repeat 0 0;
	font-size: .9em;
}

/*
 * booking form
 */
#footer #booking legend { display: none }

#footer #booking .calendar
{
	display: block;
	float: left;
	background: url(../img/calendar.png) no-repeat 0 1px;
	text-indent: -9999px;
}

#footer .address
{
	
}

#footer .address a
{
	color: #3F3A28;
	text-decoration: none;
}
#footer .address a:hover { color: #766464; }

.button
{
	display: block;
	padding: 3px 8px;
	border: none;
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-border-radius: 6px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-border-radius: 6px;	
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

	background: #5F5c4a url(../img/overlay.png) repeat-x 0 0;
	color: #fff;
	
	font-family: Arial,Helvetica,Helvetica Neue,Verdana,sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
	cursor: pointer;
}

.button:hover
{
	background-color: #3F3A28 
}


.ico-skype
{
	padding: 0 6px 0 10px;
	background: transparent url(../img/ico_skype.png) no-repeat center center;
}


#content .box
{
	border: none !important;
	background: #add1df url(../img/bg-box.gif) repeat-x 0 -120px;
	padding: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.page #content h1,
.page #content h2,
.page #content h3
{
	font-family: "Monotype Corsiva";
	font-size: 3.2em;
	font-weight: normal;
	color: #1a3d63;
	margin-bottom: 1.2em;
}

.page #content h2,
.page #content h3.apartment
{
	font-size: 2.6em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #3d5f85;
}

.page #content h3
{
	font-size: 2.2em;
}


.content a { color: #3D5F85; text-decoration: none; border-bottom: 1px dotted; }
.content a:hover { color: #4F6F96}

/*
 * picbox
 */

.pic-box
{
	padding: 20px;
	margin-bottom: 2em;
}
.pic-box .pic-nav
{
	width: 800px;
	height: 110px;
	margin: 0 auto;
}

.pic-box .pic-nav .scrollable
{
	float: left;
	overflow: hidden;
	position: relative;	
	width: 720px;
	height: 110px;
}

.pic-box .pic-nav .items
{
	width:20000em; 
    position:absolute; 
}

.pic-box .pic-nav li,
.pic-box .ctrl-l,
.pic-box .ctrl-r
{
	float: left;
	display: block;
	margin: 0 10px;
	height: 110px;	
}
.pic-box .ctrl-l,
.pic-box .ctrl-r
{
	width: 30px;
	background: url(../img/arrows.gif) no-repeat 10px 50%;
	cursor: pointer;
	text-indent: -9999px
}

.pic-box .ctrl-l { margin-right: 0 }

.pic-box .ctrl-r
{
	background-position: -15px 50%;
	margin-left: 0;
}
.pic-box .ctrl-l:hover
{
	background-position: -40px 50%;
}

.pic-box .ctrl-r:hover
{
	background-position: -65px 50%;
}
.pic-box .disabled { background: none; }

.pic-box .pic-text
{
	color: #000
}

.pic-box .pic-text .title
{
	font-size: 3em;
	text-align: center;
	color: #fff;
	margin: 0 0 0.5em;
	font-family: "Monotype Corsiva";	
}
.pic-box a { text-decoration: none; border: none;}


.pic-box-3 { width: 620px; margin-bottom: 2em }

.pic-box-3 .pic-box
{
	width: auto;
	padding: 20px 0 !important;
}
.pic-box-3 .pic-box .pic-nav { width: auto }

.pic-box-3 .pic-box .pic-nav .scrollable
{ 
	width: 540px;
}

.img img
{
	margin: 0; padding: 0;
	border: none !important;
}
.img p 
{ 
	font-size: .9em;
	margin: 0 0 .3em .3em; padding: 0;
	text-indent: 0;
	line-height: 1.5em;
}

/*
 * apartments
 */
.apartments .pic-box-3 { float: right; }
.apartments img.box-left {margin: 30px 0 0}

.content .box2
{
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	background: #add1df url(../img/bg-box.gif) repeat-x 0 -150px;
	color: #3D5F85;
}

.content ul.line
{
	margin-bottom: 2em;
	padding: 1em 3em;
	list-style: square
}

/*
 * guestbook
 */
#guestbook
{
	padding: 2em;
	font-size: 1.2em;
}
	#guestbook .post
	{
		margin-bottom: 3em;
		padding-bottom: .8em;
		border-bottom: 1px dotted #ccc;
	}

	#guestbook .meta {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
		font-size: .9em;
	}
		#guestbook .meta .who {
			font-weight: bold;
			color: #3D5F85;
		}	
		#guestbook .meta .from {
			font-weight: bold;
		}	
	
	#guestbook .text {
		margin-bottom: 1em;
		margin-left: 1em;
		font-style: italic;
	}


/*
 * wines
 */
.wine 
{ 
	margin-bottom: 40px !important;
	margin: 0 auto;
	text-align: left;
}

.wine img
{
	float: left;
	margin: 0 60px;
}

.wine table 
{
	margin-left: 40px;
	width: 500px;
	float: left;
	font-size: 1.1em
}

.wine h3
{
	font-family: Garamond, Hoefler Text, Palatino, Palatino Linotype, serif;
	font-size: 1.6em;
	color: #F1EDD4;
	margin-bottom: 1em;
}


.wine th,
.wine td
{
	padding: .5em 0;
}
.wine td
{
	font-family: Tahoma;
}
.wine th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: #3D5F85;
	width: 200px;
}

.wine .desc 
{ 
	font-size: .6em !important;
	padding-top: 10px; 
	display: block; 
	color: #F0EDC3
}

.box-right
{
	float: right;
	margin-top: 1em;
	margin-left: 2em;
}
.box-left
{
	float: left;
	margin-top: 1em;
	margin-right: 2em;
}

.white { color: #fff !important; }

.googlemap
{
	font-size: 12px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
.facilities 
{
	width: 450px;
}
.facilities h2 { margin-bottom: 1em !important}
.facilities h3 { margin-bottom: 0 !important}
.facilities ul { margin-right: 0 }

.faqs
{
	line-height: 1em;
	padding: 1em 2.5em;
	width: 26em;
}
.faqs h2 { text-align: center; }
.faqs ul { margin-top: 3em; list-style-type: square; margin-left: 20px; }
.faqs .question
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	margin-bottom: .6em !important;
	line-height: 1.5em !important;
	cursor: pointer;
	padding: 2px;
	color: #426284 !important;
	font-weight:bold !important;
}
.faqs .current
{
	color: #2F4171 !important;
	text-decoration:underline;
}

.faqs .answer
{
	display: none;
	padding: 0 1em .5em;
	color: #111;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*
 * TODO: modificare
 */
#content p { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; !important}



.center { text-align: center }


/*
 * tabelle prezzi
 */

.prices table
{
	width: 420px;
	margin: 0 auto;
	font-size: 1em;
	margin-bottom: 4em;
	/*border: 1px solid #ccc;*/
}
.prices table caption
{
	font-size: 1.5em;
	margin-bottom: 1.5em;
	color: #1A3D63
}

.prices table tr { font-size: .9em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

.prices table tr
{
	margin-top: 10px;
}
.prices table td
{
	border-right: 1px dotted #ccc;
}
.prices table th
{
	color: #4F6F96;
	text-align: center;
}
.prices table td
{
	text-align: right;
	padding: .5em 1em .5em 0;

}
.prices table td.left,
.prices table.left td
{ 
	text-align: left; 
	padding-left: 1em;
}

.prices thead tr th,
.prices tr.head th
{
	background: url("/assets/img/bg-2.gif") repeat-x scroll 0 -30px #A8CFDE !important;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.prices tr td,
.prices tr th
{
	background-color: #BCD8EA;
}
.prices tr.alt td,
.prices tr.alt th
{
	/*
	background-color: #CAE0EE;
	*/
	background-color: #ACCEE4;
}

.bg
{
	background: #a8cfde url(/assets/img/bg-2.gif) repeat-x 0 0 !important;
}
.bg h2 { color: #fff !important }

#recipes h3
{
}

#recipes .ingredients { list-style: disc; margin-left: 2em; margin-bottom: 3em; }
#recipes .ingredients li
{
	line-height: 1.3em;
	font-size: .9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#recipes p
{
	line-height: 1.3em;
	text-indent: 0;	
}


.imagemap {
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 36px;
	padding: 10px;
}

.imagemap img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.imagemap a {
	position: absolute;
	outline: none;
	height: 32px;
	line-height: 32px;

	-moz-border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
}

.imagemap a:before {
	content: '';
	display: block;
	position: relative;
	z-index: 2;
	float: left;
	margin: 7px 5px 7px 10px;
	height: 36px;
	width: 22px;

	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;

	background: url(../img/pin.png) no-repeat 0 0;
}

.imagemap span {
	display: block;
	float: left;
	position: relative;
	z-index: 1;

	margin-left: -40px;
	padding: 0;
	width: 0;
	overflow: hidden;

	visibility: hidden;
	opacity: 0;

	color: #fafafa;
	font-size: 22px;

	-moz-transition: visibility .5s, opacity .5s;
	-webkit-transition: visibility .5s, opacity .5s;
	-ms-transition: visibility .5s, opacity .5s;
	-o-transition: visibility .5s, opacity .5s;
	transition: visibility .5s, opacity .5s;

	-moz-border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
}


.imagemap a:hover span {
	width: auto;
	padding: 0 30px 0 45px;

	visibility: visible;
	opacity: 1;

	background:    -moz-linear-gradient(left, rgba(16,16,16,0), rgba(16,16,16,1), rgba(16,16,16,1) 70%, rgba(16,16,16,0));
	background: -webkit-linear-gradient(left, rgba(16,16,16,0), rgba(16,16,16,1), rgba(16,16,16,1) 70%, rgba(16,16,16,0));
	background:      -o-linear-gradient(left, rgba(16,16,16,0), rgba(16,16,16,1), rgba(16,16,16,1) 70%, rgba(16,16,16,0));
	background:     -ms-linear-gradient(left, rgba(16,16,16,0), rgba(16,16,16,1), rgba(16,16,16,1) 70%, rgba(16,16,16,0));
	background:         linear-gradient(left, rgba(16,16,16,0), rgba(16,16,16,1), rgba(16,16,16,1) 70%, rgba(16,16,16,0));
}

.imagemap .aliseo     { top: 250px; left: 170px; }
.imagemap .cucina     { top: 35px;  left: 320px; }
.imagemap .scirocco   { top: 150px; left: 320px; }
.imagemap .grecale    { top: 182px; left: 330px; }
.imagemap .maestrale  { top: 140px; left: 450px; }
.imagemap .libeccio   { top: 100px; left: 560px; }


