body {
	margin: 20px;
	background: #565F68;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	letter-spacing: normal;
}

h1 {
	font-size: 1.8em;
	letter-spacing: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-decoration: none;
	letter-spacing: normal;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0A0A0A;
}

a:link {
	color: #663333;
}
a:hover {
	color: #996666;
}

#wrapper {
	background: #FFFFFF;
	width: 860px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
}

/* Header */

#header {
	height: 104px;
	background: url(images/kimheader.jpg) no-repeat left top;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	margin: 0;
	padding: 0px;
	visibility: visible;
	z-index: 1;
	overflow: visible;
}
#menu {
	height: 18px;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	padding: 0px;
	text-align: right;
	width: 842px;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#page {
	width: 860px;
	margin: 0;
	text-decoration: none;
}

#bio_page {
	width: 80%;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 550px;
	padding: 25px 18px 0 0;
	text-decoration: none;
}

.post {
	text-decoration: none;
}

.post .title {
	color: #666666;
}

.post .contact_title {
	text-align: center;
	color: #666666;
}

.post .contact {
	text-align: center;
	color: #666666;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.post .meta a:link {
	color: #000000;
}
.post .meta a:hover {
	color: #996666;
}

.post .entry {
	padding: 0px 0 3px;
	text-align: justify;
	text-decoration: none;
}

.post .entry img {
	display: block;
	margin-right: auto;
	margin-left: auto;	
}

.post .metaPick {
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

#star {
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 10px 0px 12px 20px;
	color: #787878;
	text-align: left;
	background-color: #F0F0F1;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	color: #565F68;
}

#sidebar li ul {
	padding-bottom: 15px;
	color: #009900;
}

#sidebar li li {
	line-height: 20px;
	border-bottom: 1px dashed #D2D4C9;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar h2 {
	color: #565F68;
	font-size: 15px;
}

#sidebar p {
	text-align: left;
	line-height: 18px;
	width: 179px;
	font-size: 11px;
}

#sidebar a {
	color: #787878;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #996666;
}
#sidebar h4 {
	color: #CCCCCC;
	line-height: 15px;
	background-color: #565F68;
	font-weight: normal;
	text-align: left;
	text-indent: 3px;
	width: 179px;
}

/* Bio sidebar */
#bio_sidebar {
	float: left;
	width: 210px;
	padding: 20px 0 0 10px;
	color: #787878;
	text-align: left;
	/*background-color: #F0F0F1;*/
}

/* Footer */

#footer {
	width: 860px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: #F0F0F1;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	vertical-align: top;
}
#footer a:link {
	color: #996666;
}
#footer a:visited {
	color: #996666;
}
a:active {
	color: #663333;
}
a:visited {
	color: #663333;
}
.post .blue {
	padding: 0px 0 3px;
	text-align: left;
	text-decoration: none;
	color: #2E3B4F;
}
