/*
Theme Name: Andiroba AC
Theme URI: http://teamtreehouse.com/how-to-build-a-simple-responsive-wordpress-site-with-twitter-bootstrap
Description: A simple responsive theme built with Bootstrap
Author: Zac Gordon - Modificado por: JOJRPVH
Author URI: www.artengenho.com.br
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is an example theme to go along with the Treehouse blog post on <a href="http://teamtreehouse.com/how-to-build-a-responsive-wordpress-site-with-twitter-bootstrap">How to Build a Simple Responsive WordPress Site Using Twitter Bootstrap</a>.
*/

@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-responsive.css');

@font-face{
	font-family: Signika;
	src:url(fontes/signika/Signika-Regular.ttf);
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-family:Signika;
	text-shadow:none;
}

/* Large desktop */
@media (min-width: 980px) { body{padding-top:40px;} .popover{top:29px !important; left:230px !important;}}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {.popover{top:-20px !important; left:100px !important;} }
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { body{padding:20px;} .popover{top:-20px !important; left:100px !important;}}
 
/* Landscape phones and down */
@media (max-width: 480px) { body{padding:20px;} .pagina{margin-bottom:10px;} .popover{top:-20px !important; left:100px !important;} }


/* FRONT PAGE */
.centro{
	margin-top:100px;
}

.menu-front{
	margin-top:20px;
}

.menu-front a{
	font-family: Signika;
	src:url(fontes/signika/Signika-Bold.ttf);
	font-size:24px;
	color:#FFF;
}

/* TEXTO */
h1, h2, h3{
	color:#da512d;
}

h1{
	font-size:16px;
}

footer{
	background-color:#d19b2c;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin-top:20px;
}

.post-content{
	padding-top:20px;
}

/* WORDPRESS BASIC */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* NAVBAR */
.navbar-default {
    background-color: #d19b2c;
    border-color: #8c5528;
}

.navbar .nav > li > a {
  font-size:16px;
  float: none;
  padding: 10px 15px 10px;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 1px 0 #8c5528;
}

.navbar .nav > li > a:hover {
  float: none;
  padding: 10px 15px 10px;
  color: #efdf5f;
  text-decoration: none;
  text-shadow: 0 1px 0 #8c5528;
}

.navbar .nav > li > a:focus {
  float: none;
  padding: 10px 15px 10px;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 1px 0 #8c5528;
}

.current-menu-item {
  background:url(imagens/marca_focus.png) bottom left no-repeat;
}