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

	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

Blue
	color: #027ABB;
Red
	color: #970F00;
Green
	color: #77AA22;


*/



/* Begin Typography & Colors */

html {
	padding:0;
	margin:0;
}

body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	background-color:#333333;
	color:#333333;
	text-align: center;
	line-height:180%;
	}

#page {
	text-align: left;
	border-left:#FFFFFF 4px solid;
	border-right:#FFFFFF 4px solid;
	border-bottom:#FFFFFF 4px solid;
	}
#page_inner {
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	border-bottom:#000000 1px solid;
}

#header {
	background: url('images/reflection_header_s.jpg') no-repeat bottom center;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1em;
	}
	
.entry li {
	padding-bottom:15px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding:2px 0px 5px 0px;
	}
	
.narrowcolumn .entry {
	border-top: 1px solid #ddd;
	margin-top:3px;
}
.widecolumn {
	line-height: 1.6em;
	}

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

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/* background: #eee url('images/kubrickfooter.jpg') no-repeat bottom; */
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
small a {
	font-size: 0.9em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Georgia',  'Lucida Grande', Verdana, Arial, Sans-Serif;
	
	}

h1 {
	font-size: 1.8em;
	text-align: left;
	border-bottom: 1px solid #666666;
	padding-bottom:5px;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Georgia',  'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#333333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color:#666666;*/
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
#sidebar h2 {
	border-bottom:#CCCCCC 1px solid;
}
h2 a:hover, h3 a:hover {
	color: #970F00;
	text-decoration:underline;
}

.entry p a:visited {
	color: #970F00;
	}

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

.commentlist li {
	font-weight: bold;
	}

.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;
	}

#commentform p {
	font-family: 'Trebuchet MS', 'Georgia',  'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #027ABB;
	}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #77AA22;*/
	color:#666666;
	}
small {
	font-family: 'Trebuchet MS', 'Georgia',  'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#666666;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #970F00;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 693px;
	background-color:#EFEFEF;
	}
#page_bg {
	margin: 0px;
	padding: 0;
	background-image:url(images/reflection_wide_s.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#EFEFEF;

	}
#header {
	margin: 0px; 
	padding: 0; 
	height: 183px; 
	width: 691px;
	}

.narrowcolumn {
	float: left;
	padding: 5px 18px 20px 20px;
	margin: 0px 0 0;
	width: 440px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

.widecolumn {
	padding: 0px 0 20px 25px;
	margin: 0px;
	width: 640px;
	}

.summary .post {
	border:#CCCCCC 1px solid;
	background-image:url(images/reflection_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EFEFEF;
	padding:1px 8px 5px 8px;
	margin:10px 0px 20px 0px;
}
.post {
	margin:8px 0px 20px 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 693px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 5px 20px 5px 20px;
	text-align: center;
	color:#CCCCCC;
	}
#footer a {
	color: #77AA22;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 5px 0 0 0;
	}

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

#sidebar h2 {
	padding: 10px 0 0 0;
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
.entry p img {
	float:right;
	margin: 0 0 10px 20px;
	padding:5px;
	background-image:url('images/reflection_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #CCCCCC;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	width:50px;
	font-size:1em;
	}

#searchsubmit {
	background-color:#333333;
	border:1px #FFFFFF solid;
	color:#CCCCCC;
	cursor:pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0;
	}

.commentlist li {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 0px;
	list-style: none;
	background-image:url('images/reflection_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 12px 0 10px 0;
	margin-left: 490px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
	

.current_page_item {
	font-weight:bold;
	text-decoration:underline;
}	
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	font-style:italic;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {

	position:relative;
	display: block;
	text-align: center;
	padding-top:10px;
	}
.breadcrumb {
	display:block;
	clear:both;
	border-top:#CCCCCC 1px solid;
	padding:1px 0px 3px 0px;
}
/* End Various Tags & Classes*/



/* "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." */
	
/*Clearbox Added*/
.countdown {
	font-weight:bold;
	padding-left:3px;
	color: #970F00;
	line-height:135%;
	margin:0;
}

#header a {
	cursor:pointer;
	width:100%;
	height:100%;	
	display:block;
}

.mapstraction {
	padding:5px;
	background-image:url('images/reflection_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #CCCCCC;
}

.widecolumn .mapstraction {
	width:630px;
}
.narrowcolumn .mapstraction {
	width:440px;
}

.photo_group {
	background-image:url('images/reflection_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #CCCCCC;
	padding:2px;
	width:178px;
	margin-top:5px;
}
.rpc_photo img{
	padding:2px 2px 1px 2px;
}

ul li abbr {
	border-bottom: none;
}

.gravatar {
float:left;
padding: 3px;
border: 1px solid #000;
background: #fff;
margin:0px 10px 5px 0px;
}

.postgrav {
float: left;
padding: 3px;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #000;
background: #fff;
}

.comment_container {
	margin:5px 0 0 0;
	padding-left:10px;
	border-left: #333333 1px solid;
}

	

.comment_container p {
	font-size:12px;
	margin:0 0 12px 0;
	padding:0 10px 0 0;
	line-height:125%;
	text-align:left;
}

.made_when {
	font-size:16px;
	margin:0;
	padding:5px 0 0 0 ;
	color:#999999;
}

.made_when cite {
	padding:7px 0px 9px 0px;
	display:block;
	font-size:18px;
	color:#999999;
}

.page {
	border-top:none;
}

.spiffy_date {
	float:right;
	text-align:center;
	font-family:  'Georgia', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#666666;
	padding:4px 4px 0 0 ;
}
.spiffy_date span {
	display:block;
	margin:0;
	padding:0;
}
.spiffy_date .month {
	font-size:10px;
}
.spiffy_date .day {
	font-size:24px;
	margin-top:-5px;
}

.welcome p {
	color:#333333;
	padding:5px 3px 3px 2px;
	margin:0;
	line-height: 1.4em;
}


.wp-polls {
	margin:0 0 0 -11px;
	padding:0 12px 0 0;
}

#geoMashup {
	width:440px;
	height:300px;
	border:1px solid #CCCCCC;

}
.locationinfo {
	overflow:auto;
	text-align:center;
}

.entry .post-image-wrapper {
	background-image:url('images/reflection_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #CCCCCC;
	padding:2px;
	width:89px;
	height:89px;
	margin:3px 10px 0px 0px;
	float:left;
	overflow:hidden
}
.entry .post-image-wrapper a {
	float:left;
	width:87px;
	height:87px;
	overflow:hidden
}
.entry .post-image-wrapper img{
	padding:2px 2px 1px 2px;
}

