/*
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

*/

/* shared tools */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clr {
clear:both;
}

.hidden {
display:none!important;
}

.block {
display:block;
}

.relative {
position:relative;
}

.hr {
width:100%;
height:1px;
_line-height:1px;

}

.hr hr {
display:none;
}


/* Header replacement e.g. <h1 class="replace" id="myh1" >Heading<span></span></h1> */
.replace1{
    text-indent: -9000px;
}

.replace2 {

position:relative; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
font-size:100%;
margin:0;
padding:0;
color:#fff;
}

.replace2 span{ 
display:block;
position:absolute; 
top:0px; 
left:0px; 
z-index:1; /* for Opera 5 and 6 */ 
width:100%;
height:100%;
}

/* Begin Typography & Colors */
body {
	margin:0;
    padding:0;
	font-size: 100%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
    background: #FFF url('images/bg.gif') ;
	}

#wpstats { width:1px; height:1px; }

#page {
	text-align: left;
	}
div, p, ul, ol, h1, h2, h3, a, img, form, select, input {
    margin:0;
    padding:0;
    z-index:0;
    background:transparent;
}
input, select {
	background:#fff;
	}

#contentHolder {
	background: url(images/buttons.jpg) no-repeat scroll right bottom;
	padding:10px 0 0 10px;
	background-color: #fff;
	}	
#content {
	font-size: 1.2em;
	background-color: #fff;
	}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px dotted #999;
	/* display:inline; */
	width:400px;
	margin:0;
	padding:0;
	}
#content h2, #content h2 a {
	color:#414141;
	}
#content #h2_blog {
	background:url(images/h2_blog.gif) no-repeat;
	width:470px;
	height:35px;
	display:block !important;
	border-bottom:none;
	margin:0;
	}
#content p.intro {
	font-size:0.8em;
	color:#636466;
	border-bottom:1px solid #f3f3f1;
	padding:0 0 17px 0;
	margin:0 0 21px 0;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.entry {
	clear:both;
	font-size:0.55em;
	color:#797979;
	padding:15px 0 0 0;
	height:1%;
}
.entry a {
	font-weight:bold;
	}
.entry img {
	border-bottom:5px solid #f3f3f1;
	}
.entry p {
	padding:0 0 25px 0;
	line-height:1.6em;
	}
.entry p strong {
	color:#666;
}
.entry_links {
	background:url(images/entry_links_bg.jpg) no-repeat;
	width:443px;
	height:65px;
	padding:23px 0 0 32px;
	position:relative;
	}
.entry_links a {
	color:#797979;
	font-size:0.55em;
	margin:0 15px 0 0;
	}
.entry_links .post_comment_link {
	position:absolute;
	display:block;
	width:80px;
	height:60px;
	top:15px;
	right:10px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	/*line-height: 1.4em;*/
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.alt_with_speech_mark {
	background:url(images/speech_mark.gif) no-repeat 435px 15px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.leave_a_reply {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:0.6em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar1 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#ae60a5;
	}
#sidebar2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
#sidebar2 #h2_search {
	background:url(images/h2_search.gif) no-repeat 0 5px;
	width:100px;
	height:29px;
}
h3 {
	font-family: Georgia,"Times New Roman",Times,serif, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: normal;
	font-style:italic;
	}

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 {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar1 h2, #sidebar2 h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #ae60a5;
	}

.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;
	color:#AE60A5;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size:0.8em;
	}
.black {
	color:#000000;
	font-size:1.2em;
}

#sidebar1 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#sidebar2 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar1 ul ul li, #sidebar1 ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ae60a5;
	text-decoration: none;
	}

a:hover {
	color: #ae60a5;
	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 20px 0;
	padding: 0; 
	}

#page {
	padding: 0;
	width:906px;
    margin:0 auto 0 auto;
    position:relative;
	}

#header {
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 88px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 30px 220px 30px;
	margin: 0px 0 0;
	width: 478px;
	}

.widecolumn {
	padding: 10px 0 220px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	clear:both;
	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: left;
}

