/*
 * SICI Templates 
 * Copyright (c) 2005-2006 
 *     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
 */
/*
 * $Id: enti_cms_def.css 1017 2006-05-09 08:14:20Z davide $
 *
 * Autori: Davide Principi & Samuele Ortolani
 * Copyright (C) 2005 Amministrazione Provinciale di Pesaro e Urbino
 */
@media screen {

div#content_border {
font-size: 0.75em;
}

/* sici_facets */
ul.sf {
margin: 0em 0em 0em 1em;
padding: 0em;
}

ul.sf li {
list-style: none;
margin: 0.6em 0em;
clear: both;
line-height: 110%;
}

h3.sf {
font-size: 1.1em;
font-weight: bold;
padding: 0.2em 0em;
}

h3.sf.level-1 {
border-top: 3px double #aaa;
margin: 1em 0em;
}

h3.sf.level-2 {
border-top: 1px solid #ccc;
margin: 0.5em 0em;
}

h3.sf.level-3 {
border-top: 1px dotted #ccc;
margin: 0.1em 0em;
}

ul li.sf.compact.np.other {
margin: 0.2em 0em 0.2em 60px;
list-style: circle;
}

h3.sf.np-group {
border-top: 1px dotted #ccf;
margin: 0.1em 0em;
}

div.sf.maxitems-box {
float: right;
font-size: 1em;
font-weight: normal;
}

div.sf.detailed.info {
float: left;
width: 70%;
}

div.sf.detailed.thumb {
float: left;
width: 60px;
}

div.sf.detailed.abstract {
font-size: smaller;
margin-left: 1ex;
}

div.sf.detailed.title {
font-weight: bold;
}

div.sf.detailed.origin {
font-weight: normal;
float: right;
font-size: smaller;
color: #888;
}

div.sf.detailed.description {
margin-top: 0.5em;
font-style: italic;
}

div.sf.detailed.descriptor,
span.sf.compact.descriptor {
font-size: smaller;
} 

span.sf.compact.descriptor {
color: #888;
}

span.sf.compact.title {
font-weight: normal;
}

div.sf.displayer {
border: 1px solid #888; 
padding: 1em 1em 1em 30px; 
margin-bottom: 1em;
background-image: url("../img/informazioni.png");
background-position: top left;
background-repeat: repeat-y;
}

div.sf.displayer h3 {
font-size: 1.2em;
}
/* end sici_facets */


/* dam_downloadlist ddl VA MANTENUTA perche' utilizzata da layout LEGACY */

dl.ddl-container {
padding: 0em;
margin: 0em;
}

dd.ddl-description {
padding: 0em;
margin: 0em 0em 0.7em 0em;
}

dt.ddl-title {
font-weight: bold;
color: #444; /* TODO: impostare una classe colore apposita nell'elemento dt */
}

ul.ddl-file-list {
padding: 0em 0em 0em 1em;
margin: 0em;
}


dl.ddl-container {
padding: 0em;
margin: 0em;
}

dd.ddl-description {
padding: 0em;
margin: 0em 0em 0.7em 0em;
}

dt.ddl-title {
font-weight: bold;
color: #444; /* TODO: impostare una classe colore apposita nell'elemento dt */
}

ul.ddl-file-list {
padding: 0em 0em 0em 1em;
margin: 0em;
}

li.ddl-file-list-item {
padding: 0em;
margin: 0em;
list-style-type: none;
}

img.ddl-icon {
vertical-align: middle;
}

/* end dam_downloadlist LEGACY */


/* sici_damdl */
.damdl ul,
.damdl li {
margin: 0em;
padding: 0em;
}
.damdl li {
list-style: none;
line-height: 130%;
}
.damdl.twocolumns img {
vertical-align: middle;
}
.damdl.twocolumns div.damdl.column {
float: left;
width: 45%;
overflow: hidden;
}
div.damdl.column-1 {
border-right: 1px solid #aaa;
}
.damdl.twocolumns li {
text-indent: 0.5em;
margin-bottom: 0.5em;
list-style: square;
list-style-position: inside;
}
div.damdl.details {
float: left;
width: 48%;
}
dl.damdl.thumbnails dt,
dl.damdl.thumbnails dd {
margin: 0em;
padding: 0em;
}

.damdl.title {
color: #444;
background-color: #fff;
font-weight: bold;
}

dt.damdl.title {
margin-top: 1.5em;
}

dd.damdl.description {
margin: 0.5em 0em;
}

div.damdl.thumbnails.icon {
float: left;
overflow: hidden;
margin-right: 1em;
}

.damdl.thumbnails.icon img,
.damdl.smallthumbs.icon img {
border: 3px groove #aaa;
}

div.damdl.smallthumbs {
text-align: center;
}

div.damdl.smallthumbs li {
margin: 1.5em 0em;
}

span.damdl.smallthumbs.title {
background-color: transparent;
color: #444;
}

/* end sici_damdl */



} /* end media screen */
