@charset "utf-8";
/*
Theme Name: Sara Kathryn Bakker
Theme URI: 
Description: Default Theme for Sara Kathryn Bakker
Version: 1.0
Author: James Gober / Michael Shihinski
Author URI: http://www.artexstudios.com/

*/

/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

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



small {
		font-family: Helvetica;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
		font-family: Helvetica;

	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 20px;
	color: #4A3314;
        padding-top:10px;
	}

h5 {
	font-size: 20px;
	color: #4a3314;
	}


h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #4a3314;
	font-size: 25px;
	}
	
#headerimg .description {
	text-transform:uppercase;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	}

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;
	}
	
.entry2 a {
	color: #c7f5ea;
	}
	
.entry2 a:hover {
	color: #ffffff;
	}
	
.entry2 a:visited {
	color: #c7f5ea;
	}

.commentlist li, #commentform input, #commentform textarea {
		font-family: Helvetica;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
		font-family: Helvetica;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
		font-family: Helvetica;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #4A3314;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
		font-family: Helvetica;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 635px;
	padding-left: 65px;
	}
	
	.narrowcolumnblog {
	float: left;
	margin: 0px 0 0;
	width: 845px;
	padding-left: 65px;
	padding-right: 65px;
	margin-top: 20px;
	}

.narrowcolumnhome {
	float: left;
	margin: 0px 0 0;
padding-left: 25px;
padding-top: 80px;
	width: 210px;
	line-height: 19px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	font-family: Helvetica;
	font-size: 40px;
	text-align: left;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

/*	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;
	float:left;
	}

.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 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 {

	}


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

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

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

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.entry {
	font-family: Helvetica;
font-size: 16px;
color: #4A3314;
text-align: left;
}

.entry2 {
	font-family: Helvetica;
font-size: 16px;
color: #ffffff;
text-align: left;
}

.entrysub {
	font-family: Helvetica;
font-size: 16px;
color: #4a3314;
text-align: left;
font-weight: bold;
} 

.morereviews {
	font-family: Helvetica;
font-size: 16px;
color: #ccffff;
text-align: left;
}


.morereviews a {
	font-family: Helvetica;
font-size: 16px;
color: #ffffff;
text-align: left;
}

/* End captions */

/* ##  Body Styles  ## */
body {
 cursor: default;
 font-size: 62.5%; /* Resets 1em to 10px */
 font-family: Helvetica, Arial, sans-serif;
 background-color: rgb(199, 245, 234);
 background-image: url(./images/header.png);
 background-position: top left;
 background-repeat: repeat-x;
 color: #000000;
 text-align: center;
 margin: 0;
 padding: 0;
}



/* ##  Main Container  ## */
#main{
 width: 974px;
 margin: 0 auto;
}



/* ## Header Styles  ## */

#header{
 width: 974px;
 height: 77px;
 padding-top: 12px;
 text-align: right;
}

#head_container{
 width: 964px;
 height: 74px;
 padding-right: 10px;
}

#logo{
 width: 526px;
 height: 74px;
 margin: 0;
 padding: 0;
 padding-left: 12px;
 border: 0;
 float: left;
 clear: right;
}

a.logo_link{
 text-decoration: none;
 border: 0;
}

a.logo_link:hover{
 text-decoration: none;
 border: 0;
}

.head_description {
 text-decoration: none;
 font-family: Helvetica, Arial, sans-serif;
 color: #887966;
 font-size: 30px;
 margin: 0;
 padding: 0;
 padding-top: 25px;
 font-style: normal;
 font-weight: normal;
}



/* ##  Navigation Styles  ## */
#nav{
 height: 38px;
 margin: 0;
 padding: 0;
 margin-left: 10px;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 18px;
 text-align: left;
 color: #513f21;
 display:block;
}

#nav ul{ list-style:none; padding: 0; margin: 0; }
#nav ul li{display:block; float:left; padding-top: 5px; margin-right: 24px; list-style:none;}
#nav ul li a{display:block; float:left;color: #513f21; text-decoration:none; padding:0px 0px 0 0px; padding-top: 10px; vertical-align: bottom; }
#nav ul li a:hover,#nav ul li a.current{color:#333333; text-decoration: none;}

