/*
Theme Name: RD-per-PSW09
Description: 3 Column theme, from  Richard "Jodi" Maxwell's Nearly Sprung. Only supports Wordpress 2.7.x or higher. 
Author: Renata Durighello per PorteAperteSulWeb

Version: 1-09
Tags: flexible-width, light, three-columns, left-sidebar, right-sidebar

3 column setup, left and right are fixed, center is fluid+max width
------ License Info ------

    The wordpress theme 'RD-per-PSW09' is free software: you can redistribute it 
    and/or modify it under the terms of the GNU General Public License as published 
    by the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>

--------------------------

*/



/***************** 3 Column Layout ******************/

a img{border:none;}


/*
	fullwidth = width including both left and right side padding
	width = width excluding left and right side padding padding
	cc padding = centre column padding (combined left and right)

	left fullwidth = 150px wide, 10px padding each side (20 total)
	right fullwidth = 150px wide, 10px padding each side (20 total)
	cc padding = 15px either side (30 total)
*/

.primopiano {float: left; width:58%; border-right: 1px solid #ccc; background:url(images/primpia.jpg) repeat-x left top;padding: 1%;}

.postfeedback{display:none;}

.bacheca{float: right; width:37%; padding: 1% 0 1% 1%; height: auto; overflow:hidden;  line-height: 17px;}

.bacheca.fotobacheca img{width:100%; height:auto; max-width:324px;}

.passit {float:right; color:#fff !important;}
.wpdm_file .cont{background:#036;}
.perror{color:#fc0 !important;}
.wpdm-only-button .btn_outer{margin-top:2px !important;}

.gmnoprint{display:none !important;}

body 
{
	min-width: 610px;         /* 580 2 x (LC fullwidth + CC padding) + RC fullwidth */
	max-width: 1100px; /* per evitare troppa dilatazione */
	margin: 0 auto;

	/* IE7 likes putting horizontal scrollbars when it doesn't need to, aaaaa! 
	overflow-x: hidden;*/
	background-image:url(images/middleSfuma.jpg);
	background-repeat: repeat-x;
	background-position:left top;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	position:inherit !important;
}



#wrapper {
margin:0;
padding:0;
}
#container 
{
	padding-left: 167px;      /* LC fullwidth */
	/* cambio right da 180 a 185 per evitare scrollbar orizzontale By Faber */
	padding-right: 185px;     /* RC fullwidth + CC padding */
}

#container .column 
{
	position: relative;
	float: left;
}

#centrecontent 
{
	width: 100%;
	min-height: 520px;
	background-color: #FFFF00;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#leftsidebar
{
	width: 167px;             /* LC width */
	padding: 0 10px 0px 0;    /* LC padding */
	right: 187px;             /* LC fullwidth + CC padding */
	margin-left: -101%;
}


#rightsidebar
{
	width: 160px;          /* RC padding */
	margin-right: -100%;
	padding: 0px 0 0;
margin-top:12px;
	
}

#rightsidebar img {width:100%; height:auto;}

#footer 
{
	clear: both; 
}

.shinystat {position:absolute; top:13px; left:0;}

/* Essential Layout (IE Fix) */
* html #leftsidebar {
	left: 150px;              /* RC fullwidth */
}

/* Essential Layout (IE7 Fix) */
*+html #leftsidebar {
	left: 150px;              /* RC fullwidth */
}
#searchCSS {
float:left;
display:block;
}
/********************** Global **********************/

p {
	
	line-height: 1.5em;
	margin: 0;
}

ol, ul{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
list-style:inside;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 10px;
	color: #003399;
}
h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
h1, h2 {
	font-size: 18px;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 14px; border-bottom: 1px solid #CCCCCC;  margin-bottom: 0 0 6px; overflow: hidden; padding-bottom: 6px; text-transform:uppercase;
}

a{
	text-decoration:none; color:#039;
}


a:hover {text-decoration:underline;}

.centrecontent a:hover{text-decoration:underline;}

input, textarea, select  {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #3A291F;
}

 .post .ui-widget-header {
  background: #fff !important;
  border:none !important;
  border-bottom: 1px solid #aaaaaa !important; 
}
.post .ui-widget-content {border:none !important;}
#centrecontent .post table {border:none;}

blockquote {
	font-size: 0.9em;
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E8CE;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

form.arearis{padding-top:10px; border-top:1px solid #ccc;}


.hidden{
	visibility: hidden;
}

.nascosto {
	background: #fff;
	color: #000;
	left: -10000px;
	top: -10000px;
	position: absolute;
}

#searchCSS {
	margin:0;
	padding:0;
}

code {
	
}
.code {
	background: #F0F0F0;
	padding: 10px;
	margin: 10px 60px;
	border: 1px dotted black;
	color: #000;
	font-family: 'roboto', arial, sans-serif;
	font-size: 85%;
}



.small {
	font-size: 0.9em;
	color: #999;
}

.current_page_item a {
	color: #000 !important;
	text-decoration:none;
}

.current_page_item ul li a {
	background-color: #fff;
	color: #000 !important;
	text-decoration:none;
}

/********************** Header **********************/

/* Structure */

#header {
	padding: 0px;
	margin: 0px;
	height: 125px;
background:url(images/head.png) no-repeat center top;
position:relative;
}

/* Essential Layout (IE7 Fix) */

/*
*+html #header{padding-bottom: 15px;}
*/



#header img.logo {
	margin:0 auto;
	display:block;
	
}

