/* RESET - v1.0 | 20080212 */

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/******

Cafundo Creative Studio v 1.0
Autor: Guilherme Dias Simoes - www.vendocriacao.com

******/

body { background: #d9d9d9 url(../images/bg-galo-novo.jpg) no-repeat 0 0;  }  

#wrap { background: url(../images/bg-wrap.png); }

/** Top **/
#top-wrap { 
  width: 100%;
  background: url(../images/bg-top-wrap.png) repeat-x top center;
  margin-bottom: 1px;
  height: 45px;
}

#top {
  width: 1002px;
  margin: 0 auto;
  height: 45px;
}

ul#top-item li {
  float: left;
}


ul#on-off {
  width: 200px;
  overflow:auto;
  margin-right: -2px;
}

ul#on-off li a {
  display:block;
  width: 100px;
  height: 45px;
  background: url(../images/on-off.png) no-repeat 0 0;
  float: left;
  text-indent: -5000px;
  overflow: hidden;
}

ul#on-off li.off a { background-position:-100px 0; }
ul#on-off li.off a:hover { background-position:-100px -45px; }
ul#on-off li.on a:hover { background-position:0 -45px; }

li.categorias a, li.arquivos a, li.colaboradores a {
  display:block;
  width: 200px;
  height: 45px;
  float: left;
  text-indent: -5000px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat 0 0;
  margin-right: 1px;
}

li.categorias a:hover { background-position:0 -45px; }

li.arquivos a { background-position:-200px 0; }
li.arquivos a:hover { background-position:-200px -45px; }

li.colaboradores a { background-position:-400px 0; }
li.colaboradores a:hover { background-position:-400px -45px; }

	/**Search**/
li.search { padding: 8px 0 0 7px;}

li.search form {
	width: 185px;
	height: 30px;
	background: url(../images/bg-search.png) no-repeat 0 0;
	position: relative
}

li.search form input {
	padding: 0 0 2px 8px;
	width: 120px;
	height: 16px;
	position: absolute;
	left:5px;
	bottom: 5px;
	background: transparent;
	border: none;
	color: #fff;
	font: italic 74% Georgia, Times, serif;
}

button.botao {
	width: 42px;
	height: 22px;
	background: transparent url(../images/bt-search.png) no-repeat 0 0;
	border: none;
	text-indent: -3000px;
	overflow:hidden;
	position: absolute;
	right:6px;
	bottom: 4px;
	cursor: pointer;
}

button.botao:hover { background-position:0 -22px; }

/** Content home wrap **/


#content-home-wrap {
  width: 1002px;
  margin: 0 auto;
  display: table;
}

#logo-bar {
  width: 200px;
  height: 900px;
  float: left;
  margin-right: -2px;
}

#logo-bar h1 a {
  display:block;
  width: 190px;
  height: 240px;
  background: url(../images/logo.png) no-repeat 0 0;
  text-indent: -5000px;
  overflow: hidden;
  margin: 0 auto;
}

/* #logo-bar h1 a:hover { background-position:0 -190px; } */

/** Jobs box **/


#content-jobs {
  width: 604px;
  float: left;
  background: #f0eee6;
  display: table;
}

.featured a {
  display: block;
  width: 602px;
  height: 200px;
  margin: 0 1px 1px 0;
  text-decoration: none;
}

.box {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0 1px 1px 0;
  position: relative;
  display: table;
}


.featured a .description {
  position: absolute;
  z-index: 0;
  display: block;
  width: 582px;
  height: 180px;
  background: url(../images/bege.png);
  padding: 10px;
}

.box a { text-decoration: none; }

.box a .description {
  position: absolute;
  z-index: 0;
  display: block;
  width: 180px;
  height: 180px;
  background: url(../images/bege.png);
  padding: 10px;
}

.description h2 { 
  color: #000;
  font: italic bold 100% Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
  padding-top:10px;
}

.description p {
  color: #292712;
  font: italic normal 80%/115% Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0px;
  width: 180px;
}


.featured a span, .box a span {
  position: absolute;
  z-index: 10;
}

.featured .description {
  width: 582px;
  height: 180px;
}

.featured .description h2 {
  width: 500px;
  font-size: 150%;
}

.featured .description p {
  width: 500px;
  font-size: 90%;
}

.post-feature-title {
  color: #000;
  font: italic bold 150% Georgia, "Times New Roman", Times, serif;
  margin-bottom: 10px;
}

