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

*/




* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFF;
	height: 100%;
}

body, td, tb {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	line-height: 12pt;
}
 
a:link, a:visited {
	text-decoration: none;
	color: #6277A9;
}
 
a:hover, a:active {
	text-decoration: none;
	color: #223565;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

ol {
	list-style: none;
}

img {
	border: none;
}



/* CONTENT */

#craddle {
	margin: 0px auto 0px auto;
	width: 900px;
	height: 100%;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 900px;
	height: auto;
}

#header {
	width: 900px;
	height: 121px;
	background: url(images/header.jpg) center 0px no-repeat;
}

#navtop {
	margin: 5px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	width: 890px;
	height: auto;
	border-top: solid 2px #000;
}

a.navtop:link, a.navtop:visited {
	margin: 3px 3px 3px 0px;
	padding: 4px 0px 0px 0px;
	width: 92px;
	height: 18px;
	background: url(images/button.png) center 0px no-repeat;
	font-size: 8.5pt;
	text-align: center;
	text-decoration: none;
	color: #333;
	float: left;
	display: block;
}

a.navtop:hover, a.navtop:active {
	margin: 3px 3px 3px 0px;
	padding: 4px 0px 0px 0px;
	width: 92px;
	height: 18px;
	background: url(images/button.png) center -22px no-repeat;
	font-size: 8.5pt;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	float: left;
	display: block;
}

#searchform {
	margin: 6px 0px 0px 5px;
	float: left;
}
	
#searchsubmit {
	padding: 2px;
	background: #333;
	color: #FFF;
	text-align: center;
	border: none;
}

#s {
	width: 110px;
}

#spotlight {
	margin: 5px 0px 0px 5px;
	width: 890px;
	height: auto;
	background: url(images/featbar-top.jpg) 0px 0px no-repeat;
	float: left;
}

#spotlight img {
	margin: 5px 0px 5px 7px;
}

p.rule2 {
	padding: 5px 0px 10px 7px;
	height: 15px;
	font-size: 12pt;
	font-weight: bold;
	background: url(images/featbar-btm.jpg) 0px bottom no-repeat;
}

.arrow {
	margin: 0px 0px 0px 3px;
	width: 12px;
	height: 13px;
	background: url(images/arrow.png) 0px 0px no-repeat;
	display: inline-block;
}

a.arrow:link, a.arrow:visited {
	height: 13px;
	background: url(images/arrow.png) 0px 0px no-repeat;
}

a.arrow:hover, a.arrow:active {
	height: 13px;
	background: url(images/arrow.png) 0px -13px no-repeat;
}

#sidebar {
	margin: 10px 0px 0px 5px;
	width: 225px;
	height: auto;
	float: right;
}

.gallery {
	margin: 0px 0px 10px 0px;
	width: 220px;
	height: auto;
	border-bottom: solid 1px #DDD;
}

.gallery p {
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
	font-weight: bold;
}

.gallery ul {
	list-style-type: none;
}

.gallery li {
	margin: 10px 0px 0px 0px;
}

.gallery span {
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	float: left;
}

.gallery a.hover, .gallery a.active {
	text-decoration: underline;
}

.gallery2 {
	margin: 0px 0px 10px 0px;
	width: 220px;
	height: auto;
	border-bottom: solid 1px #DDD;
}

.gallery2 p {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
}

.gallery2 ul {
	list-style-type: none;
}

.gallery2 li {
	margin: 10px 0px 0px 0px;
}

.gallery2 span {
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	float: left;
}

.gallery2 a.hover, .gallery2 a.active {
	text-decoration: underline;
}

.social {
	margin: 0px 0px 10px 0px;
	width: 220px;
	height: auto;
	border-bottom: solid 1px #DDD;
	float: left;
}

.social p {
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
	font-weight: bold;
}

.social img {
	margin: 0px 0px 10px 0px;
	float: left;
}

#secthead {
	margin: 10px 0px 10px 5px;
	padding: 5px 0px 3px 0px;
	width: 664px;
	height: auto;
	font-size: 11.5pt;
	font-weight: bold;
	border-bottom: solid 1px #999;
	float: left;
}

#secthead2 {
	margin: 5px 0px 10px 5px;
	padding: 0px 0px 12px 0px;
	width: 664px;
	height: auto;
	font-size: 11.5pt;
	font-weight: bold;
	border-bottom: solid 1px #999;
	float: left;
}

.postloop {
	width: 640px;
	height: auto;
	float: left;
}

.contact {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 10px 0px;
	width: 664px;
	height: auto;
	float: left;
}

.contact div {
	margin: 0px 10px 0px 0px;
	padding: 2px;
	border: solid 1px #DDD;
	float: left;
}

.summary {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 10px 0px;
	width: 664px;
	height: auto;
	border-bottom: solid 1px #DDD;
	float: left;
}

.summary img {
	margin: 0px 5px 0px 0px;
	float: left;
}

.summary2 {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 10px 0px;
	width: 664px;
	height: auto;
	float: left;
}

.summary3 {
	margin: 10px 0px 10px 5px;
	padding: 0px 0px 10px 0px;
	width: 664px;
	height: auto;
	float: left;
}

.events {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 10px 0px;
	width: 664px;
	height: auto;
}

.events ul {
	list-style-type: none;
}

.events li {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #DDD;
}


small {
	font-size: 7.5pt;
	color: #999;
}

p.entry {
	float: left;
}

p.entry, h2 {
	font-size: 11pt;
	line-height: 11pt;
}

.story {
	margin: 5px 0px 5px 0px;
	font-size: 9pt;
	line-height: 12pt;
	color: #333;
}

.story2 {
	margin: 5px 0px 5px 0px;
	font-size: 9pt;
	line-height: 12pt;
	color: #333;
}

.story2 img {
	margin: 0px 0px 15px 0px;
	float: left;
}

p.readmore {
	margin: 5px 0px 0px 0px;
	font-size: 8.5pt;
	line-height: 8.5pt;
	float: left;
}

p.commenttags {
	margin: 5px 0px 0px 0px;
	font-size: 8.5pt;
	line-height: 8.5pt;
	float: left;
}

small.share {
	font-size: 8.5pt;
	color: #666;
}

#comment {
	margin: 5px 0px 10px 0px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.navigation {
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 10px 0px;
	width: 664px;
	height: auto;
	text-align: center;
	float: left;
}

.navigation span {
	padding: 0px 5px 0px 5px;
}

alignright {
	float: right;
}

alignleft {
	float: left;
}

#footer {
	margin: 10px auto 0px auto;
	padding: 5px 0px 5px 0px;
	width: 890px;
	height: auto;
	background: #EEE;
	font-size: 7pt;
	text-align: center;
}

#footer a:link, #footer a:visited {
	margin: 0px 8px 0px 8px;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	margin: 0px 8px 0px 8px;
	text-decoration: none;
}

#copyright {
	margin: 0px auto 0px auto;
	width: 890px;
	height: auto;
	font-size: 7pt;
	text-align: center;
	border-top: solid 5px #CCC;
}

#clear {
	clear: both;
}
