
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/img01.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #0F0F0F;
}

h1, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	margin: 0;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 1.6em;
	
}

h2 a{
	color: #FF8400;
	text-decoration: none;
}


h2 a:hover{
	color: #FF8400;
	text-decoration: underline;
}


h3 {
	font-size: 1.4em;
}


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	background: url(../img/img02.gif) no-repeat right center;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

#logo #bandiere a{
	text-decoration: none;
	color: black;
	float: right;
	padding: 61px 0 0 0;
	font-size: 15px;
}




/* Menu */

#menu {
	height: 80px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 25px;
	color: #B8BD52;
}

#menu a:hover {
	color: #1A1A1A;
}

#menu .active a {
	background: url(../img/img03.jpg) no-repeat;
	color: #FFFFFF;
}


/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	min-height: 400px;
	padding-top: 0px;
	border: double 0px;
}

/* Posts */

#posts-right {
	float: right;
	width: 520px;
	border: double 0px;
}


#posts {
	/*float: right;
	width: 430px;*/
	width: 800px;
	border: double 0px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 0px;
	color: #FF8400;
}

.post .meta {
	padding: 10px 20px;
	background: url(../img/img15.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

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

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url(../img/img14.gif) no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 0px;
	color: #0078FF;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #0078FF;
}

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

.boxed a:hover {
	text-decoration: underline;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: #C3C837 url(../img/img16.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: black;
}

#footer a {
	color: black;
	font-weight:bold;
}

/* Tabelle interne */

.intestazionetabella
{
	font-family:verdana;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	border-top:solid 1px #c5c5c5;
	border-bottom:solid 1px #c5c5c5;		
	padding-left: 10px;	
}

.rigachiara{
	font-family:verdana;
	color:#000000;
	font-size:11px;
	background-color: #FFF;
	border-bottom:solid 1px #c5c5c5;
	padding-left: 10px;				
}	
	
		
.rigascura{
	font-family:verdana;
	font-size:11px; 
	color: #000000; 
	background-color: #D5DA76;
	border-bottom:solid 1px #c5c5c5;
	padding-left: 10px;	
}



