/*---------------------------------
-        DAVIDE PILLITTERI        - 
- Portale Educazione: CSS Stampa  -
---------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 11px "Trebuchet MS", sans-serif, Verdana, Arial, Helvetica;
	color: #A9A9A9;
}
fieldset, img {
	border: none;
}
h1 {
	font-size: 24px;
	color: #155C7A;
}
h2 {
	font-size: 18px;
	color: #57B7DF;
}
h3 {
	font-size: 16px;
	color: #57B7DF;
}
h4 {
	font-size: 14px;
	color: #57B7DF;
}
h5 {
	font-size: 13px;
	color: #57B7DF;
}
h6 {
	font-size: 12px;
	color: #57B7DF;
}
p {
	font-size: 11px;
	color: #A9A9A9;
	margin: 0 0 10px 0;
}
a {
	font-size: 11px;
	color: #155C7A;
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	overflow: hidden;
}
.no_border {
	border-top: none !important;
	border-left: none !important;
	border-bottom: none !important;
	border-right: none !important;
}
.no_margin {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
.mt_cinque {margin-top: 5px !important;}
.mt_dieci {margin-top: 10px !important;}
.mb_cinque {margin-bottom: 5px !important;}
.mb_dieci {margin-bottom: 10px !important;}
.no_padding {
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}
.pt_cinque {padding-top: 5px !important;}
.pt_dieci {padding-top: 10px !important;}
.pb_cinque {padding-bottom: 5px !important;}
.pb_dieci {padding-bottom: 10px !important;}
.hide {display: none;}
.sx {float: left;}
.dx {float: right;}
.text_c {text-align: center !important;}
.text_l {text-align: left !important;}
.text_r {text-align: right !important;}
.no_bg {background: none !important;}
.uppercase {text-transform: uppercase !important;}
.italic {font-style: italic !important;}
.bold {font-weight: bold !important;}
#header_menu {display: none;}
#logo div {display: none;}
#header.homepage {height: 50px;}
#col_sx {display: none;}
#col_center {width: 100%}
#evento_evidenza {width: 100%}
#col_dx {display: none;}
#footer {display: none;}

.macro_area, .actual_page, .intestazione, .default_label {
	display: block;
	border-bottom: solid 1px #E8E8E8;
	font-size: 14px;
	font-weight: bold;
	color: #339DC9;
	text-transform: uppercase;
	margin: 12px 0;
	padding: 2px 9px;
}
.default_label {
	border-bottom: dotted 1px #E8E8E8;
}
.actual_page, .intestazione {
	color: #FFAE00;
	margin: 0 0 12px 0;
}
.continua {display: none;}
#calendario {display: none;}
#leggi_tutto {display: none;}
.img_article {
    margin: 0 12px 12px 0;
}
span.date_news {
    color: #3BA2CD;
    font-size: 14px;
    font-weight: bold;
}
.news h2, .news h2 a, .news h2 a:hover {
    color: #155C7A;
    font-size: 16px;
    line-height: 17px;
    margin: 0 0 5px;
    text-decoration: none;
}
.container_more_event {display: none;}
#video  {display: none;}

