/* lista notizie */
#content ul.navigation,
#content ul.navigation li {
    list-style-type: none;
}
#content ul.navigation li {
    background: url('../imgs/dotted.gif') repeat-x scroll top left;
}
#content ul.navigation li.first {
    background: none;
}
#content ul.navigation li a {
    display: block;
    line-height: 1.4em;
    padding: 10px 0;
    color: #b4b4b4;
    font-size: 1.1em;
}

.hentry .published {
    color: #323232;
    font-size: 1em;
}
.hentry .entry-title {
    color: #262626;
    font-size: 1.1em;
}
.hentry .entry-summary {
    color: #595959;
}

span.category {
    text-indent: -99999px;
    display: block;
    float: left;
    margin-right: 4px;
    behavior: url(iepngfix.htc);
}
.category.book {
    background: url('../imgs/book.png') no-repeat scroll center left;
    width: 10px;
    height: 16px;
}
.category.event {
    background: url('../imgs/event.png') no-repeat scroll center left;
    width: 16px;
    height: 13px;
    text-indent: -99999px;
    
}

.gallery .pictures {
    display: none;
}

.disclaimer {
    display: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom:1px solid #CCCCCC;
}



dt,
dt a
{
    color: #676767;
}
dt {
    font-size: 1.2em;
}
dt a {
    font-size: 0.999em;
}

dd {
	margin-bottom:  6px;
	padding-bottom: 6px;
    background: url('../imgs/dotted.gif') repeat-x scroll bottom left;
}
dd *
{
    color: #b4b4b4;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-type: none;
	border: none;
	margin: 0;
	font-weight: normal;
}
dd * * {
	font-size: 1em;
}
dd h5 {
	color: #808080;
}
dd .date {
	color: #000;
}
dd .description {
	margin-bottom: 5px;
}
