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



/* Begin Typography & Colors */

/* sifr elements first*/


h1, h2{
	display: block;
	padding: 0;
	margin: 0;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	font-family: "Courier New", Times, serif;
	width: 163px;	
}

#workCats {
	border-bottom: 1px solid #000;
	margin: 0 0 8px 0;
	padding: 0 0 11px 0;
}
#primNav, #workCats {
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Courier New", Times, serif;
}

#primNav a, #workCats a{
	position: relative;
	top:6px;
	line-height: 16px;
}

body {
	border:0;
	padding: 0;
	margin:0;
	/*background: #fff url('bits/guide.jpg') no-repeat;*/

	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;

	color: #000;
	text-align: left;
	}

#subscribe a{
	text-align: right;
	font-size: 11px;
	font-family: "Courier New", Times, serif;										
	text-transform: uppercase;	
	right: 0;
	bottom: 4px;
	position: absolute;
	float: right;
}

#page {
	margin: 0;
	padding: 0;
	width: 917px;
	}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 121px;
	width: 917px;

	}
#logo {
	height:121px;
	width:100px;
	text-align: right;
	float: left;
}

#logo img{
	margin: 33px 0 0 0;
}



.entry p {

	margin:0;

}

.entry{
	height: 486px;
	width: 688px;
	overflow: hidden;
	padding: 13px 0 0 0;
	border-bottom: 1px solid #000; 

}

.parent{
	float: left;
	margin: 0 58px 0 0;
	padding: 0 13px 0 0;
}


.child{
	float: right;
	margin: 0;
	padding: 0 13px 0 0;
}

.parent, .child{
	height: 473px;
	width: 290px;
	overflow: auto;
}



a, a:visited {
	color: #000;
	text-decoration: none;
}

 a:hover {
	color: #000;
	text-decoration: underline;
}

.entry a, #excerpt a {
	text-decoration: underline;
}

.entry, #excerpt {
	line-height: 13px;
}


.entry a:hover, #excerpt a:hover{
	text-decoration: none;
}


#pagination {
	margin: 8px 0 0 0;
	float: right;
	color: #888888;	
}

#pagination a{
	display: inline;
	margin: 0 0 0 0;
}

#pagination a:hover{
	color: #888888;
	text-decoration: none;
	margin: 0 0 0 0;
}

#pagination strong{
	font-weight: normal;
	display: inline;
	margin: 0 0 0 4px;
}


#content {
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000; 
	height: 583px;
	width: 688px;
	margin: 0;
	padding: 0;
	}

.narrowcolumn {
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 688px;
	}

.widecolumn {
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 688px;
	}

#sidebar {
	border-top: 1px solid #000;
	margin: 0 0 0 33px;
	padding: 0 0 0 0;
	width: 163px;
	}



h1{
	height: 27px;
	border-bottom: 1px solid #000;	
}

#sidebar form {
	margin: 0;
	}

.worknav, .worknavSel {
	display: block;
	padding: 0 0 0 0;
	line-height: 13px;
}

.worknavSel a{
	color:#888888;
}

.postNav a{
	text-decoration: none;	
}

.postNav a:hover{
	color:#888888;
}

h2 .active_category{
	color: #888888;
}

h1 .selected{
	color: #888888;
}

#primNav h1 a:hover, h2 a:hover {
	color: #888888;
	text-decoration: none;
}

.current_page_item a{
	color: #888888;
}

.post {
	margin: 0 0 0 0;
	text-align: left;
	}



#thumbs {
	width: 267px;
	float: left;
	text-align: left;
}

#thumbs img{
	float: left;
	padding: 0 13px 13px 0;

}
#excerpt {
	width: 688px;
	padding: 0 0 0 0;
}

.title {
	margin: 10px 0 0 0;
}

.entry img {
	margin:0 0 0 0;
	padding:0;
	float: right;
}

.post hr {
	display: block;
	}


.clear {
	clear: both;
}

#footer {
	top: 713px;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 917px;
	clear: both;
	text-align: right;
	font-size: 9px;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	height: 27px;
	width: 163px;
	border-bottom: 1px solid #000;	
}
.thread-alt {
	background-color: transparent;
}
.thread-even {
	background-color: transparent;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {

	border: none;
	}

small {
	font-size: 9px;
	/*line-height: 1.5em;*/
	}





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

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

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

/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	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;
	}

#excerpt form { /* This is mainly for password protected posts, makes them look better. */
	position: absolute;
	text-align: right;
	top: 647px;
	left: 784px;
	margin: 0 0 0 0;
	padding: 0;

	}

#excerpt input { /* This is mainly for password protected posts, makes them look better. */
	margin: 0 0 0 0;
	padding: 0;

	}
#excerpt select { /* This is mainly for password protected posts, makes them look better. */
	margin: 0 4px 0 0;
	padding: 0;

	}

#excerpt img {
	margin: 0 0 0 0;
	padding: 0;
}

select {
	width: 130px;
	}

#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;
	}


/* Begin Sidebar */

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

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
