/*
Theme Name: Arquitetura da gentrificação
Theme URI: http://gentrificacao.reporterbrasil.org.br/
Author: Tiago Madeira
Author URI: http://tiagomadeira.com/
Description: Tema escrito para este site.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family:'american_typewriter';
    src:url('fonts/at.eot');
    src:url('fonts/atd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/at.woff') format('woff'),
        url('fonts/at.ttf') format('truetype'),
        url('fonts/at.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* Reset (from Twenty Eleven) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0; font-family: inherit; font-size: 100%;
    font-style: inherit; font-weight: inherit; margin: 0;
    outline: 0; padding: 0; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
img { border: 0 none; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
strong { font-weight:bold; }
em { font-style:italic; }
/* Alignment */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
/* Images */
.entry-content img, .comment-content img, .widget img { max-width: 97.5%; }
img[class*="align"], img[class*="wp-image-"] { height: auto; }
img.size-full { max-width: 97.5%; width: auto; }
.entry-content img.wp-smiley { border: none; margin-bottom: 0;
    margin-top: 0; padding: 0; }
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em; }
p img, .wp-caption { margin-top: 0.4em; }
.wp-caption { background: #eee; margin-bottom: 1.625em;
    max-width: 96%; padding: 9px; }
.wp-caption img { display: block; margin: 0 auto;
    max-width: 98%; }
.wp-caption .wp-caption-text, .gallery-caption { color: #666;
    font-family: Georgia, serif; font-size: 12px; }
.wp-caption .wp-caption-text { margin-bottom: 0.6em;
    padding: 10px 0 5px 40px; position: relative; }
.wp-caption .wp-caption-text:before { color: #666;
    content: '\2014'; font-size: 14px; font-style: normal;
    font-weight: bold; margin-right: 5px; position: absolute;
    left: 10px; top: 7px; }
#content .gallery { margin: 0 auto 1.625em; }
#content .gallery a img { border: none; }
img#wpstats { display: block; margin: 0 auto 1.625em; }
#content .gallery-columns-4 .gallery-item { width: 23%;
    padding-right: 2%; }
#content .gallery-columns-4 .gallery-item img { width: 100%;
    height: auto; }

/* AG */

html {
    font:16px Arial, sans-serif;
    background:url("img/bg.jpg") bottom center repeat;
    color:#444;
}

#white {
    background:#fff;
}

.wrap {
    width:960px;
    margin:0 auto;
    padding:40px 0;
}

#header, #bar, #page, #footer {
    margin-bottom:25px;
    clear:both;
}

#header h1 {
    font:48px american_typewriter;
}

/* menu */

#bar {
    font:16px american_typewriter;
    height:30px;
}

#menu li {
    display:block;
    float:left;
    background:#000;
    margin-right:10px;
    position:relative;
}

#menu li a {
    color:#fff;
    text-decoration:none;
    padding:7px 8px;
    display:block;
}

#menu li ul {
    display:none;
    position:absolute;
    top:43px;
    left:0;
    width:550px;
    z-index:16;
}

/* search form */

#searchform {
    position:relative;
    float:right;
}

#searchform .text {
    height:27px;
    line-height:27px;
    padding:2px;
    width:170px;
    border:solid 1px #000;
}

#searchform .submit {
    position:absolute;
    right:1px;
    top:1px;
    bottom:1px;
    width:30px;
    border:0;
    background:url("img/search.png") no-repeat center center;
    cursor:pointer;
}

/* home */

#destaque a {
    display:block;
    width:960px;
    height:300px;
    position:relative;
    text-decoration:none;
}

#destaque img {
    position:absolute;
    z-index:8;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#destaque h5, #destaque h2 {
    background:rgba(0,0,0,0.8);
    color:#fff;
    position:absolute;
    z-index:10;
    display:inline;
    right:0;
}

#destaque h5 {
    bottom:100px;
    padding:5px;
    font:16px american_typewriter;
}

#destaque h2 {
    bottom:30px;
    padding:5px;
    font:44px american_typewriter;
}

.columns-2 {
    margin:30px 0;
}

.columns-2 hr {
    background:none;
    border:0;
    clear:both;
}

.columns-2 .column {
    float:left;
    width:470px;
    margin-left:20px;
}

.columns-2 .column:first-child {
    margin-left:0 !important;
}

.column a {
    text-decoration:none;
    color:#444;
    display:block;
}

.column a:hover {
    text-decoration:underline;
}

.column h5 {
    font:13px american_typewriter;
    color:#000;
}

.column h2 {
    font:20px Arial, sans-serif;
    color:#000;
    margin-bottom:3px;
}

.columns-2 p {
    font-size:14px;
    line-height:1.2em;
}

/* footer */

#footer {
    height:650px;
    background:url("img/footer.png") no-repeat top center;
}

#footer .wrap {
    padding-top:640px;
    padding-bottom:20px;
    text-align:center;
    font-size:13px;
    line-height:1.4em;
    color:#000;
}

#footer a {
    color:#000;
}

/* posts */

#content {
    padding:10px 80px;
    line-height:1.3em;
}

#content p, #content h3, #content h2, .entry div, #content ul, #content ol, #content pre {
    margin:20px 0;
}

#content ul, #content ol {
    margin-left:15px;
}

#content h2, .cat-title h2 {
    font-size:32px;
    font-family:american_typewriter;
    line-height:1.2em;
}

#content h2 a {
    color:#000;
}

#content a {
    text-decoration:none;
    color:#CB7842;
}

#content a:hover {
    text-decoration:underline;
}

#content h3 {
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
}

.meta {
    font-size:13px;
}

.boletim {
    text-align:center;
    font-size:14px;
}

.boletim h3 {
    font-size:28px !important;
    font-family:american_typewriter !important;
    font-weight:normal !important;
    text-transform:none !important;
}

.boletim .text {
    font-size:24px;
    width:500px;
}

/* boxes [jornalismo aberto] */

.box-editorial, .box-tecnico, .box-financeiro, .box-operacional {
    padding:1px 21px;
    background:#D0BD95;
    color:#000;
    box-shadow:rgba(0,0,0,1) 2px 2px 2px;
}

.box-tecnico, .box-operacional {
    background:#CB7842;
}

/* contact form */

.wpcf7-text, .wpcf7-textarea, .wpcf7-submit {
    padding:3px;
    width:450px;
    font:16px Arial;
}

.wpcf7-textarea {
    height:180px;
}

.wpcf7-submit {
    width:auto;
}

/* era kassab e direito a cidade */

.manual {
    position:relative;
    height:1429px;
}

#direito {
    margin:0 -80px;
}

.manual div {
    display:none;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.sources {
    color:#666;
    font-size:0.75em;
    line-height:1.2em;
}

.sources a {
    text-decoration:underline !important;
    color:#666 !important;
}

