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

*/
html, body {
	margin: 0;
	text-align: center;
	overflow-x: hidden;}

body {
	background: #89815d;
	font-size: 13px;
	font-family:  Arial, 'Trebuchet MS', 'Bitstream Vera Sans', Verdana,'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	
	}

blockquote {
	border-left: 1px solid #e0e0d0;
	padding-left: 10px;
	margin: 0 0px;}
h1, h1 a {
	color: #ed0896;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
	margin: 35px 0 0 0;
	padding: 0;
	text-decoration: none;
}
h2, h2 a {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0;
	text-align: left;
}

h3 {
	color: #ffffff;
	font-size: 13px;
	margin: 15px 0 15px 0;
	padding: 0;
}

h4 {
color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h5 {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0px;
	text-align: left;
}

#comment {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	width: 350px;
}

#content {
font-family: Arial, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
font-size: 9px;
font-color: #000000;
margin: 10px 0px 0px 42px;
width: 525px;
	text-align: left;
}
#content a {
font-family: Arial, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
font-size: 10px;
color: #333;
text-decoration:underline;
text-align: left;
}



#content img {
display: block;
	margin: -1px 0px 0PX 0PX;
		border-top: 0px solid #757474;
	border-right: 0px solid #757474;
	border-bottom: 0px solid #757474;
	border-left: 0px solid #757474;

}

/*  
#post a:hover img{
Filter:Gray;
-moz-opacity:.85;
opacity:.85;
zoom: 1;
}
*/

#footer {
	clear: both;
	color: #808979;
	font-size: 11px;
	margin: 0;
	padding: 0px 10px 10px 67px;
}
#footer a:link {
	color: #9a9c9d;

}
#footer a:hover {
	color: #00adef;

}
#footer a:visited {
	color: #9a9c9d;

}
#header {
	background: transparent;
	color: #a0a999;
	float: left;
	font-size: 11px;
	height: 185px;
	margin: 0;
	text-align: right;
	width: 1048px;}

#page {
	background: transparent url(/assets/main.jpg) no-repeat top center;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1048px;
	height:2000px;
}

#sidebar {
	background: transparent;
	border: none;
	color: #000000;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0px 0px 20px 18px;
	text-align: left;
	width: 160px;
}

#sidebar2 {
	background: transparent;
	border: none;
	color: #443;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 25px 0px 30px 23px;
	text-align: left;
	width: 235px;
}

#sidebar a {
	color: #000000;
}

#sidebar2 a {
	color: #ffffff;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	background: #000;

}

#sidebar2 a:hover {
	color: #2a6b88;
	text-decoration: underline;
}

#sidebar h2 {

	font-weight: bold;
	font-family:  Arial, Verdana, 'Times New Roman', Times, 'Lucida Sans', 'Lucida Sans Unicode', serif;
	color: #fff;
	background: #adb696;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.3em;
	margin: 20px 0 10px 0;
	padding: 0;
}

#sidebar2 h2 {
	font-weight: bold;
	font-family:  Arial, Verdana, 'Times New Roman', Times, 'Lucida Sans', 'Lucida Sans Unicode', serif;
	color: #ccc;
	background: #eee;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

#sidebar li {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#sidebar2 li {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
}
#noindent {
	margin: -10px 0 0 -10px;
	padding: 0;
}
#noindent2 {
	margin: 0 0 0 -5px;
	padding: 0;
}



#today {
	background: #ffffff;
}

#top {
	background: url(/assets/header.jpg) no-repeat center top;
	height: 235px;
	z-index:-1;
	top: 0px;
}

img.x
{
position:relative;
left:930px;
top:10px;

}

#url {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}



.commentbody {
	color: #595949;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	background: #f7f7f0;
	border: 1px solid #f0f0e0;
	position: relative;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 10px;
}

.commentlist {
	list-style: none;
}

.commentcount {
	position: absolute;
	right: 36px;
	top: 0;
	font-family: Georgia,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #e0e0d0;
	float: right;
}

html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

.date {
	color: #808979;
	font: 11px  Arial, trebuchet ms,verdana,arial,helvetica,sans-serif;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0 0 0 2px;
}



#bookmark{
position: absolute;
margin: 0 0 0 438px;
top:1925px;
}

#bot{
position: absolute;
margin: 0 0 0 50px;
top:1875px;
}
#bot H1{
font-family: Arial, 'Times New Roman', Times,'Lucida Sans', 'Lucida Sans Unicode', serif;
font-size: 9px;
color: #808979;
}
#contact{
position: absolute;
margin: 0 0 0 728px;
top:1800px;
}



.pagetitle {
	font-size: 11px;
	letter-spacing: 0.09em;
	text-align: right;
}

.postmetadata {
	color: #808979;
	font-size: 11px;
	letter-spacing: 0.09em;
	margin: 10;
	padding: 0;
	text-align: right;
}



.postmetadata a {
	color: #808979;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.4em;
	padding: 0 0 15px 30px;
}

.alt a {
	color: #005577;
}
#content a:hover {
	text-decoration: underline;
}

#content2 a:hover {
	text-decoration: underline;
}




#email, #author {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}
#header a {
	color: #990000;
}

#header img {
	border: none;
}
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

code {
	color: #005577;
	text-align: left;
}
img {
	border: none;
}

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

small {
	font-size: 10px;
	line-height: 1.2em;
}
#image2 {
	border: thin dotted #FF3300;
}
#sidebar2 img {
	float: left;
	margin: 1px 1px 0 0;
	border: 0px solid #ccc;
}
#font11 {
font-size: 8px;
font-family: Arial;
}
#navigation {
	font-size: 12px;
	font-family:   Arial;
	color: #347271;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding:4px;

}
#navigation a{
color: #000;
	padding:4px;
		border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
background-color: #e2e5da;

}
#navigation a:visited{
	color: #000;
padding:4px;
		border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #e2e5da;
}
#navigation a:hover {
color: #000;
padding:4px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #66cccc;
	
}
#banner {
padding-left:8px;
padding-top:8px;
}
#feed{
	position: absolute;
	margin: 0px 0px 0px 880px;
	top:233px;
		font-size: 10px;
	font-family:   Arial;
	color: #ffffff;

}



