﻿
body {
	margin: 0px;
	padding: 0px;
	background: #242323;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: maroon;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#shadow {
	width: 970px;
	margin: 10px auto;
	border: 6px solid #000000;
}

#box {
	width: 950px;
	margin: auto auto;
	border: 10px solid #FFFFFF;
	background:  url(images/back.jpg);
}

/* Header */

#intestatio {
    background-color: #FFFFFF;
    background-image: url(images/intestazio.gif);
	width: 950px;
	height: 100px;
	margin: 0px auto;
}

#intestatio a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#date {
	float: left;
	padding-left: 20px;
}

#date h1, #date p {
	margin-top: 28px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#date h1 {
    font-size:32px;
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
    margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
    font-size: 16px;
    float: left;
	margin: 0px;
    display: block;
	width: auto;
	padding: 9px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .here {
	 background: #000000;
	 color: white;
	}
}

#menu .active a { 
       color: white;
}

/* Page */

#page {
	width: 950px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	background: url(images/pic.jpg) no-repeat left top;
	width: 950px;
	height: 210px;
}

/* Content */

#content {
    color:navy;
	float: right;
	width: 620px;
    padding: 10px 10px 0px 0px;
}

.post {
	margin: 0px 0px 30px 0px;

}

.post .title {
	margin: 0px;
	background: url(images/contBar.gif) no-repeat;
	padding: 7px 25px;
	font-size: 1.4em;
	text-align: center; 
}

.post .entry {
	padding: 0 20px;
	width: 580px;
/*	height: 940px;  
	overflow: scroll; */
}

.post .entry ul {
	list-style: circle;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	line-height: 15px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
    color:navy;
	float: left;
	width: 300px;
	padding: 10px 0px 0px 10px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(images/img03blue.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(images/img01blue.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar ul .contacts {
	padding: 0px 0 25px 0;
	margin: 0px;
	line-height: 20px; /* 30 */
	list-style: none;
	text-align: left;
}

#sidebar ul .contacts a{
	font-weight:bold; 
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/arrow_45.gif) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
    background: url(images/sezBar.gif) no-repeat 0px 0px;
/*	background: #444444 url(images/img02.jpg) no-repeat left 50%;*/
	padding: 7px 25px;
	font-size: 1.4em;
	text-align: center;
}

#sidebar .cc {
    margin-left: 10px;
    margin-right: 10px;
	text-align: center;
}


#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search form {
	margin-bottom: 1.8em;
    font-weight: bold;

}

#search fieldset {
	height: 62px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}