/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
		
	}
	
body {
	background-image: url(gfx/sfondo_riga_testata.jpg);
	color: #000000;
	padding: 13px 0 25px 0;
	background-color: #DEDEDE;
	background-repeat: repeat-x;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #3F56A5;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

.hr_arancio {
	display: block;
	height:1px;
	background-color:#F90;
	border:0;
	}



small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	



#fumetto_arancione {
	position:relative;
	top:-33px;
	left:640px;
	width:340px;
	z-index:20;
	line-height: 160%;
	font-size:12px;
	}


#login_testata {
	position:relative;
	top:-54px;
	left:-3px;
	width:201px;
	height:91px;
	background-image:url(/dblog/template/mimbo2/gfx/sfondo_login_testata.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFC;
	z-index:20;
	
	}


.feed_facebook_testata {
	position:relative;
	left: 780px;
	top:-140px;
	z-index:21;
	width:80px;
	}
	
	
#cosa_ne_pensi {
	position:relative;
	left: 585px;
	top:-163px;
	z-index:21;
	width:360px;
	}
	
	
.feed_facebook_testata_articolo {
	position:relative;
	left: 800px;
	top:-186px;
	z-index:21;
	width:75px;
	}

#contenitore_feedburner_email {
	position:relative;
	width:260px;
	left:625px;
	top: -130px;	
	height:80px;
	z-index:22;
	}
		
.feedburner_testata {
	width:260px;	
	height:52px;
	line-height: 200%;
	font-weight: bold;
	vertical-align: middle;
	}
	
		
#contenitore_feedburner_email_articolo {
	position:relative;
	width:260px;
	left:516px;
	top: -157px;	
	height:80px;
	z-index:22;
	}
	
	
.feedburner_testata input {	
	}
	
	
#mappa_danonperdere {
	background-color: #CDFF82;
	padding: 10px;
	border: 1px solid #0C0;
	}


.titolo_link_directory {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #0C0;
	}


/* 															PUBBLICITA' GOOGLE & TRADEDOUBLER
*/


#immagine_proposta_settimanale {
position:relative;
top:100px;
left:0px;
width:265px;
height:190px;
	}
	
	
#immagine_proposta_settimanale_articolo {
position:relative;
top:-42px;
left:90px;
width:105px;
z-index:10;
	}

.testo_concorso_articolo {
	position:relative;
	top:-102px;
	left:510px;
	width:150px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
	
.testo_concorso {
	position:relative;
	top:50px;
	left:36px;
	width:170px;
	height:100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 90%;
	}
	


.testo_concorso a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 110%;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


#google_home_testo_300x250 {
	top:20px;
	background:#FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float:left;
	}

#banner_colonna_sinistra {
	position:relative;
	top:0px;
	margin:auto;
	float:left;
	left:10px;
	border: 1px solid #333333;	
	}
	
#tengo_famiglia {
	position:relative;
	left:0px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;	
	}




#contenitore_adv_google_468x60 {
	position:relative;
	width:468px;
	left:0px;
	top:5px;
	border: 0px solid #666666;
	height:60px;
	}



/* 															VENDITA LIBRO
*/

div#adv_vendita_libro{
	position:relative;
	left:30px;
	top: 30px;
	width:50%;
	padding:0px;
	z-index: 4;
	text-align:left;
	word-spacing: normal;
	font-size:12px;
	float:right;
}

#img_in_articolo {
	float:left;
	margin-right:12px;
	margin-bottom:4px;
	margin-top:4px;
	padding: 1px; border: 1px solid #CCCCCC;
	/*margin-top: -2px;*/
	}
	
#img_libro_in_articolo {
	margin-right:0px;
	margin-bottom:4px;
	margin-top:4px;
	padding: 1px; border: 1px solid #F9B613;
	width:100%;
	/*margin-top: -2px;*/
	}
	
		

/* Structure */

#page {
	width:905px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 0px 0px 0px 25px;
	}

#branding {
	width:625px;
	padding-bottom:15px;
	}

