/**
* Style Sheet by Darsch
*/

body {
	margin: 0;
	padding: 20px;
	background: url(../img/background.png) #888;
	color: #444;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

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

a:hover {
	text-decoration: underline; 
}


h1 {
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-top: 2em;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	margin-top: 2em;
}


img {
	border: 0;
	margin: 0.1em;
}

pre {
	overflow: auto;
	border: 1px solid #ccc;
	padding: 5px 10px;
	background: #f8f8f8;
	font-size: 12px;
}
code {
	background-color: #f8f8f8;
	color: #111;
}

table, tr, td{
    border: 0;
}

#con {
	min-width: 1100px;
	max-width: 1240px;
	margin: 0 auto;
}

#cont {
  margin: 0;
  padding: 0 240px 0 240px;
}

#wr {
  float: left;
  width: 100%;
  border-left: 240px solid #eee;
  border-right: 240px solid #eee;
  margin-left: -240px;
  margin-right: -240px;
  background-color: #fff;
  display: inline;
}

.laterale {
	padding: 0 10px 0 10px;
}

#laterale_sinistra{
	float: left;
	width: 220px;
	margin: 0 0 0 -240px;
	position: relative;
    line-height: 1.4em;
}

#corpo{
	float: left;
	width: 92%;
	margin-right: -100%;
	padding: 10px 4%;
	overflow: hidden;
	background: #fff;
    line-height: 1.5em;
}

#laterale_destra{
	float: right;
	width: 220px;
	margin: 0 -240px 0 0;
	position: relative;
    line-height: 1.4em;    
}

#bottom {
	clear: both;
	padding: 10px;
}

#titolo {
	margin: 0;
	height: 90px;
	border: 1px solid #aaa; 
}

#titolologo {
    padding: 0 0 0 5em;
	position: relative;
	top: 43%;
	left: 20px;
    font-size: 0.9em;
}
#titolologo h1, #titolologo div.sottotitolo {
	position: relative;
	bottom: 18px;       
    line-height: 0.9em; 
}
#titolologo h1 {
	margin: 0;
	font-size: 3em;
}
#titolologo h1 a {
	background: transparent;
	color: #d3dbe4;
}

#titolologo h1 a:hover {
	text-decoration: none;
}


#titolologo div.sottotitolo {
	margin: 0 0 0 20px;
	background: transparent;
	color: #fff;
	font-size: 1.2em;
    font-weight: bold;        
}

#orizmenu {
	float: right;
	width: auto;
	border: 0;
	padding: 0;
	position: relative;
	bottom: 25px;
	right: 2px;
	height: 0;
	margin-bottom: -23px;
}
#orizmenu ul {
	width: auto;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
#orizmenu ul li {
	display: inline;
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
}

#orizmenu ul li a {
	display: block;
	background: #27567a;
	color: #dadcdd;
	padding: 4px 20px;
	margin: 0 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}

#orizmenu ul li a:hover, #orizmenu ul li.orizmenu_rss a:hover, #orizmenu ul li.orizmenu_twt a:hover, #orizmenu ul li.orizmenu_con a:hover, #orizmenu ul li.orizmenu_who a:hover {
	background-color: #417196;
	color: #fff;
}

#orizmenu ul li ul {
	padding: 0.5px 0 0 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 599;
}

#orizmenu ul li.orizmenu_rss ul {
	right: 0;
}

#orizmenu ul li:hover ul {
	visibility: visible;
}

#orizmenu ul ul li {
	display: block;
	float: none;
	width: auto;
}

#orizmenu ul ul a {
	margin: 1px;

}

#orizmenu ul li.orizmenu_rss a {
	background: #27567a url('../img/feed.png') no-repeat 95% 50%;
	padding: 4px 30px 4px 20px;
}

#orizmenu ul li.orizmenu_con a {
	background: #27567a url('../img/contact_icon.png') no-repeat 95% 50%;
	padding: 4px 30px 4px 20px;
}

