body {
	margin: 0; padding: 0;
	background-color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, #mainnav, .skedHeds ul li em, body#buzz blockquote, #schedule #maincontent p em {
	font-family: "museo-slab-1","museo-slab-2", Georgia, serif;
}
h1, h2, h3, h4, h5, h6, ul, li, blockquote, p {
	margin: 0; padding: 0;
	list-style: none;
}

hr {
	height: 5px;
	background: #F6EFE8 url('../images/bg-stripes.gif') repeat;
	border: none;
	clear:left;
	margin:0 0 20px 0;
}

a:link, a:visited, #twitter_div ul span a:link, #twitter_div ul span a:visited { 
	color: #d5ab7b; text-decoration: none; font-weight: bold;
}
a:hover, a:active, #twitter_div ul span a:hover, #twitter_div ul span a:active {
	color: #b38a56; text-decoration: underline;
}
a img { border: none; }

.clearfix { clear: both; height: 1%; overflow: hidden; }

#container {
	width: 970px; margin: 0 auto;
	background: url('../images/kim-photo2-sm.jpg') no-repeat 790px 0;
}
body#about #container, body#contact #container { background: url('../images/kim-authorphoto-sm.jpg') no-repeat 800px 10px; }
body#book #container { background: url('../images/kim-baby.jpg') no-repeat 790px 20px; }
body#buzz #container { background: url('../images/kim-photo.jpg') no-repeat 785px 0; }
/*
body#recipes #container { background: url('../images/kim-green.jpg') no-repeat 0 10px; }
*/


/* HEADER */
#header {
	padding: 40px 165px 30px 0;
}
#header h1 {
	color: #691b1b;
	font-size: 48px;
	font-weight: 500;
	display: inline;
}
#header h2 {
	color: #999;
	font-size: 16px;
	font-weight: 100;
	display: inline;
	padding-left: 10px;
	text-transform: lowercase;
}
#mainnav {
	clear: both;
	padding-top: 0px;
}
#mainnav li {
	font-size: 18px;
	display: inline;
	padding-right: 16px;
}
#mainnav .twitter, #mainnav .facebook {
}
#mainnav .twitter a, #mainnav .facebook a {
	display: inline-block; width: 16px; height: 18px;
	text-indent: -9999px;
}
#mainnav .twitter { background: url('../images/ico-twitter.gif') no-repeat 0 2px; }
#mainnav .facebook { background: url('../images/ico-facebook.gif') no-repeat 0 2px; }
#mainnav a { font-weight: 500; }


/* MAIN CONTENT */
#maincontent {
	width: 650px;
	float: left;
}
#maincontent h4 {
	color: #74a9a7;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
#maincontent h4 span {
	font-size: 18px;
	padding-right: 5px;
}
#maincontent h4 span, #maincontent h4 a:link, #maincontent h4 a:visited {
	color: #691b1b;
	font-weight: 700;
}
#maincontent .blogHeds h4, #maincontent .skedHeds h4 {
	margin-bottom: 10px;
}
#maincontent h2 {
	font-size: 24px;
	margin-bottom: 5px;
	line-height: 1em;
}
#maincontent h2 a:link, #maincontent h2 a:visited { color: #691b1b; }

#maincontent p {
	color: #787878;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5em;
}
.featured { 
/*	background: #dae0e0 url('../images/bg-diagstripe.gif') repeat; */
	background: #f6efe8 url('../images/bg-stripes.gif') repeat;
	padding: 5px;
	margin-bottom: 5px;
}
.featuredWrap {
	background-color: #FFF;
	padding: 4px;
}
.featured .featuredMedia {
	width: 465px;
	float: left;
}
.featured .featuredInfo {
	width: 145px;
	float: right;
	padding-top: 10px;
	margin-right: 5px;
}
#maincontent .featuredInfo p {
	color: #454545;
}
.blogHeds, .skedHeds {
	padding: 15px 15px 10px 15px;
/*	background: url('../images/bg-diagstripe.gif') repeat; */
	background: #f6efe8 url('../images/bg-stripes.gif') repeat;
	width: 293px; height: 250px; overflow: hidden; 
}
.blogHeds { float: left; clear: both; }
.skedHeds { float: right; }
.blogHeds ul li, .skedHeds ul li {
	margin-bottom: 10px;
	clear: both;
}
.skedHeds ul li {
	margin-left: 40px;
}
.blogHeds ul li .pubDate, .skedHeds ul li .info {
	color: #999;
	font-size: 12px;
	padding-top: 2px;
	display: block;
}
.skedHeds ul li em {
	display: block;
	width: 30px; height: 30px;
	float: left;
	font-style: normal;
	text-transform: lowercase;
	text-align: center;
	margin-left: -40px;
	margin-top: -2px;
	font-weight: 700;
	color: #666;
}
.skedHeds ul li em span {
	display: block;
	font-size: 18px;
	line-height: 18px;
}

