/*
Theme Name: dark
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 {
    background:url('images/bg3.png') repeat-y #000000;
	background-position:center top;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
    font-family:verdana, tahoma, arial;
    font-size:12px;
    height:100%;
}

a {
	color:#246300;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

.site {
	margin-right:auto;
	margin-left:auto;
	border:1px solid black;
    background:url('images/bg2.png') no-repeat;
	background-position:center top;
}


.header {
	position:relative;
	top:0px;
	width:840px;
	height:300px;
	margin-right:auto;
	margin-left:auto;
}

.backtohome  {
	display:block;
	position:absolute;
	top:100px;
	left:90px;
	width:300px;
	height:100px;
}	

.header-right {
	position:absolute;
	top:30px;
	left:575px;
	width:220px;
	vertical-align:middle;
}

.header-right form {
	position:absolute;
	top:220px;
	vertical-align:middle;
}

.header-right .searchInput {
	height:20px;
	vertical-align:middle;
}

.main {
    margin-top:0px;
    margin-right:auto;
	margin-left:auto;
	width:820px;
	text-align:left;
}

.content {
	width:500px;
	padding-left:10px;
	margin-right:300px;
}

.content h2 a {
	color:#000000;
	text-decoration:none;
}

.content h2 a:hover {
	background:#eafded;
}

.content .postmetadata {
	width:300px;
	margin-left:70px;
	margin-bottom:25px;
	border-left:3px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
	padding:5px;
}

.time {
	float:right;
	text-align:center;
	width:40px;
}

.time-day {
	background:url('images/comment_bg.png') repeat-x #464646;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.time-month {
	border-right:1px solid #464646;
	border-left:1px solid #464646;
	font-size:13px;
	font-weight:bold;
}

.time-year {
	border-right:1px solid #464646;
	border-left:1px solid #464646;
	border-bottom:1px solid #464646;
	font-size:10px;
	color:#ADADAD;
}

.navigation {
	padding-bottom:20px;
}

.commentlist li {
	border-bottom:1px solid #F0F0F0;
	border-left:2px solid #F0F0F0;
	padding:5px;
	margin-bottom:10px;
}

.commentlist .commentmetadata a {
	color:#898989;
	font-weight:normal;
	font-size:11px;
}

.nextprev {
	float:right;
	width:60px;
	height:130px;
	margin-right:-100px;
}

.nextprev .alignleft {
	margin-bottom:5px;
}


.menu {
	float:right;	
	width:300px;
	margin-top:30px;
}

.menu .head {
	margin-top:20px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.footer {
	clear:both;
    background:url('images/bg4.png') no-repeat;
	background-position:center bottom;
	height:60px;
	text-align:center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.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.5em;
	text-transform: none;
	}


#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;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

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
	}


