/*
	
 Theme Name: Pseudopapel 2
 URI: http://blog.pittsburgh.com.br/
	
 Description: Tema para permitir personalização de postagens
 Version: 1.0
	
 Media: Screen
	
 Version: Thu Mar 10, 2011
 Author: Alexandre Giesbrecht	
 Author URI: http://www.pittsburgh.com.br
 Tags: 
*/

/* 
----------------------------------------------- 
[ * ] */

@charset "utf-8";

/* YAHOO! UI LIBRARY: RESET CSS http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,b,caption,cite,code,dfn,em,i,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/* ========== FIM DO YAHOO! UI LIBRARY RESET CSS ========== */


/* ========== @FONT-FACES ========== */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);

@font-face {
	font-family: "Museo Slab";
	src: local("Museo Slab 500"),
	     local("Museo-Slab-500"),
		 local("MuseoSlab-500"),
		 url("outros/Museo_Slab_500.otf");
}
	
@font-face {
	font-family: "Museo700";
	src: local("Museo 700"),
	     local("Museo-700"),
		 url("outros/Museo700-Regular.otf");
}

/* ========== @FONT-FACES ========== */


/* ========== TAGS ========== */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color:#600;
}
/* ========== TAGS ========== */


/* ========== TOPO ========== */
body {
	font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
	font-size: 62.5%;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

/*
#wrapper:hover {
	background-image: url(img/16_col.gif);
}
*/

#topo {
	background-image: url(img/topo_fundo.jpg);
	background-repeat: no-repeat;
	padding: 6px 0 39px 20px;
}

#menu {
	padding: 7px 12px 0 0;
	float: right;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	list-style-type: none;
}

#menu li.page_item, #menu li.cat-item {
	margin-right: 1.5em;
	float: left;
}

#menu li a {
	font-size: 1.2em;
	line-height: 1.6;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#blocodeanuncios1 {
	margin: 30px auto;
	width: 728px;
}
/* ========== TOPO ========== */


/* ========== CONTEÚDO ========== */
#conteudo {
	padding: 0 10px;
}

#conteudo h1 {
	/* font-family: "Museo700"; */
	font-size: 4.0em;
	color: #600;
}

#conteudo h5 {
	font-weight: bold;
	font-size: 12pt;
	color: #600;
}

.infotexto, #categoria {
	margin: 10px 0;
	border-bottom: #EEE solid 1px;
	border-top: #EEE solid 1px;
	font-size: 1.2em;
	color: #999;
	overflow: auto;
}

.infotexto ul, #categoria ul {
	list-style-type: none;
}

.infotexto li, #categoria li {
	padding: 10px 20px;
	border-right: #EEE solid 1px;
	float: left;
}

.infotexto li a, #categoria li a {
	color: #666;
	text-decoration: none;
}

#imgdestaque {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#texto {
	width: 640px;
	margin-right: 120px;
	float: right;
	overflow: hidden;
}

#texto p, .texto p {  
	margin-bottom: 1.4em;
	font-size: 1.5em;
	line-height: 1.8em;
}

#texto ul {
	margin: 0 20px 1.4em 20px;
	font-size: 1.4em;
	line-height: 1.4em;
}

#texto li {
	list-style-type: circle;
}

#texto del {
	color: #CCC;	
}

#texto #tags {
	clear: both;
	padding: 10px 0;
	border-top: #EEE solid 1px;
	font-size: 1.4em;
	line-height: 1.4em;
}

#texto #tags strong {
	font-size: 1.7em;
	font-weight: bold;
	color: #999;
}

#sidebar {
	width: 160px;
	margin: 0 20px 20px 0;
	float: left;
	clear: both;
}

#sidebar p {  
	margin-bottom: 0.664em;
	padding-bottom: 0.664em;
	border-bottom: #EEE solid 0.1em;
	font-size: 1.4em;
	line-height: 1.4em;
}

#anunciotexto {
	width: 250px;
	float: right;
	margin-left: 20px;
}
/* ========== CONTEÚDO ========== */


/* ========== LISTAGEM ========== */
#arquivo {
	width: 940px;
	margin: 0 10px 20px 10px;
	border-bottom: #EEE solid 1px;
	font-size: 2.0em;
	font-family: "Museo Slab", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#anunciolateralhome {
	width: 160px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
	clear: both;
}

#destaquehome {
	padding-top: 400px;
}

#destaquehome h1 {
	background:rgba(102, 0, 0, .5);
	display:inline;
	padding: 5px 20px;
	font-family: "Museo700";
	font-size: 4.0em;
}

#destaquehome h1 a {
	color: #FFF;
}

#destaquehome h2 {
	background:rgba(255, 255, 255, .5);
	display:inline;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #333;
}

#destaquehome hr {
	visibility: hidden;
	margin: 10px 0;
}

