html, body {border: 0; margin: 0; padding: 0;}

body {
  font: 90%/1 arial, helvetica, sans-serif;
  line-height: 140%;
  background: #f8ffe5;
  width: 100%;
  min-width: 970px;
}

h1, h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  width: 97%;
  clear: both;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 3px;
  letter-spacing: -1px;
  font: 26px Arial, serif;
  color: #877065;
  background-color: transparent;
  border-bottom: 1px dotted #877065;
}

h1 a {color: #443833; text-decoration: none;}

h1 a:hover {
  color: #6C574F;
  text-decoration: none;
  border: none;
}

h1 span {
	color: black;
	font-size: 14px;
	padding-left: 10px;
}

h2 {
  padding: 15px 0 7px 0;
  color: #443833;
  background-color: transparent;
  letter-spacing: -1px;
  font: 1.4em bold arial, helvetica, sans-serif;
  font-weight: bold;
}

h3 {
  padding: 25px 0 25px 0;
  color: #000000;
	font-size: 10px;
  background-color: transparent;
  font: 1.0em arial, helvetica, sans-serif;
	line-height: 30px;
}

p {margin: 0; padding: 0 0 18px 0;}

.bold{font-weight:bold;}
.underline{text-decoration:underline;}

ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 40px;
}

img {border: none;}

a {
  text-decoration: none;
  color: #877065;
  border-bottom: 1px;
}

a:hover {text-decoration: none; color: #443833;}

.clear {clear: both;}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

#container {
  background: url(../images/bg_top.jpg) repeat-x top left;
  width: 100%;
  height: 100%;
}

#wrapper {
  width: 970px;
  background: url(../images/bg.jpg) repeat-y top left;
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}

#sidebar {
  display: block;
  float: left;
  clear: left;
  width: 290px;
  text-align: left;
  color: white;
}

#sidebar #sb_top {
  width: 260px;
  height: 240px;
  padding: 0 15px;
  background: url(../images/sb_top.jpg) no-repeat left top;
  color: #A8948A;
  text-align: center;
}

/** Crediti **/

#sidebar ul {list-style: none; margin: 0; padding: 0;}

#sidebar ul li {
  padding-left: 12px;
  text-align: left;
  width: 268px;
  list-style: none;
  display: block;
  font-size:12px;
  line-height:16px;
}

#sidebar ul ul {margin-bottom: 20px;}

#sidebar ul li h2 {
  min-height: 30px;
  padding-top: 25px;
  padding-left: 15px;
  padding-bottom: 5px;
  font: 1.5em Arial, serif;
}

.fucsia{
	color: #e0128a;	
}

.verde
{
    color:#a3c04c;
}

.nero{
	color: #000000;	
	font-weight:bold;
}

/*** VIDEO ***/
#sidebar ul li a {color: #FFFF99;}

#sidebar ul li a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#sidebar ul li img {
  border:4px solid #705f58;
  Margin: 0;
}

/***** Crediti *****/
#sidebar ul li.widget {
  padding: 0 15px 15px 27px;
  width: 238px;
  text-align: left;
  list-style: none;
  display: block;
}

#sidebar ul li.widget h2 {
	margin: 0 -15px;
}

#sidebar ul li.widget ul li {
  margin: 0;
  padding: 0;
  width: 228px;
  list-style: none;
}

/**** Menu ****/

#sidebar ul.navlist {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 268px;
  font-size: 16px;
}

#sidebar ul.navlist li {
  display: inline;
  line-height: 0px;
}

#sidebar ul.navlist li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: white;
  padding: 2px 2px 2px 24px;
  text-decoration: none;
  border-top: 1px solid #bfe353;
  border-bottom: 1px solid #708536;
}

#sidebar ul.navlist a:hover {
  color: #ffffff;
  background-color: #000000;
}

#sidebar ul.navlist a.menuHover {
  background-color: #c7df7a;
  color:#000000;
}

/**** Testata ****/

#top {
  background: url(../images/bg_top.jpg) repeat-x top left;
  display: block;
  float: left;
  clear: right;
  width: 680px;
  height: 40px;
  padding-top: 15px;
  color: white;
  text-align: right;
}

#top a {color: white;}

#top a:hover {
  border-bottom: 1px dotted white;
}
/**** Content ****/

#content {
  display: block;
  float: left;
  width: 668px;
  background-color: white;
  border-top: #705f58 9px solid;
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}

