/*  
Theme Name: Kim's Blog
Theme URI: http://livelusciously.com/
Description: Kim Mcmechan's blog theme.
Version: 0.1
Author: Emergent Studios
Author URI: http://livelusciously.com/
*/

/* Begin Typography & Colors */
body {
	font-size: 18px; /* Resets 1em to 10px */
	font-family: georgia, 'times new roman', Serif;
	background: #f8ab35;
	color: #666e7e;
	text-align: center;
	margin: 0px; padding: 0px;
}
a { outline: none; color: #515151; }
a:hover { color: #b57a7c; }

#page { background: #fff; text-align: left; margin: 0 auto; padding: 0; width: 770px; }
#innerPage { background: url('images/bg_slice.jpg') repeat-y; float: left; width: 770px; }

#header { background: url('images/header_blog.jpg') no-repeat bottom center; width: 770px; height: 187px; padding: 0px; }
#headerimg 	{ height: 187px; width: 770px; text-indent: -5000px; margin: 0; }
#headerimg .description { font-size: 14px; }

/*#content { font-size: 12px; }*/

.widecolumn { line-height: 1.6em; padding: 10px 0 20px 0; margin: 5px 0 0 150px; width: 450px; }
/*.widecolumn .entry p { font-size: 12px; }*/
.widecolumn .post { margin: 0; }
.widecolumn .postmetadata { margin: 30px 0; text-align: left; font-size: 12px; }
.widecolumn .smallattachment { text-align: center; float: left; width: 128px; margin: 5px 5px 5px 0px; }
.widecolumn .attachment { text-align: center; margin: 5px 0px; }

.narrowcolumn { float: right; clear: right; padding: 0px; margin: 0px; width: 548px; background: url('images/div_mid.jpg') left repeat-y; }
#nccA { float: left; clear: both; padding: 0px; margin: 0px; width: 548px; background: url('images/div_top.jpg') top left no-repeat; }
#nccB { float: left; clear: both; padding: 0 63px 20px 53px; margin: 0px; width: 432px; background: url('images/div_bot.jpg') bottom left no-repeat; }
.narrowcolumn .postmetadata { padding-top: 5px; text-align: left; font-size: 12px; }

.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
.entry p img, .entry p a img { display: block; float: left; padding: 0 15px 5px 0; }

.alt { background: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }

#footer { background: url('images/footer.jpg') bottom no-repeat; border: none; padding: 10px 0 25px 0; float: left; width: 770px; }
#footer p { margin: 0; padding: 0px; text-align: center; font-size: 11px; }

#leftCol { float: left; background: url('images/flower.jpg') top left no-repeat; padding: 25px 0 0 18px; width: 177px; }

#sidebar {
	padding: 85px 0 0 0;
	width: 185px;
	/*background: url('images/page_div.jpg') top right no-repeat;*/
	float: left;
	font-size: 11px;
}
#sidebar form { margin: 0; }
#sidebar h2 { font-size: 12px; margin: 5px 0 0 0; padding: 0; }
#sidebar ul, #sidebar ul ol { margin: 0; padding: 0px; }
#sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px; }
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
#sidebar ul ul, #sidebar ul ol { display: block; margin: 5px 0 0 0; width: 157px; }
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
ol li, #sidebar ul ol li { list-style: decimal outside; }
#sidebar ul ul li, #sidebar ul ol li { margin: 3px 0 0; padding: 0; }

small { font-size: 11px; line-height: 1.5em; }

h1, h2, h3 { font-weight: bold; }
h1 { font-size: 16px; text-align: center; }
h2 { font-size: 16px; }
h2.pagetitle { font-size: 16px; }
h3 { font-size: 14px; }
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description { text-decoration: none; /*color: #fff;*/ }
/*h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; }*/
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite { text-decoration: none; }

/*.entry p a:visited { color: #b85b5a; }*/

/*small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #666e7e; }*/

/*code { 12px font-family: 'Courier New', Courier, Fixed; }*/

acronym, abbr, span.caps { /*font-size: 12px;*/ letter-spacing: .07em; }

a, h2 a:hover, h3 a:hover { /*color: #06c;*/ text-decoration: none; }

a:hover { /*color: #147;*/ text-decoration: underline; }
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
}

