/*  
Theme Name: Patricia Valente
Version: 1.0
Author: Thais Vilanova
Author URI: http://www.thaisvilanova.com.br/
*/

*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#153442;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size: 12pt;

}
a{
	text-decoration:underline;
	color:#153442;
}
strong{
	font-weight:bold;
}
#container {
	width:auto;
	margin:0 auto;
	clear:none;
}
#sidebar {	
	display:none
	}
#content {
	width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
#header {
	width: auto;  
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;	
}
#footer {
	width:auto;
	clear:none;
	background: none;	
	margin: 20px 5%;	
}
#index5{
	display:none;
}
#colunaEsq{
	float: none !important;	
}
#mainContent{
	width: auto;	
	float: none !important;
}
#listaContent{
	width:500px;		
	margin: 4px 0 0 16px;
	padding-bottom:14px;	
	float: none !important;	
}
#listaLinks{
	width:500px;		
	margin: 4px 0 0 16px;
	padding-bottom:14px;	
	float: none !important;	
}
#introducao{
	width:500px;		
	margin: 4px 0 0 16px;
	padding-bottom:14px;	
	float: none !important;	
}
ul#mainNav{
	display:none;	
}
#searchform{
	display:none;
}
/*--------LOGO-----------*/	
h1{
	text-align:center;
	margin:0 5%;	
	text-indent: -9000px;
	
}
h1 a{
	display:block;
	width: 110px;
	height: 120px;
}
/*--------/LOGO-----------*/


#fotoHeader{
	float:none;
	display:none;	
}

#fotoHeader P{
	text-indent: -9000px;
	color: #fff;	
}
#contatoSingle{		
	display:none;
}
h2.breadcrumb a{
	text-decoration:none;
}
h4, h2{
	font-size:16pt;
	margin-top:20px;
}

h3{
	font-size:13pt;
	line-height:18pt;
}
#mainContent .descricao{
	font-size: 10pt;
	font-style:italic;
	line-height:20pt;
}
#mainContent p small.autor{
font-size: 10pt;
	font-style:italic;
	line-height:20pt;
}
#mainContent p{
line-height:18pt;
}
#mainContent p img{
	text-align:center;
	margin: 0 30% 20px 25%;		
}
a:link, a:visited {
   color: #24526C;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }

#content a[href^="/"]:after {
   content: " (http://www.patriciavalente.com.br" attr(href) ") ";
   }
