/*
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 {
	width: 100%;
	height: 100%;
	background-color: #fafafa;	
	font-size: 62.5%;
	color: #555;
	font-family: "Lucida Grande", "LucidaGrande", "Lucida Sans Unicode", Arial, Verdana, Sans-serif;
	margin: 0;
	}

#page {
	min-height:100%;
	position: relative;
	}

#header {
	width: 100%;
	min-width: 990px;	
	height: 64px;
	background-color: black;
	}

#header_image 	{
	margin: auto;
	width: 980px;
	cursor: pointer;
}

#container {
	min-height:100%;

	background-image: url(images/content_background.png);
	background-repeat: repeat-x;
	background-color: #d2d5d9;

}

#content {
	width: 982px;
	margin: auto;
	min-height: 400px;
	padding-top: 1px;
	padding-bottom: 80px;
}

#content_container {
	width: 960px;
	border-top: 1px solid #f5f5f6;
	border-left: 1px solid #f5f5f6;
	border-right: 1px solid #f5f5f6;
	border-bottom: 1px solid #c4c8cc;
	background-color: #f0f1f2;
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#footer {
	position: absolute;
	bottom:0;
	width: 100%; 
	min-width: 990px;
	height: 62px;
	margin:auto;
	background-image: url(images/footer_background.png);
	background-repeat: repeat-x;
}

#footer_content {
	width: 980px;
	margin: auto;
	font-size: 11px;
	color: #fff;
}

#footer_right {
	position: relative;
	float: right;
	right: -40px;
	padding-top: 39px;
}

#footer_left {
	padding-top: 39px;
}

#footer_band {
	position: relative;
	float: right;
	width: 127px;
	height: 62px;
	background-image: url(images/footer_band.png);
	background-repeat: no-repeat;
}


.right_content {
	float: right;
	width: 286px;

	background-color: #fcfcfc;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

.landing_content 						{ 	float: center;
											width: 890px;
											padding: 20px;

											background-color: #fcfcfc;
											margin: 0 10px 10px 0;
											-webkit-border-radius: 5px;
											-moz-border-radius: 5px;	}
											
.left_content 							{ 	float: left;
											width: 620px;
											padding: 20px;

											background-color: #fcfcfc;
											margin: 0 10px 10px 0;
											-webkit-border-radius: 5px;
											-moz-border-radius: 5px;	}

.bar 									{	border-bottom: 1px solid #dadfe3;	}

.widget 									{	padding: 10px 20px 10px 20px;
											list-style-type: none;
											list-style-image: none;
											border-bottom: 1px solid #dadfe3;
											font-size: 12px;	}

.post_info 								{	padding-top: 4px;
											text-align: left;	}

.share 									{	padding-top: 4px;
											float: right;	}

.textwidget 								{	}

.widget li 								{	margin: 5px 0 5px 25px;
											font-size: 0.8em;	}

.widgettitle 							{	font-size: 13px;
											color: red;	}

.entry p 								{	font-size: 13px;
											line-height: 20px;	}

.narrowcolumn .entry, .widecolumn .entry 	{	line-height: 1.4em;	}

.widecolumn 								{	line-height: 1.6em;	}

.narrowcolumn .postmetadata 				{	text-align: center;	}

.thread-alt 								{	background-color: #f8f8f8;	}
.thread-even 							{	background-color: white;	}
.depth-1 								{	border: 1px solid #ddd;		}

.even, .alt 								{	border-left: 1px solid #ddd;}

small 									{	font-size: 0.9em;
											line-height: 1.5em;	}

h1, h2, h3 								{	font-weight: bold;
											margin: 0 0 0 0;	}

h1 										{	font-size: 4em;
											text-align: center;	}
											
.button {
   border-top: 1px solid #96d1f8;
   background: #f2f5f7;
   background: -webkit-gradient(linear, left top, left bottom, from(#92bfd9), to(#f2f5f7));
   background: -moz-linear-gradient(top, #92bfd9, #f2f5f7);
   padding: 8.5px 17px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 19px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #92bfd9;
   background: #92bfd9;
   color: #e6e4f0;
   }
.button:active {
   border-top-color: #16638a;
   background: #16638a;
   }

#headerimg .description 					{	font-size: 1.2em;
											text-align: center;			}
											

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

	

	
	
#sidebar h2 {
	padding: 8px 10px 0 10px;
	background-color: #fcfeff;
	color: #0086cc;
	font-size: 16px;
	}
	
#categories h2 {
	padding: 8px 10px 0 10px;
	background-color: #fcfeff;
	color: #0086cc;
	font-size: 16px;
	}
	
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {

}
.commentlist li ul li {
	font-size: 1.1em;
}

.commentlist li {
	font-weight: bold;
}

.comment-body {
	font-size: 13px;
}

.commentlist li .avatar { 
	float: right;
	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.1em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.3em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #0077b3;
	text-decoration: none;
	}

a:hover {
	color: #6b6b6b;
	text-decoration: underline;
	}
	
a:visited {
	color: #0077b3;

	}	

#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 */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.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: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {

	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 6px;
	max-width: 100%;
	}

