@charset "utf-8";
@import "main_blocks.css";
@import "forms.css";
@import "sidebar.css";
@import "footer.css";
@import "content_block.css";
@import "box.css";
@import "central_area.css";
@import "results.css";
@import "post.css";
@import "title.css";
@import "right_elements.css";
/* CSS Document */

/*Contenitore per tutti gli oggetti della pagina*/


h1 {
	font-size:100%;
	font-weight:normal;
	text-align: left;
	margin-top: 50px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 30px;
}
h2 {
	font-size:100%;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;/*font-family:"Segoe UI", "Trebuchet MS", Arial, sans-serif;*/
}
h3 {
	font-size:14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltcnt { /* this class can be used to float an element center in your page */
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.flt_icon{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	
	margin-left: 6px;
	margin-right: 6px;	
	
}
/*********************************fine definizione post *********************************************/


/********************************* definizione event *********************************************/
.event {
	margin: 10px 0 10px 0;
	width: 450px;
	font-size: 14px;
}
.event h1 {
	display: block;
	margin: 0;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #006699;
	font-size: 150%;
}
.event h2 {
	padding: 5px;
	margin: 0;
	color: #FF9933;
}
.event p {
	line-height:150%;
	padding: 5px;
}
.event a:link, #content .event a:visited, #content .event a:hover, #content .event a:active {
	padding:0;
	margin: 0;
}
/********************************* fine definizione event *********************************************/

/********************************* definizione box_info *********************************************/
.box_info {
	margin: 10px 0 10px 0;
	width: 450px;
	font-size: 14px;
}
.box_info h1 {
	display: block;
	margin: 0;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #006699;
	font-size: 150%;
}
.box_info h2 {
	padding: 5px;
	margin: 0;
	color: #FF9933;
}
.box_info p {
	line-height:150%;
	padding: 5px;
}
.box_info a:link, #content .box_info a:visited, #content .box_info a:hover, #content .box_info a:active {
	padding:0;
	margin: 0;
}
/********************************* fine definizione box_info *********************************************/


/********************************* definizione letture *********************************************/

.letture {
	width: 500px;
	background-color: #ffffcc;
	padding: 10px;
	margin: 20px 10px 20px 30px;
	border: 1px solid #cccccc;
}
.letture h2 {
	font-size: 120%;
	color: #FF9933;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
.letture p {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
}
/********************************* fine definizione letture *********************************************/

.dir {
	font-weight: bold;
	list-style-image:url(../images/folder_icon.gif);
}
.file {
	font-weight: normal;
	list-style-image:url(../images/doc_icon.gif)
}
#central_content  #materiale {
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	float: left;
}
#central_content  #materiale h1{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#central_content #materiale p{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 440px;
}

#central_content #materiale .player{
	width: 340px;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}

#central_content #materiale .player_description{
	width: 180px;
	float:right;
	margin-bottom:10px;
	margin-top:10px;
}


.calendario_table .file_list a {
	font-size: 16px;
}

