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

*/


/*--------------------------------------------*/
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1.4em;	
	font-family: Sans-Serif, Arial, Verdana;
	color: #38373e;
	text-align: center;
	letter-spacing: 1px;
	text-transform:lowercase;
	background: #fff;
	}

#page {
	margin: 10px auto 24px auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
	text-align: left; 
	}

#header {	
		display: block;
		margin: 0px 0px 10px 0px;
		padding: 0;
	}
	#sitelogo {
		position: relative;
		display: block;
		margin: 0px auto 0px auto;
		}
	#sitelogo a, #sitelogo a:visited {
	 	display: block;
		height: 106px;
		width: 100%;
		background: transparent url(../images/bg_logo.gif) 0px 0px no-repeat;
		}
	#sitelogo a:hover {
		text-decoration: none;
		background: transparent url(../images/bg_logo.gif) 0px -106px no-repeat;
		}
	#sitelogo a span {
		visibility: hidden
		}	
	
#sidemenu {
	float: left;
	margin: 0px auto 20px auto;
	padding: 0;
	width: 25%;
	background: transparent;	
	}
	#sidebar {   
		position: relative;   
		margin: 0;
		padding: 0;
		width: 80%;
		background: transparent;
		}
		#sidebar form {margin: 0;}	

#content {
	float: right;
	padding: 0;
	margin: 0px 0px 20px 0px;
	width: 74%; 
	font-size: 1.1em;
	background: transparent;
	}

#footer {
	position:relative;
	clear: both;	
	padding: 10px 0px 10px 0px;
	margin: 0;  
	width: 100%; 
	font-size: 1.1em;
	background: transparent;
	clear: both;
	}      
#footer p {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	color: #afafb2;
	}

a, a:visited, a:active {
 	color: #38373e;
	text-decoration: none;
	outline: none;	
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
:-moz-any-link:focus {
	outline: none;
	}
	
#footer p a, #footer p a:visited, #footer p a:active {
 	color: #afafb2;
	text-decoration: none;
	outline: none;	
	}
#footer p a:hover {
	color: #9c653d;
	text-decoration: underline;
	}	
	

/*--------------------------------------------*/
/* Begin Top Navigation ----------------------*/
.topnav {
	position: relative;
	display: block;
	height: 40px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	background: transparent;
	} 
	.topnav a i {display: none;}
	
.topnavleft, .topnavright {
	position: absolute;
	display: block;
	height: 31px;
	width: 38px;
	top: 14px;	
	margin: 0px 0px 0px 0px;
	}   
	
.topnavleft {
	left: 0px;
	background: transparent url(../images/bg_arrow.gif) 0px -31px no-repeat;	
	}	
.topnavleft a{
	display: block; 
	height: 31px;
	width: 38px;
	background: transparent url(../images/bg_arrow.gif) -38px -31px no-repeat;	
	}
.topnavleft a:hover {
	background: transparent url(../images/bg_arrow.gif) -76px -31px no-repeat;
	}
		
.topnavright {
	right: 0px;
	background: transparent url(../images/bg_arrow.gif) 0px 0px no-repeat;
	}
.topnavright a {
	display: block;
	height: 31px;	
	background: transparent url(../images/bg_arrow.gif) -38px 0px no-repeat;
	}	
.topnavright a:hover {
	background: transparent url(../images/bg_arrow.gif) -76px 0px no-repeat;
	}
.topnavleft a span, .topnavright a span {
	display: none;
}
/* End Top Navigation */


/*--------------------------------------------*/
/* Begin Bottom Navigation -------------------*/
.bottomnav {
	position: relative;
	display: block;
	clear: both;		
	height: 50px;
	width: 100%;
	margin: 0px auto 0px auto;
	background: transparent;
	border-top: 1px dashed #38373E;
	} 
	.bottomnav a i {display: none;}
	
.bottomnavleft {
	position: absolute;
	display: block;
	height: 31px;
	width: 38px;
	top: 14px;	
	left: 0px;
	background: transparent url(../images/bg_arrow_bottom.gif) 0px -31px no-repeat;	
	}
