/* ----------------------------------------------
	Template Name : FreshMedia
	Template Code : S-0021
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : February 07, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 12px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	text-align: center;
	background-color: #333;
	padding: 0px;
}

/* Links */

.menu-appartamenti a:visited{
	font: 14px "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#AE0B26;
	font-style:italic;
}
.menu-appartamenti a:link{
	font: 14px "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#AE0B26;
	font-style:italic;
}

.menu-appartamenti a:hover{
	font: 14px "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-style:italic;
	text-decoration: underline;
}

a, a:active, a:link {
	text-decoration: underline;
	color:#333;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #AE0B26;
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 150%;
	color: #895F30;
	padding: 20px 10px 0px 10px;
	margin-bottom:45px;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	margin: 0;
	color:#333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
h4 {
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	color:#333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	color:#c00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h5 a, h5 a:active, h5 a:link {
	color:#c00;
	text-decoration:underline;
	}
p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
	font-weight: bold;
	color: #333;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fafafa;
    border: 0px solid #dcdcdc;
	padding: 2px;
	margin-bottom:10px;
}

.distanza {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	margin-right:20px;
}

.cornice {
	background: #fafafa;
    border: 1px solid #dcdcdc;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
	text-align: left;
	display: block;
	overflow: auto;
	/* white-space: pre; */
  	border: 2px solid #E8E8E8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-style: italic;
	width: 65%;
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	border: 1px solid #E4E4E4;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1em;
	font-style: italic;
	color: #666;
	background-color: #FCFCFC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
blockquote p {
	font-size:13px;
	padding: 0px;
	margin: 0px;
}


/* start - table */
table {
	/*border-collapse: collapse;*/
	margin: 5px 5px;
	border:solid 0;
}
th {
	height: 38px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	text-align: left;
	border-left: 0px solid #CCCCCC;
	border-bottom: solid 1px #fff;
	background-color:#AE0B26;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -100px;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #DFDFDF;
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 0px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button {
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #FFFFFF;
	background:#990000;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}
input.buttonOver, input.button:hover {
    background-color: #FFFFFF;
    color:#990000;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background:#fff;
}
#wrap {
	width: 955px;
	margin: 0 auto;
	background-color: #FFF;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 925px;
	padding: 0;
	/*margin-right: 5px;*/
	display: inline;
	background-image:url(../img/bg-content-wrap.jpg);
	background-repeat:no-repeat;
	background-position: left 100px;
}
#header {
	position: relative;
	width: 955px;
	height: 310px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(.../images/header-la-loggetta.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.logo {
	float:left;
	width:280px;
	height: 310px;
	background-image:url(../img/logo-corsignano.jpg);
}

.foto {
	width:675px;
	float:left;
	height: 310px;
}

.header-appartamenti {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-appartamenti.jpg);
}

.header-firenze {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-firenze.jpg);
}

.header-fattoria-vini {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-fattoria-vini.jpg);
}

.header-corsignano {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-corsignano.jpg);
}

.header-tariffe {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-tariffe.jpg);
}

.header-pacchetti {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-pacchetti.jpg);
}

.header-food-wine {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-food-wine.jpg);
}

.header-offerte {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-offerte.jpg);
}

.header-servizi {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-servizi.jpg);
}

.header-prenotazioni {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-prenotazioni.jpg);
}

.header-degustazioni {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-degustazioni.jpg);
}

.header-ecommerce {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-ecommerce.jpg);
}

.header-raccolte {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-raccolte.jpg);
}

.header-cucina {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-cucina.jpg);
}

.header-cene {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-cene.jpg);
}

.header-matrimoni {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-matrimoni.jpg);
}

.header-benessere {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-benessere.jpg);
}

.header-tempolibero {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-tempolibero.jpg);
}

.header-dovesiamo {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-dovesiamo.jpg);
}

.header-contatti {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-contatti.jpg);
}

.header-gallery {
	width:675px;
	float:left;
	height: 310px;
	background-image:url(../img/header-gallery.jpg);
}


