/*
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

*/

#searchform {
margin: 0px;
padding: 0px;
}

#s {
width: 70px;
margin: 0px;
padding: 0px;
}

small {
color: #777777;
font-family:Arial,Helvetica,Sans-Serif;
font-size:0.8em;
line-height:1.5em;
margin-left:0.5em;
}

.bubble-blue {
color:white;
font-size:14px;
font-weight:bold;
}

.bubble-green-thin {
color:white;
font-size:14px;
font-weight:bold;
}

.post h2 a {
color: #289ED6;
}

.blog-desc {
margin:0px;
padding:0px;
}

.zg_div {
margin:0px;
padding:0px;
}

.search {
font-size:12px;
}

.search p {
margin:0px;
padding:0px;
}

.aligncenter {
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#block-page-content {
float:right;
padding-right:30px;
width:670px;
}