.post-feature-description p {
  color: #000;
  font: italic normal 100% Georgia, "Times New Roman", Times, serif;
  margin-top: 40px;
}

/** Home Sidebar **/

#home-sidebar {
  width: 200px;
  float: right;
  background: #f0eee6;
}
  /** Social icons **/
.social { width: 200px; height: 200px; }

ul#social-icons li a {
  display:block;
  width: 99px;
  height: 99px;
  float: left;
  background: url(../images/social.png) no-repeat;
  text-indent: -3000px;
  overflow:hidden;
}

ul#social-icons li.facebook a { background-position:0 0; margin-right: 1px; margin-bottom: 1px; }
ul#social-icons li.twitter a { background-position:-100px 0; margin-bottom: 1px;}
ul#social-icons li.vimeo a { background-position:0 -100px; margin-right: 1px; margin-bottom: 1px; }
ul#social-icons li.behance a { background-position:-100px -100px; margin-bottom: 1px; }
ul#social-icons li.rss a { background-position:0 -200px; margin-right: 1px; margin-bottom: 1px; }
ul#social-icons li.flickr a { background-position:-100px -200px; margin-bottom: 1px; }

ul#social-icons li.facebook a:hover { background-position:0 -300px; margin-right: 1px; margin-bottom: 1px; }
ul#social-icons li.twitter a:hover { background-position:-100px -300px; margin-bottom: 1px;}
ul#social-icons li.vimeo a:hover { background-position:0 -400px; margin-right: 1px; margin-bottom: 1px; }
ul#social-icons li.behance a:hover { background-position:-100px -400px; margin-bottom: 1px; }
ul#social-icons li.rss a:hover { background-position:0 -500px; margin-right: 1px; margin-bottom: 1px; }
ul#social-icons li.flickr a:hover { background-position:-100px -500px; margin-bottom: 1px; }

.idioma a {
	display:block;
	width: 99px;
	height: 99px;
	float: left;
	background: url(../images/language.png) no-repeat;
	margin-bottom:1px;
	text-indent: -3000px;
	overflow:hidden;
}

.idioma .portugues a { background-position:0 0; margin-right: 1px; }
.idioma .ingles a { background-position:-100px 0; }

.idioma .portugues a:hover { background-position:0 -100px; margin-right: 1px; }
.idioma .ingles a:hover { background-position:-100px -100px; }

.idioma .portugues a.hover { background-position:0 -100px; margin-right: 1px; }
.idioma .ingles a.hover { background-position:-100px -100px; }



  /** Site Cafundo **/
  
.cafundo-site a {
  display:block;
  width: 199px;
  height: 200px;
  margin-bottom: 1px;
  clear: both;
  background: url(../images/bg-site.png) no-repeat 0 0;
  text-indent: -5000px;
  overflow:hidden;
}

.cafundo-site a:hover { background-position:0 -200px; }



  /** Twitter posts **/
li span.entry-content { 
  color: #000;
  font: 95% Georgia, Helvetica, sans-serif;
  width: 165px;
  text-shadow: 0 1px 0 #fff;
  letter-spacing: -1px;
}

li span.entry-content a {
  color: #454237;
  text-decoration: none;
}

li span.entry-content a:hover { text-decoration: underline; }

li span.entry-meta {
  color: #8c8263;
  font: 95% Georgia, Helvetica, sans-serif;
  width: 170px;
  text-shadow: 0 1px 0 #fff;
  letter-spacing: -1px;
}

li span.entry-meta a {
  color: #8c8263;
  text-decoration: none;
}

li span.entry-meta a:hover { text-decoration: underline; }

.twitter-post p span {
	color: #454237;
	display: block;
}

span.from-meta { display: none; }

span.time-meta a{ display: block; padding-top: 5px; }

h2.museo {
  color: #b0aa93;
  margin: 10px 0;
}

.twitter-post {
  width: 174px;
  height: 180px;
  margin-bottom: 1px;
  clear: both;
  background: #dad6c9;
  padding: 10px 10px 10px 15px;
} 

.twitter-post:hover {
  background: #fff;
}

