/* 
    Document   : k1_css_album
    Created on : 01/03/2012, 09:50:44
    Author     : BILL
    Description:
        Purpose of the stylesheet follows.
*/

#img_capa_album {
    float: left;
    margin-right: 10px;
    padding: 5px;
}
#clear-div {
    clear: both;
}
#mostra-album {
    color: #666666;
}
#mostra-album h1 {
    border-bottom: 3px solid #3e322a;
    font-size: 22px;
}
#mostra-album .mostra-albuns {
    border: 1px solid;
    font: x-small arial,helvetica,freesans,sans-serif;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-top: 20px;
    width: 800px;
}
#mostra-album .mostra-albuns h2 {
    font-size: 12px;
    margin-bottom: -10px;
    margin-top: 10px;
}
#mostra-album .mostra-albuns h3 {
    font-size: 15px;
    margin-bottom: -5px;
}
#mostra-album .mostra-albuns p {
    font-size: 14px;
}
#mostra-album .mostra-albuns a {
    color: #3e322a;
    text-decoration: none;
}
#mostra-album .mostra-albuns:hover {
    background: none repeat scroll 0 0 #eeeadd;
    color: #3e322a;
    cursor: pointer;
    text-decoration: none;
}
#corpo-pagina-portifolio {
    min-height: 500px;
}
#corpo-pagina-portifolio h1 {
    border-bottom: 1px solid;
    color: #3e322a;
    font-size: 20px;
    margin: 0 0 0 25px;
    padding: 20px 0 0 10px;
    width: 800px;
}
/* =================================================================== */
/* INICIO PÁGINA Fotos  --> Autor: Bill Santos  */
/* =================================================================== */

#pg-fotos {
    font: x-small arial,helvetica,freesans,sans-serif;
    width: 800px;
    margin-left: 25px;
}
#pg-fotos h1 {
}
#pg-fotos .cabecalho-fotos {
    color: #666666;
    margin: 20px 36px -15px;
}
#pg-fotos .titulo-fotos {
}
#pg-fotos .titulo-fotos h1 {
    border: 0 none;
    color: #3E322A;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -0.06em;
    margin-bottom: -0.6em;
}
#pg-fotos .titulo-fotos h2 {
    color: #3E322A;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    margin: 10px 30px 0 37px;
    padding-top: 0.3em;
}
#pg-fotos .img-foto {
    float: left;
    margin: 10px -15px 20px 40px;
    padding: 3px;
    width: 160px;
    height: 160px;
}
#pg-fotos .img-foto a {
    text-decoration: none;
}
#bt-voltar-album-baixo {
    margin-bottom: 8px;
}

/* =================================================================== */
/* APRESENTA ALBUM
/* Obs.: Utilizado para apresentar album com mini thumb
/*--> Autor: Bill Santos  */
/* =================================================================== */

#apresenta-album {
    margin: 0 auto;
    width: 260px;
}
#apresenta-album .img-apresenta {
    float: left;
    width: 90px;
    height: 90px;
    padding: 13px;
}
