/*   
Theme Name: Cloudless
Theme URI: http://www.gerry.it/
Description: Cludless Sky
Author: Stefano Gerosa
Author URI: http://www.gerry.it/serve/mail/
Version: 0.1.0
.
Il tema e la grafica di questo blog sono rilasciati sotto una licenza creative commons
Attribuzione-Non commerciale-Condividi allo stesso modo 2.5 Italia
http://creativecommons.org/licenses/by-nc-sa/2.5/it/
Siete liberi di riutilizzare gli elementi grafici secondo i termini di suddetta licenza
.
*/

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		
	color: #333333;
	background-color: #F5F5F5;
	background-image : url(./images/pattern.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
A:link, A:visited {
	font-weight: bold;
	color: #3876A7;
	text-decoration: none;
	
}
A:hover {
	font-weight: bold;
	color: #3840A8;
	text-decoration: underline;
}

INPUT,TEXTAREA{
	border: 1px inset Gray;
	background-color: #CAD8E3;
}

INPUT:focus,TEXTAREA:focus{
	background-color: White;
}

TEXTAREA#comment{
	width: 100%;
}

DIV#sidebar_content TABLE#wp-calendar{
	width: 100%;
}

SELECT#sidebar_archive_select{/* select scleta mesi archivio */
	border: 1px inset Gray;
	background-color: #CAD8E3;	
	font-size: 100%;
	width: 95%;
}

SELECT#sidebar_archive_select:focus{
	background-color: White;
}

TABLE#wp-calendar TD{/* celle calendario */
	padding: 1px;
	text-align: center;
}

TABLE#wp-calendar TD:hover{/* celle calendario (hover) */
	
}

TABLE#wp-calendar A{
	display: block;
	border: 1px solid white;
	padding: 1px;
}

TABLE#wp-calendar A:hover{/* link calendario */
	background-color: #f5f5f5;
	border: 1px solid black;
	text-decoration: none;
}

SPAN.more_link{/* link continua... */
	display: block;
	text-align: right;
	font-size: 95%;
}

DIV.back_home{/* link alla home nella sidebar */
	text-align:center;
} 

DIV#main{/*padding-top: 200px;*/
	margin:0px;
	background-color: #F5F5F5;
	background-image : url(./images/pattern.png);
	background-repeat: repeat-x;	
	border-bottom: 1px dotted Gray;
}

DIV#header{	/* Intestazione con immagine */	
	background-image: url(./images/header.jpg);
	background-repeat: no-repeat;
	height: 270px;	
}

A#fake_logo_home:link,
A#fake_logo_home:visited,
A#fake_logo_home:hover,
A#fake_header_home:link,
A#fake_header_homee:visited,
A#fake_header_home:hover{
	text-decoration: none;
	color: transparent;
}

A#fake_logo_home{/* link fake per l'immagine  */
	display: block;
	position: absolute;	
	width: 180px;
	height: 250px;
}

A#fake_header_home{/* link fake per l'header  */
	display: block;
	position: absolute;
	top: 12px;
	left: 230px;	
	width: 330px;
	height: 85px;
}

DIV#header_cont{/* testo header */
	position: relative;
	top: 80px;
	left: 240px;
	width: 350px;
	color: #f5f5f5;
	font-weight: bold;
	font-size: 10pt;
}

DIV#content{/* SPAZIO PER I POST */
	position: relative;
	top: -140px;
	min-height: 400px;
	margin-left: 240px;
	margin-right: 5px;	
	padding: 10px;	
	padding-top: 27px;
	
	font-size: 9pt;
}

DIV.post{
	border-bottom: 1px dotted Gray;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
}

/* Sezione post */
DIV.post H2{/* titolo del post */
	font-size: 135%;
	margin: 0px;
	margin-bottom: 4px;	
	margin-left: 20px;
	
}
DIV.post H2 A{/* link dei post */
	color: Black;
}

DIV.post SMALL{/* data del post */
	margin-left: 20px;
	font-style: italic;
	font-size: 105%;
}

DIV.post DIV.post_tags{/* le tags */
	margin-left: 20px;
	font-size: 90%;
}

DIV.post DIV.post_tags A{/* le tags */
	font-weight:normal;
}



DIV.post DIV.postmetadata{/* metadata (commenti, trackback, ecc) */
	padding: 2px;
	text-align: center;
	font-size: 90%;
	clear: both;
}

SPAN.head_cite{
	display: block;
	
	text-align: right;
	padding-left: 50%;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-style: italic;	
	font-size: 95%;	
}

DIV.entry{/* testo del post */
	text-align: justify;
	margin-top: 2em;
}

DIV.entry P{/* P gentilmente offerti da wordpress */
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}