.testata {
	float:left;
	position:relative;
	left: -25px;
	top:-10px;
	/*background-image:url('/dblog/template/mimbo2/gfx/testata_novembre_2010.jpg');*/
	width:930px;
	height:267px;
	}
	
	
.testata_articolo {
	float:left;
	position:relative;
	left: -25px;
	top:-10px;
	width:930px;
	height:154px;
	}
	
	
	
	


.menu_posizione {
	float:left;
	position:relative;
	left: -25px;
	top:-9px;
	background-color: #98C000;
	width: 930px;
	height:16px;
	}

.ricerca_posizione {
	float:left;
	position:relative;
	left: 0px;
	top:0px;
	width: 280px;
	z-index:20;
	margin-bottom:15px;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width:310px;
	float:left;
	background-color: #ffffff;
	padding-left:0px;
	height:100%;
	left:0px;
	padding-top: 20px;
	padding-bottom: 0px;
	
	}

#leftcol {
	width:322px;
	border-right:1px solid #b6b6b6;
	padding-right:5px;
	}
	
#left_left_col {
	width:147px;
	border-right:1px solid #b6b6b6;
	padding-right:10px;
	float:left;
	
	}
	
#left_right_col {
	width:147px;
	margin-left:11px;
	float:left;
	
	}

#left_right_col .sfondo_titolo{
	width:141px;
	height:20px;
	background-color: #98C000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	}
	
#left_right_col .sfondo_titolo a:active{
	background:#e4efd5;
	}


#left_right_col .sfondo_titolo_articolo{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	margin:5px;
	}


#leftcol, #rightcol {
	margin-top:14px;
	float:left
	}	
	
#left_right_col .clearfloat {
	height:100%;	
	}
	
#left_left_col .clearfloat {
	height:100%;	
	}
	
#rightcol {
	width:240px;
	padding-left:10px;
	margin-right:0px;
	/*margin-top: -2px;*/
	}
	
#rightcol h3 {
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bolder;
	color:#004579;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	}

#img_notizie {
	position:relative;
	left:-15px;
	top: -9px;
	/*margin-top: -2px;*/
	}
	
.divider_rosso {
	border-top:5px solid #DB0305;
	}


#content_psicologo {
	background-repeat: no-repeat;
	background-image:url('/dblog/template/mimbo2/gfx/psicologo_sfondo_pagina.jpg');
	padding-top: 70px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:560px;
	}
	
	
#content_sessuologa {
	background-repeat: no-repeat;
	background-image:url('/dblog/template/mimbo2/gfx/sessuologa_sfondo_pagina.jpg');
	padding-top: 70px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:560px;
	}
		
.scrivi_psicologo {
	position:relative;
	left:10px;
	top:-45px;
	width:160px;
	}
	


#content_zupperman {
	background-repeat: no-repeat;
	background-image:url('/dblog/template/mimbo2/gfx/tuttoiodevofare_sfondo_pagina.jpg');
	padding-top: 90px;
	padding-left:30px;
	padding-right:40px;
	padding-bottom:0px;
	width:500px;
	}
		
		
.titolozupperman {
	margin-bottom:5px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:5px;
}
		
.home_zupperman {
	
	background-repeat: no-repeat;
	padding-left:0px;
	padding-top:8px;
	}

#contenitore_random_destra {
	position:relative;
	width:300px;
	height:232px;
	color: #FFFFFF;
	margin-top:10px;
	margin-bottom:25px;
	background-image: url(gfx/sfondo_curiosita.jpg);
	}



#contenitore_random_interno {
	position:relative;
	width:258px;
	margin:auto;
	top:13px;
	height:186px;
	border: 6px solid #98C000;	/*margin-top: -2px;*/
	background-color: #333333;
	padding:4px;
	color: #FFFFFF;
	text-decoration:none
	
	}


#contenitore_random_interno a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	}


#intestazione_random {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:2px 0 1px 0px;
	margin:0px 0 1px 0;
	font-size:1em;
	font-weight:bold;
	}
	