#footer 
{
    font-size: 0.7em;
	padding: 0;
	margin: 0 auto;
	width: 765px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar1 h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
#sidebar2 h2 {
	margin: 0px 0 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: 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.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 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;
	}

#sidebar1 ul, #sidebar1 ul ol, #sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar1 ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar1 ul p, #sidebar1 ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar1 ul ul, #sidebar1 ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 6px 0 0 25px;
	padding: 0 0 5px 0;
	}

#sidebar1 ul ul ul, #sidebar1 ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar1 ul ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar1 ul ul li, #sidebar1 ul ol li {
	margin: 0px 0 0 0;
	padding: 0 0 7px 0;
	color:#666;
	font-size:0.7em;
	line-height:1.15em;
	}
#sidebar1 ul ul li a, #sidebar1 ul ol li a {
	color:#666;
	}
#sidebar1 ul ul li a:hover, #sidebar1 ul ol li a:hover {
	color:#ae60a5;
	text-decoration:none;
	}
#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
ul#recentcomments, #recent-posts ul {
	margin:0 !important;
	padding:12px 0 18px 0 !important;
	}
ul#recentcomments li, #recent-posts ul li {
	background:#fff url(images/ul_dot.gif) no-repeat 0 8px;
	margin:0 !important;
	padding:0 0 1px 10px !important;
	font-size:0.7em;
	line-height:1.6em;
	}
ul#recentcomments a, #recent-posts ul li a {
	font-size:1em;
	color:#797979 !important;
	}
ul#recentcomments a:hover, #recent-posts ul li a:hover {
	color:#ae60a5 !important;
	text-decoration:none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0 0 0;
	}

#sidebar1 #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar1 #searchsubmit {
	margin: 1px 0 0 0;
	}

#sidebar2 #searchform #s {
	width: 145px;
	border:1px solid #dadada;
	vertical-align:middle;
	padding:3px 2px;
	}

#sidebar2 #searchsubmit {
	margin: 0px 0 0 0;
	vertical-align:middle;
	}
#sidebar2 li#search, #sidebar2 li#tag_cloud, #sidebar2 li#rss_feed {
	border-top:1px solid #f3f3f1;
	margin-bottom:35px;
	}
#sidebar2 li#rss_feed {
	padding:10px 0 0 0;
}
#recent-comments .widgettitle {
	display:block;
	text-indent:-9000px;
	background:url(images/h2_most_recently.gif) no-repeat;
	width:115px;
	height:37px;
	}

#recent-posts .widgettitle {
	display:block;
	text-indent:-9000px;
	background:url(images/h2_recent_posts.gif) no-repeat;
	width:119px;
	height:17px;
	}

#tag_cloud .widgettitle {
	display:block;
	text-indent:-9000px;
	background:url(images/h2_tags.gif) no-repeat 0 10px;
	width:115px;
	height:35px;
	}

#tag_cloud a {
	color:#797979 !important;
}

#tag_cloud a:hover {
	color:#AE60A5 !important;
}

#rss_link {
	padding:0 0 10px 23px;
	background:url(images/rss.gif) no-repeat;
	height:20px;
	color:#797979;
	font-size:0.8em;
	display:block;
}
#rss_link:hover {
	color:#AE60A5;
}
#fbook_link {
	padding:0 0 0 23px;
	background:url(images/fbook.gif) no-repeat;
	height:20px;
	color:#797979;
	font-size:0.8em;
	display:block;
}
#fbook_link:hover {
	color:#AE60A5;
}

.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;
	border:1px solid #DADADA
	}
	
#commentform input.send {
	width:56px;
	height:17px;
	border:none;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #DADADA
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	font-family:arial,verdana;
	font-size:0.6em;
	margin: 15px 0 3px;
	padding: 10px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-size:10pt;
	color:#999;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar1 */
#sidebar1
{
	float:left;
	padding: 46px 0 10px 0;
	margin-left: 0px;
	width: 146px;
	border-top:5px solid #ae60a5;
	background:url(images/title_browse.gif) no-repeat;
	background-color: #fff;
	}

