/*
Theme Name: Palermo2020
Version: 1
Author: Serverstudio
Author URI: http://www.serverstudio.it

*/

* {
	margin:  0px;
	padding: 0px;
	outline: none;
}
a {
	text-decoration: none;
}
ul, li {
	list-style-type: none;
}
hr {
	display: none;
}
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	background-image: url('images/fondopiccolo.jpg');
}
#contenitore_generale {
	width: 980px;
	margin:  0px auto 20px auto;
}

/* TESTA */
#header .description {
	visibility: hidden;
}
h1 {
	display: none;
}
ul#mappa1 {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background-image: url('images/testa.jpg');
	background-repeat: no-repeat;
	height: 210px;
	width: 980px;
}
ul#mappa1 li {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
li#mappa1-link1 {
	left: 0;
	top: 0;
	width: 980px;
	height: 190px;
}
li#mappa1-link2 {
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
}
#mappa1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#mappa1 .alt {
	display: none;
}

/* CORPO */
#blocco_due_colonne {
	width: 980px;
	float: left;
	margin-bottom: 20px;
}
#colonna_articoli {
	width: 730px;
	float: left;
}
#colonna_post {
	width: 450px;
	float: left;
}
#colonna_twitter {
	margin-left: 15px;
	width: 250px;
	float: left;
	background-image: url('images/fondotwitter.jpg');
}
#colonna_sidebar {
	width: 250px;
	float: left;
	background-image: url('images/fondosidebar.jpg');
}

/* POST */
.post {
	background-color: #fff;
	padding: 10px 20px 10px 90px;
	position: relative;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
.post h2 {
	font-size: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px 10px 0px;
}
.post h2 a {
	color: #333;
}
.post a {
	color: #f69200;
}
#data_pubblicazione {
	position: absolute;
	top: 14px;
	left: 10px;
	background-color: #e6e6e6;
	text-align: center;
	line-height: 16px;
	padding: 6px 6px;
	width: 50px;
}
.giorno {
	font-size: 20px;
	font-weight: bold;
}
.mese {
	font-size: 20px;
}
.anno {
	
}
.numerocommenti {
	background-image: url('images/fondo_commenti.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px;
	width: 38px;
	position: absolute;
	text-align: center;
	top: 80px;
	left: 30px;
	background-color: #fff;
	display: block;
	font-size: 9px;
	padding-top: 8px;
}
.numerocommenti a {
	color: #fff;
}
.post p {
	margin-bottom: 13px;
}

/* AGGREGA TWITTER */
#juitterContainer {
	padding: 10px 5px 10px 10px;
	font-size: 10px;
}
#juitterContainer ul li {
	background-image: url('images/twitter_ballon.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
}
#juitterContainer ul li img {
	display: block;
	float: right;
	width: 35px;
	height: auto;
	border: 0px;
	padding: 4px 0px 60px 35px;
}
#juitterContainer a {
	color: #f69200;
}

/* BOOKMARKIFY */
.bookmarkify {
	margin: 6px 0px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 4px;
}
.bookmarkify .title {
	font-size: 11px;
	margin-bottom: 5px;
}
.bookmarkify img {
	border: 0px;
	margin-right: 2px;
}

/* SIDEBAR */
#sidebar {
	padding: 10px;
	font-size: 11px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f69200;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 10px;
}
#sidebar a {
	color: #f69200;
}
.box {
	margin-bottom: 26px;
}
.banner {
	text-align: center;
	margin-bottom: 14px;
}
#ultimicommenti ul li {
	margin-bottom: 10px;
}

/* COMMENTI */
#comments {
	margin-left: 30px;
}
ol.commentlist {
	line-height: 16px;
	margin: 10px 20px 10px 50px;
}
ol.commentlist li {
	background-image: url('images/fondosidebar.jpg');
	margin-bottom: 10px;
	padding: 20px;
}
ol.commentlist li.alt {
	background-image: url('images/fondotwitter.jpg');
}
ol.commentlist li a {
	color: #f69200;
}
ol.commentlist li p {
	margin-top: 4px;
}
ol.commentlist li img {
	float: left;
	margin: 2px 4px 0px 0px;
}
#respond h3 {
	margin: 20px 20px 10px 30px;
}
#commentform {
	margin: 10px 20px 10px 30px;
}
#commentform p {
	margin-bottom: 10px;
}
#commentform textarea {
	width: 400px;
}
#policycommenti {
	font-size: 11px;
	margin: 5px 50px 10px 30px;
}

/* FOOTER */
#footer {
	padding: 20px 10px;
	clear: both;
	background-color: #fff;
	font-size: 11px;
}
#footer a {
	color: #999;
}