#img_notizie_random {
	position:relative;
	left:-4px;
	top:4px;
	/*margin-top: -2px;*/
	}
	
#trasparente_random {
	position:relative;
	bottom: 0px;	/*margin-top: -2px;*/
	height: 64px;
	width: 200px;
	background-image: url(gfx/trasparente_random.png);
	top:-72px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	padding: 4px;
	z-index:4;	
	}
	
#trasparente_random a{	
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
#img_notizie_correlate {
	position:relative;
	left:0px;
	top: 0px;
	/*margin-top: -2px;*/
	}



#img_libro_home {
	position:relative;
	left:-15px;
	top: -9px;
	text-align:center;
	/*margin-top: -2px;*/
	}

#alert_commenti {
	float:left;
	margin-right:12px;
	margin-bottom:4px;
	margin-top:4px;
	padding: 4px; border: 1px solid #F9B613;
	/*margin-top: -2px;*/
	}


#testo_articolo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;	/*margin-top: -2px;*/
	}
	
.testo_articolo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;	/*margin-top: -2px;*/
	}

		
		
#testo_colonna_destra li{
	/*margin-top: -2px;*/
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	color: #737272;
	}
	
#testo_colonna_destra a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	/*margin-top: -2px;*/
	padding: 0px;
	color: #002F67;
	font-weight: bold;
	}
	
.testo_articoli_colonna_destra {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	/*margin-top: -2px;*/
	
	}
	
	
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	text-align:left;
	}
	

#sidebar h3, #sidebar h2 {
	border-top:5px solid #ffffff;	
	padding:6px 0 6px 2px;
	margin:22px 0 0px 0;
	font-size:1em;
	}
	

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */

#content {
	top:-2px;
	width:580px;
	float:left;
	padding-right:15px;
		
	}
	
#content_speciali {
	top:-2px;
	width:870px;
	float:left;
	padding-right:15px;
		
	}
	

	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#F0F0F0;
	padding:8px 15px 15px;
	border-bottom:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	}


.feature_colonna_destra {
	background:#f2f2f2;
	padding:8px 15px 15px;
	border-bottom:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	width:184px;
	height:100%;
	}



.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0; 
	}

#lead {
	margin-top:20px;
	margin-right:0px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.titleprimoart {
	font-size:1.5em;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:110%;
	}
	
.title_first {
	font-size:22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	}
	
.titolo_video_destra {
	padding:15;
	font-size:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:300px;
	font-weight: bolder;
	color: #7EB712;
	margin-top: 25px;
	font-variant: small-caps;
	height: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7EB712;
	}
	
	
.box_video_destra_top {
	background-image: url(gfx/sfondo_box_titoli_top.png);
	background-repeat: no-repeat;
	width:300px;
	height:13px;	
	}
	
.box_video_destra_down {
	background-image: url(gfx/sfondo_box_titoli_down.png);
	background-repeat: no-repeat;
	width:300px;
	height:13px;
	margin-bottom:15px;	
	}
	
.box_video_destra_centro {
	width:300px;
	padding-left: 0px;
	height:100%;
	padding-top: 0px;
	margin-bottom:25px;
	}

.box_articoli_destra_centro {
	width:300px;
	padding-left: 0px;
	height:100%;
	padding-top: 0px;
	padding-right:30;
	margin-bottom:25px;
	background-color: #F8F8F8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7EB712;
	}
		
	
.title_first2 {
	font-size:22px;
	line-height:100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}
	
	
#leftcol h3 {
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bolder;
	color:#004579;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	}
	
	
#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:8px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:10px; padding-top:5px;
	}
	
.entry img {
padding: 1px; border: 1px solid #000000; margin-right:3px; 
}

.entry p {	
	font-size: 12px; text-decoration:none;
}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:10px;
	padding-top:15px;
	color:#666666;
	}

#footer a {
	color:#3F56A5;
	}

#primo_articolo img {
	float:left;
	margin:3px 10px 4px 0;
	}
	
