/*  
Theme Name: DK-Custom-Improved
Theme URI: http://www.david-kennedy.com
Description: Customized for David-Kennedy.com
Version: 2.0
Author: David Kennedy
Author URI: http://www.david-kennedy.com
*/
* {margin:0;padding:0;}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

body	{
	background-color:#333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
}

P	{
	font-family:Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-size: 17px;
        padding-bottom: 10px;
}
h1 {
	font-size: 36px;
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #663300;
	text-align: left;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #663300;
	text-align: left;
}

a {
	text-decoration: none;
	color: #CC6600;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
} 

blockquote { font-style: italic; 
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif; 
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #FFFCED;
	border-top: 1px solid #F2E6B1;
	border-left: 1px solid #F2E6B1; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}
.entry img.left { 
	padding: 6px; 
	margin: 0 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { font-style: italic; 
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif; 
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #FFFCED;
	border-top: 1px solid #F2E6B1;
	border-left: 1px solid #F2E6B1; 
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.david-kennedy.com/blog/wp-content/themes/dk-custom-new/images/middle.png);
}


/*----HEADER----*/
#masthead {
	height: 80px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/*----NAVIGATION BAR----*/


#menu {
	color: #FFF;
	font-size: 18px;
	text-align: center;
	list-style-type: none;
	height: 26px;
	margin-top: -30px;
	z-index: 10;
	position: relative;
	width: 980px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

#menu ul {
	display: inline;
	border: none;
	list-style-type: none;
	} 

#menu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	}

#menu  li  a:hover  {
	color: #F00;
	text-decoration: none;
}
.menu_link      {
	color: #CC6600;
	text-decoration: none;

}
.menu_current    {
	color: #F00;
}



/* Begin Images */
p img {
	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, .aligncenter, div.aligncenter {
	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;
	}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	font-weight: bold;
	color: #333;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 3px;
}
/* End Images */

/* NEW COMMENTS */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/*----POST----*/

#container {
	overflow: auto;
	width: 980px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}

#content {
	width: 740px;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-bottom: 5px;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */\

.post{
	padding: 20px 0px 20px 0px;
        height: auto;
}

.post a:hover {
        color: #f00;
        text-decoration: none;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #BFB8A1;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #BFB8A1;
}

.postinfo a:hover{
	color: #f00;
        text-decoration: none;
}

.postdate{ color: #BFB8A1; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dashed #F2E6B1;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.navigation a:hover{
	text-decoration: none;
}

/*----SIDEBAR STYLES----*/

#sidebar{
	float: right;
	width: 180px;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-right: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#sidebar ul{
	list-style: none;
	padding: 0px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #f1e4d2;
}

#sidebar ul li h2{
	background-color: #333;
	font-size: 16px;
	color: #F00;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}


#sidebar ul ul li{
	background-color: #f1e4d2;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}

#sidebar .syndication ul li{
	background-color: #f1e4d2;
	display: inline;
	margin: 0;
	padding: 0;
	background: url(images/feed-icon-12x12.png) no-repeat;
}

#sidebar a {
	text-decoration: none;
	color:#CC6600;
        font-weight: normal;
}

#sidebar a:hover{
	color: #FF0000;
	text-decoration: none;
}

#sidebar img{
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 2px;
	padding-bottom:0px;
}

table#wp-calendar{
	width: 100%;
}



/*----FOOTER----*/

#bottom {
	font-size: 10px;
	color: #999;
	height: 20px;
	margin-top: -20px;
	clear: both;
	position: relative;
	text-align: center;
	width: 980;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#bottom a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#bottom a:hover {
	color: #F00;
}
