

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(images/bg01.jpg) repeat-x top left;
	font-size: 15px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #484848;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

h4 {
	text-align: left;
	padding: 10px 10px;
	letter-spacing: -1px;
	font-size: 13px;
	font-family: Arial;
        color: #000000;
	background: url(images/bgscritta.gif) no-repeat top left;
}

h5 {
	text-align: left;
	padding: 10px 10px;
	letter-spacing: -1px;
	font-size: 22px;
	color: #487183;
	background: url(images/bgscritta1.gif)  top left;

}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3d606f;
}

a:hover {
	text-decoration: none;
	color: #619bb4;
}

/* Header */

#header {
	width: 890px;
	height: 150px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 0;  
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Parole */

#parole {
	float: right;
	text-align:center;
	padding: 4px 1  0;

}

#parole h1 {
	margin: 0;


	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
}



/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #7a8494;
}

#menu a:hover, .active a {
	border-bottom: px solid #aa5224;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 630px;
}


#content a {
	color: #144b6b;
	margin-left: 5px;
	text-decoration: none;
}

#content a:hover {
	text-decoration: none;
	color: #fd4c06;
}


.post {
 	width: 400px;
        float: left;
	padding: 3px 3px;
	background: url(images/bg04.jpg) no-repeat top left;
}

.immagini {
  	width: 210px;
        float: left;
	padding: 3px 3px;
	background: fff no-repeat top left;
	font-family: arial;


}

.volumi {
  	width: 890px;
        float: left;
	padding: 10px 10px;
	background: url(images/bg05.gif) no-repeat top left;
}

.title {
	margin: 0;
	border-bottom: 1px solid #484848;
	color: #484848;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 0;
}

#sidebar li li {
	padding-left: 10px;
	border-bottom: 1px dotted #6b7b82;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 10px;
	background: url(images/img06.jpg) no-repeat left 80%;
}

#sidebar a {
	text-decoration: none;
	font-weight:bold;
	font-size: 15px;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	height: 80px;
	background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