.bottomnavleft a{
	display: block; 
	height: 31px;
	width: 38px;	
	background: transparent url(../images/bg_arrow_bottom.gif) -38px -31px no-repeat;	
	}
.bottomnavleft a:hover {
	background: transparent url(../images/bg_arrow_bottom.gif) -76px -31px no-repeat;
	}
		
.bottomnavright {
	position: absolute;
	display: block;
	height: 31px;
	width: 38px;
	top: 20px;
	right: 0px;
	background: transparent url(../images/bg_arrow_bottom.gif) 0px 0px no-repeat;
	}
.bottomnavright a {
	display: block;
	height: 31px;	
	background: transparent url(../images/bg_arrow_bottom.gif) -38px 0px no-repeat;
	}	
.bottomnavright a:hover {
	background: transparent url(../images/bg_arrow_bottom.gif) -76px -0px no-repeat;
	}
.bottomnavleft a span, .topnavright a span {
	display: none;
}
/* End Bottom Navigation */
/*--------------------------------------------*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.description {
	disply: block;
	width: 150px;
	margin: 0px auto 10px auto;
	padding: 0;
	text-align: center;
	}

small {
	font-family: Sans-Serif, Arial, Verdana;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 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: Sans-Serif, Arial, Verdana;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Sans-Serif, Arial, Verdana;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #9C653D;
	}

.post-ratings {
	font-size: 0.8em;
	color: #38373e;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

.post {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: transparent;
	text-align: justify;
	}
	
.post hr {
	display: block;
	}

.entry,
.indexentry {
	display: block;
	padding: 4px 12px 12px 12px;
	background: transparent;
	}
.entry {
	font-size: 1.2em;
	padding: 4px 36px 12px 36px;
	}
	
.entry a, .entry a:visited {
 	color: #38373E;
	text-decoration: underline;
	outline: none;	
	}
.entry a:hover {
	color: #8D9C3D;
	text-decoration: underline;
	}
.indexentry a, .indexentry a:visited {
 	color: #38373E;
	text-decoration: underline;
	outline: none;	
	}
.indexentry a:hover {
	color: #3D859C;
	text-decoration: underline;
	}	

:-moz-any-link:focus {
	outline: none;
	}

.entry img,
.indexentry img {
	border: 4px solid #fff;
	}		

             
/*--------------------------------------------*/	
/* Begin Preview -----------------------------*/ 

.indexentry .preview {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: left;
	}
.indexentry .preview img {
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 0;
	border: 1px solid #ccc;
	}
.indexentry .preview .title,
.indexentry .preview .text,
.indexentry .preview .more {
	display: block;
	margin: 0; padding: 0;
}
.indexentry .preview .title {
	font-size: 1.6em;
	margin-bottom: 0px;
	color: #38373E;
	}	
.indexentry .preview .text {
	font-size: 1.2em;
	margin-bottom: 24px;	
	}	
.indexentry .preview .more {
	font-size: 1.2em;	
	}
.indexentry .preview .more a {
	color: #000;
}
.indexentry .preview .more a:hover {
	color: #000;
	}

.entry .preview {
	display: none;
	}
.more a.more-link, .more a:visited.more-link {
	color: #9C653D;
	text-decoration: none;	
}	
.more a:hover.more-link {
	color: #9C653D;	
	text-decoration: underline;	
}	


/* End Preview */
/*--------------------------------------------*/

#content .postmetadata  {
	padding-top: 2px;
	}

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

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

.post-ratings {
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
	}	
.postmetadata {
	float: right;
	width: 490px;
	margin: 2px 0px 0px 0px;
	padding: 0;
	text-align: right;	
	background-color: transparent;
}


