/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	border-bottom: 5px solid #ccc;
	font-size: 2.2em;
	padding-bottom:3px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

.blockbg {
	background: #D9D785;
}


a {
	color: #000000;
}


hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 80px;
	background: url(../images/img05.jpg) no-repeat left top;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin-top: 30px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
}

#logo h1 {
	background: url(../images/img04.jpg) no-repeat left 50%;
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 2px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #4E4E4E;
}

#menu a:hover {
	background-color: black;
	color:white;
}

#menu .current_page_item a {
	background-color: black;
	color:white;}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F4F4F4;
}

#latest-post {
	float: left;
	width: 570px;
	padding: 20px;
	line-height: 25px;
	font-size: 12px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
	height:100%;
}

#latest-post .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	margin-bottom: 10px;
	border-bottom: #9C9C9C 1px dashed;
	height:100%;
}

.entry h2 {
	margin:0;
	padding:0;
}
/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #000000;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(../images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a{
	text-decoration: none;
	color: #CCCCCC;
}
#sidebar a, .link a {
	text-decoration: none;
}

#sidebar a:hover, .link a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../images/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.corso {
	border:1px solid black;
	margin:1em;
	padding:1em;
	padding-left:2em;
	background-color:#fff;
	color:black;
	float:left;
	width:90%;
}

.box a{
	background-color:#ccc;
	color:black;
	padding:0.8em;
	text-decoration:none;
}
.box a:hover{
	color:white;
	background-color:black;
}
.tit {
	font-weight:bold;
}

#pag a{
	background-color:#ccc;
	color:black;
	text-decoration:none;
	padding:1em;
	float:right;
	margin:1em;
}

#pag a:hover, #pag .active {
	background-color:black;
	color:white;
}

#galleria img{
	width:60px;
	height:60px;
	border:1px solid black;
	margin:5px;
	float:left;
}
#galleria {
	width:504px;
	margin:1em;
}
iframe {
	height:1000px !important;
}

#cse-search-box {
	padding-bottom:1em;
}

#breadcrumbs {
	margin-left:1em;
	padding:0.2em;
	padding-left:1em;
}

#top {
	height:25px;
}

#top p {
	margin:0;
	padding-top:2px;
	padding-right:1em;
	float:right;
}

#top a, .reg a {
	text-decoration:none;
}

#top a:hover, .reg a:hover {
	text-decoration:underline;
}

#form {
	text-align:center;
}

#form label,#form input, #form select {
display: block;
width: 200px;
float: left;
margin-bottom: 10px;
}

#form label {
text-align: right;
width: 150px;
padding-right: 20px;
}

#form p {
	clear:left;
}

.nolab {
	text-align: left !important;
	margin-left:10%;
	width: 100%!important;
	margin-bottom:0 !important;
}

.submit {
	margin-left:30%;
}
.entry form p {
	margin:0.2em;
}
.foto {
	padding:1em;
}
#paginazione a{
	background-color:#ccc;
	color:black;
	text-decoration:none;
	padding:1em;
	float:left;
	margin:1em;
}

#paginazione a:hover, #paginazione .active {
	background-color:black;
	color:white;
}
