/*
Il Blog di Manoppello
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(../html/img/img01.gif) repeat-x;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 10pt;
	margin: 8px;
	font-weight: normal;
}

ul {

}

a {
	color: #eb3f17;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #eb3f17;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #505050;
}

/* Menu */

#menu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #93c6d7 url(../html/img/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
	color: #fff;
}

#menu .current_page_item a {
	background: url(../html/img/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(../html/img/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(../html/img/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	background: #FFFFFF url(../html/img/stemma.jpg) no-repeat left;
	border: 1px solid #eb3f17;
	height: 136px;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
    border-bottom: 1px solid #eb3f17;
	border-left: 1px solid #eb3f17;
	border-right: 1px solid #eb3f17;
	border-top: 1px solid #eb3f17;
	border-bottom: 1px solid #eb3f17;
}

.title {
	margin: 8px;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
    border-bottom: 1px dotted #999999;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 5px;
	vertical-align: top;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {

}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0px 10px;
	border-bottom: 1px solid #eb3f17;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../html/img/img07.gif) no-repeat left;
	color: #eb3f17;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 753px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../html/img/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#footer a {
	color: #666666;
}

