/*  
Theme Name: VertenzeBrescia
Theme URI: http://www.vertenzebrescia.it
Description: Tema per Vertenze Brescia
Version: 1.00
Author: Francesco Lodolo
Author URI: http://www.lodolo.it
*/

/*************************
 Struttura 
**************************/

body{
	background: #CEF0B0;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}

#contenitore {
	background: url(images/bgbody.gif) 18% repeat-y; 
	text-align: left;		
	width: 960px;
	margin: 0 auto;
}

#wrap{
	float: left;
	border: 1px solid #CEF0B0;	
	width: 100%;
}

#content{
	float: right;
	padding: 0.5em;
	width: 690px;
}

#content_content {
	font-size: 1.2em;
	padding: 0.5em;
}

#sidebar{
	float: left;
	padding-top: 0.5em;
	width: 250px;
}

#sidebar_content {
	font-size: 1.15em;
	padding: 0.5em;	
}

/*************************
 Tag generici
**************************/

h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
}

a{
	color: #398133;
	text-decoration: none;
}

a:hover{
	color: #C00;	
}

code{
	display: block;
	padding: 0.2em;
	font-size: 1em;
	font-family: Courier, "Courier New", mono;
	background: #D7F9D4;
	border: 1px dotted #CEF0B0;
}

cite{
	font-weight: bold;
	font-size: 120%;
}	

blockquote{
	text-indent: 25px;
	background: url(images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;	
}

blockquote > p:last-child {
	padding-right: 24px;
	background: url(images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

img{
	border: 0;
}

/*************************
 Header, footer e sidebar
**************************/

#header{
	padding: 3em 1em;
	background: url(images/logo.gif) 10px 10px no-repeat; 
}

#header h1{
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
	font-size: 3.5em;
	margin: 0;
	margin-right: 1em;
	margin-left: 260px;
}

#header h1 a{
	color: #133800;	
}

#header h1 a:hover{
	color: #C00;
}

#header p{
	color: #287800;
	font-size: 1.2em;
	margin: -0.5em 0 0 19em;
	padding-left: 40px;
}


#footer{
	background: #133800;
	color: #eee;
	clear: both;
	font-size: 1em;
	padding: 0.2em;
	text-align: center;
}

#footer a {
	color:#eee;
	border-bottom: 1px dotted #ddd;
}

#sidebar h2 {
	color: #E67F0D;
}

#sidebar h2 a{
	color: #E67F0D;
}

#sidebar h2 a:hover{
	color: #C00;
}

#sidebar h3{
	color: #E67F0D;
	font-size: 1.7em;
	margin: 1em 0;
}

#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0.2em;
}

#sidebar ul li{
	border-bottom:1px dotted #CEF0B0;
}

#sidebar ul li a {
	display: block;
	font-weight: bold;
	padding:0.2em;
}

#sidebar ul li a:hover {
	background: #CEF0B0;
}

/* Questa sezione serve per le pagine figlie */

#sidebar ul li ul{
	padding-left: 1em;
}

#sidebar ul li ul li{
	border-top: 1px dotted #D9FFB9;
	border-bottom: 0;
}

#sidebar ul li ul li a{
	color: #398133;
	font-weight: normal;
}

#sidebar ul li ul li a:hover{
	background: #D7FCB7;
}

/* Questa sezione serve per le pagine di 3° livello */

#sidebar ul li ul li ul li{
	border-top: 1px dotted #D9FFB9;
	border-bottom: 0;
}

#sidebar ul li ul li ul li a{
	color: #398133;
	font-weight: normal;
}

#sidebar ul li ul li ul li a:hover{
	background: #eff1bd;
}

/* Questa sezione serve per i titoli degli ultimi articoli */

#sidebar #ultime_notizie a{
	font-weight: normal;
}

#sidebar #ultime_notizie a:hover{
	background: #D7FCB7;
	color: #398133;
}

/* Icone nella sidebar */

#sidebar #titolo_ultime_notizie{
	background: url(images/feed.gif) left center no-repeat; 
	padding-left: 20px;
	margin-top: 0.5em;
}

