/*  
Theme Name: vicentepessoa
Theme URI: http://vicentepessoa.com
Description: Tema para o website de Vicente Pess&ocirc;a
Version: 1.0
Author: Felipe Turcheti
Author URI: http://www.google.com/profiles/fturcheti 
*/

@import "styles/reset.css";

body {
    background-color: #000000;
    color: #ffffff;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 11px;
}
a {
    color: #cccccc;
    text-decoration: underline;
}
a:hover {
    color: #7c7c7c;
    text-decoration: none;
}
form input {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    
    margin: 0;
}
form textarea {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 1em;
    margin: 0;
}
h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
}
small {
    font-size: 0.8em;
}

.links_especiais {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 3px;      
}
.links_especiais:hover {
    background-color: #ffffff; color: #000000;
}

.alinha_direita {
    text-align: right;
}

div.clear {
    clear: both;
}

/* LATERAIS ------------------------------------------------------------------*/
.titulo_lateral {
    margin-bottom: 15px;
}
.subtitulo_lateral {
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
}

/* LISTA DE CATEGORIAS -------------------------------------------------------*/
.categorias a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 3px;
}
.categorias a:hover {
    background-color: #ffffff; color: #000000;
}
.cat-item {
    margin-bottom: 5px; margin-left: 3px;
    margin-left: 10px;
}
.current-cat a {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}


/* LISTA DE ARQUIVO ----------------------------------------------------------*/
.arquivo a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 3px;
}
.arquivo a:hover {
    background-color: #ffffff; color: #000000;
}
.arquivo li {
    margin-bottom: 5px; margin-left: 3px;
    margin-left: 10px;
}


/* LISTA DE PROJETOS / LINKS -------------------------------------------------*/
.lista_projetos, .lista_links {
    margin-left: 10px;
}
#rodape_widgets ul {
    margin-left: -3px;
}
.lista_projetos a, .lista_links a, #rodape_widgets ul a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 3px;
}
.lista_projetos a:hover, .lista_links a:hover, #rodape_widgets ul a:hover {
    background-color: #ffffff; color: #000000;
}
.lista_projetos li, .lista_links, #rodape_widgets ul li {
    margin-bottom: 5px; 
}
.categoria_link {
    margin-bottom: 20px;
}
.categoria_link h2 {
    margin-bottom: 15px;
}


/* LISTA DE PROJETOS EM BARRA VERTICAL ---------------------------------------*/
.projetos_barra_vertical {
    margin-top: 20px;
}
.projetos_barra_vertical li {
    margin-bottom: 2px;
}


/* LISTAS DE TAGS ------------------------------------------------------------*/
.lista_tags_5mais {
    margin-bottom: 15px;
}
.lista_tags_5mais a {
    display: inline;
    color: #ffffff;
    text-decoration: none;
    text-transform: lowercase;
    padding: 0px 3px;   
}
.lista_tags_5mais a:hover {
    background-color: #ffffff; color: #000000;
}
.lista_tags_5mais li {
    margin-bottom: 5px; margin-left: 10px; 
}
.lista_tags_outras {
    margin-top: 10px;
    margin-left: 10px;
}
.lista_tags_post, .lista_categorias_post {
    display: inline;
}
.lista_tags_post, .lista_categorias_post {
    margin-left: -3px;
}
.lista_tags_outras a, .lista_tags_post a, .lista_categorias_post a {
    text-decoration: none;
    text-transform: lowercase;
    padding: 0px 3px;
    color: #ffffff;
}
.lista_categorias_post a {
    text-transform: uppercase;
}
.lista_tags_outras a:hover, .lista_tags_post a:hover, .lista_categorias_post a:hover {
    background-color: #ffffff; color: #000000;
}
.lista_tags_outras li, .lista_tags_post li, .lista_categorias_post li {
    display: inline-table;
    margin-bottom: 5px;
}

/* CONTATO -------------------------------------------------------------------*/
.info_contato {
    line-height: 1.2em;
}


