/*
Theme Name: Randy J. Hunt
Theme URI: http://wordpress.org/
Description: Randy J. Hunt wordpress theme.
Version: 0.1
Author: Randy J. Hunt
Author URI: http://randyjhunt.com.com/
Tags: grid, multi colum, widgets

*/

body {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	background:#666 url(images/backgrounds/bg_cream_on_dark_cream.png) repeat;
	text-align:left;
}

a {
	color:red;
}

.panel {
	background-color:#f7fed5;
	height:140px;
	overflow:hidden;
	border-bottom:1px solid #ebe1bd;
}

.panel h1, .panel h2 {
	font-size:12px;
	margin-bottom:0;
	line-height:18px;
}

.homepage_excerpt {
	height:422px;
	overflow:hidden;
}

.post_panel p {
	/*background-color:#f7fed5;*/
	background-color:#f7fed5;
        width:400px;
	/*border-bottom:1px solid #666;*/
}

.halfpadbox {
	float:left;
	padding:9px;
}

.focus {
	background-color:#fff;
}