/*
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
Text Domain: kubrick

	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 {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#page {
	position:absolute;
	width:960px;
	top:0px;
	left:50%;
	margin-left:-480px;
}
#header {
	position:relative;
	background-color:#e6e6e6;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
}
#headerlogos {
	position:absolute;
	float:right;
	right:15px;
	top:75px;
	background-color:#e6e6e6;
}
#logomidialivre {
	position:absolute;
	float:right;
	right:475px;
	top:15px;
	background-color:#e6e6e6;
}
#boxpesquisa {
	position:absolute;
	height:30px;
	width:284px;
	float:right;
	right:15px;
	padding-left:8px;
	padding-top:4px;
	padding-right:8px;
	top:0px;
	background-color:#d1d1d1;
}
#contents {
	position:relative;
	margin-top:10px;
	background-image:url(images/fundobody.gif);
	padding-left:25px;
	padding-top:20px;
	padding-right:10px;
	padding-bottom:10px;
}
#menu {
	margin-top:10px;
	position:relative;
	background-color:#e6e6e6;
	padding-top:10px;
	border-bottom:4px solid #ff0000;
}
#barra_artigos {
	margin-top:10px;
	position:relative;
	background-color:#FFFFFF;
	padding-top:10px;
	border-bottom:4px solid #000000;
}
#noticiasmain {
	position:relative;
	width:590px;
}
#artigosmain {
	position:relative;
	width:590px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	left:-14px;
	float:left;
}
#descfotomain {
	position:absolute;
	background-image:url(images/alfa50preto.png);
	text-transform:uppercase;
	bottom:0px;
	padding:10px;
	color:#FFF;
	font-size:14px;
	width:570px;
}
#fotomain {
	position:relative;
}

#fichariomain {
	margin-top:10px;
	position:relative;
	background-color:#e6e6e6;
}

#abasfichariomain {
	position:relative;
	height:36px;
	background-image:url(images/fundo_fichario.gif);
	padding-left:15px;
}

#conteudofichariomain {
	position:relative;
	background:#FFF;
	padding:15px;
	padding-top:0px;
}
#narede {
	position:relative;
	margin-top:0px;
	left:6px;
}
.boxlateral {
	position:relative;
	border:#F00 2px solid;
	padding:4px;
	margin-left:8px;
	padding-top:0px;
	margin-bottom:20px;
}
.entry {
	font-family:"Verdana", "Tahoma", "Myriad Pro";
	font-size:13px;
	line-height:19px;
	text-align:justify;
}
h2 {
	font-size:21px;
	line-height:28px;
}
#titulo_pagina {
	font-size:21px;
	font-weight:bold;
}
#titulo_categoria {
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
#areaissuu {
	margin-top:20px;
	position:relative;
	background-color:#f2f2f2;
	padding:20px;
}

#rodape {
	margin-top:20px;
	position:relative;
	background-color:#e6e6e6;
	padding:20px;
}

a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
}