#destaquehome .texto {
	width: 700px;
	margin-right: 0;
	float: right;
	overflow: hidden;
	clear: both;
}

#listagem {
	width: 760px;
	margin-right: 10px;
	float: right;
}

#listagem h1 {
	clear: both;
	font-family: "Museo700";
	font-size: 3.2em;
	color: #600;
}

.listagemfoto {
	width: 340px;
	height: 227px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}

#listagem .texto {
	width: 400px;
	margin-right: 0;
	float: right;
	overflow: hidden;
}

ul.navigation {
	clear: both;
	width: 100%;
	padding: 10px 0 30px 0;
	border-top: #EEE solid 1px;
	font-size: 1.4em;
	line-height: 1.4em;	
}

.left {
	float: left;
}

.right {
	float: right;
}
/* ========== LISTAGEM ========== */


.legendas {  
	margin-bottom: 1.4em;
	border-bottom: #EEE solid 1px;
	overflow: hidden;
	font-size: 0.9em;
}

.legendas p {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	column-count: 2; 
	column-gap: 20px;

	margin-top: 1.4em;
	margin-bottom: 0;
}


/* ========== COMENTÁRIOS ========== */
#comentarios, #escreva {
	margin-right: 120px;
	padding-bottom: 1px;
	clear: right;
	width: 640px;
	float: right;
	background-color: #EEE;
}

#escreva {
	margin-bottom: 20px;
}

#comentarios h2, #escreva h2 {
	padding: 10px 0;
	border-top: #EEE solid 1px;
	font-size: 2.4em;
	font-weight: bold;
	background-color: #FFF;
	color: #999;
}

#escreva h2 {
	border-top: 0;
}

#comentarios h3 {
	font-size: 1.4em;
}

#comentarios h4 {
	font-size: 1.4em;
	font-style: italic;
	color: #666;
}

#comentarios dl, #escreva .esquerda {
	width: 100px;
	float: left;
	margin-right: 20px;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
}

#escreva .esquerda {
	margin-top: 5px;
}

.comentariowrapper, .comentarioadmin {
	clear: both;
	margin-top: 1px;
	padding: 5px 0;
	overflow: hidden;
	border-top: #FFF solid 5px;
	border-bottom: #FFF solid 5px;
	background-color: #FFF;
}

.comentarioadmin {
	background-color: #EEE;
}

.comentario {
	width: 520px;
	float: right;
}

.comentario p {
	margin-bottom: 1.4em;
	font-size: 1.3em;
	line-height: 1.7em;
}

.comentario ol, .comentario ul {
	margin: 0 20px 1.4em 20px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.comentario li {
	list-style-type: decimal;
}

.comentario p:nth-last-child(2) {
	margin-bottom: 0;
}

.comentario p.subscribe-to-comments {
	margin-bottom: 0;
}

#escreva input, #escreva textarea {
	width: 270px;
	padding: 5px;
	border: 0;
	font-size: 1.4em;
	background-color: #EEE;
}

#escreva textarea {
	width: 510px;
	font-family: Arial, Helvetica, sans-serif;
}

#escreva input#submit {
	width: 120px;
	height: 40px;
}
/* ========== COMENTÁRIOS ========== */


/* ========== RODAPÉ ========== */
#rodape {
	clear: both;
	margin-bottom: 10px;
	border-top: #EEE solid 0.1em;
	border-bottom: #EEE solid 0.1em;
	overflow: auto;
	background: url(img/bg_rodape.gif) repeat-y;
}

.rodape1col {
	width: 240px;
	padding-bottom: 10px;
	float: left;
}

.rodape2col {
	float: left;
	background-color: #FFF;
}

#rodape2 {
	width: 479px;
	float: left;
	margin-left: 1px;
	padding-bottom: 10px;
}

#rodape2 .rodape1col {
	width: 239px;
}

#rodape h3 {
	font-size: 1.2em;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#rodape p, #rodape ul {
	padding: 0 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#rodape .linha {
	border-bottom: #EEE solid 0.1em;
	padding-bottom: 10px;
}

.rodape1col input {
	padding: 5px;
	border: #CCC solid 1px;
	width: 208px;
}

.rodape1col img.destaque {
	border: #CCC solid 5px;
	margin: 5px 5px 5px 0;
}

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 5px 0 5px 10px;
	float: left;
}

/* .flickr_badge_image:nth-child(3n-1) {
	margin: 0 0 1.1em 0;
} */

.flickr_badge_image img { 
	width: 66px;
	height: 66px;
}

.flickr_badge_image a {
	display: block;
}
/* ========== RODAPÉ ========== */

/* ========== AJUSTES WORDPRESS ========== */
.size-large {
/*	display: none; */
}

.wp-caption {
}

p.wp-caption-text {
	background: rgba(0,0,0,0.75); 
	color: #FFF; 
	padding: 10px 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}