.post h2, .post h3 { font-size: 18px; }
.post h2 a, .post h3 a { color: #b57a7c; }

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 20px 0 0;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry a { color: #b57a7c; }

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#search h2 { width: 130px; float: left; margin: 0px; padding: 0 0 8px 0; }
#searchform { margin: 0 0 0 0; padding: 0px; width: 157px;}
#searchform #s, #submitter { font-size: 12px; font-family: georgia, times, "times new roman"; }
#searchform #s { width: 152px; /*padding: 2px;*/ border: 0px; background: #edf0f3; margin-left: 1px; }
#sidebar #searchsubmit { padding: 1px; }
#submitter { border: 0px; background: #edf0f3; cursor: pointer; border: solid #edf0f3 1px; margin: 5px 0 0 29px; }
#submitter:hover { border: solid #b57a7c 1px; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */



/* Begin Comments*/
/*.commentlist li, #commentform input, #commentform textarea {  }*/

.commentlist { padding: 0; text-align: justify; font-size: 12px; margin: 0px; }
#comments { font-size: 12px; margin: 0px; padding: 0px; }
.commentlist li { margin: 5px 0 3px; padding: 5px 10px 3px; list-style: none; font-weight: bold; }
.commentlist p { margin: 10px 5px 10px 0; font-weight: normal; line-height: 1.5em; text-transform: none; }
.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; /*font-size: 12px;*/ }

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

.alt {
	margin: 0;
	padding: 10px;
}

#commentform p { margin: 5px 0; }
#commentform input, #commentform textarea { font-size: 12px; font-family: georgia, times, "times new roman"; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; background: #edf0f3; border: 0px; }
#commentform textarea { width: 100%; padding: 2px; background: #edf0f3; border: 0px; }
#commentform #submit { margin: 0; float: left; border: solid #edf0f3 1px; cursor: pointer; }
#commentform #submit:hover { border: solid #b57a7c 1px; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata { font-weight: normal; margin: 0; display: block; }
/* End Comments */

/* Begin Calendar */
#calendar { padding: 0 0 0 21px; width: 140px; }
#wp-calendar { empty-cells: show; margin: 0 0 10px 0; padding: 0px; float: left; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 11px; color: #515151; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #b57a7c; text-decoration: underline; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; text-decoration: none; color: #b57a7c; }
#wp-calendar caption { text-align: left; margin: 0px; padding: 0 0 5px 20px; width: 100%; font-size: 13px; }
#wp-calendar tr td { font-size: 11px; padding: 1px 0; text-align: center; }
#wp-calendar td.pad:hover { /* Doesn't work in IE */ background: #fff; }
#wp-calendar th { font-size: 11px; text-align: center; font-style: normal; text-transform: capitalize; }
#wp-calendar #today { background: #ddd; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 25px;
	/*margin-bottom: 20px;*/
	padding-bottom: 5px;
	font-size: 12px;
	}
#archNav .alignleft { font-size: 12px; }
#archNav { padding: 6px 0 11px 0; margin: 0px; }
/* End Various Tags & Classes*/

/* Begin Navigation Classes */
.navbar { width: 770px; height: 32px; float: left; margin: 0px; background: url('images/nav_bg.jpg') no-repeat; /*border: solid red 1px;*/ }
.navbar ul { margin: 0px; height: 25px; padding: 0 0 0 18px; width: 752px; }
.navbar ul li { margin: 0px; padding: 0px; display: block; float: left; height: 25px; /*border: solid red 1px;*/ }
.navbar ul li a { display: block; float: left; height: 25px; text-indent: -5000px; }

#home_0, #home_0 a, #home_1, #home_1 a { width: 143px; }
#home_0 a { background: url('images/home_0.jpg') no-repeat; }
#home_0 a:hover, #home_1 a { background: url('images/home_1.jpg') no-repeat; }
#coaching_0, #coaching_0 a, #coaching_1, #coaching_1 a { width: 104px; }
#coaching_0 a { background: url('images/coaching_0.jpg') no-repeat; }
#coaching_0 a:hover, #coaching_1 a { background: url('images/coaching_1.jpg') no-repeat; }
#workshops_0, #workshops_0 a, #workshops_1, #workshops_1 a { width: 116px; }
#workshops_0 a { background: url('images/workshops_0.jpg') no-repeat; }
#workshops_0 a:hover, #workshops_1 a { background: url('images/workshops_1.jpg') no-repeat; }
#blog_0, #blog_0 a, #blog_1, #blog_1 a { width: 75px; }
#blog_0 a { background: url('images/blog_0.jpg') no-repeat; }
#blog_0 a:hover, #blog_1 a { background: url('images/blog_1.jpg') no-repeat; }
#resources_0, #resources_0 a, #resources_1, #resources_1 a { width: 103px; }
#resources_0 a { background: url('images/resources_0.jpg') no-repeat; }
#resources_0 a:hover, #resources_1 a { background: url('images/resources_1.jpg') no-repeat; }
#bio_0, #bio_0 a, #bio_1, #bio_1 a { width: 60px; }
#bio_0 a { background: url('images/bio_0.jpg') no-repeat; }
#bio_0 a:hover, #bio_1 a { background: url('images/bio_1.jpg') no-repeat; }
#contact_0, #contact_0 a, #contact_1, #contact_1 a { width: 133px; }
#contact_0 a { background: url('images/contact_0.jpg') no-repeat; }
#contact_0 a:hover, #contact_1 a { background: url('images/contact_1.jpg') no-repeat; }

.akpc_pop { display: none; }

#sidebar #signUp { width: 157px; margin: 0px; padding: 9px 0 0 24px; font-size: 11px; float: left; clear: both; }
#sidebar #signUp input { width: 152px; background: #edf0f3; border: 0px; }
#sidebar #signUp h3 { margin: 0px; font-size: 12px; color: #b57a7c; width: 157px; padding: 0 0 10px 0; font-family: helvetica; text-align: left; /*font-weight: normal;*/ }
#sidebar #signUp p { margin: 0px; padding: 1px 0; }
#sidebar #signUp p.subBlock { padding: 2px 0 4px 0; }
#sidebar #signUp p.submit { padding: 9px 0 0 9px; width: 141px; height: 27px; text-indent: -5000px; background: url('images/signup.jpg') bottom center no-repeat; cursor: pointer; border: solid #fff 1px; }
#sidebar #signUp p.submit:hover { border: solid #b57a7c 1px; }
#sidebar #zineLi { margin: 0px; padding: 0px; display: block; float: left; }

#search, #archives, #favourite { float: left; width: 157px; padding-left: 23px; clear: both; }
#favourite, #favourite h2, #favourite ul { width: 157px; }
/*#archives { padding-left: 30px; }*/

#secureimgdiv label { font-size: 14px; }