body {
   background: #fff;
   font-size: 12pt;
   font-family: "Georgia", Times, serif;
   }
ul#header {
  height: 1px;
  background: #fff;
}
div#head h1.title {
   font-size: 20pt;
   margin: 0 5%;
}
div#head h2.title {
   margin: 0 5%;
   font-size: 15pt;
}
div#head h3.title {
  display: none;
}
div#header form {
  display: none;
}
ul#navigation {
  display:none;
}
ul#posts {
   width: auto;
   margin: 10% 5% 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
ul#posts h3 a {
   text-decoration: none;
   font-size: 15pt;
}
a:link, a:visited {
   font-size: 12pt;
   color: #520;
   background: transparent;
   text-decoration: underline;
   }
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 50%;
   }
* html a:link:after, a:visited:after {
     font-size: 12pt;
}
a[href^="/"]:after {
   content: " (http://www.saindodamatrix.com.br" attr(href) ") ";
   }
div#previews-posts {
  display:none
}
ul#posts .foot .bar .info {
  display:none
}
ul#posts .body .fontsize {
  display:none
 }
.imagem {
	float: right;
}
ul#imagem {
	float: right;
	margin-left: 10px;
	margin-bottom: 05px;
	text-align: center;
	font-size: smaller;
}
.imagem-left {
	float: left;
}
