/*  
Theme Name: zeroum
Theme URI: http://zeroum.org/
Description: Layout personalizado da zeroum.
Version: 0.1
Author: Tarsila de Castro [design] & Bruno Favaretto [code]
Author URI: http://zeroum.org/

	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

*/


* {
	margin: 0;
	padding: 0;
	font-family: Trebuchet ms, Helvetica, Arial, sans-serif;
	list-style: none;
}

html,body {
	height: 100%;
}

body {
	max-width: 1188px;
}

#cabecalho {
	position: fixed;
	width: 100%;
	/*height: 133px;*/
	height: 180px;
	z-index: 100;
	background: transparent url(img/site_cabecalho2.png) no-repeat scroll top left;
}

#sidebar {
	position: fixed;
	width: 277px;
	z-index: 110;
	background: url(img/site_cabecalho2.png) no-repeat scroll top left;
	text-align: right;	
}

/* Logo / link home */
#sidebar h1 img {
	float: right; /* inline-block not cross-browser */
	border: 0;
	/*margin: 94px 0 20px 0;*/
	margin: 80px 0 34px 0;
}

#sidebar h1 span {
	display: none;
}

/* MENU PRINCIPAL */
#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
}

#sidebar ul li.page_item {
	margin: 0 0 19px 0;
}

#sidebar ul li.page_item a {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

#sidebar ul li.current_page_item a {
	color: #fbc710;
}

#sidebar ul li.current_page_item a:hover {
	font-weight: bold;
}

#sidebar ul li.page_item a:hover {
/*	text-decoration: underline;*/
	color: #fbc710;
}

#sidebar p#zeroum-lead {
	margin: 45px 0 0 70px;
	font-size: 9pt;
	font-style: italic;
	color: #999;
}

#sidebar p#zeroum-lead a,
#sidebar p#zeroum-lead a:visited {
	color: #555;
	text-decoration: none;
}
#sidebar p#zeroum-lead a:hover {
	text-decoration: underline;
}

/* CONTEÚDO */

#conteudo {
	position: absolute;
	margin: 0 20px 0 0;
	top: 144px;
	left: 300px;
	z-index: 90;
}

#conteudo a {
	color: #000;
}

img {
	border: 0;
}

p {
	margin: 0 0 20px 0;
}

.post {
/*	margin: 0 10px 15px 10px;*/
}

.post h2 {
	font-size: 16px;
}

.post .post-body {
	margin-top: 15px;
	font-size: 14px;
}

.post p.postmetadata {
	font-size: 11px;
}
