/* CSS Document */

#noticia {
    margin-left:305px;
    width: 300px;
}
#noticiaHolder h5, #listaNoticiascaption {
    font-family: "Trebuchet MS";
    background-image:url(/img/linhaNoticia.jpg);
    background-position:bottom left;
    background-repeat:repeat-x;
    color: #A2050C;
    padding-bottom: 2px;
    margin-bottom: 18px;
}
#listaNoticiascaption {
    margin-bottom: 10px;
    font-weight:bold;
}

#noticiaHolder h2 {
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #3a59b1;
    text-decoration: none;
    margin-bottom: 18px;
}
#noticiaHolder h4 {
    font-family: "Trebuchet MS";
    font-size:13px;
    font-weight:normal;
    font-style:italic;
    color: #6c6b6b;
    padding-bottom: 25px;
    background-image:url(/img/linhaNoticia.jpg);
    background-position:bottom left;
    background-repeat:repeat-x;
}

#noticiaHolder h4 a { font-size:13px; }

#noticiaHolder p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #6c6b6b;
    font-size: 14px;
    line-height:18px;
}
#noticiaAutor {
    margin-top:25px;
}
#noticiaHolder div.line {
    display:block;
    height:27px;
}
.noticiaPrintLink,  #noticiaHolder a {
    font-family: "Trebuchet MS";
    color: #6c6b6b;
    font-size: 11px;
    text-decoration:none;
}
.noticiaPrintLink:hover, #noticiaHolder a:hover {
    text-decoration:underline;
}
#noticiaTexto {
    font-size: 13px !important; 
    text-decoration: none;
    margin-top: 22px;
    margin-bottom: 25px;
}
.tempo_cima {
    font-family: Arial, Helvetica, sans-serif, Tahoma;
    font-size: 10px;
    color: #C3C3C3;
    text-decoration: none;
}

#selImgNoticia {
    float:left;
    width: 255px;
    margin: 0px 5px 5px 5px;
    border: 1px solid #000000;
}
#noticiaData {
    padding-top:1em;
}
#noticiaImprimir {
    float:right;
    position:relative;
    top: -17px;
    right: 4px;
}

#selImgColunista {
    float:left;
    width: 263px;
    margin: 0px 5px 5px 5px;
}
#selImgColunista img {
    border: 1px solid #000000;
    margin-bottom: 6px;
}
#selImgColunista #artigosAnteriores {
    font-size: 11px;
    background: #a5a5a5;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 1px;
}
#selImgColunista ul {
    background: #efefef;
    list-style: none;
}
#selImgColunista ul li {

    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #a6a6a6;
    margin: 0;
}
#selImgColunista ul li, #selImgColunista ul li a {
    color: #000;
}
#selImgColunista ul li a {
    text-decoration: underline;
}
#selImgColunista ul li.last {
    border: 0 !important;
}
#selImgColunista ul li span.data {
    color: #9d8000;
}
ul#listaOutros
{
    list-style: circle outside none;
    margin-left:15px;
}
ul#listaOutros li p.author
{
    text-align:left;
    font-size:12px;
}
