/*  
Theme Name: JDK
Theme URI: http://jeffreydking.com/
Description: A custom theme for jeffreydking.com
Version: 1.0
Author: KINGdesk web design
Author URI: http://kingdesk.com/

Copyright 2008 KINGdesk, LLC, all rights reserved.
Be inspired! Fair use is always acceptable, but attribution is appreciated in the form of a link to http://kingdesk.com.
Copying most or all of this design, or an derivative design that is confusingly similar to this one is not fair use and license is explicitly withheld.

*/

/*==========================================================================================================*/
/*==RESET===v1.0 | 20080212===http://meyerweb.com/eric/tools/css/reset/index.html===========================*/
/*==========================================================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*==========================================================================================================*/
/*==Basic HTML Tag Styles===================================================================================*/
/*==========================================================================================================*/

body {
	width: 987px; /* 47 cols at 21px each */
	padding: 10px 5px 0;
	background: #fff url('images/bg.jpg') repeat 5px 5px;
	font: 14px/20px helvetica, arial, sans-serif;
	color: #000;
}

h1, h1 a {
	margin: 40px 0 20px 0;
	font-size: 43px;
	line-height: 40px;
	font-weight: 400;
	color: #9acd32;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: -1px;
}
p {
	margin: 0 0 20px;
}
a {
	color: #9acd32;
}
a:hover {
	color: #6e9324;
}
q, blockquote {
	font-style: italic;
}
q:before {
	content: '“';
}
q:after {
	content: '”';
}
blockquote {
	padding-left: 21px;
}
address {
	font-style: normal;
}
input[type="text"] {
	height: 16px;
	padding: 1px;
	border: 1px solid #9acd32;
	font-size: 12px;
	background-color: #fff;
}
textarea { /* set each hight manually to ensure it fits the grid */
	padding: 1px;
	border: 1px solid #9acd32;
	font-size: 12px;
	background-color: #fff;
}
input[type="submit"], button {
	height: 20px;
	border: none;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: 700;
	background-color: #9acd32;
	color: #fff;
	cursor: pointer;
}
input[type="submit"]:hover, button:hover {
	background-color: #6e9324;
}

img {
	padding: 5px;
	border: 1px solid #000;
}
.alignleft {
	display: block;
	float: left;
	margin-right: 21px;
}
.alignright {
	display: block;
	float: right;
	margin-left: 21px;
}
.aligncenter {
	display: block;
	float: none;
	margin: 10px auto;
}




#accessibility {
	position: absolute;
	top:-9999px;
}
#mainContent {
	padding: 40px 0 0;
}
.hentry {
	clear: both;
	margin: 40px 0 40px;
}
.entry-category, .entry-category a {
	margin: 20px 0 -45px 0;
	padding: 17px 0 0 0;
	font-size: 28px;
	line-height: 28px;
	color: #aaa;
	text-decoration: none;
}
.entry-category a:hover {
	color: #777;
}

ul.entry-sidebar {
	display: block;
	float: right;
	width: 315px; /* 15 cols at 21px each */
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
}
ul.entry-sidebar a {
	color: #aaa;
	text-decoration: none;
}
ul.entry-sidebar a:hover {
	color: #777;
	text-decoration: underline;
}
ul.entry-sidebar>li {
	margin-bottom: 20px;
}
.entry-topics h2, .entry-topics ul, .entry-topics ul li {
	display: inline;
}
.entry-topics li + li:before {
	content: "| ";
}



.entry-content, .entry-summary {
	display: block;
	float: left;
	width: 483px; /* 23 cols at 21px each */
	min-height: 100px;
	padding-left: 168px; /* 8 cols at 21px each */
	text-align: justify;
	background: transparent url('images/postbg.png') no-repeat 0 5px;
}
.entry-content .entry-summary {
	display: block;
	float: none;
	width: auto;
	min-height: 0;
	padding-left: 0;
	font-size: 13px;
	font-style: italic;
	background: none;
}
.entry-content .entry-summary p:first-child:before {
	display: inline;
	content: "Summary: ";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}



#comments h2, #comments h2 a {
	margin: 60px 0 20px 0;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	color: #9acd32;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: -1px;
	background: transparent url('images/footerbg.png') no-repeat bottom right;
}

.hcomment {
	margin: 40px 0 60px;
	clear: both;
	min-height: 100px;
}
.comment-number {
	display: block;
	float: right;
	width: 231px; /* 11 cols at 21px each */
	margin-top: -4px; /* nudge to the grid */
	font-size: 100px;
	line-height: 100px;
	text-align: center;
}
.comment-number a {
	text-decoration: none;
}
.comment-byline {
	display: block;
	float: left;
	width: 231px; /* 11 cols at 21px each */
	margin-top: -3px; /* nudge to the grid */
}
.comment-author, .comment-author a {
	font-size: 24px;
	color: #9acd32;
	text-decoration: none;
}
.comment-author a:hover {
	color: #6e9324;
}
.comment-content {
	display: block;
	width: 483px; /* 23 cols at 21px each */
	padding-left: 252px; /* 12 cols at 21px each */
	text-align: justify;
}