/* DIVS ESTRUTURAIS ----------------------------------------------------------*/
#container {
    width: 1000px;
    margin: auto;
}
#cabecalho {
    width: auto;
    display: block;
    margin: 0px 0px 40px 0px;
}
#conteudo {
    width: auto;
    display: block;
}
#barra_esquerda {
    width: 185px;
    margin: 0 20px 0 20px;
    
    float: left;    
}
#centro {
    width: 500px;
    margin: 0 20px 0 20px;

    float: left;    
}
#barra_direita {
    width: 185px;
    margin: 0 20px 0 20px;

    float: right;    
}
div .espacador {
    clear: both;
    display: block;
    width: 100%; height: 10px;
}
div .espacador_lateral {
    clear: both;
    display: block;
    width: 100%; height: 30px;
}


/* POSTS NA LATERAL ----------------------------------------------------------*/
.post_lateral {
    display: block;
    position: relative;
    top: 5px; left: 0px;   
    
    /*width: 100%;*/
    /*height: 180px;*/ /*max-height: 236px;*/
    text-decoration: none;
    margin-bottom: 17px;
}
.data_post_lateral {
    display: block;
    position: relative;
    top: 0px; left: 0px;
 
    width: 80px;
}
.data_post_lateral span { 
    display: block;
    float:left;
    position: relative;
    top: 0px; left: 0px;

    padding: 3px 2px;
    font-family: Tahoma, Geneva, sans-serif;    
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
}
.titulo_post_lateral {
    clear: both;
    display: block;
    position: relative;
    top: 3px;

    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.2em;
    text-transform: uppercase;
}
.post_lateral p {
    clear: both;
    display: block;

    padding-top: 7px;
    line-height: 1.2em;
}


/* POSTS NA HOME -------------------------------------------------------------*/
.post_home {
    display: block;
    position: relative;
    top: 0px; left: 0px;   
    
    width: 236px;
    /*height: 180px; */max-height: 236px;
    text-decoration: none;
    margin-right: 12px; margin-bottom: 10px;
    position: relative;
}
.data_post {
    display: block;
    float: left;
    position: relative;
    top: 0px; left: 0px;
 
    width: 75px;
}
.data_post span { 
    display: block;
    float:left;
    position: relative;
    top: 0px; left: 0px;

    padding: 3px 2px;
    font-family: Tahoma, Geneva, sans-serif;    
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
}
.post_home .titulo_post {
    display: block;
    padding-top: 2px;

    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    text-transform: uppercase;
}
.post_home p {
    clear: left;
    display: block;

    padding: 10px 0px;
    line-height: 1.2em;
}


/* BLOG ----------------------------------------------------------------------*/
.post, .post_lista {
    clear: both;
    display: block;
    position: relative;
    top: 0px; left: 0px;   
    
    width: 100%;
    text-decoration: none;
    margin-right: 12px; margin-bottom: 20px;
    position: relative;
}
.post_cabecalho {
    display: block;
}
.post .titulo_post, .post_lista .titulo_post {
    color: #ffffff;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2em;
    text-transform: uppercase;
}
.post_lista .titulo_post {
    font-size: 1.2em;  
}
.post .tags_post {
    display: block;
    width: 100%;
    margin: 25px 0px;
}
.post .tags_post h2 {
    margin-bottom: 5px;
}
.post p, .post_lista p {
    clear: left;
    display: block;
    padding: 10px 0px;

    font-size: 1.05em;
    line-height: 1.3em;
    line-height: 1.2em;
    text-align: justify;
}
.nav_links {
    display: block;
    width: 100%;
    margin: 20px 0px;
    
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;    
}
.nav_links #anterior {
    float: left;
}
.nav_links #proximo {
    float: right;    
}


/* LINK SIMULANDO BOTAO ------------------------------------------------------*/
.link_botao {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    text-align: right;
    
    display: block;
    margin: 10px 0px 25px 0px;
    /*padding: 3px 5px 3px 5px;*/
}
.link_botao a, .nav_links a {
    background:#ffffff; color: #000000;
    text-decoration: none;
    padding: 2px 6px;
}


