/* CSS for Lawnmower Kittens */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #9b9b9b url(images/bg.png) repeat-x left top;
	text-align: center;
}

/* My Comment */

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 728px;
	padding: 0 70px;
	background: url(images/mower.png) no-repeat right top;
	min-height: 600px;
}

#header {
	padding-bottom: 10px;
}

#header h1 {
	width: 568px;
	height: 99px;
	position: relative;
	overflow: hidden;
}

#header h1 a {
	text-decoration: none;
	color: #FFF;
}

#header h1 a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/logo.png) no-repeat left top;
}

#content {
	
}

#main {
	float: left;
	width: 545px;
	background-color: #fff;
	border: 3px solid #c94b45;
	padding: 10px 10px;
}

#main .post {
	padding-bottom: 20px;
	clear: left; /* added by Rocco, remove if problematic */
}

#main .post h2 {
	border-bottom: 2px solid #000;
	color: #000;
	font-size: 20px;
	padding-bottom: 5px;
}

#main .post h2 a {
	text-decoration: none;
	color: #000;
}

#main .post .metadata {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #c94b45;
	font-weight: bold;
}

#main .post .entry {
	font-size: 13px;
	line-height: 1.4;
}

#main .post .entry p, #main .post .entry ul, #main .post .entry ol {
	padding-bottom: 15px;
}

#main .post .entry ul, #main .post .entry ol {
	padding-left: 20px;
}

#main .post .entry a {
	color: #c94b45;
	text-decoration: none;
}

#main .post .entry a:hover {
	text-decoration: underline;
}

#main .post .entry .comic {
	text-align: center;
}

#main .post .entry p.extension {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#main .post .feedback {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

#main .post .feedback a {
	color: #c94b45;
	text-decoration: none;
}

#main .post .feedback a:hover {
	text-decoration: underline;
}

#main .post .gallery {
	list-style-type: none;
	padding: 20px 0 0 20px;
}

#main .post .gallery li {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

#main .post .gallery li a {
	display: block;
	border: 3px solid #c94b45;
}

#main .post .gallery li a:hover {
	border: 3px solid #000;
}

#main .comments {
	padding: 10px 0;
}

#main .comments .single-comment {
	padding-bottom: 10px;
}

#main .comments .single-comment .comment-author {
	border-bottom: 2px solid #c94b45;
	color: #c94b45;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}

#main .comments .single-comment .comment-author a {
	text-decoration: none;
	color: #c94b45;
}

#main .comments .single-comment .comment-body {
	font-size: 13px;
}

#main .comments .single-comment .comment-body p, #main .comments .single-comment .comment-body ul, #main .comments .single-comment .comment-body ol {
	padding-bottom: 15px;
}

#main .comments .comment-form h3 {
	border-bottom: 2px solid #c94b45;
	color: #c94b45;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

#main .comments .comment-form p {
	font-size: 13px;
	padding-bottom: 15px;
}

#main .comments .comment-form p label {
	color: #c94b45;
	padding-left: 10px;
}

#main .comments .comment-form input, #main .comments .comment-form textarea {
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}





#sidebar {
	float: right;
	width: 139px;
	list-style-type: none;
}

#sidebar li {
	height: 38px; /*needs to be removed*/
	background-color: #fff;
	border: 3px solid #c94b45;
	margin-bottom: 10px;
	background-color: black;
}

#sidebar a:link, #sidebar a:visited {
	display: block;
	text-align: left;
	padding: 10px 10px;
	font: bold 110% Arial, Helvetica, Geneva, sans-serif;
	color: black;
	background: url("../../images/blank.jpg") top left no-repeat;
	text-decoration: none;
}

#sidebar a:hover.one {
	background: url("../../images/button1.jpg") top left no-repeat;
}

#sidebar a:hover.two {
	background: url("../../images/button2.jpg") top left no-repeat;
}

#sidebar a:hover.three {
	background: url("../../images/button3.jpg") top left no-repeat;
}

#sidebar a:hover.four {
	background: url("../../images/button4.jpg") top left no-repeat;
}

#sidebar a:hover.five {
	background: url("../../images/button5.jpg") top left no-repeat;
}

#sidebar a:hover.six {
	background: url("../../images/button6.jpg") top left no-repeat;
}











#footer {
	clear: both;
	width: 598px;
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/* ROCCO'S CRUDE CSS - PLEASE BE KIND */

.thumb {
	border: none;
	padding: 0px;
}

.comicthumb {
	/*float: left:*/
	padding: 15px;
	display: inline;
	
}