#commentform-meta {
	float: left;
	width: 483px; /* 23 cols at 21px each plus 10px border*/
	height: 100px;
}
#commentform-meta div {
	margin-top: 20px;
	height: 20px;
}
#commentform-meta label {
	float: left;
	width: 105px; /* 5 cols at 21px each */
	margin-right: 21px;
	text-align: right;
}
#commentform-meta abbr {
	float: left;
	display: block;
	width: 21px;
	margin-left:-21px;
	text-align: center;
}
#commentform-meta input {
	display: block;
	width: 353px; /* 17 cols at 21px each less 4 px for border and padding */
	margin-left: 126px;
}

#commentform-textarea {
	float: right;
	width: 483px; /* 23 cols at 21px each */
	height: 100px;
}
#commentform.logged-in #commentform-textarea {
	float: left;
	clear: left;
}
#commentform-textarea label {
	float: left;
	text-align: left;
}
#commentform-textarea abbr {
	float: left;
	display: block;
	width: 21px;
	text-align: center;
}
#commentform-textarea textarea {
	width: 479px; /* 23 cols at 21px each less 4 px for border and padding */
	height: 77px;
	margin-top: -1px;
}
#commentform-submit {
	float: right;
	width: 483px; /* 23 cols at 21px each */
	height: 20px;
}
#commentform.logged-in #commentform-submit {
	float: left;
	clear: left;
}
#commentform-submit input {
	display: block;
	width: 100%;
}
#commentform-key {
	clear: both;
	margin-top: 20px;
	text-align: center;
}
#commentform.logged-in #commentform-key {
	text-align: left;
}

#trackbacks {
	margin-bottom: 80px;
}
.htrackback {
	float: left;
	width: 315px; /* 15 cols at 21px each */
	margin: 40px 21px 0 0;
}
.htrackback.third {
	margin-right: 0;
}
.trackback-byline {
	display: block;
	float: left;
	width: 231px; /* 11 cols at 21px each */
	margin-top: -3px; /* nudge to the grid */
}
.trackback-author, .trackback-author a {
	font-size: 24px;
	color: #9acd32;
	text-decoration: none;
}
.trackback-author a:hover {
	color: #6e9324;
}









.pagenation {
	clear:both;
	margin: 40px 0 20px;
}
.pagenation a {
	text-decoration: none;
}
.olderPosts {
	float: left;
	font-size: 20px;
}
.newerPosts {
	float: right;
	font-size: 20px;
}


#footer {
	clear: both;
	margin-top: 40px;
	padding-top: 20px;
	font-size: 12px;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
}
#footer h2 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
	background: transparent url('images/footerbg.png') no-repeat bottom right;
}
#footer h2 a {
	color: #000;
}
#footer h2 a:hover {
	color: #999;
}
#footer ul {
	color: #999;
}
#footer ul ul {
	list-style: disc inside
}
#siteNav, #siteTools, #categories {
	display: block;
	float: left;
	width: 147px; /* 7 cols at 21px each */
	margin-right: 21px; /* 1 col at 21px */
}
#topics {
	display: block;
	float: left;
	width: 483px; /* 23 cols at 21px each */
}
.wp-tag-cloud, .wp-tag-cloud li {
	display: inline;
}



#searchform {
	display: block;
	float: right;
	width: 315px; /* 15 cols at 21px each */
	margin-top: -5px;
}
#s {
	float: left;
	width: 227px; /* 11 cols at 21px each (less 4px for padding and border) */
}
#searchsubmit {
	float: left;
	width: 82px; /* 4 cols at 21px each (less 2px for padding) */
}
#searchsubmit:hover {
	background-color: #6e9324;
}
/*	breadcrumbs Layout*/

#breadcrumbs {
	display: block;
	float: left;
	height:20px;
	color: #aaa;
	font-size: 12px;
}
#breadcrumbs ul, #breadcrumbs ul li, #breadcrumbs .bcIntro, #breadcrumbs .bcCurrentPage {
	display: inline;
}
#breadcrumbs .bcIntro {
	margin-right: .5em;
	font-style: italic;
}
#breadcrumbs li + li {
	margin-left: .25em;
}

/*	breadcrumbs Backgrounds*/
#breadcrumbs li + li:before {
	content: "> ";
}

.bcCurrent {
	font-weight: 700;
}

.clearAll {
	clear: both;
}