* {
	padding: 0;
	margin: 0;
	width: auto;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-repeat: repeat-x;
}

p {
    padding: 5px 0;
    text-align: justify;
}

a {
    font-weight: bolder;
    text-decoration: underline;
    color: #000066;
    outline: none;
}

a:hover {
    text-decoration: none;
}

#main {
	position: relative;
	width: 98%;
	text-align: justify;
	background-color: #FFFFFF;
	top: 0;
	margin: 0;
}

#header {
	height: 150px;
	overflow: hidden;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../Gif/ilportale.jpg);
}

#header h1 {
    padding: 80px 0 0 20px;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    color: White;
}

#header h1 a {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

#header h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #B5E5E2;
}

#bar {
	width: 100%;
	height: 45px;
	text-align: center;
	background-color: #00005E;
	background-repeat: no-repeat;
}

#menu {
    width: 100%;
    height: 50px;
}

#menu ul {
    list-style: none;
    padding-left: 5px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0 20px;
}

#menu ul li a {
	padding: 0;
	text-decoration: none;
	color: #FFFFA4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #FC3;
}

#search {
    position: absolute;
    top: 164px;
    left: 710px;
    width: 180px;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 2px;
    width: 110px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #444;
    background: #FBF8E3;
    border-top: 1px solid #E2D589;
    border-left: 1px solid #F2EDC9;
    border-bottom: 1px solid #F2EDC9;
    border-right: 1px solid #E2D589;
}

#search input.submit {
    float: right;
    display: block;
    padding: 4px 0;
    width: 60px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    background: #F56E41 url(../images/search.gif) repeat-x top;
    border: none;
}

#middle {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar1 {
    float: left;
}

#sidebar2 {
    float: right;
}

.sidebar {
	float: right;
	margin-bottom: 0px;
	width: 21%;
	background-color: #FBFBFB;
	background-repeat: repeat-y;
}

.sidebar h3 {
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFA4;
	background-color: #00468C;
	background-repeat: no-repeat;
}

.sidebar h3.firsth3 {
	background-color: #00468C;
	background-image: url(../images/sidebarh3top.gif);
	background-repeat: no-repeat;
}

.sidebar ul {
	list-style: none;
	padding: 0 10px 10px 10px;
	font-weight: bold;
}

.sidebar ul.lastul {
    padding: 0 10px 15px 10px;
    background: url(../images/lastul.gif) no-repeat bottom;
}

.sidebar ul li {
    padding: 3px 0 3px 10px;
    text-align: left;
    line-height: 18px;
    color: #8A4328;
    border-bottom: 1px dashed #B1B1B1;
}

.sidebar ul li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #000053;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

.sidebar ul li a:hover {
	text-decoration: none;
	color: #CE0000;
}

#content {
	float: left;
	width: 56%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 6px;
}

#content h3 {
	padding: 0 0 4px 15px;
	font-weight: bolder;
	font-size: 14px;
	line-height: 20px;
	color: #000066;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: top;
}

#content h3 a {
    font-weight: normal;
    text-decoration: none;
    color: #000066;
}

.post {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.post_meta p {
    padding: 5px 15px;
    font: 9px/13px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000066;
}

.post_meta a, .post_meta2 a {
    font-weight: normal;
    color: #444;
}

.post_meta_left {
    float: left;
    width: 240px;
}

.post_meta_right {
    float: right;
    text-align: right;
    width: 150px;
}

.post_content {
    clear: both;
    padding-top: 10px;
    height: 1%;
    border-top: 1px dashed #B1B1B1;
    border-bottom: 1px dashed #B1B1B1;
}

.post_meta2 {
    padding: 5px 15px 5px 0;
    font: 9px/13px Arial, Helvetica, sans-serif;
    text-align: right;
    text-transform: uppercase;
    color: #888;
}

#footer {
	clear: both;
	height: 40px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
}

#footer p {
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}

