/*
    Theme Name: Layout FPC
    Description: Tema desenvolvido para a Federação Paulista de Ciclismo
    Author: Cesar Fuentes Suguiyama
    Author URI: http://www.fuentes.be
    Version: 0.1
*/

* {
    margin:0;
    padding:0;
}


root {
    display: block;
}

body{
    width: 980px;
    margin: auto;
    padding-top: 10px;
    font-family: "Trebuchet Ms", Verdana, Arial;
}

ul{
    list-style: none;
    margin-left: 5px;
}

li{
    text-decoration: none;
    color: white;
    float: left;
}

p {
    margin-top: 10px;
}

h1{
    font-size: 18px;
    color: #A00000;
}

h2{
    color: #A00000;
    font-size: 16px;
    line-height: 1;
}

h3{
    color: #A00000;
    font-size: 14px;
    margin-top: 10px;
}

p.categoria{
    margin-top: 0;
    color: #A00000;
    font-size: 12px;
}

a{
    border: 0;
    text-decoration: none;
}

img{
    border: 0;
}

#header{
    background: url('./images/cabecalho_site3.png') no-repeat;
    width: 980px;
    height: 170px;
    margin-top: 10px;
}

#header #rss{
    border: 0;
    position: absolute;
    top: 103px;
    left: 925px;
    float: left;
}

#header #twitter{
    border: 0;
    position: absolute;
    top: 100px;
    left: 866px;
    float: left;
}

#header ul{
    float: right;
}

#header li{
    padding: 10px 10px 0 0;
    font-size: 16px;
}

#header a{
    color: white;
    text-decoration: none;
}

#header li.current_page_item a{
    border-bottom: 2px solid red;
}

#menu{
    width: 980px;
    margin-top: 10px;
    background: url('./images/barra_horizontal3.png') no-repeat;
    height: 30px;
}

#categories{
    width: 900px;
    float: left;
}

#menu li{
    font-size: 16px;
    line-height: 18px;
    padding: 5px 5px 0 5px;
    height: 25px;
}

#menu li.menu_noticias, li.menu_calendario, li.menu_resultados{
    color: #4d4d4d;
    background: url('./images/fundo_cinza.jpg') repeat-x;
    display: none;
}

#menu li.volta{
    color: #4d4d4d;
    background: url('./images/fundo_cinza.jpg') repeat-x;
}

#menu a{
    color: white;
}

#menu a.link_cinza{
    color: #4d4d4d;
}

#menu #proximos_eventos{
    position: absolute;
    left: 679px;
}

#search{
    margin-left: 670px;
    padding-left: 10px;
    color: white;
}

#search input[type=text]{
    border: 0;
    width: 170px;
    padding: 3px;
    margin: 0;
}

#sidebar{
    margin-left: 680px;
    width: 300px;
}

#news_header{
    background: url('./images/fundo_noticias2.png') repeat-x;
    margin-top: 5px;
    width: 290px;
    height: 24px;
    color: white;
    background-color: #A00000;
    font-size: 14px;
    padding: 3px 0 0 10px;
}

#news_header p{
    background: url('./images/kedit.png') no-repeat;
    padding: 1px 0 5px 30px;
    margin-top: 1px;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS";
    
}

#news_content{
    border: 2px solid #A00000;
    width: 276px;
    height: 102px;
    padding: 10px;
}

#news_content p{
    color: black;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#news_field{
    float: left;
    font-size: 12px;
}

#news_field p{
    color: black;
    font-size: 12px;
}

#news_field input{
    border: 1px solid black;
    font-size: 12px;
    width: 131px;
}

#news_field_right{
    font-size: 12px;
}

#news_field_right p{
    color: black;
    font-size: 12px;
}

#news_field_right input{
    border: 1px solid black;
    font-size: 12px;
    width: 131px;
}

#news_field_right{
    float: left;
    margin-left: 10px;
}

#news_field_right_img{
    float: right;
    margin-top: 8px;
}

#content{
    margin-top: 10px;
    width: 670px;
    float: left;
}

