/*  
Theme Name: Modern
Theme URI: http://ulfpettersson.se/design/modern/
Description: A light, simple and modern theme.
Version: 0.9
Author: Ulf Pettersson
Author URI:http://ulfpettersson.se/

	Modern v 0.9
	http://ulfpettersson.se/design/modern/

	This theme was designed and built by Ulf Pettersson,
	whose blog you will find at http://ulfpettersson.se/

	Structure of theme files derived from the default WordPress 1.5 theme.	
	
	The CSS, XHTML and design is released under the LGPL:
	http://www.opensource.org/licenses/lgpl-license.php
*/



/* Begin Typography & Colors */

* {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;	
}

body{
  padding: 0;
  margin: 0;
  background-color: #FFF;
}

#header_fundo {
  padding: 0;
  margin: 0;
  background: white url(images/fundo_header.jpg) top center repeat-y;
  border-bottom: 1px solid #000;
}

#header {
  background-color: #99bf06;
  height: 200px;
  border: none;
  margin: 0 auto 0px auto;
  width: 1100px;
}


#header_esq {
  background-color: #99bf06;
  height: 200px;
  float: right;
  padding: 0 20px;
  width: 680px;
}


#header_esq p {
  margin-top: 80px;
  font: bold 16px Helvetica, Arial;
  color: #FFF;
}

#header_esq em {
  font: normal 14px Helvetica, Arial;
  color: #FFF;
}

#header_direito {
  background-color: #FFF;
  height: 200px;
  width: 350px;
  float: right;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#content {
  	clear: both;
  	width: 1100px;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 20px;
}

#posts {
  width: 690px;
  float: left;
  padding: 0 30px;
}

h2 {
  clear: both;
  font: bold 18px Arial, Helvetica;
}

h2 a {
  color: #000;
}

h3 {
  clear: both;
  font: bold 16px Arial, Helvetica;
}

.entry {
  margin-top: 20px;  
  margin-right: 30px;
  font: normal 14px Arial, Helvetica;
}

p {
  margin-bottom: 20px;
  font: normal 14px Arial, Helvetica;
}

.postmetadata {
  font: normal 12px Arial, Helvetica;
  margin-bottom: 0px;
}

.post {
  margin-bottom: 20px;
  margin-right: 10px;
  border-bottom: 1px solid #999;
  padding-bottom: 20px;
}

.navigation {
  font: normal 14px Arial, Helvetica;
}

.navigation {
  color: #00c;
  width: 590px;
  display: block;
  margin-bottom: 20px;
}

.navigation a {
  color: #00c;
}

.alignleft {

}

.alignright {
  float: right;
}

#sidebar {
  font: normal 13px Arial, Helvetica;
  width: 320px;
  float: right;
  color: #000;
}

#sidebar ul h2 {
  font: normal 12px Arial, Helvetica;
  color: #FFF;
  background-color: #555;
  padding: 5px 10px;
}

#sidebar ul li a {
  font: normal 13px/18px Arial, Helvetica;
  color: #007;
  margin-left: 20px;
}

#sidebar ul.categorias li {
/*	border-bottom: 1px solid #AAA;*/
	width: auto;	
	padding: 1px 0;
}

#sidebar ul.children, #sidebar ul.children li {
	padding-left: 10px;
	border: none;
}

#searchform label input {
  font: bold 13px Arial, Verdana, Tahoma, Sans-Serif;
  width:220px;
  padding:2px 5px;
  border:1px solid #999;
  margin-right: 10px;
}

.botao {
  font: normal 12px Arial, Helvetica;	
  color: #fff;
  border: none;
  padding: 3px 6px;
  background-color: #99bf06;
  cursor: pointer;
}	

#footer {
  clear: both;
  width: 600px;
  float: right;
  margin-right: 399px;
  margin-top: 20px;
  font: normal 13px Arial, Helvetica;
}

#footer a {
  color: #00c;
}

#commentform {
  margin-top: 30px;
}

#commentform p {
  font: normal 14px Arial, Helvetica;
}

#commentform #comment {
  width: 400px;
  padding: 2px;
}

#commentform #author, #commentform #email, #commentform #url {
  width: 400px;
  padding: 2px;
}

.screen-reader-text {
  position: absolute;
  left: -1000em;
}


#respond {
  margin-top: 20px;

}

.commentlist {
  margin-top: 20px;
}

.commentlist li.alt {
  background-color: #F9F9F9;
  padding: 15px;
  margin-right: 10px;
  margin-top: 20px;
}

.commentlist li {
  padding: 15px;
  margin-right: 10px;
  margin-top: 20px;
  font: normal 14px Arial, Helvetica;
}

.commentlist a {
  color: #555;
}

.commentlist cite {
  font: bold 14px Arial, Helvetica;
}


.commentlist small {
  font: normal 10px Arial, Helvetica;
}

.commentlist em {
  font: normal 10px Arial, Helvetica;
  clear: both;
}

.commentlist p {
  margin-top: 20px;
  font: normal 14px Arial, Helvetica;
}


/* End Various Tags & Classes*/
