/*
Theme Name: kccricket.net
Theme URI: http://kccricket.net/
Description: Specialized kccricket.net theme.
Version: 1.0
Author: Keith Constable
Author URI: http://kccricket.net/
*/


body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 76%;
	color: black;
	margin: 0;
	padding: 0;
	background-color: #49662e;
}


/* The big serif rule blockquote:before? */
h1, h2, h3, h4, h5, .cap, blockquote {
	font-family: Utopia, Georgia, Times, "Times New Roman", serif;
}


/* The big nospacing rule */
h1, h2, h3, h4, h5,
.metadata, .metadata *, .author,
.commentlist, .commentlist .metadata, .commentlist li,
#powered, #powered li,
#header *, #navlist ul {
	padding: 0;
	margin: 0;
}



h6, h5, h4, h3, h2, h1,
h6 a:link, h5 a:link, h4 a:link, h3 a:link, h2 a:link, h1 a:link,
h1 a:visited, h2 a:visited,
h3 a:visited, h4 a:visited,
h5 a:visited,
h6 a:hover, h5 a:hover, h4 a:hover, h3 a:hover, h2 a:hover, h1 a:hover {
	color: #264f00;
	text-decoration: none;
}

a:link {
	color: #49662e;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#header {
	margin-bottom: 2em ;
	padding: 0;
	float: left;
	width: 100%;
	background: #49662e url("images/header-trees.jpg") repeat-x 100px 100%;
}

#header .title {
	margin-left: 10px;
	margin-top: 10px;
}

#header h1 {
	font-size: 3em;
}

#header h1 a {
	color: #f8fbe8;
}

#name {
	font-weight: bold;
	font-size: 1.75em;
	color: #c8cba8
}

#header .shadow {
	background: transparent url("images/header-shadow.png") repeat-x bottom left;
	float: left;
	width: 100%;
}



/* Navigation box items */
#navlist {
	margin: 0;
	margin-top: 1em;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}

#navlist li {
	float: left;
	list-style: none;
	background: transparent url("images/tab-inactive.png") no-repeat top right;
}

#navlist li.right {
	float: right;
}

#navlist li:hover, #navlist li.current_page_item {
	background: transparent url("images/tab-active.png") no-repeat top right;
}

#navlist li:first-child {
	margin-left: 0;
}

#navlist a {
	padding: .75ex 12px .75ex 12px;
	margin: 0;
	margin-right: 6px;
	display: block;
	background: transparent url("images/header-shadow.png") repeat-x bottom left;
	color: black;
}

#navlist a:hover {
	text-decoration: none;
}

#navlist li.current_page_item a {
	background: none;
}

#body {
	font-size: 1.25em;
	padding: 2em;
	padding-bottom: 1em;
	background-color: #f7f7e1;
}


/* Blog and page stuff */

#blog {
	margin-top: 2em;
}

#blog h2 {
	clear: both;
}

.entry p, .introduction p {
	margin: 1ex 0 1em 0;
}

.entry a {
	border-bottom: 1px gray dotted;
}

.entry a img {
	border: none;
}

.entry h3, .entry h4, .entry h5,
#comments, #respond {
	margin-top: 1em;
	margin-bottom: 1ex;
}

.post {
	margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 65px;
	background: transparent url("images/vine-2.png") no-repeat center bottom;
}

.single {
	margin-bottom: 2em;
}

