/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #dbdbdb; /* url(images/sfondo2.gif) repeat-x top center;*/
	font-size: 13px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	/*text-transform: lowercase;*/
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #F8FBEC;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding: 0em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #273e82;
}

/*a:hover {
	text-decoration: none;
	color: #E6B715;
}*/

a img{
	border: none;
}

#wrapper {
}
/* Header */

#header {
	width: 760px;
	height: 70px;
	margin: 0 auto;
/*	border-bottom: 1px solid #a7312d;*/
	font-style: italic;
	background: #273e82;/*url(images/img02.jpg) no-repeat right top;*/
}

#header h1, #header p {
	margin: 0;
	color: #dbdbdb;
}

#header h1 {
	text-align: center;
	padding: 10px 10px 0 10px;
}

#header p {
	padding-left: 73px;
	margin-top: -10px;
}
/*#header a {
	color: #E6B715;
}*/

#header img {
	float: left;
	padding-left: 1px;
}

/* Page */

#page {
	width: 759px;
	margin: 0 auto;
	border-left: 1px solid #273e82;
}

/* Content */

#content {
	float: right;
	width: 597px;
	margin: 0;
	text-align:justify;
	border-left: 1px solid #273e82;
	border-right: 1px solid #273e82;
}

#content h2 {
	margin: 0;
	text-align: center;
	padding: 1px 0px 1px 0px;
	color: #273e82;
	line-height: 120%;
}

.post {
	padding: 0 0 2px 0;/*Distanziale tra content e footer*/
	color: #555555;
	padding: 0 10px 0 10px;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #B7D24D;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	height: 48px;
	background: url(images/img06.gif) no-repeat left top;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #003300;
}

.post p.center{
	text-align:center;
}

.post p.left{
	text-align:left;
}

.post p.importante{
	color: #273e82;
	line-height: 130%;
}

.post ul.importante{
	color: #273e82;
	line-height: 150%;
}

.post p.importante_c{
	color: #273e82;
	line-height:150%;
	text-align:center;
	margin : 1px 0 1px 0;
}

#content img.right {
	float : right;
	margin : 0 0 0 10px;
	border : 0px;
}

#content img.left {
	float : left;
	margin : 10px 10px 0 0;
	border : 0px;
}

#content img.low_right {
	position : static;
	vertical-align : bottom;
	float : right;
	display: block;
}

#content img.center {
#	float : both;
	display: block;
	margin : auto;
	border : 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
}

#sidebar ul {
	margin: 0;
/*	padding: 0;*/
	padding: 3px 3px;
	color: #a7312d;
	list-style: none;
}

#sidebar ul li {
	border-bottom: 1px dotted #000000;
	padding-left: 1px;
	font-weight : bold;
}

#sidebar ul li ul {
	padding: 2px;
}

#sidebar ul li ul li{
	border-bottom: 1px none #a7312d;
	padding-left: 1px;
	font-weight : bold;
	color: #ff0000;
}

#sidebar ul li ul li a{
	border-bottom: 1px none #FFFFFF;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 40px;
	height: 40px;
	background: url(images/img04.gif) no-repeat left 60%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #a7312d;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 55px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: #273e82; /*url(images/img05.gif) no-repeat left top;*/
	text-align: center;
	font-size: normal;
	color: #dbdbdb;/*#52640A;*/
}

#footer a {
	color: #dbdbdb;
}

#footer p {
	line-height: 40%;
}