div.links {
  display: block;
  clear: both;
  width: 95%;
  background-color: #FAFAFA;
  border-top: #E2DBD8 1px dotted;
  border-bottom: #E2DBD8 1px dotted;
  color: #444444;
  padding: 5px;
  font-size: 85%;
}

div.links ul{
	padding:0px;
	margin:0px;
}

div.links ul li {
	list-style: none;
	float:left;
	width:158px;
	height:130px;
 	padding: 5px;
	margin:5px;
  	background-color: #705f58;
	color:#ffffff;
	text-align:right;
	position:relative;
	line-height:16px;
}

div.news ul{
	padding:0px;
	margin:0px;
}

div.news ul li {
	list-style: none;
	float:left;
	color:#000000;
}

/*
div.links ul li.itm
{
    width:120px;
    height:158px;
    margin:5px 8px;
}
*/

div.links ul li.itm
{
    width:270px;
    height:50px;
    margin:5px 8px;
    text-align:left;
}

div.links ul li.viaggio
{
    width:270px;
    height:65px;
    margin:5px 8px;
    text-align:left;
}

div.links ul li img.play{
	cursor:pointer;
	position:absolute;
	left:70px;
	top:38px;
}

img.icon
{
    cursor:pointer;
    vertical-align:text-bottom;
}

#content #intro {
  background: #f8ffe5 url(../images/intro.jpg) no-repeat center;
  height: 176px;
  padding: 0 30px 0 40px;
}

#content #intro h1 {
  margin: 0;
  font-size: 36px;
  border: none;
  padding: 35px 0 0 0;
}

#content #intro h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal !important;
}

#content #intro p {padding: 0;}

/*** TEE ***/

#content .calendar {
  Float: left;
  clear: left;
  background: url(../images/tee.jpg) no-repeat left top;
  width: 50px;
  height: 55px;
  margin-top: 20px;
  margin-left:20px;
  padding-top:15px;
}

#content .calendar .date {
  display: block;
  clear: left;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1px;
}
/* main content */

#content .post {
  display: block;
  float: right;
  width: 565px;
  margin: 15px 0 40px;
  padding: 0 15px;
}

#content .paragrafo {
  display: block;
  width: 625px;
  margin: 15px 0 40px;
  padding: 0 15px;
}

#content .paragrafo p{
  text-align:justify;
}

/***** FOOTER *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 60px;
  font-size: 80%;
  color: #6C574F;
  background: #000000 url(../images/sb_bottom.jpg) no-repeat left top;
}

#footer .contentfoot {
  display: block;
  float: right;
  width: 680px;
  height: 30px;
  padding: 5px 0;
  text-align:left;
  color:#ffffff;
  border-top: #705f58 10px solid;
}

#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px dotted #866B62;}

/**** Form ****/

form {margin: 0; padding: 0; display: inline;}

div.subForm
{
    background-color:#efefef;
    padding-left:20px;
    padding-bottom:10px;
    display:none;
}

.riga
{
    clear:both;
    width:100%;
    padding-top:5px;
}

div.label
{
    color:#000000;
    width:120px;
    float:left;
    font-weight:bold;
}

div.labelShort
{
    color:#000000;
    width:110px;
    float:left;
} 

div.labelShop
{
    color:#000000;
    width:100px;
    float:left;
    font-weight:bold;
} 

div.campi
{
    float:left;
    padding-right:10px;
} 

input, select
{
    border:1px solid #aaaaaa;
    padding:3px;
    width:170px;
    font-size:12px;
    color:#000000;
    text-transform:uppercase;
}

form input
{
    width:auto;
}

input.check
{
    border:none;
    width:12px;
}


textarea
{
    border:1px solid #aaaaaa;
    padding:3px;
    overflow:hidden;
    font-size:12px;
    font-family: arial, Sans-Serif;
    color:#000000;
}

/* NEGOZIO */	
table.templateTable {
    border-collapse:collapse;
    width: 96%;
    border:1px solid #cccccc;
    margin-left:10px;
}

table.templateTable thead tr{
    background-color:#a3c04c;
    color:#ffffff;
}

table.templateTable td {
    border-top :1px solid #cccccc;
    padding:10px;
    vertical-align:middle;
    text-align:center;
}

/* gallery */

#concorsoGallery li
{
    width:220px;
    height:141px;
}
