/*
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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
        margin: 0 0 0 0;
	}

#content {
	font-size: 1.2em
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.head2 {
	font-family: 'Times New Roman', 'Times', serif;
	font-weight: bold;
	}

.head2 {
	font-family: 'Times New Roman', 'Times', serif;
	font-weight: bold;
	font-size: 16px;
        text-align:left;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

/* End Typography & Colors */



/* Begin Structure */

.post2 {
        margin: 0 0 15px 0;
	text-align: left;
        background: #fbf9f3;
        width: 350px;
	}

.post hr {
	display: block;
        margin-top:0px;
	}


/* End Structure */





h2 {
	margin: 30px 0 0;
        }

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

/* End Headers */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

