/* --- 

CSS Infos:

Name: Gabiente de Mídia
Client: Gabiente de Mídia
Project: Site
Author: Teaser Propaganda
URI: www.teaserpropaganda.com
Description: CSS file created for Gabiente de Mídia's web site.

--- */


/* reset */

html, body, div, main, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
    height: 100%;
}
body {
    line-height: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	font-family:'myriadHebrewR';
}
main,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
}
nav ul {
    list-style: none;
}
li {
	list-style: none;
    position: relative;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-decoration: none;
	cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select, textarea {
    vertical-align: middle;
	outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
img, object, embed, video {
    max-width: 100%;
}
button {
    background: none;
    border: 0;
    cursor: pointer;
}

/* font-face */
@font-face {
    font-family: 'myriadHebrewR';
    src: url('fonts/myriadHebrewR/myriadHebrewR-webfont.eot');
    src: url('fonts/myriadHebrewR/myriadHebrewR-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadHebrewR/myriadHebrewR-webfont.woff') format('woff'),
         url('fonts/myriadHebrewR/myriadHebrewR-webfont.ttf') format('truetype'),
         url('fonts/myriadHebrewR/myriadHebrewR-webfont.otf') format('opentype'),
         url('fonts/myriadHebrewR/myriadHebrewR-webfont.svg#myriadHebrewR') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Settings Site */
.container {
	width:960px;
	margin:0 auto;
	padding:0;
}

/* Header */
header {
	background:url('images/circulosHeader.png') center top #ffd502 no-repeat;
	height: 144px;
	width:100%;
}
header h1 {
	background:url('images/brilhoMarca.png') -60px top no-repeat;
	width: 500px;
	height: 144px;
	position: relative;
	left: -120px;
	float: left;
}
header h1 a {
	float: left;
	margin-left: 145px;
	margin-top:23px;
}
header nav {
	float:right;
	margin-top:90px;
}
header nav a {
	color:#363636;
	font-size:15px;
	text-transform:uppercase;
	margin-right: 30px;
	padding:6px 7px 3px 7px;
	-webkit-transition: background 0.5s ;
	-moz-transition: background 0.5s ;
	-ms-transition: background 0.5s ;
	-o-transition: background 0.5s ;
	transition: background 0.5s ;
}
header nav a:hover {
	background:#363636;
	color:#fff;
	border-radius:5px;
}
header nav a.selected {
	background:#363636;
	color:#fff;
	font-size:14px;
	padding:6px 7px 3px 7px;
	border-radius:5px;
}

/* Main */
main {
	background:url('images/circulosContainer.gif') center 200px no-repeat;
	min-height:575px;
	padding-top: 80px;
}
.marcasMidias {
	background:#fff;
	width:790px;
	border:1px dotted #363636;
	border-radius:10px;
	min-height:330px;
	margin: 0 auto;
}
.marcasMidias nav {
	margin-top: -7px;
	text-align: center;
}
.marcasMidias nav a {
	background:#fff;
	border:1px dotted #363636;
	padding:8px 9px 5px 9px;
	border-radius:5px;
	margin-right: 20px;
    -webkit-transition: all .7s ;
	-moz-transition: all .7s ;
	-ms-transition: all .7s ;
	-o-transition: all .7s ;
	transition: all .7s ;
}
.marcasMidias nav a:hover {
	background:#ffd502;
	color:#363636;
	border-radius:5px;
}
.marcasMidias nav a.selected {
	background:#ffd502;
	color:#363636;
	border-radius:5px;
}
.aGabinete {
	width:375px;
	float:left;
	margin-top: 70px;
	margin-left: 60px;
}
.aGabinete img {
	float:left;
	margin-right:15px;
}
.aGabinete a {
	font-size:13px;
	color:#363636;
	line-height:18px;
}
.aGabinete span {
	display:block;
	color:#9b9b9b;
	font-style:italic;
}
.aRevista {
	width:375px;
	float:right;
	margin-top: 70px;
	margin-right: 60px;
	padding-bottom: 30px;
}
.aRevista img {
	float:left;
	margin-right:15px;
	margin-top:-25px;
}
.aRevista p {
	font-size: 16px;
	color: #363636;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.aRevista span {
	display: block;
	color: #9b9b9b;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 9px;
	margin-top: -15px;
}
.aRevista a {
	background:#ffd502;
	color:#363636;
	font-size:13px;
	padding:6px 7px 3px 7px;
	border-radius:10px;
	text-transform:uppercase;
}
.anuncios {
	width:960px;
	margin-bottom: 90px;
	float: left;
}
.anuncios article {
	width:375px;
	float:left;
	margin-top: 70px;
	margin-right: 60px;
}
.anuncios article h2 {
	color:#363636;
	font-size:18px;
	font-weight:bold;
}
.anuncios article img {
	float:left;
	margin-right:20px;
	margin-top:-25px;
}
.anuncios article p {
	font-size:14px;
	color:#363636;
	line-height:16px;
	margin-bottom:20px;
}
.anuncios article span {
	display:block;
	color:#9b9b9b;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:15px;
}
.anuncios article a {
	background:#ffd502;
	color:#363636;
	font-size:13px;
	padding:6px 15px 3px 15px;
	border-radius:10px;
	text-transform:uppercase;
}
.leitura article {
	width:100%;
	float:left;
	margin-top: 70px;
	margin-right: 60px;
	margin-bottom: 60px;
}
.leitura article h2 {
	color:#363636;
	font-size:18px;
	font-weight:bold;
	margin-top: 20px;
}
.leitura article .capa {
	float:left;
	margin-right:40px;
}
.leitura article p {
	font-size:14px;
	color:#363636;
	line-height:16px;
	margin-bottom:20px;
}
.leitura article span {
	display:block;
	color:#9b9b9b;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:15px;
}
.leitura article .download {
	background:#ffd502;
	color:#363636;
	font-size:13px;
	padding:6px 15px 3px 15px;
	border-radius:10px;
	text-transform:uppercase;
}
.publicidade article {
	margin-top: 30px;
	margin-bottom:50px;
	line-height:20px;
}
.publicidade article p {
	border-left:1px dashed #363636;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-size:14px;
}
.publicidade article p b {
	background:url('images/setaTitulo.gif') left 2px no-repeat;
	font-size:16px;
	font-weight:bold;
	padding-left:17px;
}

/* Breadcrumbs */
.breadcrumbs {
	color:#363636;
	font-size:14px;
}
.breadcrumbs a {
	color:#363636;
	text-transform:uppercase;
}
.breadcrumbs p {
	float:right;
}
.breadcrumbs p strong {
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-1px;
}

/* Titulo e Busca */
.tituloBusca {
	border-bottom:1px dashed #363636;
	height:60px;
	margin-bottom: 20px;
}
.tituloBusca h2 {
	float:left;
	font-size:22px;
	text-transform:uppercase;
	padding-top:15px;
}
.tituloBusca h2 img {
	float:left;
	margin-top:-9px;
	margin-right: 10px;
}
.tituloBusca .busca {
	float:right;
	margin-top:15px;
}
.tituloBusca .busca label {
	color:#363636;
	font-size:13px;
}
.tituloBusca .busca select {
	border: 1px dotted #363636;
	background: transparent;
	margin-right:20px;
}
.tituloBusca .busca input {
	width:190px;
	border: 1px dotted #363636;
	background: transparent;
	padding:4px 10px 5px;
	border-radius:7px;
}
.tituloBusca .busca img {
	cursor: pointer;
}
.contato .c-left {
	float:left;
	width: 460px;
	height: 460px;
	border-right:1px dashed #363636;
	display:block;
}
.contato .c-left label {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.contato .c-left fieldset {
	margin-top:60px;
}
.contato .c-left label b {
	width: 100px;
	text-transform:uppercase;
	display: inline-block;
	text-align:right;
}
.contato .c-left label input {
	width:60%;
	border: 1px dotted #363636;
	background: transparent;
	padding:6px 10px 7px;
	border-radius:7px;
}
.contato .c-left label input:focus {
	border: 1px dotted #f9a94b;
}
.contato .c-left label textarea {
	width:60%;
	height:100px;
	border: 1px dotted #363636;
	background: transparent;
	padding:6px 10px 7px;
	border-radius:7px;
}
.contato .c-left button {
	float:right;
	margin-right:40px;
}
.contato .c-left button input{
	background:#ffd502;
	padding:10px;
	font-size:16px;
	text-transform:uppercase;
	border: none;
    cursor: pointer;
    -webkit-transition: all 1s ;
	-moz-transition: all 1s ;
	-ms-transition: all 1s ;
	-o-transition: all 1s ;
	transition: all 1s ;
}
.contato .c-left button input:hover {
	background: #FFE252;
}
.contato article {
	float:right;
	width:445px;
	margin-top:30px;
}
.contato article img {
	float:left;
	margin-right:20px;
}
.contato article h2 {
	font-size:20px;
	margin-top:12px;
}
.contato article span {
	border-bottom:1px dashed #363636;
	font-style:italic;
	margin-bottom:10px;
	display:inline-block;
	width:40%;
}

/* Paginação */
.paginacao {
	width:100%;
	text-align:center;
	float:left;
	margin-top: 50px;
}
.paginacao a {
	color:#363636;
	font-size:14px;
	padding:5px 8px;
	border:1px dotted #363636;
}
.paginacao .ativa {
	background:#363636;
	color:#ffd502;
	font-size:14px;
	padding:5px 8px;
}
.paginacao a:hover {
	background:#363636;
	color:#ffd502;
	font-size:14px;
	padding:5px 8px;
}
#imagesContainer {
	float: left;
	width: 690px!important;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#imagesContainer img {
	padding:5px;
}


/* Contact Form */

.wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors{
	display: block;
	padding-left: 105px;
	padding-top: 3px;
	padding-right: 50px;
	color: #F80707;
}

/* Footer */
footer {
	background:#363636;
	clear:both;
}
footer .container {
	background:url('images/circulosFooter.gif') center top no-repeat;
	min-height:160px;
}
footer .c-left {
	float:left;
	margin-top: 50px;
	margin-left: 120px;
	color:#fff;
}
footer .redes {
	margin-bottom:5px;
}
footer .redes a {
	margin-right: 5px;
}
footer .telefones {
	float:right;
	width:150px;
	font-size: 14px;
	color:#fff;
	margin-right: 60px;
	margin-top: 35px;
}