/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address, form {
	margin:0;
	padding:0;
}
ul{list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
body{
	background:#4d4d4d url(images/body.jpg) repeat-x left top;
	text-align: center;
}
#geral{
  background:#fff url(images/geral.jpg) repeat-y left top;
  width: 745px;
  margin: 0 auto;
  text-align: left;
  font:normal 12px Arial;
  color:#333;
}
#topo{
	background: url(images/topo.jpg) no-repeat left top;
	height:245px;
}
#topo h1 a{
	display:inline;
	float:left;
	height:110px;
	margin:10px 0 0 80px;
	text-indent:-9999px;
	width:130px;
}
#topo ul{
	clear:both;
	float:left;
	margin:72px 0px 0px 40px;
	font:bold 16px Arial;
}
#topo ul li{
	float:left;
	margin-left:10px;
	display:inline;
}
#topo ul li a{
	padding-right:10px;
	color:#ededed;
}
#conteudo{margin:0px 60px 0px 40px;}
#conteudo p{margin-bottom:7px;}
#conteudo h2{
	background:url(images/tit2.jpg) no-repeat left 13px;
	padding-left:7px;
	border-bottom:1px solid #333;
	font:bold 18px Arial;
	color:#8b9a46;
	margin-bottom:10px;
}
#conteudo ul li{
	background:url(images/lista.jpg) no-repeat left 9px;
	margin-bottom:2px;
	padding-left:5px;
}
#conteudo dl{margin-bottom:7px;}
#conteudo dl dt{
	background:url(images/lista.jpg) no-repeat left 9px;
	padding-left:5px;
}
#conteudo dl dd{
	margin-left:50px;
}
#conteudo a{color:#8B9A46;}
#rodape{
	background:#4d4d4d url(images/rodape.jpg) no-repeat left top;
	padding-top:15px;
	color:#fff;
	text-align:left;
	font:normal 11px Arial;
}
#rodape p{padding:0px 0px 5px 545px;}
#rodape a{color:#fff;}
.vcard{
	background:#5A5C59;
	padding:10px 15px;
	margin:10px 40px 10px 20px;
}
.vcard .type{display:none;}
.vcard .adr{float:right;position:relative;top:-13px;}