/*--------------------------------------------*/
/* Begin Headers -----------------------------*/
h1, h2, h3 {
	font-family: Arial;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h3 {
	margin: 0px 0px 2px 0px;
	padding: 7px 0px 7px 0px;
	font-size: 2.0em;
	letter-spacing: -1px;
	color: #8d9c3d;
	text-align: right;	
	border-top: 1px dashed #38373e;
	border-bottom: 0px dashed #38373e;		
	}

h2.pagetitle {   
	width: 100%;   
	margin: 0px auto 0px auto;
	padding: 4px 4px 4px 4px;
	color: #9C653D;
	font-size: 2.4em;
	text-align: center;
	letter-spacing: -2px;
	background: transparent;
	border: 0;
	}
	
h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
	padding: 0;
	text-decoration: none;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	display: block;
	width: 100%;
	color: #8d9c3d;
	margin: 0;
	padding: 0px 0px 4px 0px;
}
h2 a:hover, h3 a:hover {
	color: #38373E;
	margin: 0;
	padding: 0px 0px 4px 0px;	
	}
h2 a:active, h3 a:active {
	color: #38373E;
	}



/* End Headers */
/*--------------------------------------------*/

/*--------------------------------------------*/
/* Begin Images ------------------------------*/
p img {
	margin: 0;
	padding: 0;
	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;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.alignleft {
	float: left
	}
.alignright {
	float: right;
	}

/* End Images */
/*--------------------------------------------*/

/*--------------------------------------------*/
/* Begin Lists -------------------------------*/

li ul li {
	color: #38373e;
}
li ul li a, li ul li a:visited {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	color: #38373e;
} 
li ul li a:hover{
	text-decoration: underline;
	color: #3d859c;
}
 
li ul li ul li a, li ul li ul li a:visited {
	display: block;
	padding-left: 18px;
	text-decoration: none;
	color: #38373e;
} 
li ul li ul li a:hover{
	text-decoration: underline;
	color: #3d859c;
}
 
/* Begin Entry Lists -------------------------------*/
/* Special stylized non-IE bullets. Do not work in Internet Explorer, which merely default to normal bullets. */

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

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

.entry ol,
.indexentry ol {
	padding: 0 0 0 5px;
	margin: 0;
	}

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

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

/* Begin Menu Lists --------------------------------*/


#sidebar h2 {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 4px 4px 4px;	
	color: #3D859C;
	text-align: left;
	}
h2.widgettitle {
	margin: 0;
	padding:0;
	display: none;
	}

#sidebar ul {
	margin: 0; padding: 0;
	}
#sidebar ul li {
	margin: 0px 0px 12px 0px;
	padding: 0;
	display: block;
	width: 100%;  
	float: left;
}
#sidebar ul ul {
	margin: 0; padding: 0;
}
#sidebar ul ul li {
	display: block;
	width: 170px;
	position: relative; 
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 2px;
}
#sidebar ul ul li li {
	width: 164px;
}

/* End Menu 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;
	}

.entry form,
.indexentry 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: 626px;
	padding: 2px;
	border: 2px solid #ccc;
	border-collapse: collapse;
	}

#commentform #submit {
	display: block;
	clear: both;
	margin: 0px 0px 20px 0px;
	border: 2px solid #ccc;
	border-collapse: collapse;
	cursor: pointer;
	}
/* End Form Elements */


/*--------------------------------------------*/
/* Begin Comments ----------------------------*/

.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

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

#buybanner {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	margin: 0; padding :0;
	height: 100px;
	width: 100px; 
	z-index: 500;
	}
#buybanner a {
 	display: block;
	height: 100px;
	width: 100px; 
	background: transparent url(../images/buybanner.gif) 0px 0px no-repeat;
	}
#buybanner a:hover {
	text-decoration: none;
	background: transparent url(../images/buybanner.gif) 0px -100px no-repeat;
	}
#buybanner a span {
	visibility: hidden
	}         
	
/* End BuyBanner */
/*--------------------------------------------*/

/*--------------------------------------------*/
/* Begin Calendar ----------------------------*/

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

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#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: transparent; }
/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

a {outline: none;}
:-moz-any-link:focus {outline: none;}	 

	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End Various Tags & Classes*/
	