#header p{
	padding: 0px;
	margin: 0 0 0 40px;	
	height: 23px;
}

#header h1 {
	font-size: 2.4em;
	padding: 0px;
	margin: 0 0 0px 10px;	
	height: 36px;	
}
#header h1 a {
	text-decoration: none;
	color: #003366;
}

#header p{
	font-size:.8em;
}

#header ul {	
	font-size: 0.9em;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	line-height: 15px;
	/* fixes Firefox 0.9.3 */
}

#header ul.sito {	
	height: 15px;
	width: 100%;
	padding: 0;	
	margin: 0px;
	background-color: #003399;
	color: #F0F0F0;	
}

#header ul li {
	margin: 0px;
	display: inline;
}

#header ul li a {
	text-decoration: none;
	color: #F0F0F0;
}
#header ul li a:hover{
	background: #F0F0F0;
	color: #3A291F;
}
#header ul.sito li a{
	padding: 0px 10px 0px 10px;
	float:right;
}

#header ul.sito li.current_page_item a
{
	text-decoration:none !important;
	color: #FFFFFF !important;
}
#header ul.sito li.current_page_item a:hover
{
	text-decoration:none !important;
	color: #3A291F !important;
}

#topbar a.home_link_header {
    background-image: url('http://www.davinciripamonti.gov.it/wp/wp-content/uploads/home-1.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left:35px;
}



#topbar{	
	height: 31px;
	width: 100%;
	padding: 0;	
	margin: 0px 0 0;
	color: #F0F0F0;	
position:relative;
background-image:url(images/topbg.jpg);

}
#topbar ul{	
	font-size: 14px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	line-height: 15px;
overflow:hidden; margin:0;
	/* fixes Firefox 0.9.3 */
}
#topbar li a{
	padding: 0px 15px;
	float:left;
        height:31px; line-height:31px; display:block;
        transition: 0.2s linear;

}
#topbar ul li{
	margin: 0px;
	display: inline;
}

#topbar ul li a{
	text-decoration: none;
	color: #F0F0F0;
}

#topbar ul li a:hover {color:#01AFE2}

#topbar ul li.current_page_item a
{
	text-decoration:none !important;
	color: #FFFFFF !important;
}
#topbar ul li.current_page_item a:hover
{
	text-decoration:none !important;
	color: #3A291F !important;
}
#topbar #menualto ul{position:absolute; bottom:0px; right:0px; margin:0; z-index:100;}



/* Essential Layout (IE7 Fix) */

/*
*+html #topbar li a {margin-top: -14px;}
*/

/******************* Main Content *******************/

/* Structure */


#centrecontent {
	padding: 0px 15px 0 15px;       /* CC padding */
	width: 100%;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 0;
	overflow: hidden;
}

#centrecontent h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none; 
}

#path {
display:none;
clear:both;
font-size:11px;
}
#path a:hover{
text-decoration:none;
}
/********** Previous and Next by Catagory ***********/

/* Structure */

#postnavigation
{	
	display: inline;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0em 0.5em 0em 0.5em;
	border: 1px solid #E8E8CE;
	background-color: #FAFAF0;
	font-size: 0.75em;	
}

