/*
Theme Name: Posto Alphaville
Version: 1.0
Description: Tema base do Posto Alphaville.
Theme URI: http://thatstandardsguy.co.uk

Author: Awake Brasil
Author URI: http://wwww.awakebrasil.com.br
*/

/*
Big Red Angry Text
See http://accessites.org/site/2006/07/big-red-angry-text/
*/
font,center,div[align],p[align],table[align],font[color]{margin:10px;padding:10px;color:#cd0000;background:#eecc11 url(assets/imgs/exlamation.png) repeat 0 0;border:2px dashed #cd0000;font-size:2em;font-weight:700;}

/* Reset browser defaults ------------------- */
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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}/* tables still need 'cellspacing="0"' in the markup */
html{overflow-y:scroll;}/* preserves space for scrollbar */
a img{border:none;vertical-align:bottom;}

/* HTML 5 elements */
header,nav,section,article,dialog,figure,aside,footer{display:block;margin:0;padding:0;}

/* Base font size 14px / 21px line height, just for starters ---- */
/* See http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/ for font-face usage */
body{font:14px/1.5 Arial, Helvetica, sans-serif;}
#page{font-size:1em;line-height:1.5;}
#site-title, .hfeed>h1, h1{margin:0 0 1em;font-size:1.5em;line-height:1em;font-family:Arial, Helvetica, sans-serif;}/* 21px equiv. */
h2{margin:0 0 1.166667em;font-size:1.285714em;line-height:1.166667;margin-bottom:1.166667em;}/* 18px equiv. */
h3,.widgettitle{margin:0 0 1.3125em;font-size:1.142857em;line-height:1.3125;}/* 16px equiv. */
h4,h5,h6{margin:0 0 1.5em;font-size:1em;line-height:1.5em;font-weight:700;}/* 14px equiv. */
p,ul,ol,address,cite,blockquote,dd,td,th,label,select,input,textarea{margin:0 0 1.5em;font-size:1em;line-height:1.5em;}
table{margin-bottom:1.5em;font-size:inherit;font-size:100%;}
select,input,textarea{font:99% helvetica,arial,sans-serif;}
.amp{font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",serif;font-size:1.0769em;line-height:1;font-style:italic;font-weight:400;}
address{font-style:normal;}
small,p.small,.hentry footer,.form-allowed-tags{font-size:0.857143em;line-height:1.75em;}
blockquote p{padding:10px;margin:10px;}
blockquote{padding:10px;background:#fff;color:#333;border:1px solid #eee;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;font-style:italic;}

/* Layout ----------------------------------- */
/*
full list of default WP styles at:
http://digwp.com/2010/05/default-wordpress-css-styles-hooks/
*/

body{
	background: url(images/topbg.jpg) top center repeat-x;
	color: #545454;
}

html{
	background: url(images/footer.jpg) bottom center repeat-x;
}

a{
	color: #0a7321;
}

#header{
	width: 1000px;
	margin: 0 auto;
	height: 251px;
	position: relative;
}

#header h1{
	position: absolute;
	top: 54px;
	left: 5px;
}

#navigation{
	position: absolute;
	bottom: 0;
}

#navigation > div > ul{
	margin: 0;
}

#navigation > div > ul > li{
	display: inline-block;
	position: relative;
}

#navigation > div > ul > li > a{
	display: block;
	background: #cacaca;
	line-height: 28px;
	padding: 0 24px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation > div > ul > li > a:hover, #navigation > div > ul > li.current-menu-item > a{
	background: #085b1a;
	color: #fff;
	margin: 0;
}

.sub-menu{
	position: absolute;
	z-index: 10;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}

li:hover .sub-menu{
	display: block;
}

.sub-menu a{
	background: #085b1a;
	color: #fff;
	line-height: 28px;
	padding: 0 24px;
	display: block;
	text-decoration: none;
	width: 115px;
}

.sub-menu a:hover{
	background: #cacaca;
	color:inherit;
}

#footer{
	width: 1000px;
	margin: 0 auto;
}

#copy{
	position: relative;
	height: 88px;
}

.mascot{
	position: absolute;
	margin-left: -103px;
	left:50%;
	bottom: 0;
}

.sete{
	position: absolute;
	bottom:10px;
	right:230px;
}

.awake{
	position: absolute;
	bottom:15px;
	right:0;
}

.loginha{
	position: absolute;
bottom: 17px;
}

.yearcop{
	position: absolute;
	left: 208px;
	bottom: 22px;
}

.col{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 23px;
}

.col a{
	color: #fff;
	text-decoration: none;
}

#footer h3{
	color: #fbbf0b;
	font-size: 24px;
	margin-bottom: 15px;
}

#footer p{
	color: #fff;
		margin-bottom: 15px;
}

#footer iframe{
	border-radius: 10px;
	border: 5px solid #fbbf0b !important;
}

#content{
	width: 1000px;
	margin: 0 auto;
	padding-top: 25px;
}

.both{
	clear: both;
	height: 0;
}

#pre-content{
	width:729px;
	float:left;
}

