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

*/

body {
	background-color:#336;
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color:#0000FF;
}

a:hover {
	text-decoration: underline;
}

.idcMatrix {
	margin: 0 auto;
	width: 900px;
}

li.page_item {
	display: inline;
}

.readMoreLink {
	font-weight: bold;
}

.idcHeader {
	background-color:#CCCCFF;
	padding: 5px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

.idcFooter {
	background-color:#CCCCFF;
	padding: 5px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	font-size: 12px;
	text-align:center;
}

ul.idcMenu {
	background-color: #666666;
	padding: 3px 10px;
	margin: 0;
	list-style-type:none;
}

ul.idcMenu li > a {
	color: white;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	margin-right:10px;
}

.idcMenu > a:hover {
	color: white;
	text-transform:uppercase;
	text-decoration:underline;
}

.idcHeader > .title {
	font-family:"Courier New", Courier, monospace;
	font-size: 24px;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.idcHeader > .title a {
	color: black;
	text-decoration:none;
}

.idcBody {
	background-color: #dde;
}

.idcFDPost {
	padding: 10px;
}

.idcFDPost > .body > .image > img {
	border: 1px solid #666;
}

.idcFDPost > .body {
	background-color:white;
	font-size: 80%;
	padding: 10px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.idcFDPost > .body a {
	color: #009;
	text-decoration: none;
}

.idcFDPost > .body a:hover {
	color: #00f;
}

.idcFDPost > .toolbar {
	background-color: #eee;
	font-size: 11px;
	padding: 2px 5px;
}

a.tag {
	color:#003399;
	text-decoration:none;
	text-transform:uppercase;
}

a:hover.tag {
	text-decoration:underline;
}

.idcFDTitle {
	font-weight: bold;
	font-size:160%;
	color:#333;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.idcFDLabel {
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	background-color:white;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	width:140px;
	padding: 5px;
	text-align:center;
}

.tutorial {
	color: #006600;
}

.news {
	color: #660000;
}

.navigation {
	background-color: #CCCCCC;
	padding: 5px;
	font-weight:bold;
	font-size:80%;
}

.navigation a {
	color: #000099;
	text-decoration:none;
}	

.navigation a:hover {
	color: #0000FF;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.single {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:white;
	margin: 10px;	
	border: 1px solid #999;
}

.single h2 {
	margin-top: 2px;
	padding-top: 2px;
	font-size: 140%;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

.entry {
	font-size: 80%;
}

h3#comments, h3#respond {
	color: #555;
	font-size: 100%;
	margin-left:10px;
}

ul.commentlist {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#eee;
	margin: 10px 10px 0px 10px;
	list-style-type:none;
	padding: 5px;
}

ul.commentlist li {
	padding: 5px;
	margin: 5px;
	background-color:#dde;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

ul.commentlist li .byLine {
	font-size: 90%;
}

ul.commentlist li .commentBody {
	font-size:80%;
}

.commentsLoggedIn {
	margin-left: 10px;
	font-size:70%;
}

form#commentform {
	padding: 0;
	margin: 0;
}

form#commentform input, form#commentform textarea {
	margin-left: 10px;
}

.clear {
	clear: both;
}

