/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img012.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;

}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

.commentbox {
	margin-left: 3em;
	margin-right: 3em;
}
.immage {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

hr {
	display: none;
	
} 

.u { text-decoration: underline }
.i { font-style: italic }

#sfondoHeader
{
	width: 960px;
	height: 299px;
	background: url(images/sfondo4.jpg);
	z-index:-1;
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
}


/* Header */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;	
	/*background: url(images/sopra2_ilabs.jpg);*/
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	/*text-transform: uppercase;*/
	color: #000000;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	border-bottom:2px solid #565456;
	/*background: url(images/centrale2_ilabs.jpg);*/
	/*border-top-left-radius:8px;
	border-top-right-radius:8px;
	border:2px solid #565456;
	box-shadow: -2px -2px 2px #888;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 14px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px 0px 20px;
	/*background:url(images/sotto2_ilabs.jpg) no-repeat;*/

}

/* Content */

#content {
	float: left;
	width: 645px;
}

.content a{
	 text-decoration:none;

	
}
.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .entry hr{
display:block;
	color: #666666;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px; 
	top:150px;
	position:relative;
	left:-45px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	height: 30px;
	padding: 5px 20px 0 20px;
	font-size: 1.2em;
	list-style: none;
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
}
#sidebar h1 {
	height: 30px;
	padding: 15px 20px 0 20px;
	/*background: url(images/img09.gif) no-repeat;*/
	font-size: 1.2em;
	border-top-left-radius:8px;
	border-bottom:none;
	border-left: 1px solid #565456;
	border-top:1px solid #565456;;
	box-shadow: -2px -2px 2px #888;
}

#sidebar h3 {
	height: 30px;
	padding: 5px 0px 0 20px;
	/*background: url(images/img10.gif) no-repeat;*/
	font-size: 1.2em;
}
/* Search */

#search {
	padding: 20px;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #1F1F1F url(images/img06.gif) no-repeat center center;
	border: 1px solid #454545;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search #s {
	width: 80%;
	background: #1F1F1F;
}

/* Calendar */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	font-size:1em;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
	font-size:12px; 
	color:#999999;
	
}
.undelined {
	text-decoration: underline;
}
.post .entry2 {
	line-height: 1.5;
}