#primo_articolo h3 {
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bolder;
	color:#004579;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	}
	
/*DBLOG*/
#dBlog { border:#cccccc 1px solid; padding:0; border-spacing:0; border-collapse:collapse; }
td.dBlog { padding:10px; vertical-align:top; text-align:left; }
td.dBlogLine { border-top:1px solid #cccccc; }
#mainTable { width:700px; border-spacing:0; border:0; margin:auto; background-color:#ffffff; }
td.mainTable { padding:15px; vertical-align:top; text-align:left; }
#mainHeader { width:680px; border:0; border-spacing:0; padding:0; background-color:#ffffff; }
#mainHeaderLeft { width:440px; padding-right:10px; vertical-align:top; text-align:left; }
#mainHeaderRight { width:200px; padding-left:10px; vertical-align:top; text-align:left; }
#mainHeaderDivider { width:10px; background-color:#dedfde; }
#didascalia { font-size:8pt; }
#didascalia span { font-style:italic; }
#virgoLeft { font-family:georgia,serif; font-style:italic; font-size:42px; }
#virgoIn { font-size:8pt; font-style:italic; }
#virgoRight { font-family:georgia,serif; font-style:italic; font-size:42px; text-align:right; }
#mainContent { width:680px; border:0; border-spacing:0; padding:0; }
#mainContentLeft { width:500px; padding:0; padding-right:5px; vertical-align:top; text-align:left; }
#mainContentRight { width:195px; padding:0; padding-left:5px; vertical-align:top; text-align:left; }
#mainContentDivider { width:5px; background-image:url('/dblog/template/standard/gfx/puntini_v.gif'); }
#briciole { margin:1em 0; }
#briciole span { font-weight:bold; }
#intro { text-align:justify; }
#footerLeft { float:left; font-size:8pt; }
#footerRight { float:right; font-size:11pt; }


/* --- elementi --- */
.giustificato { text-align:justify; }
.centrato { text-align:center; }
.piccolo { font-size: 8pt; }
.right { text-align:right; }
.evidenziato { background-color:#FFFF00; font-style:italic; }
.explain { font-style:italic; }
.divider { width:100%; margin-top:1em; border-top:1px dashed #cccccc; }
.divider_linklog { margin-top:0.1em;}
.linklog { }
.sopra { margin-bottom:1em; }
.sotto { margin-top:1em; margin-bottom:1em; }
.titolo {
	margin-bottom:1em;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.fleft { float:left; }
img.fleft { padding:2px; border: 1px solid #000000; margin-right:3px; float:right}
.fright { float:right; }
.pagine { text-align:center; }
.pagine span { font-weight:bold; }


/* --- commenti --- */
.compari { margin-top:1em; margin-bottom:1em; background-color:#DFF786; padding:7px; }
.comdispari { margin-top:1em; margin-bottom:1em; background-color:#B9E513; padding:7px; }
.comtitolo { }
.comtesto { margin-top:0.5em; margin-bottom:0.5em; padding-left:0.5em; }
.comautore { padding-left:0.5em; font-size:8pt; }
.formcommenti { width:380px; margin:auto; }
.formcommenti input, textarea{ border:medium solid #98C000; padding:2px; }
.formcommenti image{
	padding:2px;
	border: 0px none #FFFFFF;
}
.formpopcommenti { width:280px; margin:auto; }


/* --- popup --- */
#mainPopup { width:320px; border-spacing:0; border:0; margin:auto; background-color:#ffffff; }
td.mainPopup { padding:15px; vertical-align:top; text-align:left; }
#popupContent { width:320px; border:0; border-spacing:0; padding:0; }
#popupContentLeft { width:320px; padding:0; padding-right:5px; vertical-align:top; text-align:left; }


/* --- autori.asp --- */
.fotoautore { margin-top:1em; margin-bottom:4em;}
.fotoautore img{}
.elencoautori li { margin:0.5em; }


/* --- foto.asp --- */
.foto { padding:7px; margin-top:1em; margin-bottom:4em; text-align:center; background-color:none; }
.foto img {padding:1px;  border:1px solid #021a40;  background-color:#ff0; }
.elencofoto li { margin:0.5em; }


/* --- sondaggi.asp --- */
.sondaggio { text-align:center; }
.insondaggio { margin:auto; padding:15px; width:550px; text-align:left; background-color:#fbfbfb;border-bottom:1px solid #cccccc }
.sondaggio table { width:400px; }
.sondaggio td {  }
.sondaggio td img { width:10px; }

/* --- stampa.asp --- */
#mainContentPrint { width:680px; padding:0; vertical-align:top; text-align:left; }


/* --- 404.asp --- */
#form404 { text-align:center; }


/* --- moduli --- */
.modulo {  }
.modulo_argomenti {
	position: relative;
	left:0px;
	top:0px;
	float:left;
	margin-bottom:20px;
	width:300px;
}


.modulo_psicologo {
	position: relative;
	left:0px;
	top:0px;
	float:left;
	margin-bottom:30px;
	width:274px;
	padding: 10px;
	border: 3px solid #EE7900;
}


.modulo_sondaggi {
	position: relative;
	left:10px;
	top:0px;
	float:left;
	margin-bottom:20px;
	width:250px;
	margin-bottom:30px;
	height:100%;
}


.newsletter_nuovo {
	padding:8px;
	width: 284px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ef7800;
	border-bottom-color: #ef7800;
	border-left-color: #ef7800;
}

.newsletter_nuovo_input {
	width: 170px;
	font-size: 12px;
	background-color: #e4e3e3;
	height: 20px;
	border: 1px solid #999;
}

.newsletter_nuovo image {
	height: 20px;
	width: 20px;
}


.modtitolo {  text-align:right; }
#modtitolo_colonna_destra h3{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.modcontenuto {  }
.modcontenuto form { margin:0; }
.feed { text-align:center; font-size:8pt; }
.tempoesec { text-align:center; font-size:8pt; }
.utentionline { text-align:center; font-size:8pt; }
.utentionline span { font-weight:bold; }

.calendario { border-collapse:collapse; border-spacing:0; margin:auto; width:182px; text-align:center; border:1px solid #cccccc; }
.calendario td { width:26px; height:26px; text-align:center; }
.calendario td.wide { width:130px; height:26px; text-align:center; }
.calendario td a { font-weight:bold; }
.calendario .giorni td { font-weight:bold; font-size:8pt; background-color;#ffffff; }
.calendario .scuro { background-color:#f3f3f3; }
.calendario .chiaro { background-color:#fcfcfc; }
.calendario .oggi { background-color:#CCCCCC; }

#technorati {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:430px;
	white-space: nowrap;
}

#play_video {
	position:relative; z-index:10;
	left:70px;
	top:-104px;
	width:48px;
	}
	
.titolo_convenzioni_destra {
	padding:15;
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:300px;
	font-weight: bolder;
	color: #32368a;
	margin-top: 15px;
	font-variant: small-caps;
	height: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8a8fe5;
	}
	
	.titolo_convenzioni_destra_paternita {
	padding:15;
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:300px;
	font-weight: bolder;
	color: #333;
	margin-top: 15px;
	font-variant: small-caps;
	height: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f58220;
	}
	
	.testo_convenzioni_destra {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;}	/*margin-top: -2px;*/
	
	.normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;}	/*margin-top: -2px;*/
	
	.testo_convenzioni_destra_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;}	/*margin-top: -2px;*/
	
	.testo_convenzioni_destra_paternita {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	font-weight: bolder;}	/*margin-top: -2px;*/
	
	.titolo_convenzioni_home{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color:#085399}	
	
	.titolo_convenzioni_special{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color:#F60
}	
	
	.titolo_paternita_home{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color:#231f20}	
	
	.testo_convenzioni_home_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;}
	
	.testo_convenzioni_promo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	}
	.testo_convenzioni_piccolo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	}
	
	.testo_convenzioni_promo_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	font-weight: bolder;
	}
