/*  
Theme Name: Hand Drawn
Theme URI: http://www.mkcproductions.com
Description: Normal Content with Sidebar
Date: August 16, 2008
Version: 1.0
Author: Corey Campbell
Author URI: http://www.webmastercorey.com/
*/

@import url("http://www.mkcproductions.com/style/master.css");
body {
	width: 100%;
}

#login-header {
	background: #000;
	height: 25px;
	margin: 0px auto;
	font-size: 16px;
	display: block;
	position: absolute;
	width: 100%;
}

#login-header a {
	margin-right: 5px;
}

.post .date {
	float: left;
	width: 75px;
	height: 64px;
	background: url(images/date.jpg) no-repeat top left;
	margin-right: 10px;
}

.month, .daynum {
	text-align: center;
	padding-top: 7px;
	font-size: 18px;
}

.month {
	color: #000;
}

.post .meta {
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 18px;
	background: url(images/divider.jpg) no-repeat left bottom;
}

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

	.comment-list li {
		margin: 0px;
		padding: 0px;
		margin-bottom: 25px;
	}
	
	.comment-author {
		float: left;
		margin-right: 10px;
	}
	
	.comment-author a {
		display: block;
	}
	
	#commentform input {
		width: 400px;
		height: 25px;
		font-size: 20px;
		border: 0px;
		display: block;
		margin-bottom: 10px;
	}
	
	#commentform textarea {
		width: 400px;
		height: 250px;
		display: block;
	}
	
	#commentform #submit, #sidebar .submit {
		width: 100px;
		height: 25px;
		background: #FFCC99;
		border: 0px;
		margin-bottom: 15px;
	}
	
#sidebar {
	overflow: hidden;
}
	
#footer {
	clear: both;
	display: block;
}