/* THUMBNAIL DOS PROJETOS ----------------------------------------------------*/
.lista_thumb {
    display: block;
}
.lista2_thumb {
    display:  block;
    margin-left: 210px;
}
.thumb_projeto, .thumb_projeto_lateral {  
    /*display: list-item;*/
    width: 243px;
    height: 120px;
    text-decoration: none;
}
.thumb_projeto img, .thumb_projeto_lateral img {
    display: inline;
}
.thumb_projeto div, .thumb_projeto_lateral div {
    display: block;
    width: 90%; height: 0;
    position: relative;
    top: -110px; right: -10px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
}
.thumb_projeto div small, .thumb_projeto_lateral div small {
    display: block;
    width: 100%;
    line-height: 1.05em;
}
.thumb_projeto div span, .thumb_projeto_lateral div span {
    display: block;
    margin-top: 10px;
    width: 100%;
    line-height: 1em;
}

.thumb_projeto_lateral {
    width: 185px;
    height: 91px;
}
.thumb_projeto_lateral img {
    width: 185px;
}
.thumb_projeto_lateral div {
    top: -86px; right: -12px;
}


/* BUSCA ---------------------------------------------------------------------*/
.projeto_busca {
    display: inline-table;
    margin-bottom: 35px;
}
.projeto_busca img {
    float: left;
}
.projeto_busca .titulo {
    margin: 7px 0px;
}
.projeto_busca .dados {
    float: left;
    margin-left: 15px;
    width: 240px;
}
.pesquisado {
    /*display: block;*/
    text-transform: uppercase;
    background-color: #ffffff; color: #000000;
    padding: 2px 5px;
}


/* CABECALHO -----------------------------------------------------------------*/
#logo {
    width: 186px; height: 75px;
    margin: 30px 20px 0px 20px;
    position: relative;
}
#logo a { /* tentando resolver bug */
    text-decoration: none;
    color: #000000;
}
#logo span {
    background: url("images/logo.png");
    position: absolute;
    width: 100%;
    height: 100%;
}

#menu { 
    position: relative;
    left: 230px; top: -15px;
    width: 500px;
    /*left: 223px; top: -15px;*/
    /*width: 500px;*/
    
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    text-align: justify;
    list-style: none;
    font-size: 1.3em;
    
    display: inline-table;
}
#menu li {
    display: inline;
    margin: 0px 10px;
    text-align: center;
}
.menu {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 5px;
}
.menu:hover, .menu:focus, .menu_selecionado {
    background-color: #ffffff;
    color: #000000;
}

#form_busca {
    position: relative;
    left: 795px; top: -30px;
    width: 185px;
}
#form_busca #s {
    width: 140px;   
}

#rss {
    /*float: right;*/
    position: relative;
    top: -70px;
    right: -960px; /*28px;*/
    
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    text-decoration: none;
}
#rss:hover {
    color: #cccccc;
}


/* RODAPE --------------------------------------------------------------------*/
#rodape {
   clear: both;
   
   margin: 40px 20px 40px 20px;

   font-size: 0.85em;
   text-align: center;
   line-height: 1.2em;
}
#rodape #info {
   display: block;
}
#rodape #desenvolvimento {
   display: block;
}

#rodape .widget {
    float: left;
    position: relative;
    display: block;
    
    width: 220px; height: 100px;
    margin: 2px 10px;
    
    text-align: left;
}
#rodape .widget h2 {
    margin-bottom: 7px;
}

#container_menu_rodape {
    width: 100%;
    margin-bottom: 25px;
}
#menu_rodape {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    text-align: justify;
    list-style: none;
    font-size: 10px;
    
    display: inline-table;
}
#menu_rodape li {
    display: inline;
    padding: 0px 15px;
    text-align: center;
}


/* testes */
#rodape {
   border-top: 1px solid #ffffff;
   padding-top: 5px;
}
#rodape #info {
   margin-top: 5px;
}



/* HOME ----------------------------------------------------------------------*/
#container .projetos_recentes, #container .projetos_nao_recentes {
    display: table;
    width: 1000px;
}
#container .projetos_recentes h2, #container .projetos_nao_recentes h2{
    float: left;
    position: relative;
    left: -3px;

    text-align: right;
    display: block;
    width: 210px;
}
#container .projetos_recentes ul, #container .projetos_nao_recentes ul{
    float: left;
    position: relative;
    left: 35px;
    
    /*display: table-row-group;*/
    line-height: 0px;
}
#container .projetos_recentes li, #container .projetos_nao_recentes li{
    /*display: table-cell;*/
    float:left;
    padding: 1px;
}
#container .projetos_nao_recentes{
    margin-top: 30px;
}