a.twitterwidget-title {
  color: #8c8263;
  font: italic 140% Georgia, Helvetica, sans-serif;
  text-shadow: 0 1px 0 #fff;
  letter-spacing: -1px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

a.twitterwidget-title:hover {
  color: #000;
}


/** All posts **/
  
.all-posts a {
  display:block;
  width: 199px;
  height: 200px;
  margin-bottom: 1px;
  clear: both;
  background: url(../images/proximo.png) no-repeat 0 0;
  text-indent: -5000px;
  overflow:hidden;
}
.all-posts a:hover { background-position:0 -200px; }
.back a {
  display:block;
  width: 199px;
  height: 200px;
  margin-bottom: 1px;
  clear: both;
  background: url(../images/anterior.png) no-repeat 0 0;
  text-indent: -5000px;
  overflow:hidden;
}

.back a:hover { background-position:0 -200px; }

/** Footer **/

#footer-wrap {
	width: 100%;
	height: 300px;
	background: url(../images/bg-footer.png) repeat-x top;
	position: relative;
	margin-top: 50px;
}

.egg {
	width: 511px;
	height: 238px;
	background: url(../images/egg.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 150px;
}

ul#who li {
	width: 400px;
	float: left;
}

ul#who li.pt { 
	color: #4d4d4d; 
	font: italic 120% Georgia, Helvetica, sans-serif;
	margin-right: 25px;
        text-shadow: 0 1px 0 #000;
}

ul#who li.en { 
	color: #aa4e6e; 
	font: italic 120% Georgia, Helvetica, sans-serif;
        text-shadow: 0 1px 0 #000;
}

/** Colaboradores **/

.menu-wrap { width: 970px; margin: 0 auto; padding-top: 15px;}

#categorias,
#arquivos,
#colaboradores { 
	width: 100% !important; 
	overflow: auto;
	font: 30px Georgia, Arial;
	color: #fff;
	padding: 15px 0;
}
#categorias { background: #ca8d60; display: none; }
#arquivos { background: #A84E70; display: none;}
#colaboradores { background: #4C2145; margin-top:-810px;}
.post-feature-description {
    margin-top:20px;
}

.active { background: url(../images/menu.png) no-repeat -400px -45px !important; }

.person { 
	width:125px;
	background:#000;
	float:left;
	margin-right: 40px;
        height:153px;
}

.person span {
        display:block;
        text-align:center;
	font-size: 40%;
	padding: 0 0 7px 5px;
}

.person a { color: #fff; }
.person a:hover { color: #a5669b; }

a.prev {
	display: block;
	width: 25px;
	height: 50px;
	background: url(../images/seta-colaboradores.png) 0 0;
	float: left;
	margin: 50px 30px 0 0;
}

a.next {
	display: block;
	width: 25px;
	height: 50px;
	background: url(../images/seta-colaboradores.png) 0 -50px;
	margin: 50px 0 0 15px;
	float: right;
}
/** Content Posts **/

#content-post {
  width: 604px;
  float: left;
  background: #f0eee6;
  display: table;
}

#content-post img {
	margin: 0px;
}

.post-title {
	width:  572px;
	padding: 10px 15px;
	background: #000;
	color: #fff; 
	font: italic bold 150% Georgia, Times, serif;
	margin-top: -5px;
}

.post-autor {
	background: #dad6c9;
	width: 375px;
	height: 25px;
	float: left;
	margin-right: 1px;
	color: #6d6241; 
	font: italic 90% Georgia, Times, serif;
	text-shadow: 0 1px 0 #fff;
	padding: 10px 0 0 15px;
}