#sidebar{
	float: right;
	width: 255px;
}

#sidebar h3{
	color: #fbbf07;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: -1px;
}

.master-title{
	background:url(images/title.jpg) center right no-repeat;
	line-height:40px !important;
	border-radius: 6px;
	padding:0 10px;
	color: #fff;
	font-size:21px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.master-title a{
	color: #fff;
	text-decoration: none;
}

.entry-title{	
	font-size:21px;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}

.entry-title a{	
	text-decoration: none;
}

.entry-summary{
	font-size:18px;
	width: 465px;
	float: left;
}

.thumber{
	float: left;
	margin: 0 20px 20px 0;
}

.thumber img{
	border-radius: 10px;
}

.faceframe{
	border: 5px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
background: #fff;
display: none;
}

.metaslider{
	margin-bottom: 26px;
}

.metaslider img{
	border-radius: 10px;
}

.read-more{
	background:url(images/title.jpg) center right no-repeat;
	line-height:40px;
	border-radius: 6px;
	padding:0 55px 0 15px;
	color: #fff;
	font-size:18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	font-weight: 700;
	text-decoration: none;
	text-shadow: -1px 1px 0 #074d31;
	width: 200px;
}

.home article.promoo + article.promoo{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			padding-left: 16px;
}

#s{
	background: #fff;
	border: none;
	padding: 0 12px;
	line-height: 43px;
	border-radius: 15px;
	width: 244px;
}

#searchsubmit{
	display: inline-block;
	overflow: hidden;
	background:#98bc04 url(images/seta.gif) center no-repeat;
	text-indent: -9999px;
	height: 43px;
	width: 43px;
	border-radius: 55px;
	border: none;
	cursor: pointer;
}

#header #searchform{
	position: absolute;
top: 77px;
right: 0;
}

#newss{
	border-top: 5px solid #fff;
	padding: 18px 0 8px;
margin-top: 160px;
}

#newss h2{
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 10px;
}

#newss p{
	display: inline-block;
	vertical-align: middle;
}

#newss .wpcf7-text{
	border: none;
	background: #fff;
	border-radius: 5px;
	line-height: 25px;
	padding: 0 10px;
	margin-bottom: 0;
	width: 186px;
}


#newss .wpcf7-submit{
	vertical-align: initial;
	padding: 0 27px;
	line-height: 29px;
	background: #0a7321;
	color: #fff;
	cursor: pointer;
	border:none;
	border-radius: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#newss .wpcf7{
	display: inline-block;
}

.addthis_toolbox{
	display: inline-block;
	vertical-align: top;
}

#newss .wpcf7-not-valid-tip{
	position: absolute;
	background: #fff;
}

#newss .wpcf7-response-output{
	position: absolute;
	background: #fff;
}

section{
	margin-bottom: 20px;
}

#cotacao{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	background: #0a7321;
	padding: 10px;
	border-radius: 10px;
	display: block;
	height: 369px;
	margin-bottom: 26px;
}

.sd{
	line-height: 48px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	padding: 0 8px;
	font-size: 21px;
	color: #767676;
	letter-spacing: -1px;
	font-weight: 700;
	margin-bottom: 10px;
}

.sd span{
	color: #003c13;
	position: absolute;
	right: 8px;
}

.piti{
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}

section img{
	display: block;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
	
.gallery { margin: 0 auto 18px; clear:both;}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

.looper .read-more{
	margin-top: 16px;
}

.wp-pagenavi {	
text-align: right;
clear: both;
}

.wp-pagenavi .current, .wp-pagenavi a:hover {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
padding: 2px 10px;
font-size: 20px;
border:2px solid #003921;

background: #88b21d;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
margin-left: 5px;
}

.wp-pagenavi a {
border:2px solid #003921;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
color: #003921;
font-weight: bold;

text-decoration: none;

font-size: 20px;
padding: 2px 10px;
margin-left: 5px;
}

.entry-content .wpcf7-text, .entry-content .wpcf7-textarea{
	display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.entry-content .wpcf7-textarea{
	height: auto;
}

.entry-content .wpcf7-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #e65f44;
	display:inline-block;
	color:#575114;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	padding: 0 50px;
	text-transform: uppercase;
	cursor: pointer;
	line-height:50px;
	text-decoration:none;
	text-align:center;
}
.entry-content .wpcf7-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}.entry-content .wpcf7-submit:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

.log{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
}
.loopir{
	display: inline-block;
	position: relative;
	width: 233px;
	margin-bottom: 15px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            background: #eeeeee;
            border-radius: 10px;
            padding: 10px;
}

.entry-summaryy p{
	margin-bottom: 0;
}

.cnt-2,
.cnt-5,
.cnt-8,
.cnt-11,
.cnt-14,
.cnt-17,
.cnt-20,
.cnt-23,
.cnt-26,
.cnt-29{
	margin: 0 15px 15px;
}

.img-responsive-max{
	width: 100%;
	height: auto;
	display: block;
}

.loopir .thumber {
    float: left;
    margin: 0 0 20px 0;
    }