#maincontent .contentWrap {
/*	padding-left: 10px; */
	padding-right: 10px;
}
body.story #maincontent h2 {
	color: #691B1B;
	margin-bottom: 15px;
}
body.story #maincontent h3 {
	color: #9E6A38;
	margin-bottom: 15px;
	padding-top: 10px;
}	
body.story #maincontent p {
	margin-bottom: 15px;
	font-size: 13px;
	color: #6a5f51;
}
body.story #maincontent ul {
	margin-bottom: 15px;
}
body.story #maincontent ul li {
	margin-bottom: 10px;
	font-size: 13px;
	color: #6a5f51;
	padding-left: 15px;
	background: transparent url('../images/ico-arrow.gif') no-repeat left .3em;
}
/*
body.story #maincontent blockquote {
	margin: 0 0 15px 0;
	padding: 15px;
	font-size: 13px;
	background: #f6efe8 url('../images/bg-stripes.gif') repeat;
	color: #6a5f51;
}
*/

body#buzz blockquote {
	background: url('../images/quote-top-tan.gif') no-repeat;
	padding-top: 32px;
	margin-bottom: 10px;
	color: #666;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
body#buzz .source { 
	background: url('../images/quote-bot-tan.gif') no-repeat;
	padding-left: 40px;
	color: #999;
	text-align: right;
	font-style: italic;
	line-height: 1.25em;
	height: 23px;
}



/* SIDEBARS */
#sidebarLeft, #sidebarRight { 
	float: left; 
	margin-left: 15px;
	width: 145px;
	color: #666;
	font-size: 11px;
	line-height: 1.6em;
	overflow: hidden;
	padding-top: 39px;
}
body#index #sidebarLeft, body#index #sidebarRight { padding-top: 19px; }
#sidebarLeft h3, #sidebarRight h3, #sidebarLeft p, #sidebarRight p {
	margin-bottom: 10px;
}
#sidebarLeft h3, #sidebarRight h3 {
	font-size: 15px;
	color: #74a9a7;
	font-weight: 500;
}
#sidebarLeft h3 a, #sidebarRight h3 a {
	font-weight: 500;
}
#sidebarLeft p.more, #sidebarRight p.more {
	margin-bottom: 30px;
}
.aboutKim {
/*	padding-top: 100px; */
/*	padding-top: 80px; */
}
.buzz blockquote {
	background: url('../images/quote-top-tan.gif') no-repeat;
	padding-top: 32px;
	margin-bottom: 10px;
}
.buzz .source { 
	background: url('../images/quote-bot-tan.gif') no-repeat;
	padding-left: 40px;
	color: #999;
	text-align: right;
	font-style: italic;
	line-height: 1.25em;
}
#twitter_div ul {
	margin-bottom: 10px;
	color: #666;
}
#twitter_div ul li a {
	font-weight: normal;
	color: #999;
	display: block;
}
#twitter_div ul span a {
	font-weight: bold;
	color: #74a9a7;
	display: inline;
}
#sidebarRight .placeholderLinks {
	margin-bottom: 30px;
	padding-top: 20px;
}
#sidebarRight .placeholderLinks li {
	font-size: 12px;
	margin-bottom: 10px;
}
#sidebarRight .placeholderLinks li span {
	color: #6a5f51;
	font-size: 11px;
	line-height: 14px;
}