#orizmenu ul li.orizmenu_twt a {
	background: #27567a url('../img/twitter.png') no-repeat 95% 50%;
	padding: 4px 30px 4px 20px;
}

#orizmenu ul li.orizmenu_who a {
	background: #27567a url('../img/favicon_menu.gif') no-repeat 95% 50%;
	padding: 4px 30px 4px 20px;
}

.laterale {
	color: #222;
}

.laterale ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#bottom { 
	text-align: left;
	font-size: 0.9em;
	background: #27567a;
	color: #eee;
	border: 1px solid #999;
}

#bottom a {
	color: #bbd;
}

hr {
	border-top: 1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-color: #101090;
	border-style: solid;
	height:  1px;
	width: 95%;
	margin: 1em auto;
}



ol {
	text-align: left;
}

label {
	margin-left: 2em;
}

legend {
	padding: 0.1em 1em;
	background-color: #90A0E3;
	border: 1px solid #E3E1EB;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
}

input[disabled=disabled], input[disabled] {
    color: #666;
	border-color: #F22;
}

div#titolo p {
	background: #FFF url(../img/avatar_darsch_small.gif) no-repeat 1em 50%;
	font-size: 1.8em;
	text-align: left;	
	margin: 0.2em 1em 0.2em 1em;
	padding: 0.5em 1em 0.5em 4em;
	width: auto;
	border-top: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-color: #9A90E3;
	border-style: solid;	
}

div#shortcon {	
	font-size: 1em;
	margin: 2em 0.5em;
	width: auto;
    max-width: 170px;
}

div#shortcon legend {
	padding-left:  0.5em;
	padding-right:  0.5em;	
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #9A90E3;
}

div#shortcon fieldset {
    width: 182px;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #FFF;
	font-size: 1em;
	text-align: justify;
	border: 1px dashed #90A0E3;	
}

div#pannelloutente {
	background-color: #FFF;
	margin: 2em 0 0.5em 0;
	padding: 0.7em 0.5em 0.7em 0.3em; 	
	font-size: 0.9em;
	text-align: right;
    width: auto;
	border-top: 2px;
	border-right: 0;
	border-bottom: 2px;
	border-left: 0;
	border-color: #9A90E3;
	border-style: solid;	
}

div#pannelloutente p {
	margin: 0;
	padding: 0;
}

div#pannelloutente img, .post_footer img, .commento_titolo img, .commento_titolo_d, .commento_titolo_n img, h1 img, .piccolo img, .box_profile img, .destra img, .post_data img, .centro img {
	margin: 0 0.3em;
	vertical-align: middle;
}

div.menu {
	padding: 0; 	
	font-size: 0.9em;
	text-align: left;
	width: auto;
}

div.menu ul {
 	margin: 0 0 0 0.4em;
	padding: 0.5em 0 0.5em 0;
	list-style-type: disc;
}

div.menu ul.postmenu {
	list-style-type: circle;
}

div.menu ul li{
	margin: 0 0 0 1em;
	padding: 0;
}

div.menu img {
	border: 0;
	padding: 0 0.5em;
	vertical-align: middle;
}

div#corpo fieldset.sticky {
	width: 30em;
	margin: 1em 0 1em auto;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #FFF;
	font-size: 1em;
	text-align: justify;
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	border-style: solid;
	border-color: #7C1C30;
}

div#corpo fieldset.sticky legend {
	padding-left:  0.5em;
	padding-right:  0.5em;		
	color: #FFF;
	font-size: 0.9em;
	background-color: #7C1C1C;
}

div#linktop {
	clear:both;
	padding:10px;    
    background:#eee;
	text-align : right;
	font-size: 0.9em;
 }


div#validator {
	text-align: right;
	margin-right: 2em;
	margin-top: 1.5em;
}

div#validator img {
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.2em;
	margin-left: 1em;
	border: 0;
}