h2 {
	font-size: 2em;
	margin-top: 0;
/* 	border-bottom: 1px dotted #666; */
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

.entry {
	text-align: justify;
}

.single .entry {
	padding-bottom: 16px;
	background: transparent url("images/fin.png") no-repeat bottom center;
}

.cap {
	font-weight: bold;
	font-size: 1.1em;
}

a.more-link {
	font-weight: bold;
	background: transparent url("images/more-book.png") no-repeat left center;
	padding-left: 30px;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 1em 0 .25em 2em;
	border: none;
}

blockquote {
	margin: 1em 2em 2em 2em;
	padding: 0 60px;
	background: transparent url("images/quote-close.png") no-repeat bottom right;
	font-size: .90em;
}

blockquote .open-quote {
	margin-left: -60px;
	padding-left: 60px;
	background: transparent url("images/quote-open.png") no-repeat top left;
}

.h3, .h4 {
	margin-left: 2em;
}

.entry img.ZenPress_image {
	padding: 10px;
	border: 2px solid #264f00;
	background-color: white;
}

.entry img.ZenPress_thumb {
	background-color: white;
	border: 2px #060 ridge;
	padding: 5px;
}

.entry .series_toc {
	font-size: 80%;
}


/* Asides */
.aside h2,
.aside .metadata {
	display: none;
}

.aside p {
	margin: 0;
}

.aside {
	margin: 2em 2em;
	border-left: 2px solid #264f00;
	padding: 0.25em 1.25em;
}


/* Post Metadata */
.post .metadata {
	font-size: .75em;
	font-style: italic;
}

.commentbubble {
	text-align: center;
	float: right;
	margin-top: -1ex;
	margin-left: 1em;
}

.commentbubble a {
	display: block;
	background-image: url('images/speech-bubble.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 70px;
	height: 57px;
	padding-top: 17px;
}

.single .metadata {
	font-size: .9em;
	background-color: #d9d9c5;
	padding: 1ex;
	margin: 1.5em -1ex;
}


/* Comment list stuff */
.commentlink, .single .metadata {
	margin-bottom: 0;
	clear: both;
}

.avatar {
	float: right;
}

.commentlist {
	margin-bottom: 2em;
}

.commentlist li {
	padding: 10px;
	margin: 0 2.5em;
	min-height: 80px;
}

.commentlist .alt {
	background-color: #d9d9c5;
}

.commentlist .author {
	border-bottom: 1px dotted #666;
	margin-right: 90px;
}

.commentlist .author cite {
	font-weight: bold;
}

.commentlist .metadata {
	font-style: italic;
	font-size: .8em;
}

.avatar {
	margin-left: 10px;
	margin-bottom: 10px;
}

.favicon {
	vertical-align: text-top;
}

textarea {
	width: 100%;
}


/* Footer stuff */
#wtf {
	margin: 3em 0 -1em -2.5em;
	clear: both;
	font-size: .75em;
	font-style: italic;
}

#footer {
	clear: both;
	text-align: justify;
	padding: 2em 15%;
	background: #49662e url("images/footer-shadow.png") repeat-x top left;
	color: #aecf91;
}

#footer a:link {
	color: #94af7b;
	font-weight: bold;
}

#footer a:hover {
	color: #aecf91;
}

#footer a:visited {
	color: #7f9669;
}

#footer p {
	margin: 0 0 1em 0;
}

#icons {
	float: right;
	margin-left: 1em;
}

#copy img {
	float: left;
	margin-right: 1em;
}

#powered {
	margin: 1em 0 0 0;
	text-align: center;
	list-style: none;
}

#powered li {
	display: inline;
}


/* Generic things */
img {
	border: 0;
}

.floatleft, .alignleft {
	float: left;
	margin: 0 1em 1ex 0;
}

/*.floatright, .floatleft {
	margin: .5ex 1em;
}*/

.floatright, .alignright {
	float: right;
	margin: 0 0 1ex 1em;
}

q {
	font-style: italic;
}

samp.block, code.block, kbd.block {
	font-family: monospace;
	display: block;
	text-align: left;
	padding: .75em;
	border-left: 3px solid #d9d9c5;
	margin: .5ex;
}

ol.footnotes {
	font-size:0.7em;
	color:#666666;
	margin-top: 0;
}

.footnotes-list {
	width: 38%;
	border-top: 1px dotted #aecf91;
	margin-top: 2em;
}

.footnotes-list h3 {
	font-size:0.85em;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
}

