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

*/






/* Header, container, body, nav */

body {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: #f2f1eb url(images/headerbg.gif) repeat-x top;
	font-size: 14px;
	font-family: Georgia;
	color: #31302f;
	line-height: 140%;
}


a, a:visited, a:active {
color: #6c6420;
}

a:hover {
color: #000;
}

#container, #container2 {
width: 956px;
margin: auto;

}

#logo {
margin: 20px 0px 0px 28px;
	}

#nav {
	position: relative;
	left: 0;
	top: 7px;
	line-height: 33px;
}


#nav li {
	text-transform: uppercase;
	margin: 0px 40px 0px 0px;
	display: inline;
	color: #666;
	line-height: 30px;
}

#nav li a, #nav li a:visited, #nav li a:active {
	font-size: 13px;
	color: #c1c1c1;
	text-decoration: none;
}

#nav li a:hover {
	color: #d6d6d6;
}


#nav .active a, #nav .active a:visited, #nav .active a:active {
	color: #ffd800;
}

#nav .active a:hover {
	color: #ffeb8c;
}


/* Home */ 

#content-home {
background: url(images/mainbg_index.gif) repeat-y center;
padding: 5px 45px 30px 45px;
}

#homeleft {
display: block;
float: left;
width: 410px;
height: auto;
}

#homeright {
display: block;
float: right;
width: 410px;
height: auto;
}

#homeboth {
	clear: both;
}

#content-home h2 {
color: #7d7964;
font-size: 17px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
padding: 10px;
border-bottom: 1px solid #cdcbbf;
clear: both;
}


#content-home h3 {
font-size: 28px;
margin: 0 0 6px 0;
letter-spacing: -0.5px;
font-weight: normal;
color: #ccc;
text-decoration: underline;
line-height: 96%;
}

#content-home #homeright h3 {
font-size: 22px;
}

#content-home h3 a, #content-home h3 a:visited, #content-home h3 a:active {
color: #464442;
text-decoration: none;
}

#content-home h3 a:hover {
color: #000;
text-decoration: none;
}

.icon {
clear: both;
margin-top: 3px;
margin-right: 15px;
margin-bottom: 20px;
float: left;
}


.posthome {
display: block;
float: left;
width: 400px;
margin-bottom: 25px;
}

.postarchive {
display: block;
float: left;
width: 400px;
margin: 10px;
}


#content-home .date {
color: #999;
font-size: 11px;
font-family: Arial;
text-transform: uppercase;
letter-spacing: 0.5px;
}

#homeright p {
margin: 5px 0px 10px 0px;
font-size: 13px;
}

#homeright ul {
list-style-type: none;
padding-left: 10px;
}

#homeright li {
padding-bottom: 10px;
}

#homeright li span {
font-family: Arial;
text-transform: uppercase;
font-size: 12px;
display: block;
color: #ccc;
}


#homeright #forumlist {
font-size: 14px;
}

#homeright #forumlist ul {
margin: 0 0 20px 10px;
padding: 0;
font-family: Arial;
font-size: 12px;
}

#homeright #forumlist li {
margin: 0;
padding: 0;
}

#homeright #forumlist .new {
float: right;
}
#homeright #forumlist .new a {
color: #666;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
}

/* Page */

#content-page {
background: url(images/mainbg_post.gif) repeat-y center;
padding: 15px 15px 30px 45px;
}

#content-page .date {
color: #a8a8a8;
font-size: 14px;
font-family: Arial;
text-transform: uppercase;
letter-spacing: 1px;
margin: 5px;
}

#content-page .date a {
color: #898989;
text-decoration: none;
}

#content-page .date a:hover {
color: #666;
}

#main-content {
display: block;
float: left;
width: 560px;
height: auto;
}

#main-content h1 {
font-size: 40px;
font-weight: normal;
letter-spacing: -3px;
line-height: 1.1em;
margin: 3px;
}

#main-content h2 {
font-size: 34px;
font-weight: normal;
letter-spacing: -1px;
line-height: 1.1em;
margin: 25px 0px 0px 0px;
}

#main-content h3 {
color: #676764;
font-size: 28px;
font-weight: normal;
letter-spacing: -0.5px;
line-height: 1.1em;
margin: 25px 0px 0px 10px;
}

#main-content h4 {
color: #676764;
font-size: 22px;
font-weight: normal;
letter-spacing: -0.5px;
line-height: 1.1em;
margin: 25px 0px 0px 15px;
}

#main-content h5 {
color: #676764;
font-size: 20px;
font-weight: normal;
letter-spacing: -0.5px;
line-height: 1.1em;
margin: 25px 0px 0px 25px;
}

#main-content ul {
list-style-image: url(images/mainli.gif);
margin: 0;
padding-left: 40px;
}

#main-content ol {
margin: 0;
padding-left: 40px;
}

#main-content li {
margin: 0px 0px 10px 0px;
}

#main-content blockquote {
border-left: 2px solid #ccc;
padding-left: 5px;
margin-left: 20px;
}


/* Sidebar */


#sidebar {
color: #686762;
display: block;
float: right;
width: 275px;
font-family: Arial;
height: auto;
font-size: 12px;
line-height: 125%;
}

#sidebar .block {
background: #d5d3c7;
margin-bottom: 18px;
}

#sidebar .block strong {
display: block;
color: #8c8a7c;
font-size: 15px;
font-family: Georgia;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
margin: 10px;
padding: 10px 5px 5px 5px;
border-bottom: 1px solid #a8a590;
clear: both;
}

#sidebar ul {
list-style-image: url(images/sidebarli.gif);
margin: 0;
padding: 3px 7px 3px 23px;
}

#sidebar li {
margin-bottom: 5px;
}

#sidebar p {
padding: 10px;
}

/* Footer */


#footer {
background: #2d2d2d;
color: #999;
font-size: 13px;
min-height: 200px;
}

#footer h4 {
color: #999;
font-size: 15px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: 1px;
margin: 0;
padding: 5px;
border-bottom: 1px solid #666;
clear: both;
}

#footer1, #footer2, #footer3 {
display: block;
background: #333;
float: left;
width: 274px;
height: auto;
margin: 10px;
padding: 12px;
}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


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

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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;
}
/* End captions */



/* Comments */


.comment {
	margin-top:35px;

	}
	
	.comment .avatar {
	float: right;
	margin: 5px 10px 0 0;
	}
	
	.comment .avatar img {
		border: 3px solid #ccc;
	}

.authorinfo {
background: #e4e4dc;
display: block;
padding: 10px;
margin: 10px;
font-family: Arial;
text-transform: uppercase;
font-size: 12px;
	}
	
.authorinfo strong {
font-size: 16px;
letter-spacing: 0.5px;
}

.commenttext {
padding: 0px 25px 0px 25px;
}

.at {
text-transform: lowercase;
}

.commentreply {
float: right;
}

#respond {
background: #e4e4dc;
padding: 10px;
margin: 40px 10px 10px 10px;
font-family: Arial;
text-transform: uppercase;
}

#respond h3 {
padding: 5px;
margin: 5px;
}

#commentcount {
text-align: center;
font-size: 34px;
color: #666;
margin-bottom: 15px;
}

#commentcount span {
font-size: 30px;
color: #ccc;
text-transform: uppercase;
}

#categorystrip {
background: #2d2d2d;
color: #999;
font-size: 15px;
padding: 20px;
margin: 20px 0 20px 0;
}


#categorystrip a, #categorystrip a:visited, #categorystrip a:active {
	color: #c1c1c1;
	text-decoration: none;
}

#categorystrip a:hover {
	color: #d6d6d6;
}




/* End comments */