.content-photo {
	width: 695px;
	height:110px;
	background-image:url(../img/bg-content-photo.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

.riga {
width:955px;
height:3px;
background-color: #AE0B26;
clear:both;
margin-top:0px;
}

/*  Navigation  */
#nav {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	height: 56px;
	left: 0;
	top: 0px;
	/*z-index: 99999;*/
	width: 955;
	background-image:url(../img/menu-lingue.jpg);
	text-align:right;
}
#nav ul {
	list-style: none;
	width: 400px;		
	height: 35px;
	margin: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	margin: 0;
	padding: 0 10px;
	font: 13px/35px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	color: #999999;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color:#FFFFFF;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #0da7d2;	
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 95px; left: 30px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #755643;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 190px; left: 35px;		
}


/* Main Column */
#main {
	float: right;
	width: 700px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#main h1 {
	color:#AE0B26;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main h2 {
	color:#AE0B26;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#main h2 a {
	color: #AE0B26;
	text-decoration: none;
	background: none;
	border: none;
}
#main h3 {
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main ul li {
	list-style:disc;
}

/* Sidebar */	
.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	margin: 0 0 0 0;
	display: inline;
	background-image:url(../img/bg-sidemenu.jpg);
	background-repeat:repeat-y;
	
}	
#sidebar h3 {
	margin-top: 10px;
	/*padding: 15px 5px 3px 5px;*/
	font: normal 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color:#000000;
	letter-spacing: -0.5px;
	text-align: right;
}
.sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 12px;
	padding: 0;
	text-decoration: none;
	background: url(../images/dots.gif) repeat-x left top;
}
.sidebar li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 4px 0px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
.sidebar li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #000000;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 13px;	/* letter-spacing: .5px;  */
}

.sidebar li a:hover {	
	color: #AE0B26;	
}


.sidebar li.attivo a {
	font-weight:bold;
}

.sidebar li.attivo2 a {
	font-weight:normal;
	color: #ae0b26;
}

.sidebar li.attivo2 a:hover {
	font-weight:normal;
	color: #666;
}

.sidebar li.attivo3 a {
	font-weight:normal;
	color: #FFF;
	background-color: #AF1829;
	padding: 5px;
	text-transform: uppercase;
}

.sidebar li.attivo3 a:hover {
	font-weight:normal;
	color: #000;
	background-color: #CCC;
}
.sidebar li.attivo4 a {
	font-weight:bold;
	color: #ae0b26;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
}

.sidebar li.attivo4 a:hover {
	font-weight:bold;
	color: #000;
}


.sidebar li.sottomenu a {
	color:#666666;
	padding-left:5px;
}

.sidebar li.sottomenu a:hover {
	color:#AE0B26;
	padding-left:5px;
}


#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
	position: relative;
	margin-top: 0px;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 0.98em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height:normal;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	width: 955px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AE0B26;
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;	
	color: #666666;	
}
#footer-content {
	width: 925px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #000;
}
#footer-content ul.col-list {
	background: url(../images/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(../images/dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #777;
	border: none;
}
#footer-content ul.col-list li a:hover {
	color: #333;
	text-decoration: none;
}

#footer-content a {
	color:#AE0B26;
	text-decoration: none;
}

#footer-content a:hover {
	color:#FFF;
	text-decoration:none;
}

#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 285px;
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0px;
}
#footer-content .space-sep {
	margin-right: 50px;
}
#footer-content .col2 {
	width: 220px;
	padding: 0 0 30px 0;
	display: inline;
}


.trip{
	padding-left:30px;
	float:left;
	padding-right: 0px;
	width: 50%;
}
.facebook{
	padding-right:0px;
	float:left;
	padding-left: 43px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* postmeta */
.postmeta {
	padding: 5px;
	margin: 0px 0px 0px 8px;
	font-size: 1em;
	text-align:right;
	color: #777;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

.frase {
	padding: 5px;
	margin: 0px 0px 20px 8px;
	font-size: 1em;
	text-align:left;
	font-weight:bold;
	color: #333;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa;	}
.post-info a { color: #666666; }

/* thumbnails */
p.thumbs{
	padding: 12px 0 0 10px;
	text-align: right;
}

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }
.nobordo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.bordo {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ededed;
}

