/*
Theme Name: Test
Theme URI: http://wordpress.org/
Description: test, based on Default theme
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

*/


/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a img, :link img, :visited img {
	border: 1px solid #999;
}

img {border: 1px solid #999;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

body {
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 1.5em;
	margin: 50px auto 50px 50px;
	padding: auto;
}

hr {
	border-top: 1px solid #D2D2D2;
	border-bottom: none;
	height: 1px;
}

#page {
	border: 1px none green;
}

h2 {
	font-size: 1.5em;
	margin-top: auto;
	font-weight: bold;
	line-height: 2em;
	color: #333;
}

/* ===================== Content ===================== */
#header h1 {
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 4em;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	margin: 0px 0px 30px 0px;
}

#header a {
	text-decoration: none;
	color: #777;
	border: none;
}

/* ===================== Post ===================== */
#content {
	border: 1px none blue;
}

.post {width: 700px;}

/* .post img {margin-right: 50px;} */

#details {width: 700px;}

/* ===================== Navigation ===================== */
.navigation {
	margin: 20px 0;
}

.navigation a {
	color: #777;
	text-decoration: none;
	border: none;
}

.postmetadata {
	color: #333;
}

.postmetadata a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* ===================== Archives ===================== */
#container {
	border: 2px none green;
	overflow: auto;
	width: 100%;
}

#container hr {border: none;}

#thumbs {
	border: 1px none red;
	float: left;
	width: 49%;
}

#thumbs li {
	display: inline;
	list-style-type: none;
}

#thumbs img {
	float: left;
	margin: auto 4px 4px auto;
}

#cat_listing{
	border: 1px none cyan;
	float: right;
	width: 50%;
}

.tags a {border: none;}

.tags a:hover {text-decoration: underline;
}

.tags {
	line-height: 2em;
}

.emptymonth {color: #ccc;}

/* ===================== Comments ===================== */
#comments {
	width: 500px; 
	border: 1px none green;
}

h3#comments {margin: 0 0 10px 0;}

#comments cite {margin: 50px 0;}

#comments input {width: 180px;}

#comments textarea {width: 400px;}

input ,textarea {
	background-color: #eee;
	border: 1px solid #d2d2d2;
}

#comments #submit {
	width: 100px; 
	border: 1px solid #d2d2d2; 
	background-color: #eee;
}

/* ===================== Footer ===================== */
#footer {
	margin: 100px 0 0 0;
	padding: 0;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
	text-decoration: none;
	border-bottom: 1px dotted #B4B4B4;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
