
/*
Theme Name: PASW 2015 Child
Description: Variazioni sul tema originale Pasw2015 di WordPress
Autor: Fabio Manuppella
Version: 1.5   (aggiornato a pasw2015 v. 1.5)
Template: pasw2015
*/
 
/* Start personalizzazioni CSS */

body{
	background: #22a5a5; /* nuovo: 3883BE - per i browser che non supportano il gradiente */
}

p {
    font-size: 1em;
    line-height: 1.4em;
    margin: .5em 0;
}


.contatti {
    float: right;
    padding: 5px 0px 5px;
    font-size: .8em;
    text-align: right;
    margin: 5px 10px 0px 0px;
}


.dest li {
	position:relative;	
	}

	
#wrapper #container #leftsidebar ul li.categories, #wrapper #container #leftsidebar ul li.widget_nav_menu {
	border: 1px solid rgb(193, 218, 193);
	margin: 8px;
}

#header h1 {
    font-size: 2.2em;
    padding: 0;
    margin: 20px 0 0 10px;
    font-weight: 700;
}

#header ul.sito li a{
font-size: 0.9em !important;	
}

#header h1 a{
    color: #1772b4 !important;	
}

#leftsidebar ul li.widget_nav_menu{
	border-radius: 9px;
}

#leftsidebar, #rightsidebar{
    background: #f4f2f2;    
}

/*#wrapper, #topbar, #header ul.sito, #footer { 
    /*z-index:1;*/    /* fix per cambio di colore leftsidebar 
}*/

.topsearch-div{
    z-index:2; /* fix per cambio di colore leftsidebar. Aumentato z-index di 1 per mantenere in primo piano la searchform */
    
}
#header-interno{
    text-align: center;    
	background-color: white;
}

/*
#header{
	text-align: left;
}*/


#leftsidebar h2 {
    display: block;
    padding-top: 0px;
	padding-right: 5px;
    text-decoration: none;
    font-size: 1em;
    border-bottom: 0px dotted;
    background-color: #22a5a5; /* nuovo: #3883BE; */
	text-align: right;
	/*text-transform: uppercase;*/
	color: white;
	border-radius: 6px;
}

#rightsidebar h2 {
	background-color: #ff6600 !important;
	padding-right: 5px;
	text-align: right;
	/*text-transform: uppercase;*/
	color: white;
	font-size: 0.9em;
}
	
/* righe alterne tabella */


#centrecontent table tr:nth-child(odd) td {
background-color: #DAD4CF;
}

#centrecontent table tr:nth-child(even) td {
background-color: white;
}

#sotto-hp .col-com2 h2 a { /* mostra tutto (PASW @ Categorie) */ 
    color: #00004d;
    background-color: #f4f2f2;
    text-decoration: none;
}

#sotto-hp .col-com2 h2 a:hover {
    text-decoration: underline;
}

.hdate {
    border-radius: 5px;
}

#centrecontent .attachment-100x100 {
    float: left;
    margin: 10px 10px 10px 0px;
    width: 80px;
    height: auto;
}


.post-box-archive .hdate {
    border: none;
    float: right;
    margin: 5px;
    font-size: 0.7em;
}

.hdate {
    color: white;
    text-align: center;
    padding: 0px 10px;
    font-weight: bold;
}

.post-box-archive {
    border-top: 1px dotted #C2E3ED;
    float: left;
    width: 100%;
}

#centrecontent img {
    border: 2px solid #22a5a5 !important;
}

ul.sticky_column {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

ul.sticky_column li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  background: #f0f0f0;
}

ul.sticky_column li .imgblock {
  float: left;
  width: 85px;
  padding: 0 10px;
  text-align: center;
}
ul.sticky_column li .imgblock img {
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
ul.sticky_column li .detail{
  padding-left: 100px;
}

ul ul, ul ol, ol ol, ol, ul {
    font-size: 1em !important;
}


/******* tabelle ******/
#centrecontent table th {
background-color: white !important;
}

#centrecontent table td {
background-color: white !important;
}

#centrecontent table tr:nth-child(even) td {
background-color: white !important;
}

.hdate{
background-color: #22a5a5 !important; /* nuovo: #3883BE */
/*color: #028074 !important;*/
}

.col-com2 li li {
    line-height: 1.5 !important;
}

h3 a {
font-size: 1em !important;
}

.lastmodified {
    float: right;
    font-size: 0.7em;
    padding-top: 10px;
    visibility: hidden !important;
}