/* FOOTER */
#footer {
	padding: 25px 0 25px 0;
	clear: both;
}
#index #footer hr { display: none; }
#footer p {
	color: #BABABA;
	font-size: 11px;
	line-height: 15px;
}
#footer p strong { color: #999; font-weight: bold; }
#footer a { color: #999; }


/* UPDATED STYLES */
#mainnav li a,
#maincontent h4, 
#sidebarLeft h3, #sidebarRight h3, 
#sidebarLeft h3 a, #sidebarRight h3 a,
.blogHeds ul li a, .skedHeds ul li a {
	color: #9e6a38;
}
.blogHeds ul li .pubDate, .skedHeds ul li .info,
#sidebarLeft, #sidebarRight,
.buzz .source, #twitter_div ul li a,
#maincontent .featuredInfo p {
	color: #6a5f51;
}


/* PLACEHOLDER PAGE */
#index.placeholder #sidebarRight {
	width: 210px;
	margin-left: 4px;
	padding-top: 0;
}
body.placeholder #sidebarRight .placeholderLinks, 
body.placeholder #sidebarRight .twitterKim {
	padding: 15px 15px 10px 15px;
	background: #f6efe8 url('../images/bg-stripes.gif') repeat;
	margin-bottom: 5px;
	height: 273px;
	overflow: hidden;
}
body.placeholder #sidebarRight .placeholderLinks {
	padding-top: 20px;
}
body.placeholder #sidebarRight h3 {
	margin-bottom: 5px;
}
body.placeholder #maincontent { margin-left: 0; }
body.placeholder #container { width: 869px; background: none; }
body.placeholder #header { padding-left: 0; padding-right: 0; padding-bottom: 15px; }
body.placeholder #footer { padding-left: 0; }


/* "THE BOOK" PAGE */
#book .bookInfo { }
#book .bookInfo hr { margin-bottom: 13px; }
#book .bookInfo img { float: none; margin-bottom: 11px; }
#book .bookInfo h3, #book .bookInfo ul { margin-left: 0; }
#book .bookInfo h3 { font-weight: 700; }
#book .bookInfo ul { margin-bottom: 15px; }

#book .bookInfo ul li {
	margin-bottom: 5px;
	color: #6a5f51;
	padding-left: 15px;
	font-size: 12px;
	background: transparent url('../images/ico-arrow.gif') no-repeat left .3em;
}



/* "TASTY LINKS" PAGE */
#links li.delicious-post { width: 300px; float: left; }

/* NEWSLETTER SIGN-UP */
.newsletter { margin-bottom: 30px; }
.newsletter form { margin: 0; padding: 0; }
.newsletter table { 
	width: 125px; 
	border: none; 
	color: #666;
/*	background: #f6efe8 url('../images/bg-stripes.gif') repeat;
	padding: 0 0 10px 10px; */
}
.newsletter td { 
	padding: 10px 10px 2px 0;
	vertical-align: top;
	font-size: 11px; line-height: 11px;
}
.newsletter input { 
	width: 85px; 
	border: 1px solid #D5AB7B;
}
.newsletter font { 
	font-size: 11px; line-height: 11px;
}


/* BUZZ PAGE */
img.bookimg { float: left; margin: 0 10px 10px 0; }


/* BLOGROLL */
ul#blogrollLink { margin-bottom: 10px; }
ul#blogrollLink li {
	padding-left: 15px;
	margin-bottom: 5px;
	background: transparent url('../images/ico-arrow.gif') no-repeat left .4em;
}

/* SCHEDULE */
#schedule #maincontent p { margin-left: 100px; }
#schedule #maincontent p em {
	display: block;
	float: left;
	width: 90px;
	margin-left: -100px;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	text-transform: lowercase;
	font-size: 12px;
	color: #999;
}
#schedule #maincontent p em span {
	font-weight: 700;
	display: block;
	font-size: 14px;
	color: #666;
}


/* KIM'S WORK */
#recipes .col1 { width: 48%; float: left; }
#recipes .col2 { width: 48%; float: right; }


/* CONTACT */
#contact .col1, #contact .col2, #contact .col3 { 
	width: 200px; float: left; margin-right: 20px;
}
#contact .col3 { margin-right: 0; }


/* TASTY LINKS */
li.delicious-post { width: 300px; float: left; }
