/*
Theme Name: Kashbox Coaching Custom Theme.
Description: This is custom theme for <a href="http://kashboxcoaching.com">kashboxcoaching.com</a>.
Version: 1.0
*/
body {
	background: #f1f1e9;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
a { text-decoration: none; color: #0C3C5F; }
a:hover { text-decoration: none; color: #E13223; }
a:visited { text-decoration: none; color: #800080; }
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 19px 0;
	margin: 0;
}
.l, .left {
	float: left;
	display: inline;
}
.r, .right {
	float: right;
	display: inline;
}
.notext {
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.cl, .clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	display: block;
	clear: both;
}
.shell {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
#logo,
#logo .shell {
	background: #2e3233;
}
#logo .shell {
	height: 33px;
	padding-top: 20px;
}
#logo h1 {
	height: 20px;
	width: 258px;
	padding-left: 32px;
	margin: 0;
	padding: 0;
}
#logo h1 a {
	height: 20px;
	width: 258px;
	background: url(images/logo.gif) no-repeat 0 0;
}
#header,
#header .shell {
	height: 410px;
	background: #0f4c78;
	background: url(images/header-bg.gif) repeat 0 0;
}
#swf {
	width: 784px;
	height: 400px;
	margin: 0 auto;
}
#footer {
	height: 200px;
	background: #000;
	color: #fff;
}
#footer .shell {
	margin: 0;
	height: 200px;
	background: #000;
}
#content {
	background: #f1f1e9;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
}
#nav {
	padding:15px 0;
	width:11em;
	text-transform: uppercase;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 18px;
}
#nav ul li {
	padding: 5px 0;
}
#main {
	margin: 0 0 0 12em;
	padding: 0 2em;
}
#sidebar {
	text-align: center;
}
#sidebar .cnt {
	margin: 0 10px 16px 30px;
}
#nav .cnt {
	margin: 16px 10px 16px 30px;
}

.post-meta {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.post-meta li {
	padding-bottom: 10px;
}
.post-meta .post-meta-key {
	display: none;
}