#sidebar1 form {
	margin: 0;
	}
/* End Sidebar1 */

/* Begin Sidebar2 */
#sidebar2
{
	padding: 16px 0 220px 0;
	margin-left: 0px;
	width: 190px;
	border-top:5px solid #AE60A5;
	width:195px;
	float:left;
	
	}

#sidebar2 form {
	margin: 0;
	}
/* End Sidebar2 */



/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	height:46px;
	}
.navigation a {
	display:block;
	color:#bcbcbc;
	font-size:0.55em;
	height:18px;
	}
.navigation a.prev_post_link {
	float:right;
	background:url(images/arrow_right.gif) no-repeat right 0px;
	padding:3px 31px 0 0;
	}

.navigation a.prev_post_link:hover { 
	background:url(images/arrow_right.gif) no-repeat right -21px;
	color:#474747;
}

.navigation a.next_post_link {
	float:left;
	background:url(images/arrow_left.gif) no-repeat 0px 0px;
	padding:3px 0 0 31px;
	}
	
.navigation a.next_post_link:hover { 
	background:url(images/arrow_left.gif) no-repeat 0px -21px;
	color:#474747;
}
/* End Various Tags & Classes*/


/* Top nav/logo/toprightnav */
#logo {
    margin: 10px 0 0 0 ;
    /*width: 906px;*/
    width: 250px;
    height: 53px;
    background: url('images/logo.gif') no-repeat 0 0px;
    float: left;
    /*border-bottom: 1px solid #FFF;*/
    cursor:hand;
}

#topNavDivider {
    width: 906px;
    clear: both;
    height: 19px;
	background: url(images/divider_bg.png) repeat-x ;
}

*html #topNavDivider {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/divider_bg.png', sizingMethod='scale');
}

#topRightNav {
    float: right;
    list-style:none;
    background:url('images/right_nav_bg.png') repeat-x ;
    height:64px;
    padding: 11px 0 0 0 ;
}

*html #topRightNav {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../../../images/static/right_nav_bg.png', sizingMethod='scale');
}

#topRightNav li{
    display: inline;
    height: 16px;
    border-right:1px solid #DFDFDE;
}

#topRightNav li.first{
    border-left: none ;
}

#topRightNav li.last{
    border-right: none ;
}

#topRightNav li a {
    font-size: 0.7em;
    color: #666;
    margin: 0 15px 0 15px;
}
/* END Top nav/logo/toprightnav */

/* footer */


/* END footer */

/* Comment Date */
.commentDate {
	float:left;
	background:url(images/bg-date.gif) no-repeat;
	text-align:center;
	width:44px;
	padding:0 0 7px 0;
}

.commentDate .month {
	text-transform:uppercase;
	color:#797979;
	font-weight:bold;
	font-size:0.5em;
	display:block;
	padding:6px 0 0 0;
}
.commentDate .day {
	text-transform:uppercase;
	color:#f174ac;
	font-weight:bold;
	font-size:1.2em;
	display:block;
	line-height:0.9em;
}
.commentDate .year {
	text-transform:uppercase;
	color:#797979;
	font-weight:bold;
	font-size:0.5em;
	display:block;
}
/* END Comment Date */

.commentTitle {
	float:left;
	padding:4px 0 0 15px;
	width:400px;
}
.commentTitle h2 {
	float:left;
	width:auto !important;
}
.commentTitle small {
	clear:both;
	display:block;
	font-size:0.55em;
	padding:7px 0 0 0;
	float:left;
	width:400px;
}
.commentTitle small a {
	color:#f174ac;
}

#commentform { text-align: left; }
#commentform input.widef { width: 300px; }
#commentform input.tiny { width: 70px; }
#commentform input.small { width: 150px; }
#commentform input { margin-bottom: 5px; }
#commentform input[type=checkbox] { width: 10px; }
#commentform .header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px dotted #999;
	/* display:inline; */
	width:400px;
	margin-bottom:15px;
	padding:0;
}

.error { color: #f00; margin-bottom: 15px; }
.errorTitle { margin-bottom: 15px; text-decoration: underline; } 
