/*
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, li, ol, dt, dd, p, address {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background:url(images/bg.gif) repeat-x fixed;	
}

img{
	border:none;
	margin: 15px 0 15px 0;	
}

a{
	color:#ff0097;
	text-decoration:none;
}

a:hover{
	color:#C99;
}

#logo{
	position:absolute;
	top:0;
	right:0;
}

#page{
	width:924px;
	margin:10px 0 0 0;
}

#header{
	margin:0 0 0 100px;
}

#menu_topo{

}

#menu_topo li{
	padding:0 10px 0 10px;
	border-left:2px solid #000;
	display:inline;
}

#menu_topo li.home{
	border:none;	
}

#menu_topo li a{
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
}

#about{
	position:absolute;
	right:0;
}

#content{
	float:right;
	width:585px;
	margin:35px 0 0 0;
}

#sidebar{
	position:relative;
	float:left;
	width:315px;
	height:650px;
	margin:35px 0 0 0;
	background:url(images/bg_dog.gif) no-repeat 100px 450px;
}

#sidebar ul{

}

#sidebar ul li a{
	margin:0 0 0 100px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#powered{
	position:absolute;
	bottom:0px;
	left:100px;
	font-size:10px;
}

#powered a{
	color:#ff0097;
	text-decoration:none;
}

.post{
	position:relative;
	padding:30px 0 0 20px;
	background:url(images/post_top.gif) no-repeat top left;
}

.post h2 a{
	color:#000;
	font-size:26px;
	font-weight:bold;
	text-decoration:none;
}

.post_details{
	position:relative;
	margin:0 0 30px 0;
	padding:0 20px 0 20px;
	height:67px;
	background:url(images/post_bottom.gif) no-repeat bottom right;	
}

.post_date{
	position:absolute;
	top:1px;
	right:10px;
	color:#0057ff;
	font-size:20px;
	font-weight:bold;
}

.postmetadata{
	position:absolute;
	left:20px;
	bottom:20px;
	font-size:13px;
	color:#036;
}

.clear{
	clear:both;	
}