/*
    Theme Name: ACBEU
    Theme URI: http://www.acbeujf.com.br/
    Description: Tema padrao do site acbeu.
    Version: 0.1a
    Author:
    Author URI: http://www.acbeujf.com.br
    Tags: simple, two columns, customized
*/

* {
    margin: 0;
    padding: 0;
}

/*
 * Tipografia
 */
p, span {
    font: 12px verdana, helvetica, serif;
    line-height: 16px;
}

p {
    text-indent: 15px;
    margin: 5px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: verdana, helvetica, serif;
    font-weight: normal;
}

h1 {font-size: 30px;}
h2 {font-size: 28px;}
h3 {font-size: 26px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 20px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    background-color: #e90000;
    color: #fff;
    text-decoration: underline;
}

.postdata {
    background-color: #f9fee4;
    margin: 0 0 10px 0;
    width: 550px;
}

.postdata a {
    font: 10px verdana, helvetica, serif;
}

.postdata span {
    font-size: 10px;
}

/*
 * Geral
 */
body {
    background-color: #fff;
}

#root {
    width: 820px;
    margin: 0 auto;
    background: url(images/fundo-menu.gif) no-repeat 0 121px #a9a8a7;
    padding: 0 0 5px 0;
}

#main {
    background-color: #fff;
    margin: 20px 16px;
    
}
/*
 * Cabecalho
 */
#header {
    background: url(images/logo.gif) no-repeat #fff;
    margin: 0 auto;
    text-align: center;
    width: 820px;
    height: 93px;
}

#header h1, #header h2 {
    display: none;
}
/*
 * Menu
 */
#nav {
    background: #fff;
    padding: 10px 0 0 0;
}

#nav li {
    display: inline;
    font: bold 14px verdana, helvetica, serif;
}

#nav li a {
    font: bold 14px verdana, helvetica, serif;
    color: #000;
    text-decoration: none;
    padding: 0 16px;
}

#nav li a:hover {
    text-decoration: underline;
}
/*
 * Conteudo
 */
#content {
    width: 570px;
    padding: 5px;
}

.post {
    padding: 10px 0 40px 0;
    background: url(images/separador.gif) no-repeat bottom center;
}

#content, #sidebar {
    float: left;
}

#footer {
    clear: both;
    text-align: center;
}

.construtor {
    clear: both;
}

.tags {
    font-size: 10px;
}

/*
 * Elementos
 */
pre {
    margin: 10px 0 0 0;
    width: 550px;
    overflow: scroll;
}

#content li {
    margin: 0 0 0 30px;
    font: 12px verdana, helvetica, serif;
}

#content form {
    font: 12px verdana, helvetica, serif;
}

#content blockquote p {
    font-style: italic;
    margin: 20px;
}

#content hr {
    margin: 10px 0;
}

#content table {
    border-collapse: collapse;
}

#content td, #content th {
    font: 12px verdana, helvetica, serif;
    padding: 3px;
    border: 1px solid #dcdcdc;
}

#content th {
    font-weight: bold;
}

#content dl, #content dt, #content dd {
    font: 12px verdana, helvetica, serif;
}

#content dd {
    font-style: italic;
}

/*
 * Sidebar
 */
#sidebar {
    width: 190px;
}

#sidebar a {
    font: 11px verdana, helvetica, serif;
}

#sidebar li {
    margin: 0 0 0 20px;
}

#sidebar li li {
    list-style: square;
}

#sidebar .box {
    margin: 20px 0;
}
/*
 * Comentarios
 */
.comment img {
    float: left;
    padding: 3px;
}

.comment strong a, .comment small {
    font-family: verdana, helvetica, serif;
}

.comment .content {
    margin: 10px 0 0 0;
}

#commentform #message {
    width: 500px;
}







