/* @override http://mac.local/pangeia/wp-content/themes/pangeia/style.css */

/* @group RESET */

/*  
Theme Name: Agncia Pangeia
Theme URI: http://www.agenciapangeia.com.br
Description: Agncia Pangeia
Version: 1.0
Author: Carlos Machado
Author URI: http://carlosmachado.cc
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

/* @end */

body {
	background-image: url(images/background.png);
	color: #72726d;
	font: 15px Helvetica, Arial, sans-serif;
}

#wraper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

a {
	color: #6d9a00;
}

a:hover {
	text-decoration: underline;
}

/* @group HEADER */

#header {
	height: 285px;
	background: url(images/header_fundo.jpg) no-repeat;
}

#menu {
	height: 99px;
	margin-left: -10px;
	top: 32px;
	position: relative;
	float: left;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 230px;
	height: 99px;
	float: left;
}

#logo a {
	display: block;
	width: 230px;
	height: 99px;
}

#nav {
	height: 99px;
	background: url(images/menu_fundo.png) repeat-x;
	width: 660px;
	float: left;
	text-align: right;
}

#nav ul.nav {
	position: relative;
	right: 20px;
	top: 42px;
}

#nav ul.nav li {
	display: inline;
}

#nav ul.nav li a {
	font-size: 16px;
	color: white;
	text-shadow: #000000 0 -1px 0;
	padding: 10px;
}

#nav ul.nav li a:hover {
	color: #c5da01;
	text-decoration: none;
}

#nav ul.nav li.current_page_item a {
	color: #c5da01;
}

#nav ul.nav li.current_page_parent a {
	color: #c5da01;
}

#frase {
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 100px;
	width: 820px;
}

#frase h1.frase {
	color: #416000;
	text-shadow: #e9f380 0 1px 0;
	font-size: 16px;
}

/* @end */

/* @group HOME */

#home {
	background-color: white;
	padding: 45px 60px;
}

#home p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 16px;
}

#home h1 {
	color: #92b500;
	font-size: 18px;
	margin-bottom: 15px;
}

#oque {
	width: 170px;
	float: left;
	padding-right: 70px;
}

#como {
	width: 170px;
	float: left;
	padding-right: 70px;
	padding-bottom: 30px;
}

#contato {
	width: 340px;
	float: left;
}

#contato fieldset.contato_home {
	width: 340px;
}

#contato form.wpcf7-form {
	margin-top: 0;
}

#contato li {
	width: 50px;
	display: inline;
}

#contato input {
	background-color: #ecece6;
	border: 1px solid #d3d3c7;
	margin-bottom: 17px;
	color: #888882;
	font: 14px Helvetica, Arial, sans-serif;
	text-shadow: white 0 1px 0;
	outline: none;
	width: 319px;
	padding: 7px 10px;
}

#contato fieldset.contato_home :focus {
	border: 1px solid #a2a299;
}

#contato input.telefone {
	background-color: #ecece6;
	border: 1px solid #d3d3c7;
	margin-bottom: 17px;
	width: 240px;
	margin-right: 8px;
	float: left;
}

#contato input.botao {
	width: 70px;
	color: white;
	text-shadow: #6c6e69 0 -1px 0;
	text-transform: uppercase;
	background: url(images/fundo_botao_home.png) repeat-x;
	border: 1px solid #a2a39b;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 17px;
	height: 31px;
}

#twitter {
	background-color: #eeeee8;
	padding-right: 10px;
	position: relative;
	padding-left: 50px;
	clear: both;
	float: left;
	width: 760px;
	margin-bottom: 50px;
}

#twitter li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#twitter li.Latest_tweets_widget {
	float: left;
}

span.twitter {
	background-image: url(images/twitter.png);
	width: 32px;
	height: 32px;
	position: absolute;
	left: 10px;
	top: -5px;
}



/* @end */

/* @group CONTENT */

#barra {
	height: 103px;
	background: url(images/barra_fundo.png) repeat-x;
	position: relative;
}

#barra h1.titulo {
	color: #72726d;
	font: 48px Helvetica, Arial, sans-serif;
	letter-spacing: -2px;
	text-shadow: #eeeee8 0 1px 0;
	top: 50%;
	position: absolute;
	margin-top: -26px;
	left: 60px;
}

div.logo {
	width: 138px;
	height: 136px;
	right: 60px;
	position: absolute;
	background: url(images/portfolio_fundo_logo.png) no-repeat;
	text-align: center;
}

#content {
	padding: 45px 240px 45px 60px;
	background-color: white;
}

#content p {
	margin-bottom: 15px;
	line-height: 20px;
}

#content h2 {
	color: #92b500;
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 35px;
}

#clientes {
	background-color: white;
	padding: 45px 40px;
}

#clientes img {
	border: 1px solid #b0b1a5;
	background-color: #f6f6f2;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 40px;
}

