/*
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
	
	This stylesheet has been modfified by Ann Torockio
	anntorockio.com

*/



/* Begin Typography and Colors */
* {
	margin:0;
	padding:0;
	line-height:17px;
}

body {
	font-family:"Courier New", Courier, monospace;
}

p {
	margin-bottom:17px;
}

.postmetadata{
        font-size:11px;
}

small {
	font-size:11px;
	line-height:17px;
	margin-bottom:17px;
}

cite {
	font-size:12px;
	line-height:17px;
	font-style:normal;
}

h1 {
	font-size:24px;
	line-height:34px;
	margin-bottom:17px;
}

h2, h2 a {
	font-size:27px;
	line-height:34px;
	margin-bottom:17px;
}


#sidebar h2 {
	font-size:17px;
	line-height:17px;
}

h3 {
	font-size:12px;
	line-height:17px;
}

a {
	color:#446578;
	font-weight:bold;
}

a:visited {
	color:#787878;
}

ul,
ol {
	margin-bottom:17px;
	list-style:none;
}

ul a,
io a {
	text-decoration:none;
}

ul a:hover,
ol a:hover {
	background:#A0C1D7;
}


#sidebar li a {
	display:block;
	height:17px;
	font-size:11px;
	padding-left:3px;
}

#headerimg * {
	visibility:hidden;
}

#homeLink {
	display:block;
	position:absolute;
	width:800px;
	height:240px;
	top:0;
	margin:auto;
}

#tagline {
	font-weight:bold;
}

#footer{
        font-size:11px;
}

/*end typography and colors*/

/*begin layout*/
#page {
	width:800px;
	margin:auto;
	margin-top:0;
}

#header {
	width:800px;
	height:240px;
	padding:17px 17px 0 17px;
}

#tagline {
	display:block;
	margin-bottom:34px;
	font-size:18px;
	line-height:17px;
}

#main {
	position:absolute;
	width:800px;
	top:240px;
	padding:17px 17px 0 17px;
	
}

#sidebar {
	float:left;
	width:250px;
}

.narrowcolumn {
	float:right;
	width:514px;
}

.widecolumn {
	width:754px;
	margin:auto;
}

#footer {
	clear:both;
	width:800px;
	margin:auto;
	text-align:center;
        padding-top:51px;

}

#searchform {
	height:34px;
}

.authorinfo {
	height:17px;
	margin-bottom:0;
	margin-top:17px;
}

.commentmetadata {
	clear:both;
}

#commentform textarea {
	height:204px;
	margin:0 0 17px 0;
}

#commentform submit {
	height:34px;
	margin:0;
	padding:0;
}

.commentlist li {
	padding:17px;
}

.post{
padding-bottom:34px;
}
	
/*end layout*/

/*begin images*/
body {
	background:url(images/red-repeat-words-3.gif) #0099CC;
}

#main {
	background: url(images/lighter.png);
}

.commentlist li.alt {
	background-image:url(images/transBlue.png);
}

#header {
	background:url(images/banner.png) center no-repeat;
}
