/*  
Theme Name: Robin Good's theme
Theme URI: http://wordpress.org/
Description: Theme voor het blog van Robin Good, gebaseerd op Kubrick, aangepast aan website-design.
Version: 1.0
Author: Basic Orange
Author URI: http://www.basicorange.nl/

	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/


*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#contentcol h3.authordate {
	margin-top: -5px;
	font-size: 1.2em;
}
#contentcol h4.authordate {
	margin-top: -5px;
	font-size: 1em;
}
#contentcol p.authordate {
	color:#B68E12;
	font-size: 1em;
}
#sidebar {
	margin-left: 5px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li li {
	margin: 0 0 0 10px;
	padding: 0;
	font-weight: bold;
	font-size: 0.9em;
}
#sidebar ul li li a {
	text-decoration: none;
}
#sidebar ul li li a:hover {
	text-decoration: none;
	border-bottom: solid 1px #122641;
}
.widgettitle {
	font-size: 1.2em !important;
	letter-spacing: normal !important;
}
.widgettitle a {
	color:#B68E12;
	text-decoration: none;
	border-bottom: solid 1px #B68E12;
}
.widgettitle a:hover {
	color:#122641;
	text-decoration: none;
	border-bottom: solid 1px #122641;
}
.widget_search form {
	margin: 4px 0 10px 10px;
	padding: 0;
}
.widget_search form input {
	float: left;
	background-color: #FFF;
	border: solid 1px #122641;
}
.widget_search form button, form#commentform button {
	float: left;
	border: none;
	background: none;
	font-size: 2em;
	line-height: 100%;
	color: #122641;
	font-weight: bold;
	margin: -3px 0 0 0;
	padding: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}


h3#comments, h3#respond {
	color: #122641;
	font-size: 1.1em;
	border-bottom: solid 1px #122641;
	margin-top: 20px;
	padding-bottom: 5px;
	letter-spacing: normal;
}
form#commentform input, form#commentform textarea {
	background-color: #FFF;
	border: solid 1px #122641;
}
form#commentform textarea {
	width: 432px;
}
form#commentform button {
	font-size: 1em;
	margin-bottom: 20px;
}
ol.commentlist {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;
}
ol.commentlist li {
	padding: 0 0 0 10px;
	border-left: solid 1px #122641;
	list-style-type: none;
}