/*  
Theme Name: DFNZ
Theme URI: http://www.dfnz.co.nz
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Joel Pinkham
Author URI: http://www.markerstudio.com

*/

#sidebar {
	float: right;
}

textarea {
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul li {
	padding-left: 10px !important;
	font-size: 11px;
}

#s {
	width: 80px;
	font-size: 11px;
}

#searchsubmit {
	font-size: 11px;
}

.narrowcolumn {
	width: 450px;
	float: left;
}

.post h2, .post h3 {
	font-size: 16px;
	margin: 15px 0 3px 0;
}

.post h2 a, .post h3 a {
	text-decoration: none;
}

.post h2 a:hover, .post h3 a:hover {
	text-decoration: underline;
}

.post small {
	font-size: 10px;
	padding-bottom: 10px;
	display: block;
}

.postmetadata {
	margin-top: 15px;
	font-size: 11px;
}