/*
Theme Name: Kathy's Show Equipment
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Rob Smith 
Author URI: rob@quirky-bird.com
*/

/* Begin Typography & Colors */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

.post {
	margin: 10px 25px;
}

.post h2 {
	margin-bottom: 0px;	
}

.leftside ul {
	list-style: none;
	padding: 0 5px;
}

.leftnav li {
	padding: 0 0 0 4px;
}

.leftnav h2 {
	margin: 2px 0;
	padding: 0 4px;
	font-size: 16px;
}

.postHeader {
	width: 100%;
    background: transparent url(../images/leftnavtop.gif) top no-repeat;
	height:10px;
	border:solid;
}