#postnavigation ul 
{
	margin: 0;
	padding: 0;
}

#postnavigation li 
{
	margin-left: 1.0em;
}

#postnavigation .navheader {
	font-size: 1.25em;
	font-weight: bolder;
	color: #003399; 
	list-style-type: none;
	margin-left: 0em;
}


#postnavigation ul 
{
	list-style-type: none;
}

/******************* Left Sidebar *******************/

/* Structure */

#leftsidebar
{
	overflow: hidden;
	margin-top: 12px;
	
}

#leftsidebar h2, #rightsidebar .info-istituzionali h2, #rightsidebar h2.aposto
{
	display:block;
	color: #fff;
	margin: 0.6em 0 0.3em 0;
	padding:0 0 0 0.6em;
	background-image:url("images/topbg.jpg");
	text-decoration:none;
	font-size: 1.0em;
line-height:1.5em;

}
#leftsidebar h2 a{
	display:block;
	color: #fff;
	background:#003399;
	text-decoration:none;
}
#leftsidebar h2 a:hover {
	background: #F0F0F0;
	color: #3A291F;
	display:block;
}

#leftsidebar ul {
	list-style-type: none;
	font-size:95%;
	margin:  0;
	padding: 0;
}

#leftsidebar ul .widget {margin-bottom:10px;}

#leftsidebar ul li a {
	text-decoration: none;
	}
#leftsidebar ul li a:hover {
text-decoration:none;
}
#leftsidebar ul ul {

	margin: 0.2em 0;
	background: #e9f4f8 /*url("images/primpia.jpg") repeat-x scroll left top transparent*/;
}

#leftsidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
}

#leftsidebar ul ul li a{
	margin: 0 0 0 -10px;
	padding: 0 3px 0 5px;
	/*voice-family: "\"}\""; 
	voice-family: inherit;*/
	text-decoration: none;
	display:block;	
	color:#000;
}

html>body #leftsidebar ul ul li a 
{
	width: 100%;
}
#leftsidebar ul ul li a:hover 
{
	color: #009FE1;
}
#leftsidebar ul ul ul 
{
	margin: 0;
}

#leftsidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E8CE;
}

#leftsidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0em 10px 0em 25px;
}
 
html>body #leftsidebar ul ul ul li a 
{
	width: 95px;
}
#leftsidebar ul ul ul li a:hover {
	color: #000;
}



/****************** Right Sidebar *******************/

/* Structure */

#rightsidebar 
{
	overflow: hidden;
}

#rightsidebar h2 {
	font-size: 1.0em;
        line-height:1.5em;
	margin: 0.6em 0 0.3em 0;
	display:block;
	padding:0 0 0 0.6em;	
	display:block;
	color: #fff;
	background-image:url("images/topbg.jpg");
	text-decoration:none;
}
#rightsidebar h2 a{	
	display:block;
	padding-left:0.6em;
}
#rightsidebar h2 a:hover {
	color: #000;
}

#rightsidebar h2.sez_utenti{
	background-color:#fff;
	color:#039;
	font-size:1.4em;
	margin-bottom:-1px;
	padding-bottom: 4px;
	margin-left: -20px;
	padding-left: 20px;
}
#rightsidebar{}

#rightsidebar ul {
	margin:  5px 0;
	padding: 0;
	list-style-type: none;
	font-size:95%;

width:155px;
}

#rightsidebar .gerarchia {background:url(images/primpia.jpg) repeat-x left -20px;}


#rightsidebar ul li {
	border-bottom: 1px solid #fff;
}

#rightsidebar ul li a {
	margin:0;
	padding-left: 2px;
	display:block;
	text-decoration: none;
        color:#000;
}

#rightsidebar ul.lista-trasp li a {line-height:1.1em; margin:3px 0;}

#rightsidebar ul li.current_page_item a {color:#009FE1;}
ul li.current_page_item a {font-weight:bold !important; }

#rightsidebar .gerarchia ul li a{color:#000}

#rightsidebar ul li a:hover {
text-decoration:none; color:#009FE1;
}

#rightsidebar ul ul {
	margin: 0.1em 0;
	border-top: 1px solid #E8E8CE;
	background-color: #FAFAF0;
display:none;
}

#rightsidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E8E8CE;
}

