/*
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

*/


@import 'bpcompressed.css';
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background: 	#EEE url(images/bodyBG.jpg) repeat 50% 50%;
}

a {
color: #27c8f8;
text-decoration: none;
}

#content a:hover, #sidebar a:hover, #footer a:hover {
background: yellow;
}

#content {
}

h2 {
font-size: 1.35em;
font-style: italic;
text-transform: uppercase;
letter-spacing: -0.035em;
font-weight: bold;

}
.red {
background: #f71300 /* url('images/transRed.png')*/;
padding: .15em .5em;
color: white;
margin: 0 5px 0 0;
}

.last {
margin-left: 15px;
}

.blue {
background: url('images/transBlue.png');
padding: .15em .5em;
color: white;
margin: 0 5px 0 0;

}

#sidebar h2 {
margin-bottom: 5px;
margin-top: 5px;
}

h1 {
}

ul, ol, li, li ul, li ol {
margin: 0;
}

#sidebar li {
margin-bottom: 20px;
}

h1 a {
color: #050505;
border-bottom: 10px solid yellow;
padding: .15em .5em .15em .25em;
display: block;
}

h1 a:hover {
color: #050505;
padding: .15em .5em .15em .25em;
background: yellow;
}

h3 {
font-size: 1.15em;
text-transform: uppercase;
font-style: italic;
letter-spacing: -0.035em;
font-weight: bold;
}

#top .caption {
position: absolute;
width: 560px;
padding: 10px 20px 10px 10px;
display: block;
top: 300px;
z-index: 3;
}



#top .caption2 {
position: absolute;
width: 320px;
padding: 10px 20px 10px 10px;
display: block;
top: 300px;
right: 22px;
text-align: right;
z-index: 3;
}


#content p {
line-height: 1.65em;
letter-spacing: -0.015em;
}

#sidebarContainer {
margin-top: 110px;
}

#sidebar {
font-size: 65%;
color: #666;
}

em {
color: #888;
}

#top h2 {
font-size: 14px;
font-weight: bold;
font-style: italic;
text-transform: uppercase;
letter-spacing: -0.035em;
color: white;
margin-bottom: 0;
line-height: 1.25;
}

input {
width: 215px;
margin-bottom: 15px;
}

h1 {
font-size: 4.35em;
line-height: 1;
letter-spacing: -0.05em;
font-weight: bold;
font-style: italic;
color: #111;
margin-bottom: .35em;
}

h1 .red {
padding: 0 4px;
color: white;
}

h1 strong {
color: #111;
}

.postmetadata {
text-align: right;
font-size: 14px;
line-height: 18px !important;
color: #999;
}

.entry {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #DDD;
}

#content img {
border: 15px solid #FFFFFF;
margin: 0;
}

h1 + h3 + p, h1 + div + h3 + p {
font-size: 1.35em;
margin-bottom: 10px;
line-height: 1.45em !important;
}

.wp-caption-text {
font-style: italic;
font-size: 11px;
color: #999;
padding-left: 15px;
padding-top: 5px;
}

a:hover img {
background: none !important;

}

.comment img {
float: left;
margin: 0 10px 0 0 !important;
}

.commentmetadata {
font-size: 10px;
}

.comment .fn {
font-size: 14px;
font-weight: bold;
}

.comment {
padding-bottom: 5px;
border-bottom: 1px solid #CCC;
font-size: 12px;
margin-bottom: 10px;
font-style: italic;
color: #999;
}

#comments {
padding-top: 10px;
border-top: 1px solid #CCC;
margin-top: 10px;
}

.commentsCategories {
float: left;
width: 90px;
margin-left: -110px;
margin-top: 38px;
}

.commentsCategories h5 {
font-size: 13px;
padding-bottom: 6px;
margin-top: 6px;
text-align: right;
line-height: 1.35;
font-weight: normal;

}

.commentsCategories h5 em{
font-size: 11px;
font-weight: bold;
letter-spacing: -0.025em;

}

.commentsCategories h5.first {
border-bottom: 1px solid #CCC;

}

.entry .login {
text-align: right;
font-size: 11px;
float: right;
width: auto;
}