/*  
Theme Name: Tema Centrale Fotografica
Theme URI: http://www.centralefotografica.it
Description: Questo e' il tema per il nuovo sito Omnia.
Version: 1.0
Author: Elisabetta Duchi
Author URI: http://www.omniacomunicazione.it

*/
@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #FFFFFF;
}
html, body {
    height: 100%;
}

div, ul, li, a, p, h1, h2, h3, form, input{
	margin:0;
	padding:0;
}
div#wrapper{
	width: 950px;
	margin: 0 auto;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
}
div#header{
	width: 950px;
	height: 156px;
	margin-top: 30px;
	background: url(images/bg-header.gif) top left no-repeat;
}
div#header a.logo{
	float: left;
	display: block;
	width: 316px;
	height: 156px;
	margin-right: 2px;
}
/***********Formattazione generale link**********/
a{
	text-decoration:none;
	color: #7F7F7F;
}
a:hover{
	color: #000000;
}
/*****Formattazione Anno****/
div#anno{
	float: left;
	width: 100px;
	height: 41px; 
	padding-top: 115px;
	padding-left: 56px;
	font-family: "Helvetica", Arial, Sans-Serif;
	color: #F6F6F6;
	font-size: 2em;
}
div#ausiliario{
	width: 950px;	
	margin-top: 35px;
	overflow: auto;
}
/*********COLONNA SINISTRA*****/
div#colonna-sx{
	float: left;
	width: 480px;
	padding-right: 152px;
	/*width-totale 632px*/
}
div.post{
	/*width: 474px;*/
	width: 480px;
	margin-top: 9px;
	margin-bottom: 25px;
	text-align: left;
}
div.post img{ border: none; float: left;}
div.post h3{
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 10px 0;
	font-size: 1em;
}
div.post h3 a{
	/*color: #7F7F7F;*/	
}
div.post img, div.post object {
	margin-bottom: 10px;
}
div.date_articolo{
	float: left;
	/*width: 474px;*/
	width: 480px;
	height: 14px;
	background: url(images/linea3.gif) bottom left no-repeat;
}
p.data{
	float: right;
	color: #9C9D9F;
}
/*********COLONNA CENTRALE*****/
div#colonna-centrale{
	float: left;
	width: 156px;
	padding-right: 2px;
}
div#colonna-centrale ul li a, div#colonna-dx ul li a{
	color: #000000;
}

/*********COLONNA DESTRA*****/
div#colonna-dx{
	float: left;
	width: 158px;
}
/*****Formattazione Liste****/
div#colonna-centrale ul li, div#colonna-dx ul li {
	list-style: none;
	border-bottom: 1px solid #9C9D9F;
}


/*****Formattazione Search****/
form#searchform{
	position: relative;
	float:left;
	top: 131px;
	left: 324px;
}

form#searchform input#searchtext{
	border: 0;
	color: #7F7F7F;	
	margin-left: 5px;
}
form#searchform input#searchsubmit{
	background: none;
	border: 0;
	color: #7F7F7F;
	font-size: 0.9em;
	margin-left: 3px;
}*/

/****************Commenti**********/
/*span.linkcommenta a{
	color: #7F7F7F;
}
span.linkcommenta a:hover{
	color: #000000;
}*/
.comments-template{
	margin: 10px 0 0;
	/*border-top: 1px solid #ccc;
	padding: 10px 0 0;*/
}
.comments-template h3#comments{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	/*font-family: Georgia, Sans-serif;*/
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
h3#respond{
	margin:0;
	padding: 0;
}
/**************Link_Navigazione**********/
div.navigazione{
	margin-top: 20px;
}
/**************Link Facebook***************/
a.facebook{ display: block; margin-top: 3px; line-height: 1em; border-bottom: 1px solid #9C9D9F;}




