/*  
Theme Name: kerndter.net
Theme URI: http://kerndter.net/wordpress/themes/kerndter
Description: Custom Theme for kerndter.net
Version: 1.0
Author: Chris B. Kerndter
Author URI: http://kerndter.net/author/chris-b-kerndter

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font-family: arial, sans-serif;
	font-size: 13px;
}

a {
	color: #8e5014;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding: 3px;
	border: 1px solid #ccc;
}

.minwidth480 {
	margin: 1%;
	width: 48%;
	min-width: 460px;
}

.minwidth960 {
	width: 100%;
	min-width: 960px;
}

.floatleft, .alignleft, .nav-previous {
	float: left;
}

.floatright, .alignright, .nav-next {
	float: right;
}

.center {
	text-align:center;
}

.postmetadata {
	font-size: 0.8em;
}

.alignleft {
	margin: 0 10px 5px 0;
}

.alignright {
	margin: 0 0 5px 10px;
}

.say, .entry {
	clear: both;
}

.say {
	margin-bottom: 50px;
}

.say > h3 {
	float: left;
	margin: 5px;
}

.say > div {
	margin-left: 130px;
}