/*
	Nome: Photo Blog Siciliamania
	Versione: 1.0
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #FFFCEF;
	background-image: url(../images/blog_menu.gif);
	background-repeat: repeat-y;
}

.autore {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 40em;
}
.commenti {
	clear: left;
}

#contenitore {
	background-image: url(../images/blog_siciliamania.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	min-width: 760px;
}
#testata {
	background-image: url(../images/blog_testata.gif);
	background-repeat: repeat-x;
}
#testata h1 {
	background-image: url(../images/logo_blog.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 244px;
}
#testata span {
	display: none;
}
#menu {
	margin-top: 30px;
	float: left;
}
#menu ul {
	list-style-type: none;
	width: 150px;
	border-top: 1px solid #afcde3;
}
#menu li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #afcde3;
}
#menu a {
	background-color: #F0F9FF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	padding: 8px 0px 8px 25px;
}

	.blog {background: url(../images/iconablog.gif) no-repeat left center;}
	.archivio {background: url(../images/iconaarchivio.gif) no-repeat left center;}
	.scrivi {background: url(../images/iconascrivi.gif) no-repeat left center;}
	.home {background: url(../images/iconahome.gif) no-repeat left center;}

#menu a:hover {
	background-color: #d8e9f5;
}

#contenuti {
	background-image: url(../images/testo_blog.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 15px 10px 0px 170px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#contenuti dl {
	padding-top: 30px;
}
#contenuti dt {
	font-family: "Trebuchet MS", Arial, SansSerif;
	font-size: 180%;
	font-weight: bold;
	color: #5B8800;
	margin: 10px 0;
	clear: left;
}
#contenuti dd {
	margin-left: 20px;
}
#contenuti p {
	line-height: 1.6;
	margin: 0 0 1em 0;
}
#contenuti ul {
	width: 500px;
	list-style-type: none;
	margin: 8px 0 15px 30px;
}
#contenuti li {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #C5C9BA;
	padding: 5px;
	margin: 8px 30px 8px 0px;
}
#contenuti img {
	border: 0px solid;
	height: 90px;
	width: 120px;
}
p.commenti a {
	background-image: url(../images/commenti_blog.gif);
	background-repeat: no-repeat;
	display: block;
	width: 146px;
	height: 30px;
}
#archivio {
	background-image: url(../images/testo_blog.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 15px 10px 0px 170px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#archivio h3 {
	font-size: 22px;
	font-weight: normal;
	padding: 40px 15px 4px 15px;
	color: #5B8800;
}
#archivio ul {
	list-style-type: none;
	margin-left: 25px;
}
#archivio li {
	background-image: url(../images/cartellina.gif);
	margin: 15px 0;
	background-repeat: no-repeat;
}
#archivio a {
	line-height: 16px;
	font-weight: bold;
	color: #af7710;
	text-decoration: underline;
	padding-left: 20px;
}
#archivio a:hover {
	text-decoration: none;
}
p.commenti {
	background-image: url(../images/commenti_blog.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
p.commenti a {
	background-image: url(../images/commenti_blog.gif);
	background-repeat: no-repeat;
	display: block;
	width: 146px;
	height: 30px;
	text-decoration: none;
}
p.commenti a:hover {
	background-image: url(../images/commenti_blog.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
p.commenti span {
	position:relative;
	z-index:-1;
}