#clientes p.clientes {
	margin-bottom: 40px;
	margin-left: 20px;
}

#portfolio {
	padding: 45px 60px;
	background-color: white;
}

/* @end */

/* @group CONTATO */

form.wpcf7-form {
	margin-top: 50px;
}

div#post-308 form.wpcf7-form {
	margin-top: 0;
}

div#post-10 form.wpcf7-form {
	margin-top: 0;
}

fieldset.contato input, textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #ecece6;
	border: 2px solid #d3d3c7;
	font: 16px Helvetica, Arial, sans-serif;
	color: #72726d;
	margin-bottom: 20px;
	outline: none;
	text-shadow: white 0 1px 0;
	width: 620px;
}

fieldset.contato :focus {
	border: 2px solid #a2a299;
	outline: none;
}

fieldset.contato input.botao {
	border-width: 0;
	color: white;
	background-color: #72726d;
	width: 100px;
	text-shadow: #000000 0 0 0;
}

fieldset.contato li {
	float: left;
	width: 420px;
}

fieldset.trabalhe input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #ecece6;
	border: 2px solid #d3d3c7;
	font: 16px Helvetica, Arial, sans-serif;
	color: #72726d;
	margin-bottom: 20px;
	outline: none;
	text-shadow: white 0 1px 0;
	width: 620px;
	margin-top: 5px;
}

fieldset.trabalhe :focus {
	border: 2px solid #a2a299;
	outline: none;
}

fieldset.trabalhe li {
	float: left;
}

fieldset.trabalhe input.botao {
	border-width: 0;
	color: white;
	background-color: #72726d;
	width: 100px;
	text-shadow: #000000 0 0 0;
}

fieldset.trabalhe input#celular {
	width: 287px;
	margin-right: 16px;
	display: block;
}

fieldset.trabalhe input#telefone {
	width: 287px;
	display: block;
}

fieldset.trabalhe input#nascimento {
	width: 100px;
	display: block;
	margin-right: 50px;
}

fieldset.trabalhe select {
	width: 100px;
	display: block;
	margin-right: 50px;
	margin-top: 15px;
}

/* @end */

/* @group FOOTER */

#footer {
	height: 106px;
	background: url(images/footer_fundo.jpg) no-repeat;
	padding-left: 60px;
	padding-top: 35px;
	clear: both;
}

#endereco {
	width: 240px;
	float: left;
}

#endereco li {
	font-size: 11px;
	color: #ecece6;
	margin-bottom: 2px;
}

#endereco li.nome {
	font-weight: bold;
	font-size: 12px;
}

#disclaimer {
	text-align: center;
}

#disclaimer p.disclaimer {
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#links {
	width: 240px;
	height: 100px;
	float: left;
	position: relative;
	top: 15px;
}

#links li a  {
	color: #ecece6;
	display: block;
	font-size: 11px;
	padding: 2px;
	width: 150px;
}

#links li.email a {
	background: url(images/footer_email.png) no-repeat 0 0;
	padding-left: 20px;
}

#links li.facebook a {
	background: url(images/footer_facebook.png) no-repeat 0 0;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#links li.twitter a {
	background: url(images/footer_twitter.png) no-repeat 0 0;
	padding-left: 20px;
}

#links li a:hover {
	text-decoration: underline;
}

#nav_footer {
	width: 300px;
	float: left;
	position: relative;
	height: 63px;
	top: 15px;
}

#nav_footer li {
	display: inline;
}

#nav_footer li a {
	color: #ecece6;
	font-size: 12px;
	margin-right: 10px;
	font-weight: bold;
}

#nav_footer a.contato_footer {
	color: #ecece6;
	font-size: 11px;
	margin: 2px;
	position: absolute;
	bottom: 0;
}

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

/* @end */

/* @group SCROLLABLE */

#scroll {
	margin-left: 60px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	overflow:hidden;
	height: 103px;
	position: relative;
	width: 750px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	position:absolute;
	height: 103px;
	width: 2000em;
}

/* single scrollable item */
.scrollable img {
	float:left;
	cursor:pointer;
	width: 100px;
	height: 75px;
	margin-top: 14px;
	margin-left: 14px;
	margin-right: 11px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{
	background: url(images/seta_direita.png) no-repeat 0;
	height: 37px;
	clear: right;
	margin-top: 35px;
	margin-left: 15px;
} 


/* left */
a.left				{ margin-left: 0px;
	background: url(images/seta_esquerda.png) no-repeat 0;
	height: 37px;
	margin-top: 35px;
	width: 20px;
	margin-right: 15px;
}

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	






/* @end */

/* @group NIVO SLIDER */

#slider {
	position:relative;
	margin-bottom: 50px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider {
	position:relative;
	margin-left: 20px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	opacity: 1;
	width:100%;
	z-index:89;
	text-align: center;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	color: #72726d;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



/* @end */





