/*-----------------------------------------------------------------------------
Basic Style Sheet (IE 7, IE 6, Firefox, Safari)

creation date: 22 September 2007
author: Alessandro McGilvray
email: info@clearstyle.it
website: http://www.clearstyle.it/
-----------------------------------------------------------------------------*/

/*=Layout
-----------------------------------------------------------------------------*/

body {
	background: #AAD2E4 url(images/background.png) repeat-x;
	font: normal 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#mainwrapper {
	position:relative;
	top: -20px;

	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px; 
} 

#red {
	float: right;
	background: url(images/red.png) repeat-x;
	border-bottom: 1px #fff solid;
	height: 19px;
	width: 50%;
}

#header {
	clear:both;
	background: url(images/header.jpg) no-repeat top left;
	height:234px;
	width: 960px;
}

#top { 
	float:left;
	width: 100%;
	height: 201px;
}

#top h1 a {
	float: right;
	display:block;
	width: 528px;
	height: 124px;
}

#top h1 a span {
	display: none;
	}

#header ul {
	float:left;
	list-style-image: none;
	list-style-type: none;
	padding:0 20px 0 20px;
	margin:5px 0 0 0;
}

#header li {
	float: left;
	width: 106px;
	margin: 0 1em 0 0;
}

#header a {
	display:block;
	text-decoration: none;
	color: #fff;
	height:28px;
	width: 106px;
	margin: auto;
	line-height: 160%;
	text-align:center;
	font-size: 1.2em;
}

#main {
	padding: 30px 340px 20px 20px;
	background: #fff url(images/bg.gif) bottom right no-repeat;
	width:600px;
}

#main-b {
	padding: 30px 120px 20px 120px;
	background: #fff url(images/bg.gif) bottom right no-repeat;
	width:720px;
	}
	
#main-b p {	
	font-size: 120%;
}

#main-b img {
	display: block;
	margin: 10px auto 10px auto;
	 border: 1px solid #609dd9;
}

#footer {
	clear: both;
	background: url(images/footer.png) no-repeat top center;	
	padding: 0 20px 0 50px;
	width:890px;
	height: 63px;
	margin-bottom: 40px;
	font-size: 0.8em;
	color: #666; 
}

#footer span {
	padding: 0 10px 0 10px;
	
}

.border {
	border-right: #666 1px solid ;
}



/*=MenuTabs
-----------------------------------------------------------------------------*/
#home-it #home, 
#corsi-it #corsi,
#maestri-it #maestri,
#foto-it #foto, 
#dove-it #dove,
#gallery-it #gallery,
#partner-it #partner,
#contatti-it #contatti {
	background: url(images/tab.gif) no-repeat top center;
	color: #333;
}

/*=Map
-----------------------------------------------------------------------------*/

#map {
	margin: auto;
	border: 1px solid #609dd9;
	width: 598px;
	
}

/*=Content
-----------------------------------------------------------------------------*/

#main, #main-b  {
	color: #222;
}

#main h2, #main-b h2 {
	width: 100%;
	border-bottom: 2px solid #609dd9;
	color: #02104B;
}

/*=Sidebar
-----------------------------------------------------------------------------*/
#sponsor {
	padding-top: 40px;

	text-align: center;
	
}
#sponsor img {
	display: block;
	margin: auto;
		border: none;
}

#sponsor span {
	display: block;
	margin: 20px;
	font-size: 90%;
}

#sidebar-border {
	margin-top: 7px;
	padding: 10px;
	background:  url(images/side-bottom.png) no-repeat bottom left;

}

#sidebar {
	position: absolute;
	background: url(images/side-top.png) no-repeat top left;
	margin-top: 40px;
	margin-left: 640px;
	width: 319px;
	border-right: 1px solid #fff;
}

#sidebar h2 {
	text-align: center;
	color:#333;
}

#sidebar h3 {
	padding-left: 10px;
}

#sidebar ul {
	list-style-image: none;
	list-style-type: none;
}

#sidebar li {
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 0 -10px;
		font-size: 1.2em;	
}

/*=Links
-----------------------------------------------------------------------------*/



#sidebar a{
	color: #02104B;
	text-decoration: none;
}

#footer a {
	color: #222;
}

#main a:link {
	color: #3D7EC3;
}

#main a:visited {
	color: #676767;
}

.external {
	padding-right: 15px;
	background: url(images/external.gif) no-repeat bottom right;
}

a span {
	display: none;
}

.torna {
	display: block;
	width: 60px;
	margin-left: 520px;
	padding-right: 20px;
	height: 20px;
 	background: url(images/top.gif) no-repeat top right;
}

/*=Tables
-----------------------------------------------------------------------------*/

table {
	width: 600px;

	border-collapse: collapse;
}

#lezpriv, #corsicoll {
	text-align: center;
}

#corsivi {
		text-align: left;
}

#corsicoll td, #corsicoll th{
	border-right: 1px solid #fff;
}

.odd {
	background-color: #609dd9;
}
.blue, #lezpriv .firstColumn {
	background-color: #609dd9;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.vuoto {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.orange {
	background-color: #EDA13F;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.bottom {
	border-bottom: 1px solid #609dd9;
}

th h3 {
	margin: 0 0 5px 0;
}

p span{
	font-weight: bold;
}



/*=Form
-----------------------------------------------------------------------------*/

form {
	padding: 10px;
	margin: auto;
	width: 275px;
	border: 1px solid #609dd9;
}

form * {
	margin: 2px;
}

form #nome, form #cognome, form #email {
	float: left;
	padding-right: 10px;
}

form .tab {
	float: left;
	clear: both;
	width: 80px;
	display: block;
}

input, textarea {
	border: 1px solid #609dd9;
}

input[type=checkbox] {
border:none;
}

#messlabel {
	clear: both;
	display: block;
}

.positive {

	padding: 20px;
	margin: 10px;
	border: 2px green solid;
	color: green;
}

.negative {

	padding: 20px;
	margin: 10px;
	border: 2px red solid;
	color: red;
}

/*=Images
-----------------------------------------------------------------------------*/

div.imp {
	text-align:center;
	display: inline-block;
	width:296px;
}

#maestri-it .small {
	 border: 1px solid #609dd9;
padding: 4px;
	margin: 3px;
}

#gallery-it .small {
	 border: 1px solid #609dd9;
padding: 4px;
	margin: 2px;
}

#gallery-it #main span {
	text-align: center;
	float:left;
	margin-bottom: 3px;

}

#gallery-it #main span a {
display: block;
}

.clear {
	clear: both;
}