#sidebar #pagine{
	background: url(images/pagine.gif) left center no-repeat; 
	padding-left: 20px;
}

#sidebar #categorie{
	background: url(images/nuvole.gif) left center no-repeat; 
	padding-left: 20px;
	margin-top: 0.5em;
}

/* Form per la ricerca */

#sidebar #searchform{
	margin: 0 0 0.8em 0;
}

#sidebar #searchform label{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 145%;
	background: url(images/cerca.gif) left center no-repeat; 
	padding-left: 20px;	
	color: #E67F0D;
}

#sidebar #searchform #s{
	background-color: #eee;
	margin-bottom: 0.3em;
	border: 1px solid #d1d1d1;
	width: 80%;
	color: #000;
}

#sidebar #searchform #pulsante_cerca{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #d1d1d1;
	background-color: #d1d1d1;
	color: #133800;
}

#sidebar #searchform #s:focus{
	background-color: #d1d1d1;
	border: 1px solid #a1a1a1;	
	color: #000;	
}

/*************************
 Articolo e commenti
**************************/

#introduzione_home {
	font-size: 105%;
	line-height: 1.3em;
	border-bottom: 1px solid #CEF0B0;
	padding: 10px 0 30px;
	margin-bottom: 20px;
}

.navigation span.alignleft{
	float: left;
}

.navigation span.alignright{
	float: right;
}

.entrytitle h2{
	font-size: 1.7em;
}
.entrytitle h2 a
{
	color: #2F6CC2;
}
.entrytitle h2 a:hover{
	color: #58BBEB;
}
.entrytitle h3{
	font-size: 1.2em;
	color: #6F6F6F;
	background: #fff url(./images/data.gif) left center no-repeat;
	padding-left: 20px;	
}

.entry{
	margin-bottom: 3em;
}

.entrymeta{
	font-size: 0.9em;
}
.postedby{
	background: #fff url(./images/autore.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.filedto{
	background: #fff url(./images/archiviato.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}

a.linkpdf { 
	font-weight: bold; 
	font-variant: small-caps; 
	background: url(images/icona_pdf.gif) left 6px no-repeat; 
	padding: 6px 2px 6px 20px; 
	text-decoration: none;
}

a.linkrtf { 
	font-weight: bold; 
	font-variant: small-caps; 
	background: url(images/icona_rtf.gif) left 6px no-repeat; 
	padding: 6px 2px 6px 20px; 
	text-decoration: none;
}

a.inglese { 
	font-weight: bold; 
	font-variant: small-caps; 
	background: url(images/inglese.png) left 6px no-repeat; 
	padding: 4px 2px 4px 20px; 
	text-decoration: none;
}

a.italiano { 
	font-weight: bold; 
	font-variant: small-caps; 
	background: url(images/italiano.png) left 6px no-repeat; 
	padding: 4px 2px 4px 20px; 
	text-decoration: none;
}

.entrybody table{
	border:  1px solid #CEF0B0;
}

.entrybody th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #EDFEDD;
}

.entrybody thead{
	background: #ccffcc;
}

.entrybody th, .entrybody td{
	border:  1px solid #CEF0B0;
	padding: 0.1em;
}

/*************************
 Tag cloud
**************************/

div#cloud {
	border: 1px dotted #CEF0B0;
	padding: 0.5em;
	margin: 0.6em 0;
	font-family: Tahoma, Verdana, Arial;
	text-align: justify;
	line-height: 1.7em;
}

div#cloud a.top_category {
	color: #1C4224;
}

div#cloud a.top_category:hover {
	color: #C00;
}

/*************************
 Tag specifici per pagine
**************************/

#tabella_fallimenti td {
  font-size: 90%;  
}

.tabella_dimissioni {
	font-size: 90%;
}

.tabella_dimissioni  td{
	padding: 0.4em 0.2em;
	vertical-align: top;
}

.tabella_dimissioni .colonnasx{
	width: 50%;
}

.tabella_dimissioni .colonnadx{
	width: 50%;
}
