/*
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 {
	padding:0px;
	margin:0px;
	background-color:#c81c22;
	background-image:url(images/fundo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
}

#container {
	position:absolute;
	left:50%;
	width:944px;
	margin-left:-472px;
}

#pagina {
	background-color:#FFF;
	text-align:justify;
}
#logo {
	position:absolute;
	width:520px;
	left:50%;
	margin-left:-260px;
	top:23px;
}
#cabecalho {
	position:relative;
	height:140px;
}
#ico_social {
	position:relative;
}	
#linkinscricao {
	position:absolute;
	top:20px;
	right:20px;
}
#menu {
	position:absolute;
	right:0px;
	bottom:5px;
	text-align:right;
	font-size:14px;
}
.listmenu li {
	display:inline;
	list-style:none;
	color:#FFF;
	margin-right:20px;
}

h2 {
	font-size:16px;
	color:#c81c22;
	margin-bottom:0px;
}
h2 a {
	font-size:16px;
	color:#c81c22;
	margin-bottom:0px;
}
small {
	font-size:9px;
	color:#666666;
}
.entry {
	font-size:12px;
	color:#666666;
	line-height:15px;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h3 {
	font-size:14px;
	color:#666666;
}
h3 a {
	font-size:14px;
	color:#c81c22;
}
.commentlist {
	font-size:12px;
}
.postmetadata {
	font-size:10px;
}
#menu a {
	color:#FFF;
}

#sidebar ul, #sidebar li {
	margin:0;
	padding:0;
	list-style:none;
}