.post-autor span a { color:#6d6241; font-weight: bold; text-decoration: none; }

.post-autor span a:hover { color: #000; }

.post-date {
	background: #e6e3d8;
	width:196px;
	height: 25px;
	float: left;
	color: #000; 
	font: italic bold 90% Georgia, Times, serif;
	text-shadow: 0 1px 0 #fff;
	padding: 10px 0 0 15px;
}

.post-content {
	padding: 15px;
	clear: both;
	position: relative;
}

.post-content p {
	color: #000; 
	font: italic 90%/130% Georgia, Times, serif;
	margin-bottom: 10px;
}

.post-content p a {
  color: #6D6241;
  text-shadow: 0 1px 0 #fff;
}


/** Tags **/
.tags { 
  display: table; 
  position: absolute;
  width: 185px;
  position: absolute;
  top: 0;
  left: -185px;
  background: #E6E3D8;
  z-index: 0
}

.tags h1 {
	color:#a59f88; 
	font: italic 200% Georgia, Times, serif;
	text-shadow: 0 1px 0 #000;
	margin-bottom: 15px;
}

.tags-inner {
  padding: 10px;
}

.tags-inner a { 
	display: block;
	padding: 5px;
	color:#000; 
	font: italic 90% Georgia, Times, serif;
	text-decoration: none;
	background: url(../images/bege.png);
	margin: 5px 0;
	width: 90%;
 }
 
.tags-inner a:hover { background: #DAD6C9;}

/** About author **/

.avatar-about {
	padding: 15px 0 0 30px;
	float: left;
}

.post-author-description {
	width: 560px;
	margin: 25px auto;
	display: table;
	background: url(../images/bege.png);
	padding-bottom: 10px;
}

.post-author-description img {
	margin: 10px;
}

.about {
	width: 400px;
	float: right;
	margin: 15px 30px 10px 0;
} 

.about h1 {
	color: #6d6241;
	font: italic bold 100% Georgia, Times, serif;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 5px;
}

.about p {
	font: italic 80% Georgia, Times, serif;
}

/** Comments **/

.comment {
    clear:both;
}
#comments h3#comments-title {
	color:#a59f88; 
	font: italic 250% Georgia, Times, serif;
	text-shadow: 0 1px 0 #000;
	margin: 20px 0 10px;
}

.comment-body {
  width: 560px;
  display: table;
  padding: 5px;
  margin: 0 auto;
}

.comment-author .avatar {
  float: left;
}

.comment-content {
  width: 470px;
  float: right;
  padding: 10px;
  background: url(../images/bege.png);
  margin-bottom:20px;
}
.comment-content h3 a,
.comment-content h3 {
font:italic bold 18px Georgia,Times,serif;
margin-bottom:10px;
text-shadow:0 1px 0 #000000;
color:#000 !important;
text-decoration:none;
}

.comment-author,
.comment-meta  {
	font: italic bold 130% Georgia, Times, serif;
	text-shadow: 0 1px 0 #000;
	margin-bottom: 10px;
}

.comment-content h3 span {
  font-weight: normal;
}

a.comment-reply-link {
  width: 100px;
  display: block;
  padding: 5px;
  background: #9F946D;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font: italic 90% Georgia, Times, serif;
	float: right;
}
#respond {clear:both;}

a.comment-reply-link:hover { background: #000;}

.commentlist {
    clear:both;
    overflow:auto;
}
h3#reply-title {
    color:#a59f88; 
    font: italic 250% Georgia, Times, serif;
    text-shadow: 0 1px 0 #000;
    margin: 20px 0 10px;
}

#commentform label {
  color:#000; 
	font: italic 90% Georgia, Times, serif;
}

#commentform input {
    display:block;
  width: 350px;
  padding: 7px;
  margin-bottom: 10px;
  background: #dad6c9;
  border: none;
  font: italic 100% Georgia, Times, serif;
}

#commentform input.email {
  margin-bottom: 0;
}
.form-allowed-tags {
    display:none;
}
#commentform textarea {
    display:block;
  width: 350px;
  padding: 7px;
  background: #dad6c9;
  border: none;
  font: italic 100% Georgia, Times, serif;
}

#commentform span {
  color:#9F946D; 
	font: italic 80% Georgia, Times, serif;
	margin-bottom: 10px;
}

#commentform #submit {
  display: block;
  padding: 7px 20px;
  background: #9F946D;
  border: none;
  color: #fff;
  font: italic 90% Georgia, Times, serif;
  cursor: pointer;
  margin-top: 15px;
  width:100px;
}

button.enviar:hover {
  background: #000;
}

/** Logado como **/

.logged-in-as a {
  background: #9e956c;
  padding: 3px 5px;
  color: #fff;
  text-decoration: none;
}

.logged-in-as a:hover { background: #000; } 

/** Carousel **/

#colaboradores-carousel { padding-left: 33px; }


/** Botoes nav **/

li.categorias a.active-categorias { background-position:0 -45px; }

li.arquivos a.active-arquivos { background-position:-200px -45px; }

li.colaboradores a.active-colaboradores { background-position:-400px -45px; }

/** Titulo resultado buscas **/

#list-title {
  color:#a59f88; 
	font: italic 200% Georgia, Times, serif;
	text-shadow: 0 1px 0 #000;
	padding: 10px;
}

/** êcones categorias **/

#botoes-cat {
  padding-left: 25px;
}

#botoes-cat li a{
  display: block;
  width: 180px;
  float: left;
  padding: 132px 0 5px 0;
  color: #6F4C30;
  font: italic 70% Georgia, Times, serif;
  text-align: center;
  margin-right: 8px;
  text-decoration: none;
  text-shadow: 0 1px 0 #EFD6C2;
}

#botoes-cat li a:hover { color: #000; }

