/*
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

*/



/* Begin Typography & Colors */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
background: #fbfbfb url(images/background.jpg) center repeat-y;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
}

.page {
width: 650px;
padding-top: 20px;
margin: 0 auto;	
position: relative; min-height: 100%;
height: 100%;
}
.menu {
float:right;
margin-top:20px;
font-size:12px;
}
hr {
  border : 0;
  height : 15px;
  background : url(images/shadow.jpg) 0 0 no-repeat;
  margin : 1em 0px;
margin-left:20px;
width:500px;
}
.clear{
clear:both;
}

.post-date{
color: #44d5ff;
float: left;
display: inline;
margin: 0 10px 0 0;
width:36px;
height: 42px;
background: url(images/data.gif) no-repeat;
text-align: center;
font-size:10px;
font-weight:bold;
}
.month {
color: #44d5ff;
}
.day {
color:#FFF;
font-size:18px;
margin-top:4px;
}
h2,h2 a {
font-size:16px;
color:#6a6a6a;
margin-bottom:5px;
}

.posttexto {
margin:20px 0;
}

.post {
font-size:13px;
}

.subtitulo{
margin:0 20px 0 7px;
background-image:url(images/tag.gif)left;
font-size:11px;
color:#ababab;
}


* {
font-family: arial;
color: #4f4f4f;
}
a {
color: #00a5db;
text-decoration:none;
}
h3,.widgettitle {
font-size: 13px;
color: #44d5ff;
margin: 15px 0;
}
.footer {
width: 694px;
margin: 0 auto;
background:url(images/footershadow.jpg)top #f3f3f3 repeat-x;
padding:10px 20px;
}
.widget{
float:left;
margin:17px 13px;
width:188px;
list-style-type: none;
}

h4 {
font-size:14px;
margin-bottom: 5px;
}

.footer a {
color: #7c7c7c;
font-size:12px;
}
.footer li {
margin-bottom:7px;
}
.footer p {
text-align:center;
}
#searchform {
margin:20px 0;
text-align:center;
}