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

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/


	
#content .rightCol ul { 
	list-style-type: none;
	margin: 5px 0 20px 0;
	padding: 0;
	}

	#content .rightCol ul li { 
		margin: 5px 0;
		padding: 0;
		}
	
#content .rightCol h1 { 
	font-weight: normal;
	color: #888;
	font-size: 14px;
	border-top: 1px solid #DDD;
	padding: 15px 0 0 0;
	}
	
		.page-blog #content h1, 
		.page-blog #content h2, 
		.page-blog #content h2 a, 
		.page-blog #content .news a:hover, 
		.page-blog #footer a:hover, 
		.page-blog #content .mainContent a:hover { color: #138; }
		.page-blog #content .news a:hover { border-bottom: 1px solid #138; }


	#content h1 { 
		margin: 0;
		color: #8A2;
		font-size: 18px;
		}
		
.headline { 
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	}
	
.title { 
	float: left;
	width: 400px;
	display: block;
	}
	
.date { 
	float: left;
	width: auto;
	display: block;
	border-right: 1px solid #DDD;
	padding: 10px 15px 10px 0;
	font-size: 11px;
	color: #999;
	font-style: normal;
	text-transform: uppercase;
	}
	
.author { 
	float: left;
	width: auto;
	display: block;
	padding: 10px 15px;
	font-style: italic;
	}
	
.postmetadata { 
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 10px;
	margin: 20px 0;	
	font-size: 11px;
	}

.archiveDisplay { 
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 10px 0;
	margin: 10px 0;	
	font-size: 11px;
	}

.entry { 
	color: #333;
	}
	
#commentsBox { 
	border: 1px solid #DDD;
	margin: 20px;
	padding: 0;
	}

	#commentsBox h3 { 	
		display: block;
		background: #999;
		color: #FFF;
		font-size: 12px;
		font-weight: normal;
		margin: 0;
		padding: 3px 10px;
		}
	
	#commentsBox p { 	
		margin: 5px 20px;
		}
		
	#commentsBox textarea { 
		width: 450px;
		height: 125px;
		background: url(http://www.tks-usa.com/images/common/bg-input.gif) no-repeat 0 0;
		border: 0;
		padding: 5px;
		border-right: 1px solid #EEE;
		border-bottom: 1px solid #EEE;
		font: 11px/16px Arial, Helvetica, sans-serif;
		color: #666;
		}
		
		#commentsBox .listing { 
			border-bottom: 1px solid #DDD;
			padding: 5px 20px 15px 20px;
			margin: 10px 0 0 0;
			}

.tks {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #666;
	line-height: 22px;
	font-weight: normal;
	}
		
.navigation { 	
	background: #138;
	padding: 5px 10px;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	}
	
	#content .navigation a { 
		color: #FFF;
		}
	
	.alignleft { 
		float: left;
		width: 45%;
		}

	.alignright { 
		float: right;
		width: 45%;
		text-align: right;
		}

#wp-calendar { 
	width: 100%;
	padding: 0;
	margin: 0 0 25px 0;
	text-align: center;
	}
	
	#wp-calendar #prev { 
		text-align: left;
		}
		
	#wp-calendar #next { 
		text-align: right;
		}
			
	#wp-calendar a { 
		font-weight: bold;
		color: #06A;
		}
		
	#wp-calendar a:hover { 
		color: #E6A;
		}		
		
	#wp-calendar #prev a, #wp-calendar #next a { 
		font-weight: normal;
		display: none;
		}
		
	#wp-calendar tfoot { 
		display: none;
		}
	
	#wp-calendar thead tr { 
		font-size: 10px; 
		color: #999;
		text-align: center;
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		}
		
	#wp-calendar caption { 
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #666;
		background: #EEE;
		padding: 2px 0;
		margin: 15px 0 0 0;
		}
		
	#wp-calendar #today { 
		background: #CCC; 
		}