#rightsidebar ul ul li a {
	margin: 0 0 0 -10px;
	padding: 0 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	text-decoration: none;
} 
html>body #rightsidebar ul ul li a 
{
	width: 110px;
}

#rightsidebar ul ul li a:hover {
	color: #000;
}

#rightsidebar ul ul ul {
	margin: 0;
	border: none;
}

#rightsidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E8CE;
}

#rightsidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0em 10px 0em 25px;
} 
	
#rightsidebar ul ul ul li a:hover {
	color: #000;
}

#rightsidebar li.current-cat a{
	color: #000 !important;
}

html>body #rightsidebar ul ul ul li a 
{
	width: 95px;
}


.sissiweb{
width:100%;
padding:0;
font:12px/14px arial, helvetica, sans-serif;
color:#333;
height:auto;
margin-bottom: 2px;
text-align:center;
border:none !important;
}

.sissiweb img {width:100%; height:auto;}

#rightsidebar .sissiweb:first-child{margin-bottom:10px;}

.info-istituzionali{clear:both; }

/*#rightsidebar .info-istituzionali h2{  
background-image: url("images/topbg.jpg");
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0.6em 0 0.3em;
    padding: 1px 5px;
    text-decoration: none;
}*/

#rightsidebar .info-istituzionali ul{
	background: url("images/info-ul.jpg") repeat-x scroll left -20px transparent;
	line-height:1.2em;
width:160px;
}
#rightsidebar .info-istituzionali ul li{
	border-bottom: 1px solid #fff !important;
	padding: 0 4px 1px 4px;
}

.textwidget img {max-width:100%; height:auto;}

.logoqualita{
height:auto;
margin:0;
font:11px/14px arial, helvetica, sans-serif;
color:#333;
padding-top:6px;
text-align:justify;
}

.logoqualita strong{
color:#000;
}

.logoqualita img{
display:block; 
margin:5px auto 10px;
}

.sissiweb a, .logoqualita a{display:block; font:11px/14px arial, helvetica, sans-serif; width:100%; text-align:center; padding:3px 0; background-color:#036; color:#fff; text-decoration:none;}
.sissiweb a:hover, .logoqualita a:hover{color:#fc0;}

.fb{border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    color: #333333;
    float: left;
    font: 12px/14px arial,helvetica,sans-serif;
    margin-top: 4px;
padding-left:3px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 151px;
}

.fb a{color:#036;}
.fb a:hover{text-decoration:none !important; color:#06c;}
.fb a img{float:left; margin-right:3px;}
.fb a p{margin-top:4px; line-height:1.1em}

/********************** Footer **********************/


#footer {
	position:relative;
	text-align: center;
	clear: both;
margin: 10px 0;
	padding: 10px 0;
	background-image:url("images/middleSfuma.jpg");
background-position:left top;
background-repeat:repeat-x;
	border-top: 1px solid #036;
font:12px/17px arial,helvetica,sans-serif;
color:#333;
	text-align: center;
}

#footer #w3c{position:absolute; top:16px; right:7px; width:auto; height:auto;}
#footer #w3c img{float:left; margin-left:2px; width:67px; height:auto;}

#footer p {margin:0; font:12px/17px arial,helvetica,sans-serif;
color:#333;
}

#footer .cc{
background-image:url("images/somerights20.png");
background-repeat:no-repeat;
background-position:center 4px;
color:#fff;
padding-top:41px;
padding-bottom:4px;
margin-top:10px;
float:left;
width:100%;
background-color:#00548B;}

/******************* Search Widget ******************/

/* Structure */

#searchform
{
	margin: 0 0px 15px 0px;
}

#searchform #s{width: 110px; background:#E9F4F8;}

#searchform #searchsubmit, #searchform #s {border-radius:5px; webkit-border-radius:5px;}

#searchform #searchsubmit {background:#014E86; color:#fff;}


/***************** Calendar Styles ******************/

/* Structure */

table#wp-calendar {width: 100%;}

.widget_calendar td {text-align:center; font-size: 13px; line-height:13px;}

.widget_calendar td.today {background:#FFE690;}

table#wp-calendar caption {
  text-transform: capitalize;
}



table#wp-calendar .event > a {
  color:#FD1821;
}

#eo-widget-prev-month > a, #eo-widget-next-month > a {
  color: #999 !important; 
}

#eo-widget-prev-month {text-align:left;}
#eo-widget-next-month {text-align:right;}


