/**
 * SICI Templates 
 * Copyright (C) 2005-2007 
 *     Amministrazione Provinciale di Pesaro e Urbino - Italy
 *
 * This program 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 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 *
 * pum-ext.css -- Estensioni ai css tema union per sito PesaroUrbinoMeteo
 * (ex Geo Meteo)
 *
 * $Id: pum-ext.css 6023 2013-09-02 11:01:04Z antonella $
 *
 * Autore: Davide Principi
 */

@import "../../css/body_frame.css";

@media screen {

body {font-family: Bitstream Vera Sans, sans-serif;}

div#bx-lgl { width: auto; height: auto; left: 0.5em; right: auto; top: 0.7em }
div#bx-lgl img { width: 5em; height: 5em; margin: 0; }

div#bx-hd { left: 8em; top: 1.5em; }
=======
div#bx-hd { left: 16em; top: 1em; }
div#bx-hd-mid-bg1 { height: 6.5em; background: url(../img/pum-thunder.jpg) no-repeat right top;}
<<<<<<< .mine

=======
>>>>>>> .r6041
div#bx-mg1 { min-height: 1.3em; }
div#ly-column-left {background-color: transparent;}
div#ly-column-right {background-color: transparent;}



div#ly-column-left, div#ly-column-middle, div#ly-column-right {
   margin-bottom: 0px;
   padding-bottom: 0px;
}
div#bx-column-middle {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


div#menu2 {
margin: 1em 0.1em;
border-width: 3px 0px;
border-style: solid;
border-color: #0a52a6;
}

div#menu2 .color-bth2 {background-color:#0a52a6;}

.color-xth {background-color: #fff;color: #0a52a6;border-color: #fff;}
.color-xth a {color: #0a52a6;}
.color-xth a:hover {color: blue;}


.color-xbw {background-color: #0a52a6;}
.color-bth1 {background-color: #fff;}
.color-bth2 {background-color: #0a52a6;}

.color-b01 {background-color: #ddd;}
.color-oth {border-color:#fff;}


div.pum-empty {
width: 79%;
margin: 1em 10%;
text-align: center;
border: 1px solid #aaa;
padding: 9.0em 0;
font-size: 1.5em;

color: #aaa;
font-family: Lucida Console, monospace;
}

.cms-size-medium div.pum-image {
text-align: center;
margin: 1.5em 0em;
}

.cms-size-small div.pum-image {
text-align: center;
}

.cms-size-medium div.pum-image img {
padding: 2px;
border: 1px solid #aaa;
margin-left: 4px;
margin-top: 4px;
vertical-align: middle;
}

.cms-size-small div.pum-image img {
padding: 2px;
}


div.pum-image-caption {text-align:center}

div.pum-text h1,
div.pum-text h2,
div.pum-text h3,
div.pum-text h4,
div.pum-text h5,
div.pum-text h6 {
margin: 1.5em 0em 0.5em 0em;
}

table.pum-temperature {
border-width: 1px;
border-style: solid;
border-color: #0a52a6;
margin: 1.0em 0em;
}

table.pum-temperature td {
padding: 0.2em;
border-width: 1px;
border-style: solid;
border-color: #0a52a6;
text-align: center;
}

.csc-bullets-wrap{

}

ul.csc-bulletlist-2 li {
display:inline;
float:left;
height: 180px;
border:1px solid #D3D3D3;
padding: 4px;
}

ul.csc-bulletlist-2 li img{
height: 98;
width: 130px;
}

ul.csc-bulletlist-2 li div{
width: 135px;
}
} /* end @media screen */