/* Fragmenta.cat -------------- */
/* Xavito - 2010 -------------- */
/* Fix for Llisting page ------ */
/*  */


.content  {
    background: none;
}

.text {
    min-height: 60em;
    width:82em;
}

.image {
    display: block;
    min-height: 15em;
    float: left;
    width:16em;
}
.image a img {
    border: 1px solid #eee;
}

.detall {
    float: left;
    width: 64em;
    display: block;
    overflow: hidden;
    margin-left: 1.5em;
    
}

.text p{
    font-size: 1.2em;
}

.text ul {

}

    .text ul li {
        overflow: hidden;
        display: block;
        padding-bottom: 2em;
        border-bottom: 1px solid #ccc;
    }
    
    .text ul li:last-child {
        border-bottom: none;
    }
    
    ul li .newstype {
        font-size: 1.6em;
        font-weight: bold;
        display: block;
    } 

    ul li .title {
        color: #666;
        font-weight: bold;
        display: block;
        font-size: 1.6em;
        margin-bottom: 0.5em;
    } 
    
        ul li .title a {
            color: #666;
        }

    ul li .date {
        font-size: 1.4em;
        display: block;
    }
    
    ul li .date span{
        font-weight: bold;
    }

.endpage {
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
    height: 2.1em;
    background: url("/fragmenta_resources/images/f_endpage.png") no-repeat scroll center top #ffffff;
}



