/* 
    Document   : noticia-detalhe
    Created on : 01/04/2011, 16:38:44
    Created on : 30/03/2011, 14:11:35
    Author     : Filipe filipe@maqina.com.br
    Description: Estilos da pagina de detalhes noticias
*/

@import url("_basico.css"); /* funcionalidades basicas de css */
@import url("_template.css"); /* configuracoes do projeto */
@import url("jquery-ui-1.8.11.custom.css"); /* configuracoes do projeto */

#content div.largura-fixa{overflow:visible;}

.tt-noticia{font-family:LucidaSansItalic; font-size:36px; line-height:40px; letter-spacing:-2px; text-align:left; color:#BD4431; margin-bottom:10px; overflow:hidden;}

#sidebar ul li {
    margin-left:30px;
}

.bt-voltar{
    display:block;
    float:left;
    height:23px;
    padding-left:27px;
    font-family:LucidaSansItalic;
    font-size:12px;
    line-height:23px;
    color:#AC664B;
    background:url("../imagem/bullets/bullets.png") no-repeat -295px -302px;
}
.bt-voltar:hover{
    text-decoration:underline;
    background-position: -328px -328px;
}
#txt-noticia{
    width:310px;
    float:left;
}

div.sem-imagem{
    width:100% !important;
}

#txt-noticia p{
    margin-bottom:20px;
    font-family:LucidaSansRegular;
    font-size:12px;
    color:#A58579;
}
.data-noticia{
    display:block;
    margin-bottom:10px;
    font-family:LucidaSansDemiboldItalic;
    font-size:12px;
    color:#A58579;
}
.destaque-noticia{
    font-family:LucidaSansItalic;
    font-size:16px;
    font-weight:normal;
    line-height:21px;
    color:#A58579;
    margin-bottom:20px;
}

#ilustracao-noticia{
    width:310px;
    float:left;
    margin-left:30px;
}

#carousselGaleria li a,
#carousselGaleria li img{
    float:left;
}


#thumbs-fotos{
    position:relative;
    float:left;
    width:270px;
    height:106px;
    margin-top:10px;
    padding:10px 20px;
    background:url("../imagem/backgrounds/bg-carrossel-imgs.png") no-repeat;
}
#thumbs-fotos .caroussel{
	height:109px;
    overflow:hidden;
}
#thumbs-fotos .bt-anterior{
    position:absolute;
    top:41px;   left:-31px;
    width:23px;
    height:23px;
    background:url("../imagem/bullets/bullets.png") no-repeat -295px -302px;
}
#thumbs-fotos .bt-anterior:hover{
    background-position: -328px -328px;
}
#thumbs-fotos .bt-proximo{
    position:absolute;
    top:41px;   right:-31px;
    width:23px;
    height:23px;
    background:url("../imagem/bullets/bullets.png") no-repeat 0 0;
}
#thumbs-fotos .bt-proximo:hover{
    background-position: -30px -33px;
}
#thumbs-fotos .caroussel li{
    float:left;
    margin-right:5px;
    position:relative;
}
#thumbs-fotos .caroussel li.last{
    margin-right:0;
}

#thumbs-fotos .carousel li a{
    background: none repeat scroll 0 0 red;
    display: block;
    height: 107px;
}

span.video{
    background:url("../imagem/icons/icon-video.png") no-repeat center center;
    display:block;
    width:130px;
    height:105px;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
}

#thumbs-fotos .jcarousel-prev-disabled,
#thumbs-fotos .jcarousel-next-disabled{
    visibility:hidden;
}