#container #textos_recentes {
    /*display: table;*/
    width: 1000px;
    margin-top: 30px;
}
#container #textos_recentes h2{
    clear: both;
    float: left;
    position: relative;
    left: -3px;
  
    text-align: right;
    display: block;
    width: 210px;
}
#container #textos_recentes ul{ 
    float: left;
    position: relative;
    left: 35px;
    
    /*display: table-row-group;*/
}
#container #textos_recentes li{ 
    /*display: inline-table;*/
    float:left;
    vertical-align: top;
    padding: 1px;
}


/* POST DE PROJETO -----------------------------------------------------------*/
.post_projeto {
}
.post_projeto .titulo_post {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 3px;
}
.post_projeto p {
    font-size: 1.05em;
    line-height: 1.3em;
    padding: 10px 0px;
    text-align: justify;
}
.post_projeto blockquote, .post blockquote {
    font-style: italic;
    font-family: Georgia, serif;
    font-size: 1em;
    margin: 5px 20px;
}
.post_projeto small, .post small {
    font-size: 0.8em;
}
.post_projeto p img, .post img {
    margin: 15px 0px;
}
.wp-caption, .wp-caption-text {
    text-align: center !important;
    width: 100% !important;
}
.wp-caption {
    margin: 20px 0px 10px 0px;
}
.wp-caption-text {
    position: relative;
    /*top: -5px;*/
    font-style: italic;
    font-size: 0.9em;
    font-family: Georgia, serif;
}
.campos_especiais {
    background-color: #ffffff; color: #000000;
    display: block;
    margin-top: 20px;
    padding: 5px 7px;
    text-align: center;
}

/* COMENT�RIOS ---------------------------------------------------------------*/
div#comentarios {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 60px;
}
h3#comments {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}
.comment {
    margin: 10px 0px;
    border-top: 1px solid #ffffff;
}
.comment-author {
    font-size: 12px;
    margin-top: 5px;
    display: block;
    float: left;
}
.comment-meta {
    font-size: 10px;
    font-style: italic;
    margin-top: 7px;
    display: block;
    float: right;
}
.comentario-texto {
    clear: both;
    padding: 10px 0px;
}
ul.children{
    margin-left: 40px;
}
.comment-reply-link, .comment-edit-link, #cancel-comment-reply a {
    background: #ffffff; color: #000000;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-table;
    margin: 3px 0px;
    padding: 2px 4px;    
}
#cancel-comment-reply a {
    display: block;
    float: right;
    margin-top: 4px;
    padding: 0px 4px;
}
.comment-reply-link:hover, .comment-edit-link:hover, #cancel-comment-reply a:hover {
    background-color: #ffffff; color: #000000;
}
div#respond {
    display: block;
    width: 100%;
    margin: 7px 0px;
    line-height: 1.4em;
    border-top: 1px solid #ffffff;
}
div#respond h3 {
    display: block;
    float: left;
    margin: 4px 0px 5px 0px;

    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
div#respond label {
    display: inline-table;
    width: 50px;
    margin-left: 15px;
}
div#respond input {
    margin-bottom: 3px;
}
div#respond .mensagem {
    display: block;
    position: relative;
    width: auto;
    margin-bottom: 3px; margin-left: 15px;
}
div#respond .mensagem textarea {
    width: 100%;
}
div#respond input#submit {
    margin-top: 4px;
    text-transform: uppercase;
}


/* FORMULARIOS ---------------------------------------------------------------*/
.form_newsletter {
    width: 100%;
}
.form_contato {
    width: 100%;
}
.label_form_contato, .label_form_newsletter {
    margin-bottom: 7px; line-height: 1.5em;
}

/* CLASSES PARA FUN��ES DO JQUERY --------------------------------------------*/
.fadeOut {
    filter: alpha(opacity=40); /* for IE */
    opacity: 0.4; /* CSS3 standard */
}
.fadeIn {
    filter: alpha(opacity=100); /* for IE */
    opacity: 1; /* CSS3 standard */    
}
.invisivel {
    visibility: hidden;
}
.visivel {
    visibility: visible;
}


/* CLASSES PARA TESTES -------------------------------------------------------*/
.red {
    background-color: red;
}
.blue {
    background-color: blue;
}