div#box_chiavi {
	width: auto;
	margin: 1.5em;
	padding: 0.5em 1em;	
	text-align: center;
	border: 2px dashed #9A90E3;
	line-height: 1.2em;
}

div#box_chiavi a {
	margin-right: 1em;
}

div#box_chiavi a.cloud1 {
	font-size: 0.9em;
    color: #000; 
}

div#box_chiavi a.cloud2, div#box_chiavi a.cloud3 {
	font-size: 1.2em;
	font-weight: bold;
    color: #528;    
}

div#box_chiavi a.cloud4, div#box_chiavi a.cloud5 {
	font-size: 1.6em;
	font-weight: bold;
    color: #852;    
}

div#box_chiavi a.cloud6, div#box_chiavi a.cloud7 {
	font-size: 2em;
	font-weight: bold;
    color: #825;    
}

.sezioni {
    font-size: 1.2em;
}

ul.sezioni {
	list-style-image: url(../img/section.gif);
}

div.menu ul li {
    padding: 0 5px;
}

ul.keys {
	list-style-image: url(../img/key.gif);
	font-size: 1em;
	font-weight: bold;
}

ul.keys li {
    font-size: 1.1em;
}

ul#esterni {
	list-style-image: url(../img/external.gif);
	font-size: 1em;
	font-weight: bold;
}

div#recaptcha_area {
	text-align: center;
}

div#dixit {
    width: 9em;
    margin: 1em 1em 0.5em auto;
    padding: 0.2em;
    border: 1px #C74949 dashed;
    font-size: 1em;
    text-align: center;    
}

div#box_dixit {
    width:  85%;
    height: 290px;
    overflow: auto;
    margin: 1em auto;
    padding: 0.5em;
    border: 1px #C74949 dashed;
    font-size: 0.9em;
    line-height: 1.2em;  
}

div#consigliati {
    width: 95%;
    padding: 0.5em 0.5em 0 0;
    font-size: 1.1em;
    border: 1px solid #B0C0F4;
    background-color: #FFF;
}

div#consigliati a {
    text-decoration: underline;
    color: #1010C8;
}

div#consigliati ul {
    list-style-type: none;
}

div#consigliati li {
    margin-bottom: 0.6em;
}

.disclaimer {
    width: 70%;
    border-left: 2px #999 solid;
    padding: 0 0 0 1em;    
}

.infobottom {
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0 1em 0 0;    
}

div.twitter p {
	font-size: 1em;
	margin: 2em 0.5em 0 0.5em;
	width: auto;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #FFF;
	font-size: 1em;
	text-align: left;
	border: 1px dashed #90A0E3;	
}

.invis {
	display: none;
}

.box, fieldset {
	margin: 0.5em 0 1.5em 0;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #EDF0F7;
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	border-style: solid;
	border-color: #90A0E3;
	font-size: 1.1em;	
	text-align: justify;
}

.boxPrefKeys {

	margin: 1.5em 0 1.5em 20em;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #FFF;
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	border-style: solid;
	border-color: #C65F13;
	font-size: 1em;	
	text-align: right;
}

.box_link {
	background-color: #F3EDF7;
	margin: 0.5em 1em;
	padding: 0.2em 1em 0.2em 1em;
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	border-style: solid;
	border-color: #8F67D8;
	text-align: justify;
 	font-size: 1.1em;
}

.box_comm {
	width: 40em;
	margin: 0.5em 0 0.5em 0;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #FCFCFC;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: #90A0E3;
	font-size: 1.1em;
	text-align: center;
}

.box_profile {
	margin: 1.5em 5em 0.5em 5em;
	padding: 0.2em 2em;
	background-color: #FFF;
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	border-style: solid;
	border-color: #90A0E3;
	font-size: 1.2em;
	text-align: left;
}

.box_profile td {
	padding: 0.2em 0.5em;
}

.box_link img {
	margin-right: 0.5em;
}

