/* 

Copyright and credits

	Scuolascifalcade.com
	design by: Warmvision di Daniele Carlini
	
	you may take and use elements of this style sheets and any imported files.
	but the unique combination of layout, font styles, colours and etc. is copyrighted.
	you may not use any of the graphical elements on this site.

	Copyright: 2008-2009 Warmvision di Daniele Carlini and Scuolascifalcade. All rights reserved.
	
	Last updated: 16 November 2008
	
*/	



/* ------------------------------ */
/* 1.  reset */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}
a { outline: none; }

/* ------------------------------ */
/* 2. layout and elements */
/* ------------------------------ */


/* Inline elements */

p{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 5px;
		
	}	
#content p{
font-size: 14px;
color: white;
}	
	
h3{
color: Yellow;
padding: 10px;
	
}

a img{border: 0;}	

a:link, a:visited, a:active{color: white; text-decoration: none;}
a:hover{color: white; text-decoration: underline}

/* Layout elements */
		
	body{
	background-image: url(images/bkg.png);
	background-repeat: repeat-x;
	background-color: #aed5fc;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}
	#head{
		height: 254px;
	}
	div#container{
	border: 1px solid black;
		width: 970px;
		margin: 0 auto;
		background-image: url(images/bkg.jpg);
		background-repeat: repeat-y;		
	}	
	div#content{
	 	float: right;
		width: 754px;
		padding: 10px;	
	 }
	div#navigation{
    margin-right: 774px;	 
    }	 
	 
	 /* MENU navigation */
	 
	

/*Maestri page */

.box-maestro{
margin-right: 4px;
 width: 365px;
 float: left;
 background-color: white;
 border: 4px solid white;
 margin-bottom: 4px;
 }
 
 .box-maestro img{
 float: left;
 }
 
 .box-maestro .name{
 font-size: 13px; background-color: #ECECEC; 
 margin-left: 100px;
 padding-left:5px;
 
 }

#content .box-maestro p{
color: Black;
padding:5px;
margin-left: 100px;	 
}	 

.box-maestro .maestro{
color: green;
font-weight: bold;
}
.box-maestro .lingue {
color: red;
font-weight: bold;
}

.box-maestro .spec{
color: orange;
font-weight: bold;
}
	 
/* ------------------------------ */
/* 3. hidden elements */
/* ------------------------------ */

ul#menu li a {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;	
	text-decoration: none;
}	 

/* ------------------------------ */
/* 4. Form */
/* ------------------------------ */


label{color: white; font-size: 10px ;} 


/*provvisori*/

table{
	background-color: white;
	width: 750px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-width: 0px;
	border-style: solid;	
	font-size: 10px;	
	}
	table td{
	
		border-width: 0px;
		border-style: solid;		
	margin: 0;
	padding: 5px;
	}
	
	table tr{
	background-color: #FFECD0;
		margin: 0;
	padding: 0;
	}
	.t01{
	background-color: #0055A5;
	color: #FFEE00;
	font-size: 14px;
	font-weight: bold;
	}
	
	.article-tools {
	font-size: 12px;
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(images/icon-date.gif) no-repeat 0 2px;
}
.article-content p {
color: white;
}

