body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6b032b;
	text-align: center;
	background-color: #c9af71;
	background-image: url(../images/KKpagebkgrd.jpg);
	background-repeat: repeat-x;
}

input, textarea {
	background: #c9af71;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #6b032b;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}

h1, h2 {
	font-weight: normal;
	text-transform: lowercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #6b032b;
}

a:hover {
	text-decoration: none;
	color: #6b032b;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 150px;
	background-color: #6b032b;
	background-image: url(../images/KKheaderbkgrd.jpg);
	background-repeat: repeat-x;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 0 0 0 20px;
	font-size: 3em;
	color: #6b032b;
	width: 182px;
	overflow: hidden;
	height: 145px;
}

#logo p {
	padding: 69px 0 0 7px;
	font-size: 1.1em;
	color: #c9af71;
	text-align: left;
}

#logo a {
	text-decoration: none;
	color: #6b032b;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #6b032b url(../images/menutabbkgrd.png) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #6b032b;
}

#menu a:hover, #menu .current_page_item a {
	background: #c9af71;
}

/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}

/* Content */

#content {
	float: left;
	width: 570px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #f7f7d0;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #dbc288;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #dbc288;
}

.post {
	margin-bottom: 15px;
	color: #6b032b;
}

.post a {
	color: #6b032b;
}

.post a:hover {
	color: #6b032b;
}

.post .title {
	margin: 0;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 15px;
}

.post .title a {
	text-decoration: none;
	color: #6b032b;
}

.post .entry {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	border-top: 1px solid #6b032b;
}

.post .links a {
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #6b032b;
}

.post .links a:hover {
	color: #FFFFFF;
}

/* Sidebars */

.sidebar {
	width: 160px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #6b032b;
}

.sidebar li li a {
	text-decoration: none;
	color: #6b032b;
}

.sidebar li li a:hover {
	color: #6b032b;
}

.sidebar li h2 {
	padding-top: 20px;
	color: #6b032b;
}
.sidebar li h2 a {
text-decoration: none;
}
.sidebar ul li ul li a img {
border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* Left Sidebar */

#leftbar {
	margin-right: 15px;
	float: left;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #f7f7d0;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #6b032b;
}

#footer a {
	color: #6b032b;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
