/*
Theme Name: PalermoDailyPhoto
Version: 1
Author: giamo
Author URI: http://www.giamo.it
*/

* {
	margin:  0px;
	padding: 0px;
	outline: none;
}
a {
	text-decoration: none;
	color: #b94e7d;
}
ul {
	list-style-type: none;
}
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	background-color: #f2f2f2;
	color: #000;
}
#contenitore_generale {
	width: 980px;
	margin:  0px auto 20px auto;
	background-color: #fff;
}
hr {
	display: none;
}

/* 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: 175px;
	width: 980px;
}
ul#mappa1 li {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
}
li#mappa1-link1 {
	left:0;
	top:0;
	width:980px;
	height:181px;
}
li#mappa1-link2 {
	left:0px;
	top:0px;
	width:0px;
	height:0px;
}
#mappa1 a {
	display:block;
	width:100%;
	height:100%;
}
#mappa1 .alt {
	display:none;
}

/* MENUALTO */
#menu_alto {
	width: 980px;
	height: 30px;
	background-color: #fff;
	color:  #999;
	border-bottom: 3px solid #b94e7d;
}
#menu_alto ul {
	width: 970px;
	color: #000;
	position: relative;
	top: 8px;
	left: 10px;
	font-size: 11px;
}
#menu_alto ul li {
	display: inline;
	margin: 0px 0px;
	padding: 0px 8px;
	border-left: 1px solid #999;
}
#menu_alto ul li a {
	color: #999;
}

/* STRUTTURA COLONNE */
#doppia_colonna {
	width: 980px;
	float: left;
	margin: 20px 0px;
}
#colonna_articoli {
	width: 650px;
	float: left;
}
#colonna_sidebar {
	width: 330px;
	float: left;
}

/* POST */
.post {
	margin: 0px 27px 30px 22px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #666;
}
.post h2, .post h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 12px;
	color: #999;
	clear: both;
}
.post h2 a, .post h3 a {
	color: #999;
}
h2.pagetitle {
	margin-bottom: 18px;
}
.post p {
	margin-bottom: 10px;
	line-height: 20px;
	text-align: justify;
}
.post img {
	margin: 0px auto 0px auto;
}
.post p img {
	margin: 0px auto 0px auto;
}
p.datapubblicazione {
	font-size: 13px;
	color: #b94e7d;
	text-transform: uppercase;
	margin-bottom: 18px;
}
p.postmetadata {
	line-height: 15px;
	padding-top: 10px;
}
p.categorie {
	margin-top: 14px;
}
p.tag, p.categorie, p.autore, p.commenti {
	margin-bottom: -4px;
	font-size: 11px;
}
.navigation {
	width: 600px;
	height: 30px;
}
.alignleft {
	width: 300px;
	float: left;
}
.alignright {
	width: 300px;
	float: left;
	text-align: right;
}

/* COMMENTI */
#commenti_recenti ul li {
	margin-bottom: 12px;
}
#comments {
	margin-left: 30px;
}
ol.commentlist {
	list-style-type: none;
	margin: 10px 40px 10px 20px;
}
ol.commentlist li {
	background-color: #efefef;
	margin-bottom: 20px;
	padding: 18px;
	line-height: 16px;
	border: 1px dotted #999;
}
ol.commentlist li.alt {
	background-color: #dedede;
}
ol.commentlist li img {
	float: left;
	margin: 0px 8px 0px 0px;
}
#respond h3 {
	margin: 20px 20px 10px 20px;
}
#commentform {
	margin: 10px 20px 10px 30px;
}
#commentform p {
	margin-bottom: 10px;
}
#commentform textarea {
	width: 460px;
}

/* SIDEBAR */
#sidebar {
	font-size: 11px;
	margin: 0px 10px 0px 20px;
}
.box {
	margin-bottom: 26px;
}
.box h2 {
	font-size: 12px;
	color: #909090;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}
#motto {
	font-size: 15px;
	color: #999;
}
#info_autore {
	background-color: #f2f2f2;
	padding: 6px;
	border: 1px solid #999;
}
#info_autore img {
	float: left;
	margin-right: 5px;
}
#info_autore p {
	margin-bottom: 5px;
}
#info_autore h4 {
	font-size: 12px;
	margin: 0px 0px 3px 3px;
}
#contatti img {
	margin-right: 12px;
	width: 35px;
	height: 35px;
}
#articoli_recenti h3 {
	font-size: 11px;
	margin-bottom: 3px;
}

/* FOOTER */
#footer {
	clear: both;
	border-top: 20px solid #b94e7d;
}
#footer p {
	margin-top: 4px;
	font-size: 10px;
}