.nav_current{
 background-image: url("images/arrow.jpg");
 background-position: center top;
 background-repeat: no-repeat;
 padding-top: 5px;
}

.nav_default{
 padding-top: 5px;
}


/* ##  footer  ## */
#footer{
 width: 974px;
 height: 20px;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #5b3e1c;
 text-align: center;
 padding-top: 5px;
 clear: left;
}




/* ##  homepage  ## */
#home_body{
 width: 974px;
 height: 481px;
 background-image: url(./images/homeback.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}

#home_b_space{ width: 974px; height: 70px; }

#home_main{
 width: 500px;
 height: 390px;
 margin-left: 10px;
}

.home_panel_ul{
 padding: 0;
 margin: 0;
 list-style: none;
}

.home_panel_li{
 width: 243px;
 height: 390px;
 float: left;
 margin-right: 3px;
}

.home_whatsup{
 width: 200px;
 padding-top: 5px;
 padding-left: 20px;
 text-align: left;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #513f21;
}

.home_whatsup ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
 list-style-image: none;
}

.home_whatsup li{
 margin: 0;
 padding: 0;
 margin-bottom: 20px;
}

.home_whatsup li a{
 color: #5d4407;
 text-decoration: none;
}

.home_whatsup li a:hover{
 color: #5d4407;
 text-decoration: underline;
}

.home_review{
 width: 205px;
 padding-top: 23px;
 padding-left: 15px;
 text-align: left;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 16px;
 font-weight: normal;
 color: #ffffff;
}

.home_review ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
 list-style-image: none;
}

.home_review li{
 margin: 0;
 padding: 0;
 margin-bottom: 20px;
}

.home_review li a{
 color: #c7f5ea;
 text-decoration: none;
}

.home_review li a:hover{
 color: #ffffff;
 text-decoration: underline;
}



/* ##  2nd level page  ## */
#level_body{
 width: 974px;
 float: left;
 background-image: url(./images/sidebar.gif);
 background-position: top left;
 background-repeat: repeat-y;
 text-align: right;
 vertical-align: top;
}

#sidebar{
 width: 230px;
 float: left;
 margin-left: -974px;
 background-image: url(./images/sidebar.gif);
 background-position: top left;
 background-repeat: repeat-y;
 vertical-align: top;
}



#sidebar_container{
 width: 230px;
 text-align: left;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 14px;
 color: #ffffff;
 padding-top: 0px;
}
h2.widgettitle {
	padding-left: 13px;
	background-image: url('images/sidebar_head1.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align:left;
	margin-bottom:5px;
}.home_whatsup h2.widgettitle{ display:none; }
h2.dy_head{
 margin-top: 0;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 20px;
 color: #786e4b;
}

h2.side_heads{
 margin-top: 30px;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 20px;
 color: #ffffff;
}

#sidebar_container ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 list-style-image: none;
 color:#000000;
}

#sidebar_container li{
 margin: 0;
 padding: 0;
 margin-bottom: 20px;
 text-align:center;
 color:#FFF;
}
#sidebar_container li li {
	padding-left:20px;
	text-align:left;
}
#sidebar_container li a{
 color: #FFF;
 text-decoration: none;
}

#sidebar_container li a:hover{
 color: #ffffff;
 text-decoration: underline;
}

#side_links{
 color:#000000;
}

#side_links ul{
	list-style:none;
}

#side_links li{
 margin-bottom: 5px;
}

#side_links li li{
 margin-left: 20px;
 margin-bottom: 5px;
}

#side_links li a{
 color: #333333;
 text-decoration: none;
}

#pages li {
 margin-left: 10px;
 margin-bottom: 5px;
}
#pages li li {
	margin:0px;
	padding:0px;
}

#pages li a{
 color: #FFF;
 text-decoration: none;
}


#level_content{
 width: 654px;
 margin-left: 300px;
 padding-right: 20px;
 padding-top: 10px;
 padding-bottom: 5px;
 text-align: left;
 vertical-align: top;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 16px;
 color: #4a3314;
}

#level_content h1{
 font-size: 35px;
}

#level_content p{
 text-align: justify;
}







