/*  
Theme Name: Kubrick
Theme URI: http://binarybonsai.com/kubrick/
Description: The Kubrick theme.
Version: 1.3.0-rc2
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

This version of Kubrick was packaged by Ryan Boren for WordPress 1.3.
Anything that does not work is probably his fault. Don't bug Michael.

	Kubrick v1.3.0-rc1  for  WordPress 1.3
	 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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {


	text-align: center;
clear: both;
	}


.graybox {
	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;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: left;
padding-left:30px;
	}

.description {
	font-size: 1.2em;
	text-align: left;
padding-left:70px;
padding-right:30px;
	}

h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .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, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em '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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.2em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;


	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}
#frame {
	margin: 20px auto;
min-width:792px;
max-width:1000px;
width:expression(document.body.clientWidth < 990 ? "792px" : "80%" );
border: 0;
	background-color: white;
	padding: 0;
}	
#header {
	padding: 0;
	margin: 0;
	height: 102px;
	background-color: #FFFFFF;
min-width:792px;
width:expression(document.body.clientWidth < 800 ? "792px" : "100%" );
	border-bottom: 1px solid #73a0c5;
	}

#headerimg {
	margin: 0 auto;
	height: 100px;
	width: 100%;
	background-color: #73a0c5;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
width: 62.5%;
	}


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px auto;
	width: 95%;
	}
	
.post {
	margin: 0 0 40px;
clear:both;
	}
.entry {
clear:both;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}


	
#footer {
	padding: 0;
	margin: 10px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 1.2em;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	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 */


/*	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;
	}
p img {
	padding: 3px;
	max-width: 100%;
	border: 1px solid #959596;
margin: 5px;
	}

img.latex {
	border: none;
	}

.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;
list-style-type: decimal;
	}

.entrytext ol {
	padding: 0 0 0 35px;
	margin: 0;
list-style-type: decimal;
	}

.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;
word-break: break-all;
overflow: hidden;
	}

#referrer {
font-size: 0.9em;
	}

#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; 
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	}


#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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.graybox {
	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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	float: right;
	width: 30%;
	line-height: 1.4em;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 {

width: 100%;
	text-align: center;
	margin-top: 10px;

	}
/* End Various Tags & Classes*/

a.annotation {
	position: absolute;
	border: 1px solid white;
	padding: 0;
	display: none;
}

a.annotation span {
	display: block;
	width: 100%;
	height: 100%;
	/* Setup opaque background in notes box with browser specific opacity
	 * properties (they aren't valid CSS - sorry).  If having valid CSS is
	 * so important	to you just get rid of the next 4 lines after these
	 * comments (you'll sacrifice the opaque background in the notes
	 * boxes.
	*/
	background: white;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}

a.annotation:hover {
	border-color: yellow;
}

/* "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." */

ul#navsite,
#navsite ul {
    font: 1em Verdana, sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: white;
float: right;
    }
#navsite li {
    float: left;  /* arrange top menu items horizontally */
    text-align: center;
    }
/* Absolute position with auto setting means the item will appear
   where it would have appeared normally, but is taken out of the
   flow and floats above all the content. */
#navsite li ul {
    position: absolute;
    top: auto;

    left: -999em; /* for better accessibility than using display:none */
    }
* > html #navsite li ul {  /* "Tan Hack" for IE Mac only */
    display: none;
    left: auto;
    }
#navsite li:hover ul,
* html #navsite li.sfhover ul {  /* for IE-Win and other non-IE browsers */
    left: auto;
    }
* > html #navsite li.sfhover ul { /* "Tan Hack" for IE Mac only */
    display: block;  /* IE-Mac gets confused by the left:-999em rule, so we do this. */
    border: 1px solid #778;  /* to visually confirm this rule is being used on IE-Mac */
    }
#navsite li ul li {
    float: none;  /* sub-menu items will stack vertically as normal list */
    text-align: left;
    }
#navsite a {
    display: block;
    text-decoration: none;
    color: #FFF;
    background-color: #73a0c5;
    padding: 1px 0px 2px 0px;  /* no right-left padding for top level items */
/*    border: 1px solid #FFF; */
    }
#navsite li ul li a {  /* for sub-menu items */
    /* Apply the width here (not to li) so that IE regards entire width as clickable */
    /* This also seems to fix the "3px gap between list items" bug in IE. */
    width: 2.3em;
    border-top-style: none;  /* to get single line between items */
    padding: 1px 10px 2px 15px; 
    }
/* note: important to keep ordering of LVHA link, visited, hover, active */
#navsite a:link:hover,
#navsite a:visited:hover {
    color: #73a0c5;
    background-color: #FFF;
    border-color: #FFF;
    }

#googlead {
margin: 0 auto;
width: 728px;
}

#fp:first-letter {
font-size: 280%;
font-weight: bold;
float: left;
margin-right: 3px;
}

.related_posts {
	padding: 0 0 0 20px;
	width: 50%;
        float: right;
}

.comment-number {
	font-size: 1.1em;
        float: right;
	color: #d5d6d7;
}

.aside {
clear: both;
margin: 10px 0 10px 0;
}

.navigation {
margin: 10px 0 10px 0;
}

ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color:#99B1FF; font-size: 120%; }
ul#tagcloud li.t2 a { color:#809DFF; font-size: 170%; }
ul#tagcloud li.t3 a { color:#668AFF; font-size: 210%; }
ul#tagcloud li.t4 a { color:#4D76FF; font-size: 240%; }
ul#tagcloud li.t5 a { color:#3363FF; font-size: 270%; }
ul#tagcloud li.t6 a { color:#1A4FFF; font-size: 300%; }
ul#tagcloud li.t7 a { color:#003CFF; font-size: 330%; }
ul#tagcloud li.t8 a { color:#0036E6; font-size: 360%; }
ul#tagcloud li.t9 a { color:#0030CC; font-size: 390%; }
ul#tagcloud li.t10 a { color:#002AB3; font-size: 420%; }

.avatar {
	padding: 2px;
	margin: 0 5px 2px 0;
float:left;
	display: inline;
}