/*
#wp-calendar {
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	margin: 0 !important;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 100%;
	background: #FAFAF0;	
} 


#wp-calendar caption {
	font-weight: bold;
	margin: 1.2em 0 6px;
	padding: 0.4em 0;
	background: url("images/topbg.jpg");  
	color: #FFF;
#border: none;
}



#wp-calendar td {
	border-collapse: collapse;
	background: #FFF;
#border: none ;

}

#wp-calendar td a {
	display: block;
	width: 100%;
	color: #fff;
}
#wp-calendar  a {
	color: #fff;
}
#wp-calendar td.pad {
	background: transparent;
}

#wp-calendar td#next{
	text-align: right;
}
#wp-calendar td#next a{
	color: #003399;
}

#wp-calendar td#prev {
	text-align: left;
}
#wp-calendar td#prev a{
	color: #003399;
}

#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}

#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}

div#TB_title{background-color:#036 !important;}

#EC_daysEvents{font-family:'Roboto', sans-serif; !important;}

.EC_title{background:#036 !important; color:#fff !important;}
*/




/********************** Blog ************************/

.postentry, .postfeedback{
	margin-left: 0;
}

.postentry {margin-top:19px !important;}


.posttitle {
display:none;
	margin-bottom: 6px;
padding-bottom:6px; 
border-bottom:1px solid #ccc;
	width: 100%;
	overflow: hidden;
	/* Width and overflow to clear '.posttitle a' */
	color: #FFF;
}
.bacheca_titolo{float: left;
	padding: 2px 7px;
font-weight:bold;
	background-image:url("images/topbg.jpg");
width:100%; color:#fff;
margin-bottom:5px;
font-size:1em;
	}

.posttitle a {
	float: left;
	padding: 0;
width:100%;
}


.postmeta {
	font-size: 0.9em;
	margin-top: 0;
	padding-top: 1px;
display:none;
} 

.posttitle a:link, .posttitle a:visited {
	color: #036;	
}

.posttitle a:hover, .posttitle a:active{
	color: #036;
}
.circ {
	margin-top: -20px;
	padding-top: 1px;
}
.postmeta .postauthor{
	color: #003399;
}
.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}

.commentslink, .trackbacklink{
	margin: 0 1.8em 0 0;
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}

#comments{
	width: 98%;
	float: left;
	margin: 0em;
	padding-bottom: 0.5em;
}

.children, #commentlist {
	list-style-type: inherit;
margin-left:15px;
}
.children ul{margin-bottom:0px;}


#commentlist {
	clear:left;
	margin: 0em;
	padding: 0;
	border-bottom: 1px solid #E8E8CE;
}

#commentlist li {
	padding: 1px 20px 20px 20px;
	border-top: 1px solid #E8E8CE;
	background-color: #FFF;
}

.comment-author {
	font-size: 1.1em;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	margin: 0.5em 0em 0em 0em;
	color: #003399;
}

.comment-author .avatar{
	float:left;
	margin: 0px 10px 5px 0px;
}

.fn{
	font-style: normal;
}
.comment-meta {
	font-size: 0.9em;
	color: #999;
	margin-top: 0px;
}

.alt {
	background-color: #FAFAF0 !important;
}
.bypostauthor{
	background-color: #F0F0F0 !important;
}

.reply{
	font-size: smaller;
	text-align: right;
	display: block;
	margin-top: -1.8em;
}

#cancel-comment-reply{
	margin-right: 2em;
}

#respond{
	clear: both;
	margin-top: 10px;
}
li #respond{
	border-top: 1px solid black;
}

.navigation-bottom{
	height: 1em;
	margin-top: 5px;
	margin-bottom: 15px;
}

.navigation-top{
	height: 1em;
	margin: 0px;
	padding-top: 1em;
}

.navigation-bottom p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.navigation-top p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.postentry p{padding-bottom:10px;}


/********************* Images ***********************/
p img {
	padding: 0;
	max-width: 100%;
}

/*	
	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) 
*/
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	/*display: inline;*/
	clear: both;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: block;
	clear:both;

}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.reallysmallthumbs a img{
	width: 60px;
	height:60px;
	float: left;
	margin: 1px;
}

.wp-caption {
	background: #F0F0F0;
}
.wp-caption-text {
	font-size: 90%;
	padding: 0 4px;
}

