@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
	color: #6B6854;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(immagini/bg.jpg);
	background-position: center top;
}
#contenuto {
	text-align: left;
	width: 900px;
	margin: auto;
}
body, th, td, input, textarea, select, option {
	font-family:  "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}
h1, h2, h3 {
	font-weight: normal;
	color: #9ABCC7;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #30395c;
}
h1 {
	letter-spacing: -1px;
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1em;
}
p, ul, ol {
	margin: 0;
	padding: 0;
}
blockquote {
	padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
a {
	color: #1580BF;
}
a:hover {
	color: #09F;
}
hr {
	display: none;
}
#wrapper {
}
/* Header */

#header {
	width: 840px;
	height: 63px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
}
#header h1, #header p {
	margin: 0;
}
#header h1 {
	color: #4a6491;
	line-height: 32px;
	font: 30px 'ColaborateLightRegular', Arial, sans-serif;
	letter-spacing: -1px;
}
#header p {
	font-size: 14px;
	font-weight: bold;
	color: #30395c;
	font: 14px 'ColaborateLightRegular', Arial, sans-serif;
	letter-spacing: -1px;
}
#header a {
	text-decoration: none;
	color: #F79F1A;
}
#wrapper {
	width: 840px;
	margin: 0;
	padding: 0;
}
/* Page */

#page {
	width: 840px;
	margin: 0 left;
	padding: 0;
}
/* Content */

#content {
	width: 570px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	line-height: 20px;
}
.post {
	padding: 5px 0 0 0;
}
.title {
	padding: 0 10px 10px 0px;
	line-height: 40px;
	font: 24px 'BebasNeueRegular', Arial, sans-serif;
	margin-top:25px;
}
.title a {
	text-decoration: none;
	color: #FFFFFF;
}
.pagetitle {
}
.byline {
	margin: -20px 0 10px 0;
	padding: 2px 0 0 10px;
	border-bottom: 1px #FFFFFF dashed;
	border-top: 1px #FFFFFF dashed;
	font-size: 13px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #85a5cc;
	background-image: url(immagini/img06.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
.byline a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.meta {
	margin: 0;
	padding: 1px 0 0 0;
	text-align: right;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
	background-repeat: repeat-x;
	background-position: left top;
}
.meta .more {
	background: #AECA8D url(immagini/img06.gif) no-repeat left 50%;
	padding: 4px 10px;
}
.meta .comments {
	padding-left: 18px;
}
.meta a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation {
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.posts li {
}
.posts h3 {
	margin: 0;
	font-weight: bold;
}
.posts p {
	margin: 0;
	line-height: normal;
}
.posts a {
}
.entry {
	margin: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #9ECAE3;
}
.last {
	border: none;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 227px;
	padding-left: 100px;
	padding-top: 20px;
	line-height: 20px;
	color: #069;
}
#sidebar ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfd1;
}
#sidebar li ul {
	padding: 0px 21px 16px 0px;
}
#sidebar li li {
	background: url(immagini/img04.gif) repeat-x left bottom;
	padding: 0 0 10px 0px;
	text-align: left;
}
#sidebar h2 {
	margin: 0;
	width: 215px;
	height: 35px;
	padding: 5px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#sidebar a {
	padding-left: 15px;
	text-decoration: none;
	background-image: url(immagini/quad.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #686c6f;
}
#sidebar a:hover {
	text-decoration: none;
	color: #069;
	background-color: #9FCDDD;
}
/* Search */

#search input {
	display: none;
}
#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
}
#search br {
	display: none;
}
/* Calendar */

#calendar {
}
#calendar h2 {
	margin-bottom: 15px;
}
#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#calendar caption {
	width: 100%;
	text-align: center;
}
#next {
	text-align: right;
}
#prev {
	text-align: left;
}
#footer p {
	line-height: 15px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer p a {
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 2px;
}
#cont {
	background-image: url(immagini/img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 174px;
}
#clear {
	clear: both;
}
#sidebar_sot {
	float: left;
	width: 228px;
	padding-left: 100px;
	padding-top: 30px;
	line-height: 22px;
	color: #999;
}
#sidebar_sot h2 {
	font: 24px 'BebasNeueRegular', Arial, sans-serif;
	color: #4a6491;
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #87D2F9;
}
#footer a:hover {
	color: #FFF;
}
#col_dx {
	float: left;
	width: 499px;
}
#contenuto_col_sx {
	font-size: 12px;
	color: #407898;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 410px;
}
#footer #copy {
	font-weight: normal;
	color: #70BDE6;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f4f4f4;
	background-color: #30395c;
	text-align: center;
	padding: 20px;
	font-weight: normal;
	clear: both;
	border-width: 2px;
	border-style: dashed;
	border-color: #4a6491;
}
#cont #foto {
	float: left;
	width: 570px;
	background-color: #85a5cc;
	height: 174px;
}
#prestazioni {
	padding-left: 20px;
}
.post img {
	padding-left: 10px;
}
 @font-face {
 font-family: 'ColaborateLightRegular';
 src: url('fontface/ColabLig-webfont.eot');
 src: local('☺'), url('fontface/ColabLig-webfont.woff') format('woff'), url('fontface/ColabLig-webfont.ttf') format('truetype'), url('fontface/ColabLig-webfont.svg#webfontrw6WOifO') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'BebasNeueRegular';
 src: url('fontface/BebasNeue-webfont.eot');
 src: local('☺'), url('fontface/BebasNeue-webfont.woff') format('woff'), url('fontface/BebasNeue-webfont.ttf') format('truetype'), url('fontface/BebasNeue-webfont.svg#webfontYW4lu6A6') format('svg');
 font-weight: normal;
 font-style: normal;
}
