@charset "utf-8";
@font-face{ 
	font-family: 'inconsolata';
	src: url(font/inconsolata-regular-webfont.eot);
	src: url(font/inconsolata-regular-webfont.eot?#iefix) format('embedded-opentype'),
	     url(font/inconsolata-regular-webfont.woff) format('woff'),
	     url(font/inconsolata-regular-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;			 
}
.inconsolata { font-family: inconsolata; }

@font-face{ 
	font-family: 'nothingyoucoulddo';
	src: url(font/nothingyoucoulddo-webfont.eot);
	src: url(font/nothingyoucoulddo-webfont.eot?#iefix) format('embedded-opentype'),
	     url(font/nothingyoucoulddo-webfont.woff) format('woff'),
	     url(font/nothingyoucoulddo-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;	
}
.nothingyoucoulddo { font-family: nothingyoucoulddo; }

body {
	font: 100%/1.4 inconsolata;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

img.bggrigio {
	padding: 10px;
	background: url(../img/footer_bg.png) repeat;	
}

.container {
	text-align: justify;
	width: 960px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-8 */	
	margin: 0 auto;
}

.container table.privacy-policy {
	text-align: left
}
.container table.privacy-policy thead th {
	background: #CCC;
}
/*.container {
	font-family: inconsolata;
	font-size: 12px;
	width: 960px;
	background: #FFF;
	margin: 10px auto 0 auto;
}*/

.header {
	background-color: none;
}
	.menu ul {
		list-style:none;
		font-size: 22px;
		letter-spacing: -2px;
		line-height: 1.2em;
		float:left;
		clear:both;
		padding-top: 10px;
		padding-left: 10px;
	}
	.menu ul li{
		float:left;
	}
	.menu ul li a{
		display:block;
		text-decoration:none;
		padding:5px 10px 5px 10px;
		width:164px;
		border-left:6px solid #888; 
	}
	.menu ul li a span{
		display:block;
	}
	.menu ul li a span.title{
		color: #333333;
	}
	.menu ul li a:hover{
		border-left:6px solid #000;
	}
	.menu ul li a:hover span.title{
		color:#df246f;
	
	}
	.menu ul li a span.text{
		padding:0px 5px;
		font-size: 16px;
		font-style: italic;
		font-weight: normal;
		letter-spacing: normal;
		line-height: 1.4em;
		visibility:hidden;
		color:#df246f;
		text-align: right;
		border-top:5px solid #000;
	}
	.menu ul li a:hover span.text{
		visibility:visible;
	}


.sidebar1 {
	float: right;
	width: 311px;
	padding: 10px;
	margin-top: 20px;
}
	.sidebar1 .twitter-widget {
		width:311px;
		margin-top:20px;
	}

.content {
	padding: 10px;
	width: 609px;
	float: right;
	font-size: 14px;
	margin-top: 20px;	
}

.content ul, .content ol { 
	padding: 0 15px 15px 15px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
	padding: 0
}

.content-ext {
	padding: 10px;
	width: 940px;
	float: right;
	margin-top: 20px;	
}

.content-ext h1, .content-ext h2, .content-ext h3, .content-ext h4, .content-ext h5, .content-ext h6, .content-ext p {
	padding: 0
}

.content-ext ul, .content-ext ol { 
	padding: 0 15px 15px 15px;
}


#news a.head, #news a.head:link, #news a.head:visited, #news a.head:hover, #news a.head:active, #news a.head:focus {
	font-family: 'Indie Flower', cursive;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	color: #000;
}

body.blog .content {
	font-family: 'Indie Flower', cursive;
}
body.blog #news {
	width: 609px;
	float: left;
	margin: 0 0 10px 0;
	font-size: 18px;
}
	body.blog #news_left {
		width: 311px;
		float: left;
		margin: 0 0 10px 0;
		font-size: 17px;
	}
	body.blog #news_left ul li {
		list-style-type: none;
		text-align: left;
		border-bottom: 1px solid #000;
		padding-bottom: 3px;
		margin: 0 0 3px 0;
	}
	body.blog #news_left ul li:hover {
		list-style-type: none;
		text-align: left;
		border-bottom: 1px solid #0c9ec3;
		padding-bottom: 3px;
		margin: 0 0 3px 0px;
	}	
	body.blog #news_left ul li a {
		color: #df246f;
		text-decoration: none;
		text-transform:uppercase;
		font-family: 'Indie Flower', cursive;
	}
	body.blog #news_left ul li a:hover {
		color: #0c9ec3;
	}	
	body.blog #news .data_news {
		width: 100px;
		float:left;
		text-align: left
	}
	body.blog #news .titolo_news {
		width: 509px;
		padding: 0;
		float:left
	}
		body.blog #news .titolo_news a.titolo_news {
			margin-bottom: 5px;
			float:left;
			text-decoration: none;
			padding-left: 5px;
			color: #0c9ec3;
			text-transform:uppercase;
		}	
		body.blog #news .titolo_news a.titolo_news:hover {
			color: #000;
		}	