DIV.entry IMG{/* immagini nel post */
	margin: 3px;
	margin-left: 7px;
	margin-right: 7px;
	border: 5px solid white;
}

/* immagini allineate */
DIV.entry IMG.alignright{
	float: right;
}

DIV.entry IMG.aligncenter{
	display:block;
	margin-left: auto;
	margin-right: auto;
}

DIV.entry IMG.alignleft{
	float: left;
}

DIV.entry IMG.wp-smiley{ /* ma gli smiles no ^^ */
	margin: 0px;
	border: none;
}

DIV.entry EM,
DIV.entry I{/* italic + leggibile */
	font-style: italic;
	/* border-bottom: 1px dotted #990000;*/
}

DIV.entry UL LI{
	list-style: square;
}

DIV.entry BLOCKQUOTE{/* quotazie */
	background-color: White;
	color: #424242;
	border: 1px dashed Black;
	margin: 5px;	
	margin-left: 40px;
	padding: 5px;
	
}

/* MANAGEMENT SPOILER */
DIV.spoiler{/* testo spoiler */
	/* bianco su bianco, non si legge */
	color: White;
	background-color: White;
	
	padding: 5px;
	margin: 10px;
	margin-right: 0px;
	
	border : 1px dashed red;
	border-left: none;
	border-right: none;	
	
}

DIV.spoiler:before{
	display: block;	
	margin-bottom: 3px;
	
	color: Red;
	background-color: White;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	
	content: "*** Attenzione! spoiler ***";
}


/* --- MENU' LATERALE --- */

DIV#sidebar{/* barra laterale */
	position: absolute;
	top: 260px;
	left: 10px;
	width: 207px;	
	font-size: 8pt;
	
}

DIV#sidebar_header{/* testa del menu laterale */
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 2px;
	background-image: url(images/sidebar_head_a.gif);
	background-repeat: no-repeat;
}

DIV#sidebar_footer{/* code del menu laterale */
	background-image:url(images/sidebar_footer_a.gif);
	background-repeat: no-repeat;
	height: 25px;
	
}

DIV#sidebar_content{
	/* background-color: White; */
	background-image: url(images/sidebar_body_a.gif);
	background-repeat: repeat-y;
	padding: 1px;
	padding-left: 10px;
}

DIV#sidebar_content FORM.searchform{
	margin: 10px;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}

DIV#sidebar_content FORM.searchform INPUT.searchInput{
	width:100px;
	font-size: 95%;
}

DIV#sidebar FORM.searchform INPUT.searchSubmit{
	font-size: 95%;
	width: 45px;
	border: 1px groove;
}

DIV#sidebar UL {/* Ul I livello, categorie */	
	margin: 1px;
	padding: 1px;
}

DIV#sidebar UL LI{/* Ul I livello, categorie - nessuna lista */
	list-style: none;	
}

DIV#sidebar UL LI H2{/* Ul I livello, categorie - intestazione */
	font-size: 100%;
	font-weight: bold;
	margin: 1px;
}

DIV#sidebar UL LI UL{/* Ul II livello, liste di link */
	margin: 1px;
	margin-left: 10px;	
	margin-top: 5px;	
	margin-bottom: 10px;
}

DIV#sidebar UL LI UL LI:before{
	list-style:none;
	content: "» ";
	font-weight: normal;
}

DIV#sidebar LI.skip_point:before{
	content: "";
}

DIV#sidebar DIV#tagcloud{
	margin: 5px 15px 10px 10px;
	text-align: justify;
	
}

/* le dimensioni dei tag */
DIV#sidebar DIV#tagcloud A { 
	font-weight:normal; 
	vertical-align: middle;
}





/* tooltip */
SPAN.tooltip{
	display: inline;
	position: relative;
	z-index:24; 
	border-bottom: 1px solid Gray;
}

SPAN.tooltip:hover{
	z-index: 25;
	cursor: help;
}

SPAN.tooltip I{
	display: none;
	position: absolute;
}

SPAN.tooltip:hover I{
	display:block;
   position:absolute;
   top:2em; 
	left:2em; 
	width:15em;
	padding: 2px;
   border:1px solid black;
   background-color:White; 
	color:Black;
   text-align: center;
	text-decoration: none;
	font-style: normal;
}

DIV.navigation{
	height: 2em;	
}

DIV.navigation SPAN.newer{
	float:left;
}

DIV.navigation SPAN.older{
	float:right;	
}

DIV#footer{/* piè di pagina */
	padding: 3px;
	margin: 3px;
	border-top: 1px dotted Gray;
	font-size: 8pt;
	text-align: center;
}

DIV#footer IMG{
	vertical-align: middle;
}
