/*
Theme Name: KR
Theme URI: http://www.kennerroad.com/
Description: Adapted from Default theme to match KR custom site!
Version: 1.00
Author: Kenner Road
Author URI: http://www.kennerroad.com/
*/


/* GENERAL INTERIOR */
#interior.blog h2 {
 text-transform:none;
}
#interior.blog h2 a {
 text-decoration:none;
}
#interior.blog textarea {
 width:400px;
 }



/* CONTENT DIV SPECIFIC. Can probably just reference as "#content", since this stylesheet is only called by WP pages... */
#interior.blog #content h2 {
 font-size:25px;
 font-weight:normal;
 margin-bottom:0.1em;
}
#interior.blog #content h2 span.post-meta-title {
 font-size:11px;
 display:block;
 color:#A79997;
 border-top:1px solid #823A2F;
 padding-top:0.1em;
 margin-bottom:1.6em;
}

#interior.blog .post {
 margin-bottom:32px;
}
.post .entry p {
 line-height:2;
 margin-bottom:0.9em;
}
.post p.postmetadata {
 margin-top:3em;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 line-height:14px;
}




.commentlist li {
 margin-top:2em;
 border-left:2px solid #823A2F;
 padding-left:15px;
 line-height:1;
}
.commentlist .commentmetadata {
 font-family:Verdana;
}
.commentlist .commentmetadata a {
 color:#A79997;
}
.commentlist p {
 margin:0.8em 0;
 line-height:120%;
}










/* =SIDEBAR SPECIFIC */
#interior.blog #sidebar h2 {
 font-size:11px;
 margin-bottom:5px;
}
#sidebar ul, #sidebar li {
 list-style-type:none;
 padding:0;
 margin:0;
}
#sidebar ul, div.sidebar-section {
 margin-bottom:16px;
}
#sidebar ul#sidebar-root-list {
  margin-top:9px; 
}
#sidebar li {
 margin-bottom:6px;
 line-height:1.2;
}
#sidebar a {
 text-decoration:none;
}
#sidebar a:hover {
 text-decoration:underline}
 
 
 
 
 
/* =FOOTER (WORDPRESS-FOOTER) */
#wordpress-footer {
	position:relative;
	padding-bottom:5px;
}
#wordpress-footer p {
	text-align:center;
	color:#959B99;
	font-family:Arial, sans-serif;
	line-height:1.2;
} 
 
 
 
 
/* BORROWED FROM DEFAULT STYLES, WITH SOME CHANGES OF OUR OWN EDITED IN... */



/* 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 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 {
	/* ugh! */
	text-align: left;
	}

.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*/