body.view .content {
	font-family: 'Indie Flower', cursive;
}
body.view #news {
	width: 609px;
	float: left;
	font-size: 18px;
}
	body.view #news_left {
		width: 311px;
		float: left;
		margin: 0 0 10px 0;
		font-size: 17px;
	}
	body.view #news_left ul li {
		list-style-type: none;
		text-align: left;
		border-bottom: 1px solid #000;
		padding-bottom: 3px;
		margin: 0 0 3px 0;
	}
	body.view #news_left ul li:hover {
		list-style-type: none;
		text-align: left;
		border-bottom: 1px solid #0c9ec3;
		padding-bottom: 3px;
		margin: 0 0 3px 0px;
	}	
	body.view #news_left ul li a {
		color: #df246f;
		text-decoration: none;
		text-transform:uppercase;
		font-family: 'Indie Flower', cursive;
	}
	body.view #news_left ul li a:hover {
		color: #0c9ec3;
	}	
	body.view #news .header_news {
		float: left;
		margin-bottom: 20px;
	}
	body.view #news .header_news .data_news {
		width: 100px;
		float:right;
		text-align: left
	}
	body.view #news .header_news .titolo_news {
		float:left;
		text-decoration: none;
		color: #0c9ec3;
		text-transform:uppercase;
		width: 830px;
	}
	body.view #news .testo_news {
		text-align:justify
	}
	body.view #news .testo_news p img {
		text-align:center
	}			

body.index #news {
	width: 311px;
	float: none;
	margin-top: 20px;
}
	body.index #news ul li {
		list-style-type: none;
		text-align: left;
		border-bottom: 1px solid #000;
		padding-bottom: 3px;
		margin: 0 0 3px 0;
	}
	body.index #news ul li:hover {
		list-style-type: none;
		text-align: left;
		border-bottom: 1px solid #0c9ec3;
		padding-bottom: 3px;
		margin: 0 0 3px 0px;
	}	
	body.index #news ul li a {
		color: #df246f;
		text-decoration: none;
		text-transform:uppercase;
		font-family: 'Indie Flower', cursive;
	}
	body.index #news ul li a:hover {
		color: #0c9ec3;
	}	

.guestContent {
	width: 90%;
	padding: 5px;
}
	.guestText {
		width: 100%;
		margin-top: 10px;
		font-style:italic
	}
	.guestFooter {
		width: 100%; 
		margin-top: 10px;
		margin-bottom: 10px;
	}
		.guestDate {
			float: left;
		}
		.guestSignature {
			text-align: right;
		}
	.guestDivider {
		height: 5px;
		width: 100%;
	}
	.guestbook input[type=text], .guestbook textarea, .guestbook input[type=submit], .guestbook input[type=button] {
		width: 291px;
		max-width: 291px;
		background: #CCC;
		color: #000;
		padding: 2px 10px;
		border: none;
	}	

.contact input[type=text], .contact textarea, .contact input[type=submit] {
	width: 350px;
	max-width: 350px;
	background: #CCC;
	color: #000;
	padding: 2px 10px;
	border: none;
}
input[type=submit], input[type=button] {
	border: none;
	margin-top: 10px;
}


ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #ADB96E;
	color: #FFF;
}

.sponsor {
	width: 940px;
	padding: 0 10px;
	float:left;
}
	.sponsor .banner {
		margin: 5px 0 10px 0;
		float: left;
		width: 470px;
		text-align:center;
	}


/* ~~ Il piè di pagina ~~ */
.footer {
	padding: 0 10px;
	background: url(../img/footer_bg.png) repeat;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	clear:both;
}
	.footer p {
		margin: 0;
		padding: 10px 0;
	}
	.footer a {
		text-decoration: none;
		color:#FFFFFF;
	}
	.footer a:hover {
		text-decoration: underline;
		color:#FFFFFF;
	}

.fltrt {
	float: right;
	margin-left: 20px;
}
.fltlft {
	float: left;
	margin-right: 20px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}