li.cat-coisas a{ 
  background: url(../images/icon-house.png) no-repeat 23px 8px;
}

li.cat-coisas a:hover { 
  background: url(../images/icon-house.png) no-repeat 23px -164px;
}

li.cat-estrategia a{ 
  background: url(../images/icon-lamp.png) no-repeat 23px 8px;
}

li.cat-estrategia a:hover { 
  background: url(../images/icon-lamp.png) no-repeat 23px -164px;
}

li.cat-still a{ 
  background: url(../images/icon-still.png) no-repeat 23px 8px;
}

li.cat-still a:hover { 
  background: url(../images/icon-still.png) no-repeat 23px -164px;
}

li.cat-video a{ 
  background: url(../images/icon-movie.png) no-repeat 23px 8px;
}

li.cat-video a:hover { 
  background: url(../images/icon-movie.png) no-repeat 23px -164px;
}

li.cat-web a{ 
  background: url(../images/icon-web.png) no-repeat 23px 8px;
}

li.cat-web a:hover { 
  background: url(../images/icon-web.png) no-repeat 23px -164px;
}




/* Pagination */
.wp-pagenavi {
    clear:both;
}

/** Share **/

#share {
  background: transparent;
  padding: 1px;
}

ul.share-buttons li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -3000px;
  overflow: hidden;
  float: left;
  margin: 0 1px 1px 0;
  background: url(../images/share.png) no-repeat 0 0;
}

ul.share-buttons li.item-1 a:hover { background-position: -60px 0; }

ul.share-buttons li.item-2 a { background-position: 0 -60px; }
ul.share-buttons li.item-2 a:hover { background-position: -60px -60px; }

ul.share-buttons li.item-3 a { background-position: 0 -120px; }
ul.share-buttons li.item-3 a:hover { background-position: -60px -120px; }

ul.share-buttons li.item-4 a { background-position: 0 -180px; }
ul.share-buttons li.item-4 a:hover { background-position: -60px -180px; }

ul.share-buttons li.item-5 a { background-position: 0 -240px; }
ul.share-buttons li.item-5 a:hover { background-position: -60px -240px; }

ul.share-buttons li.item-6 a { background-position: 0 -300px; }
ul.share-buttons li.item-6 a:hover { background-position: -60px -300px; }

/** Identação comentários **/

li.depth-2 .comment-content {
  width:450px;
}

li.depth-3 .comment-content {
  width:430px;
}

#comments {
  background: #E6E3D8;
  padding: 10px;
}

a#cancel-comment-reply-link {
  color: #000;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
}

a#cancel-comment-reply-link:hover {
  color: #A59F88;
}


.comment-meta {
  background: none !important;
}

.comment-meta a {
  display: block;
  width: 80px;
  padding: 3px;
  background: #9F946D;
  text-shadow: none;
  font: italic 130% Georgia, Times, serif;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.comment-meta a:hover {
  background: #000;
}

/** Arquivos **/

#arquivos .menu-wrap ul {
  display: table;
  float: left;
  color: #612d42;
}

#arquivos .menu-wrap ul li { 
  color: #fff; 
  width: 250px;
  font: italic 55% Georgia, Times, serif;
  padding: 5px 7px;
  border-bottom: 1px dotted #c5849e;
}

#arquivos .menu-wrap ul li a {
  text-decoration: none;
  text-shadow: 0 1px 0 #EFD6C2;
  color: #612d42;
}

/** Botoes de compartilhamento **/

a.share-buttons {
  display: block;
  width: 183px;
  height: 60px;
  background: url(../images/share-button.png) no-repeat 0 0;
  text-indent: -5000px;
  overflow:hidden;
}

#titulo-box, #titulo-box a {
  color: #000 !important;
  font: italic bold 17px Georgia, "Times New Roman", Times, serif !important;
  margin-bottom: 10px !important;
  letter-spacing: -1px !important;
  padding-top:10px !important;
}

#texto-box, #texto-box a {
  color: #292712 !important;
  font: italic normal 13px Georgia, "Times New Roman", Times, serif !important;
  letter-spacing: 0px !important;
  width: 180px !important;
}

#thecssawards{
	width:1px;
	height:1px;
	overflow:hidden;
	/* [disabled]position:absolute; */
	/* [disabled]top:20px; */
	/* [disabled]right:0px; */
	/* [disabled]z-index:555; */
}
#thecssawards a{
width:69px;
height:105px;
text-indent:-8000px;
display:block;
background:url(../images/award_day_white.png) no-repeat;
}