.post_titolo_link {
	width: auto;
	margin: 0.5em;
	padding: 0.3em;
	background-color: #E7DCF5;
	border-top: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-color: #8C67D8;
	border-style: solid;
	color: #442000;
    font-size: 1.2em;
}

p.errore {
	margin: 2em auto;
    padding: 1em 3em 1em 3em;
    border-style: solid;
    border-width: 2px 0;
    background: #FFD8D6 url(../img/error.png) no-repeat 1em 50%;
    border-color: #FF0038;
    width : 30em;
    font-size: 1.1em;
    color: #660000;
}

p.info {
	margin: 2em auto;
    padding: 1em 3em 1em 3em;
    border-style: solid;
    border-width: 2px 0;
    background: #E5E6F2 url(../img/info.png) no-repeat 1em 50%;
    border-color: #8E9AFF;
    width : 30em;
    font-size: 1.1em;
    color: #000066;
}

.sezionemenu {
    width: auto;
	background-color: #D9E1F0;
	margin: 2em 0 0.5em 0;
	padding: 0.3em 0.5em;
	border-top: 1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-style: solid;
	border-color: #9A90E3;
    font-size: 1.1em;        
}

.destra {
	text-align: right;
}

.piccolo {
	font-size: 0.8em;
}

.post_titolo {
	width: auto;
	margin: 0.5em;
	padding: 0.3em;
	background-color: #E3E1EB;
	border-top: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-color: #9A90E3;
	border-style: solid;	
    font-size: 1.2em;
}

.post_titolo a:link {
	color: #000;
}

.post_titolo_chisono {
	margin: 0.2em 1em 0.2em 1em;
	padding: 1.3em 1em 1.3em 5em;
	background: #E3E1EB url(../img/darsch_title.jpg) no-repeat 1em 50%;
	width: auto;
	border-top: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-color: #9A90E3;
	border-style: solid;	
}
.post_data {
	font-size: 0.85em;
	text-align: right;
	margin-top:  0.1em;
	margin-right:  2em;
	margin-bottom:  0.1em;
	margin-left:  0.1em;
}

.post_testo {
	margin: 0.5em;
}

.post_keys {
	margin: 0;
	font-size: 0.9em;
}

.box img {
	margin-right: 0.5em;
}

.post_testo_piccolo {
	margin: 0.5em;
	font-size: 0.85em;
}

.post_moduli {
	text-align: center;
	font-size: 0.85em;
	margin: 0.5em;
}

.post_firma {
	margin: 0.5em;
	font-style: italic;
	text-align: right;
}

.post_leggitutto, .post_footer {
	width: auto;
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
	text-align: right;
	border-top: 1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-color: #9A90E3;
	border-style: solid;
}

.post_footer_link a {
	color: #1C237C;
	text-decoration: underline;
}

.post_footer_link a:hover {
	color: #7C1C30;
	text-decoration: none;
}

.post_footer_link {
	width: auto;
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
	text-align: right;
	border: 0;
    font-size: 0.8em;
}

.post_testo a {
	font-weight: bold;
}

.modulo {
 	background-color: #EDECF7;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px #9A90E3 dashed;
	margin: 0.5em 0.5em 0 0.5em;
	height: auto;
	width: auto;
	padding: 0.2em 0.5em;
}

.modulo_select {
 	background-color: #EDECF7;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px #9A90E3 solid;
	margin: 0.5em 0.5em 0.5em 1em;
	height: auto;
	width: auto;
}

.pulsante {
 	background-color: #E3E1EB;
	color : #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid;
	border-color: #889393 #000 #000 #889393;
	margin: 0 0.5em 0 0.5em;
	height: auto;
	width: auto;
}

.citazione {
	background: #F7EAE6;
	margin: 0.5em 2em;
	padding: 1em 1em 1em 1em;
	border: 1px #C76F49 dashed;
	text-align: justify;
}

.citazione a {
	font-size:  1em;
}