.main_image {
    width: 330px;
    height: 260px;
    background: url('./images/fundo_image.png') repeat-x;
    float: left;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
    padding: 10px;
}

#fade{
    background-color: white;
    width: 330px;
    height: 260px;
}

.main_image p {
	padding-left: 10px;
        color: white;
}

.main_image a {
        color: white;
}

.main_image h3{
    margin: 0;
    padding: 0 10px 5px 10px;
    font-size: 14px;
}

.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 330px;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
        margin: 0 0 10px 10px;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}
.main_image a.show {background-position: left bottom;}

#img_nav{
    width: 130px;
    height: 18px;
    margin-left:90px;
    padding-bottom: 5px;
}

#img_nav #anterior{
    margin-left: 25px;
    padding: 0px 10px 0px 10px;
    display: inline;
    position: relative;
    top: -25px;
}

#img_nav #pausa{
    margin-left: 15px;
    padding: 0px 5px 0px 5px;
    display: inline;
    position: relative;
    top: -25px;
}

#img_nav #proxima{
    margin-left: 13px;
    padding: 0px 10px 0px 10px;
    display: inline;
    position: relative;
    top: -25px;
}

#img_nav_{
    display: none;
}

#c_anterior{
    display: none;
}

#c_proxima{
    display: none;
}

#destaques_texto{
    width: 310px;
    height: 280px;
    float: left;
    margin-left: 10px;
}

h2.destaque_texto{
    font-size: 16px;
    padding: 0px 0 15px 0;
    line-height: 18px;
}

#destaques_texto a.titulo{
    color: #000;
    text-decoration: none;
}

#div_destaques{
    width: 670px;
    height: 280px;
}

#destaques_texto a{
    color: #A00000;
    text-decoration: none;
}

#acoes{
    clear: both;
    height: auto;
    width: 670px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#acoes_cabecalho{
    width: 670px;
    height: 30px;
}

#acoes_cabecalho .item{
    width: 132px;
    float: left;
    background: url('./images/fundo_noticias2.png') repeat-x;
    height: 30px;
}

#acoes_cabecalho #noticias_ultimas{
    background-color: #800;
}

#acoes_cabecalho .item p{
    background: url('./images/last.png') no-repeat;
    padding: 5px 0 5px 30px;
    margin: 4px 0 0 25px;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS";
}

#acoes_cabecalho #noticias_lidas p{
    background: url('./images/most.png') no-repeat;
    padding: 4px 0 5px 33px;
    margin: 2px 0 0 32px;
    color: #800;
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS";
}

#acoes_cabecalho #noticias_comentadas p{
    background: url('./images/comment.png') no-repeat;
    padding: 3px 0 5px 30px;
    margin: 3px 0 0 11px;
    color: #800;
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS";
}

#acoes_cabecalho #noticias_votadas p{
    background: url('./images/vote.png') no-repeat;
    padding: 3px 0 5px 34px;
    margin: 3px 0 0 22px;
    color: #800;
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS";
}

#acoes_cabecalho #noticias_comentarios{
    background-color: #800;
}

#acoes_cabecalho #noticias_comentarios p{
    background: url('./images/comment.png') no-repeat;
    padding: 3px 0 5px 30px;
    margin: 3px 0 0 8px;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS";
}

#acoes_cabecalho #noticias_email p{
    background: url('./images/mail.png') no-repeat;
    padding: 3px 0 5px 31px;
    margin: 3px 0 0 29px;
    color: #800;
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS";
}

#acoes_cabecalho #noticias_espalhe p{
    background: url('./images/scatter.png') no-repeat;
    padding: 3px 0 5px 31px;
    margin: 3px 0 0 24px;
    color: #800;
    font-size: 14px;
    font-style: normal;
    font-family: "Trebuchet MS";
}

#noticias_corpo{
    width: 646px;
    display: block;
    border: 2px solid #A00000;
    padding: 10px;
}

.noticia{
    clear: both;
    width: 645px;
    height: 60px;
}

.noticia img{
    margin-left: 10px;
    float: left;
}

.cinza{
    width: 50px;
    height: 60px;
    background-color: #e6e6e6;
    float: left;
}

