/* Estilo Impressão - divisões e formatação */
* {
     margin: 0;
     border: 0;
     padding: 0;
     color: #000;
}

body {
     background: #fff;
     font-size: 10pt;
}


/* Divisões Principais */

#geral {
     width: 100%;
     position: relative;
}

#cab, #topo, #direita, #fcomentario, #rodape {
     display: none;
}

#conteudo {
     width: 100%;
     margin: 0 auto;
     clear: both;
}

#centro {
     width: 80%;
     margin: 20pt 0pt 0pt 10pt;
     float: left;
     display: inline;
}

#comentario {
     clear: both;
     margin-top: 50pt;
     width: 100%;
     border-top: 1pt solid #777;
     padding-top: 15pt;
}

/* Fim Divisões */


/* Posts */

div.post {
     width: 100%;
     margin: 0pt 0pt 25pt 0pt;
     clear: both;
     float: left;
}

div.postesq, div.postesqbase, div.localizacao {
     display: none;
}

div.postdir {
     width: 100%;
     margin-left: 30pt;
     float: left;
}

/* Fim Posts */


/* Tipografia e Cores */

a {
     text-decoration: underline;
     color: #000;
}

p.post a:after {
     content: "["attr(href)"]";
}

p.post acronym:after {
     content: "["attr(title)"]";
}

h1.post {
     font: italic 2.4em Georgia, "Times New Roman", Serif;
     margin-bottom: 30pt;
}

h2.post {
     font: 1.8em Georgia, "Times New Roman", Serif;
     margin: 16pt 0pt 8pt 0pt;
}

p.post {
     font: 1.1em Georgia, "Times New Roman", Serif;
     margin-bottom: 18pt;
     line-height: 1.3em;
}

strong {
     font-weight: bold;
}

pre {
     border-top: 1pt solid #000;
     border-bottom: 1pt solid #000;
     font: 1.1em Courier, Monospace;
     margin-bottom: 20pt;
     padding: 10pt 0pt;
}

cite {
     font-style: italic;
}

h2.comentario {
     font: italic 1.5em Georgia, "Times New Roman", Serif;
}

p.com_conteudo {
     font: 0.9em Georgia, "Times New Roman", Serif;
     padding: 10pt 0pt 10pt 0pt;
     margin-bottom: 20pt;
     border-bottom: 1pt solid #777;
     line-height: 1.2em;
}

p.postdata {
     font: 0.7em Georgia, "Times New Roman", Serif;
     color: #aaa;
}

p.postrodape {
     display: none;
}

ul.postrodape {
     list-style: none;
     float: right;
     font: 0.9em Georgia, "Times New Roman", Serif;
     margin: 5pt 0pt;
}

li.postrodape {
     display: inline;
     border-right: 1pt solid #ddd;
     padding: 0pt 5pt;
}