.citazione_titolo {
	width: auto;
	margin: 0.5em;
	padding: 0.3em 1em;
	background-color: #FFE8D6;
	border-top: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-color: #FF8A00;
	border-style: solid;
	color: #442000;
	font-weight: bold;
}

.citazione_titolo:before {
	content: "Citazione _ ";
}

.citazione_titolo a {
	text-decoration: underline;
}

.commento_titolo {
	width: auto;
	margin: 0.5em;
	padding: 0.3em;
	background-color: #E1EBE1;
	border-top: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-color: #76D192;
	border-style: solid;	
}

.commento_titolo_d {
	width: auto;
	margin: 0.5em;
	padding: 0.3em;
	background-color: #E3E1EB;
	border-top: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-color: #9A90E3;
	border-style: solid;
}

.commento_titolo_n {
	width: auto;
	margin: 0.5em;
	padding: 0.3em;
	background-color: #E1EBE1;
	border-top: 1px;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-color: #76D192;
	border-style: solid;	
}

.box_commento {
	width: auto;
	margin: 2em 2em 0.5em 2em;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #FFF;
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	border-style: solid;
	border-color: #519B68;
	text-align: justify;
}

.box_commento_d {
	width: auto;
	margin: 2em 2em 0.5em 2em;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #EDF0F7;
	border-top: 1px;
	border-right: 3px;
	border-bottom: 3px;
	border-left: 1px;
	border-style: solid;
	border-color: #90A0E3;
	text-align: justify;  
}

.recaptcha {
	margin-left: 13.5em;
}

.tree_nodo {
	text-align: left;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.tree_nodo img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.condizioni {
	background: #F7EAE6;
	margin: 0.5em 2em;
	padding: 1em 1em 1em 1em;
	border: 1px #C76F49 solid;
	text-align: justify;
}

.centro {
	text-align: center;
}

.sfondoR {
    background-color: #E8DBDB;
    padding: 0 0.3em;
}

.sfondoG {
    background-color: #E8E8DB;
    padding: 0 0.3em;
}

.key_mostra {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.2em 0.2em 0.2em 0.5em;
	margin: 2em 0 0 1em;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 2px solid #90A0E3;
}

.code {
    font-family: monospace;
    font-size: 1.1em;
    text-align: left;
}

.bck_sel {
    background: #d9e1f0;
    padding: 0 5px;
    border: 0;
}

div.altri_post {
    text-align: left;
    margin: 0 0 0 3em;
    padding: 0;   
}

div.altri_post p {
    margin: 1em 0 0 0;
}

div.altri_post ul {
    margin: 0;
    list-style-type: circle;
}

.post_chiavi a {
    font-size: 0.9em;
	color: #1C237C;
	text-decoration: underline;
}
.post_chiavi a:hover {
	color: #7C1C30;
	text-decoration: none;
}

div.rientro img {
	margin: 0;
	vertical-align: middle;
}

div.rientro {
	margin: 0 0 0 2em;
	padding: 0 0 0 1em;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 3px;
	border-style: solid;
	border-color: #90A0E3;
	line-height: 1.5em;
}

div.galleria {
    text-align: center;
    margin: 1em;   
    padding:  0.5em;
	border-top: 0;
	border-right: 1px;
	border-bottom: 0;
	border-left: 1px;
	border-style: dashed;
	border-color: #90A0E3;
}

div.galleria img {
    border: 1px #000 solid;
    margin: 0.5em; 
}

div#fb_mipiace {
    width: 470px;
    border: 1px solid #D6D6D6;
    background-color: #FFF;
    padding: 8px 5px 0 5px;
    margin: 1em 0.5em 1em auto;   
}

div.altri {
    text-align: right;
    font-size: 1.1em;
    margin: 1em 0 0 0;
    padding: 0.5em;
    border-top: 1px #90A0E3 solid;
    border-bottom: 1px #90A0E3 solid;
}