/******************* Geo Mashup *********************/
.locationinfo {
	overflow:auto;
	height:195px;
	width:320px;
	font-size:70%;

	/* used to allow room for the info window x icon */
	margin: 0px 10px 0px 0px;
}

.locationinfo h2 a{		
	margin: 0px;
}

.locationinfo p{		
	margin: 0px;
}

.locationinfo img{	
	height:108px;
	width:auto;
}

/********************* Sociable *********************/
.sociable_tagline{
	display: none;
}

.sociable ul{
	margin: 0;
	padding: 0;
}

.sociable{
	margin: 0em 0em -1em 0em;
}

.sociable li{
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px 1px 0px 1px;
}

/***************** Twitter Widget *******************/
#twitter-list{
	font-size: 0.9em;
}


/****************** Holly Hacks *********************/

/* holly hacks to fix peekabo bugs in IE */

/* Hides from IE5-mac \*/
* html li {height: 1%;}
/* End hide from IE5-mac */

/* Hides from IE5-mac \*/
* html #postnavigation {width: 145px; height: 2px;}
/* End hide from IE5-mac */




html>body #leftsidebar ul ul ul li a 
{
	width: 95px;
}

html>body #rightsidebar ul ul ul li a 
{
	width: 95px;
}

/******** HOME PAGE ************/

#home-left {
         width: 64%;
         float: left;
}
#home-right {
         width: 34%;
         float: right;
         font-size: 90%;
}

#home-right h3 {
         
         font-size: 1em;
}

.wpb_content_element {margin-bottom:12px !important;}


/**************** pagina categorie *******************/

td{border:1px solid #ccc !important;}

#centrecontent table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: 1px solid #BFDFFF;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;
	background-color: #fff;	
}
#centrecontent caption {
	display: none;
}
#centrecontent table th, #centrecontent table td {
	padding: 2px; text-align:center;
}
#centrecontent table.sinistra th, #centrecontent table.sinistra td {
	text-align:left;
}
#centrecontent table th {
	background-color: #004F87;
	color: #fff;
}
#centrecontent table td {
	background-color: /*#E9F4F8*/ #FFF;
	border:1px solid #ccc !important;
}

/**************** pagina categorie *******************/

.news {
margin-top:10px;
padding: 0 0.4em;
font-size: 95%;
}
.news h3 {
color: #000;
border-bottom: 1px dotted #000099;
} 
.news .postmeta {
margin-top: -6px;
} 
.news .postmeta a {
color: #000;
} 
.news p {
} 

/**************** sottopagine *******************/

/*
.gerarchia {
	font-size: 0.9em;
	float: right;
	border: 1px dotted #ccc;
	padding: 4px 6px;
	list-style-type: none;
	background: #F0F0F0;
}
*/

/***************** mappa *********************/
#left {
         width: 64%;
         float: left;
}
#right {
         width: 34%;
         float: right;
}


/****** calendario *****/

.simcal-calendar h3 {font-size:1em;}

.simcal-events-dots {position:relative}
.simcal-events-dots b {
  left: 50%;
  margin: 0 0 0 -3px !important;
  position: absolute;
  top: 1px;
  color: #00548B;
  font-size: 9px;
}
.simcal-default-calendar-grid .simcal-no-events {min-height: auto !important;}
td.simcal-day {height: auto !important;}
.simcal-default-calendar-grid .simcal-day-number {padding: 0 0 1px !important;}
.simcal-default-calendar-grid .simcal-events-dots {margin:0 !important;}
.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav {padding:0 !important;}

#rightsidebar td {border:none !important;}

/* analytics */

.analyt {position:absolute; bottom:5px; right:0;}

.analyt a {
    width:20px; 
    height:20px; 
    display:block; 
    background-image:url('http://www.davinciripamonti.gov.it/wp/wp-content/uploads/analytics.png'); 
    background-size:100% auto;
}


/* gallery */

.ngg-gallery-thumbnail-box {
  float: left;
  margin-right: 1%;
  width: 32%;
  margin-bottom: 1%;
}

.ngg-gallery-thumbnail img {
  background-color: #fff;
  display: block;
  position: relative;
padding:0 !important; 
border:none !important;
width:100%;
margin: 0 !important;
}

.ngg-galleryoverview br {
  display: none;
}


