/**
 * 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 3047 2007-12-18 08:20:40Z davide $
 *
 * Autore: Davide Principi
 */

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

@media screen {

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

/*dimensione titoli*/

#bx-hd {
    left: 145px;
    padding-top: 1.3em;
    position: absolute;
    right: auto;
    text-align: left;
}

#sp-hd1 {
font-size: 1.2em;
padding-top: 3px;
white-space: nowrap;
}
#sp-hd2 {
font-size: 1.5em;
font-weight: bold;
padding-top: 2px;
white-space: nowrap;
}
#sp-hd3 {
font-size: 1.5em;
font-weight: bold;
white-space: nowrap;
}

/*altezza righe di testo*/
p.bodytext{
       line-height: 20px;
}

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

div#bx-lgr { width: 259px; height: 80px; left: auto; right: 0.5em; top: 0.7em }
#div#bx-lgr img { width: 127px; height: 64px; margin: 0; }


#div#bx-hd { left: 16em; top: 1em; }
div#bx-hd-mid-bg1 { height:100px; background: no-repeat right top;}
div#bx-mg1 { min-height: 1.3em; }
div#ly-column-left {background-color: transparent;}
div#ly-column-right {background-color: transparent;}


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;
}

.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;
}






} /* end @media screen */
