body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/layout/bg/sf.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h2 {
	font-weight: normal;
	letter-spacing: -1px;
	color: #568EBF;
}
h3 {
	font-weight: bold;
	color: #0FB5E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

p, ol, ul {
	line-height: 1.67em;
}
a {
	color: #18BDF5;
}
a:hover {
	text-decoration: none;
}
hr {
	color: #D2E7F0;
	height: 1px;
}
/* Header */

#header {
	width: 900px;
	height: 465px;
	margin: 0px auto;
	background-image: url(images/layout/bg/header-federica.jpg);
}
/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}
#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}
#logo h1 a {
	padding-right: 20px;
	background: url(images/img02.gif) no-repeat right top;
	text-decoration: none;
	color: #FFFFFF;
}
#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Menu */

#menu {
	float: left;
	top: 400px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 52px;
}
#menu ul {
	margin: 0px;
	list-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 1.36em;
	color: #FFFFFF;
	margin-right: 20px;
}
#menu a:hover, .active a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #369;
	color: #369;
}
/* Page */

#wrapper {
	background: url(images/img03.gif) repeat-x left bottom;
}
#page {
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	background-repeat: repeat-x;
	background-position: top;
}
/* Content */

#content {
	float: left;
	width: 510px;
	background-color: #F1F7FA;
}
/* Post */

.post {
	padding-right: 27px;
	padding-left: 27px;
}
.post .title {
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #345085;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
.post .meta {
	margin: 0 0 30px 0;
	padding: 0;
	line-height:normal;
	font-size: 11px;
}
.post .meta a {
	color: #3DB7E4;
}
.post .entry {
	padding-bottom: 30px;
}
.post .entry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #515151;
	line-height: 16px;
}
.post .entry p strong {
	background-color: #C7EAF8;
	font-weight: normal;
	color: #333;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 340px;
}
#sidebar h2 {
	padding-left: 15px;
	font-size: 30px;
	margin: 0px;
	padding-top: 18px;
	color: #FFF;
	padding-bottom: 20px;
	text-decoration: none;
}
/* Calendar */

#calendar_wrap {
	padding: 0 21px;
}
#calendar caption {
	font-weight: bold;
}
#calendar table {
	width: 100%;
	border: 1px solid #E8E8E8;
}
#calendar thead {
	background: #E8E8E8;
}
#calendar tbody td {
	border: 1px solid #E8E8E8;
	text-align: center;
}
#today {
	font-weight: bold;
}
#prev {
}
#next {
	text-align: right;
}
/* Footer */
#wrapper2 {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	margin-top: 40px;
}
#footer {
	width: 778px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}
#footer a {
	color: #FFFFFF;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: block;
	float: left;
	width: 240px;
	padding-left: 29px;
}
#footer li.first {
	padding-left: 0;
}
#footer li ul {
	margin: 0;
}
#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x left bottom;
}
#footer li li a {
	padding-left: 21px;
	background: url(images/img09.gif) no-repeat 6px 50%;
}
#footer h2 {
	margin-top: 0;
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
	color: #FFFFFF;
}
#legal {
	clear: both;
	margin: 0;
	text-align: center;
	color: #999;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#legal a {
	color: #369;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.firma {
	float: right;
	margin-top: -10px;
}
#content .post .entry ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#content .post .entry ul li {
	background-image: url(images/img06.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
}
#content .post .entry ul li a {
	font-family: "Arial Black", Gadget, sans-serif;
}
#content .post .entry ul li a:hover {
}





label {
	height: 22px;
	line-height: 22px;
	float: left;
	padding-right: 5px;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
input {
	color: #000;
	border: 1px solid #CCC;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F1F7FA;
}
#Privacy {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F1F7FA;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	border: 1px solid #CCC;
	color: #333;
	line-height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #F1F7FA;
}
#Button {
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	cursor: pointer;
}
/* = box news scorrevoli in home
----------------------------------------------------------- */
#newsticker-demo {
	width:340px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.margine-10px {
	padding-right: 10px;
	padding-left: 10px;
}
#newsHome {
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(images/layout/news-bg.jpg);
}

.newsticker-jcarousellite {
	width: 340px;
	visibility: hidden;
}
.newsticker-jcarousellite  img {
	float: left;
	margin-right: 8px;
	height: 37px;
	width: 37px;
}
.newsticker-jcarousellite ul {
	list-style:none;
	display:block;
	width: 340px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newsticker-jcarousellite li  {
	list-style:none;
	display:block;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
}
.newsticker-jcarousellite li:hover {
	list-style:none;
	display:block;
	margin-bottom: 10px;
	color: #FFF;
}
.data {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.titleNews {
	font-weight: bold;
	color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.titleNews a, .titleNews a:link, .titleNews a:visited{
	color: #FFF;
}
.titleNews a:hover {
	color: #FFF;
	text-decoration: underline;
}

.info {
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.info a, .info a:link, .info a:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
.info a:hover {
	text-decoration: underline;
}
/* = pagina news
----------------------------------------------------------- */
.boxNews {
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#newsGenerica {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#newsGenerica h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #494949;
	background-image: url(images/newspaper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
}
#newsGenerica p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#wrapper #page div {
}
#credits {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCC;
	font-weight: bold;
}
#credits a,#credits a:link, #credits a:visited{
	color: #999;
	text-decoration: none;

}
/* = galleria foto
----------------------------------------------------------- */
#gallery {
	width: 450px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#gallery div {
	float: left;
	padding: 3px;
}