/*	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;
	}f

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: 15px;

	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	font-size: 13px;
	list-style: disc;

	}


.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_block {

	padding: 10px 20px 10px 20px;
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px solid #dadfe3;

}



.archives li, .meta li, .blogroll li, .page_item {
	margin-left: 0px;
	padding: 0 0 0 0;
}

li.categories {
	margin-left: 0;
	padding: 10px 10px 20px 0;
	}

li.cat-item { 
	padding: 5px 0 0 20px;
	list-style-type: none;

	font-size: 14px;
	}
	
#buddha {
	list-style-type: none;
	text-align: center;
	padding: 20px 10px 0 10px;
	}
	
#about {
	list-style-type: none;
	padding: 10px 10px 0 10px;
	text-align: center;
	font-size: 14px;
	}
	
#side-title {
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	}
	
#social {
	list-style-type: none;
	text-align: center;
	padding: 0px 10px 10px 10px;
	}
	
#popular {
	padding: 10px 10px 10px 10px;
	}

li.pop-item { 
	list-style-type: none;
	padding: 0 0 0 0;
	font-size: 16px;
	}
	
#categories {
	margin: 0;
	padding: 20px 10px 20px 0px;
	font-size: 16px;
	}
	
#sidebar {
	margin: 0;
	padding: 0 10px 20px 10px;
	font-size: 12px;
	}
		
#sidebar li {
	list-style-type: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	padding: 0px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0;
	}

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 .inputext {
	width: 174px;
	padding: 2px;
}

.newsletterform {
	padding: 4px 0 4px 10px;
}

.newslettertext {
	padding: 6px 0 6px 0px;
}


.inputext {
	border: 1px solid #777;
	width: 154px;
	font-size: 10px;
	padding: 2px;
}
	
#s {
	border: 1px solid #777;
}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* 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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	width: 655px;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 5px 0 5px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	background-color: #fcfcfc;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Begin Tables */

#mytable {
	width: 100%;
	margin: 0;
}
	
a.current {
	color: #970C6A;
	text-decoration: underline;
	}

a.current:hover {
	color: #6b6b6b;
	text-decoration: underline;
	}
	
a.current:visited {
	color: #970C6A;

	}		 


th {
	font: bold;
	font-size: small;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 4px 4px 8px;
}	

th.time {
	width: 80px;
	padding: 4px 3px 4px 3px;
}	

th.prize {
	width: 265px;
}	

th.win {
	width: 265px;
}	

th.towin {
	width: 300px;
}	


td {
	text-align: left;
	padding: 0 0 0 3px;
}

tr {
	background-color: #ffffff;
	padding: 0 0 0 6px;
	font-size: small;
}
	
tr.prizelist {
	color: #970C6A;
	text-decoration: underline;
	text-align: center;
	}
	
tr.done {
	background-color: #D9E8FF;
}

tr.donemonth{
	background-color: #FFF4D3;
}

tr.current{
	font-weight: bold;
	color: #970C6A;
}


/* End Tables */


/* "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." */

