body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
*{
	padding:0px;
	margin:0px;
}
#page {
	width: 915px;
	margin-right: auto;
	margin-left: auto;
}
hr {
	display: none;
}
img{
	border:none;
}
img.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
a {
	color: #C80000;
	text-decoration: none;
}
a:hover {
	color: #EC3607;
	text-decoration: underline;
}
#header {
	height: 185px;
	overflow: hidden;
	outline:none;
}
#header #headerimg {
	float: left;
	width: 400px;
	height: 185px;
	overflow: hidden;
}
#header #headerimg .description {
	display: none;
}
#header #headerimg h1 a {
	height: 1px;
	width: 400px;
	padding-top: 184px;
	display: block;
}
#header .loghi {
	float: right;
	width: 350px;
}
#header .loghi .dipartimento a {
	display: block;
	height: 1px;
	padding-top: 56px;
	overflow: hidden;
}
#header .loghi .ministero a {
	height: 1px;
	padding-top: 19px;
	overflow: hidden;
	display: block;
}
#header .loghi .eng a {
	display: block;
	height: 1px;
	padding-top: 56px;
	overflow: hidden;
	float: left;
	width: 185px;
}
#header .loghi .innovascuola a {
	display: block;
	height: 1px;
	padding-top: 95px;
	overflow: hidden;
	float: right;
	width: 185px;
}
#header .loghi .microsoft a {
	height: 1px;
	padding-top: 56px;
	overflow: hidden;
	display: block;
	float: left;
	width: 160px;
}


#sidebar {
	float: left;
	width: 225px;
	
	
}
#sidebar .menu{
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
}
#sidebar .menu_top {
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#sidebar .menu_bottom {
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

	min-height: 220px;
	height:1%;
	overflow:visible;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sidebar ul, #sidebar li {
	list-style-type: none;
	display: block;
}
#sidebar .page_item {
	width:205px;						
	height:30px;
	position:relative;			
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
	display: block;
	clear: left;
	float: left;
	}
#sidebar .page_item a{
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #4F4E53;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	z-index:20;
	position:relative;
	height: 30px;
	width: 165px;
	overflow: hidden;
}
#sidebar .page_item a:hover{
	color: #FFF;
	text-decoration: none;
}
#sidebar .page_item .hover {
		background:url(images/menu_hover.jpg) no-repeat left top;		
		position:absolute;	
		width:205px;	
		height:30px;
		left:0; 
		top:0;	
		z-index:0;		
		display:none;	
		color: #FFF;
		text-decoration: none;
	}	
#sidebar .page_item.current_page_item a {
	color: #FFF;
	background-color: #B60410;
	background-image: url(images/menu_hilite.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#sidebar .loghi{
	display: block;
}
#sidebar .loghi p {
	margin-top: 100px;
}
#sidebar .loghi img{
	padding-bottom:10px;
}
/******************************************************************/
#navMenu li {
		float:left;	
		background:url(default.jpg) no-repeat center center;	/* default background image	*/
		width:120px;							/* width and height of the menu item */
		height:70px;
		border-left:1px solid #111;				/* simulate pixel perfect using border */
		border-right:1px solid #333;
		border-top:1px solid #555;
		border-bottom:1px solid #333;
		position:relative;			/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
	}

	#navMenu li a {
		z-index:20;		/* z-index must be higher than .hover class */
		display:block;	/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
		height:70px;
		position:relative;
		color:#777;
	}

 	#navMenu li .hover {
		background:url(over.jpg) no-repeat center center;		/* mouseover image	*/
		position:absolute;	/* must be postion absolute 	*/
		width:120px;	/*	width, height, left and top to fill the whole LI item	*/
		height:70px;
		left:0; 
		top:0;	
		z-index:0;		/* display under the Anchor tag	*/
		display:none;	/* hide it by default	*/
	}	
/******************************************************************/


#content {
	float: right;
	width: 680px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
#content .content_top {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content .content_bottom {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 240px;
}
.post {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.post h2 {
	font-size: 28px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	color: #999;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.post .entry h2 {
	font-size: 24px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #B4000C;
	line-height: 24px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.post .entry h3 {
	font-size: 20px;
	font-weight: normal;
	color: #6F0009;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.post .entry h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.post .entry p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 25px;
}
.post .entry ol, .post .entry ul {
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 18px;
}
.post .entry ol  {
	padding-left: 40px;
}
.post .entry ul li {
	list-style-type: none;
	background-image: url(images/bullet_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 2px;
	color: #333;
}
.post .entry ul li ul li {
	background-image: url(images/bullet_02.jpg);
	color: #666;
}


.post .entry blockquote {
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
}







#footer {
	clear: both;
}
#footer p {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #999;
}
#footer p strong {
	font-size: 12px;
	font-weight: bold;
	color: #B3050E;
	display: block;
	padding-top: 5px;
}
.forumpa a {
	background-image: url(images/forumpa.jpg);
	display: block;
	float: right;
	height: 1px;
	width: 47px;
	padding-top: 51px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 20px;
}