.cinza p{
    padding: 6px 7px 6px 8px;
    margin: 0;
    font-size: 12px;
}

hr{
    margin: 10px 0 9px 0;
    border-color: #9d9d9d;
    width: 645px;
}

.cinza p.branco{
    background-color: white;
    display: inline;
}

.noticias_texto{
    width: 515px;
    height: 60px;
    float: right;
}

.noticias_texto p a{
    font-style: normal;
    color: #9d9d9d;
    line-height: 8px;
}

.noticias_texto h2 a{
	color: #000000;	
}

.noticias_texto p{
    font-style: italic;
    color: #434343;
    font-size: 10px;
    margin-top: 0px;
    line-height: 14px;
}

.noticias_texto p.categoria{
    line-height: 12px;
    color: #9d9d9d;
}

a.link_noticia{
    color: #000;
    position: relative;
    margin-top: -30px;
}

#footer{
    width: 980px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url('./images/barra_horizontal3.png') no-repeat;
    height: 30px;
    clear: both;
}

#footer p{
    color: white;
    font-size: 12px;
    margin-top: 5px;
}

#single{
    margin-top: 10px;
    width: 670px;
    float: left;
}

#single p{
    font-family: "Times New Roman";
    font-size: 12px;
    color: #333333;
    font-style: italic;
    margin-top: 0;
}

#funcoes{
    width: 670px;
    height: 30px;
    background-color: #e6e6e6;
    margin-top: 10px;
}

#funcoes p{
    font-family: "Trebuchet Ms", Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-left: 10px;
    font-style: normal;
    display: inline;
}

#texto{
    height: auto;
    margin-bottom: 10px;
}

#texto p{
    font-family: "Verdana";
    font-style: normal;
    margin-top: 10px;
    color: #333333;
    font-size: 12px;
}

#texto h2{
    font-family: "Trebuchet MS";
    font-size: 16px;
    margin-top: 20px;
    color: #A00000;
}

#texto ol{
    margin-top: 10px;
}

#texto li{
    font-family: "Verdana";
    color: #333333;
    font-size: 12px;
    float: none;
    margin-left: 40px;
}

#texto ul{
    list-style: circle;
    margin-top: 10px;
}

#texto a{
    color: #A00000;
}

#texto .wp-caption{
    margin: 10px 0 10px 0;
}

#texto .alignleft{
    float: left;
}

#texto .alignright{
    float: right;
}

#texto .aligncenter{
    margin: 10px auto 10px auto;
}

#texto .wp-caption-text{
    background-color: #e6e6e6;
    font-size: 10px;
    margin-right: 10px;
    padding: 2px;
    color: black;
    margin-top: -5px;
    position: relative;
}

#comentarios h3{
    color: #A00000;
}

#comentarios p{
    font-family: "Verdana";
    font-size: 12px;
    font-style: normal;
    margin-top: 10px;
}

#comentarios p.autor{
    font-family: "Verdana";
    font-size: 14px;
    font-style: normal;
    margin-top: 10px;
}

#comentarios .texto_comentario{
    padding-left: 10px;
}

#comentarios #comment_field_left{
    float: left;
}

#comentarios #comment_field_right{
    float: right;
}

#comentarios input{
    width: 312px;
    border: 1px solid black;
    padding: 2px;
}

#comentarios textarea{
    border: 1px solid black;
    width: 635px;
    height: 100px;
    padding: 5px;
    margin-top: 10px;
}

#comentarios input[type=image]{
    width: 91px;
    height: 21px;
    border: none;
    padding: 0;
}

#comentarios a{
    color: #A00000;
}

.listagem{
    margin-left: 10px;
}

#navegacao{
    margin: 10px;
}

#anuncios{
    margin: 10px 0 10px 0;
}

#propagandas{
    width: 980px;
    height: 78px;
}

#propagadas img{
    float: left;
}

#texto h2.calendario{
    color: #434343;
    font-size: 16px;
    margin: 10px 0 0 10px;
}

#texto p.calendario{
    margin: 5px 0 0 20px;
}
