/*
Theme Name: Coloured Meat
Theme URI: http://www.colouredmeat.com
Description: Coloured Meat using K2
Version: 1
Author: Joel Pinkham, based on K2
Author URI: http://www.colouredmeat.com
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #ddd;
	margin: 0;
	padding: 0;
	color: #333;
}

#header {
	background: #5d5d5d url(images/bg-header.png) repeat-x top left;
	height: 60px;
	padding: 0;
	border-bottom: solid 2px #999;
}

#header #header-inner {
	width: 1010px;
	margin: 0 auto;
	position: relative;
}


#header p.description {
	font-size: 24px;
	font-weight: bold;
	color: #999;
	text-align: left;
	padding: 21px 0 0 340px;
	margin: 0;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/bg-content.png) repeat-y center;
}

#page {
	background-color: #fff;
	padding: 25px 38px 35px 38px;
}

#search {
	position: absolute;
	width: 194px;
	top: 26px;
	right: 60px;
}

#searchform #s {
	width: 163px;
	background-color: #ccc;
	font-size: 12px;
	font-style: italic;
	border: 0;
	border-left: 2px solid #999;
	padding: 2px 3px;
}

#search h4 {
	display: none;
}


#searchsubmit {
	width: 17px;
	height: 18px;
	padding-top: 1px;
	background: url(images/button-search.gif) no-repeat top right;
	border: 0;
	text-indent: -9999px;
}

#rss {
	position: absolute;
	right: 37px;
	bottom: 6px;
	text-indent: -8000px;
	background: url(images/button-rss.gif) top left no-repeat;
	width: 47px;
	height: 18px;
}

#rss:hover {
	background-position: 0 -18px;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

a {
	color: #333;
}

a:hover {
	color: #cc3366;
	
}

h1 {
	text-inde/nt: -8000px;
	float: left;
}

h1 a {
	display: block;
	padding: 7px 0 0 76px;
	color: #fff;
	text-decoration: none;
	font-size: 38px;
	backg/round: url(images/coloured-meat-logo.png) no-repeat;
}

h2 {
	font-size: 20px;
	line-height: 30px;
}

h2 a, h2 a:hover {
	color: #70D00F;
	text-decoration: none;
}

.narrowcolumn {
	width: 628px;
	float: left;
	border-right: solid 1px #cccccc;
	padding: 0 30px 20px 0;
	margin-right: 5px;
	min-height: 610px;
}

#sidebar, .narrowcolumn {
	padding-top: 10px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul ul {
	padding: 0 4px 0 16px;
	margin: 5px 0 24px 0;
}

#sidebar ul ul li {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
}

#sidebar h2 {
	text-indent: -9999px;
	width: 187px;
	height: 28px;
	background-image: url(images/h2-combined.png);
	background-repeat: no-repeat;
}

#sidebar, #sidebar a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

#sidebar {
	float: right;
	wi/dth: 180px;
}

#sidebar  a:hover {
	color: #333;
}

#sidebar .categories a:hover {
	color: #70D00F;
}

#sidebar .pagenav a:hover {
	color: #CC3366;
}

#sidebar .linkcat a:hover, .recent-posts a:hover, .related-posts a:hover {
	color: #0099CC;
}


.categories h2 {
	background-position: top;
	margin-top: 4px !important;
}

.pagenav h2 {
	background-position: 0 -28px;
}

.linkcat h2 {
	background-position: bottom;
}

.recent-posts h2 {
	background: url(images/h2-recent_posts.png) no-repeat !important;
}

.related-posts h2 {
	background: url(images/h2-related_posts.png) no-repeat !important;
}

.related-posts h3 {
	display: none;
}

#footer, .clear {
	clear: both;
}

.date {
	display: block;
	float: left;
	width: 36px;
	height: 39px;
	background: url(images/bg-calendar.png) top left no-repeat;
	margin: 5px 8px 0 0;
	text-align: center;
	padding-top: 1px;
}

.date .month {
	color: #fff;
	font-size: 9px;
	font-weight: normal;
	display: block;
}

.date .day {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

.post small {
	color: #999;
	font-size: 10px;
	line-height: 1.5em;
}

.post small a{
	color: #999;
	text-decoration: none;
}

.post small a:hover {
	text-decoration: underline;
}

.post {
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.entry {
	padding: 4px 0 15px 0;
	line-height: 1.6em;
}

.postmetadata {
	color: #666;
	font-size: 11px;
}

.tags {
	float: left;
}

.tags a, .tags-single a {
	color: #666;
	text-decoration: none;
}

.tags a:hover, .tags-single a:hover {
	text-decoration: underline;
}

.tags-single {
	color: #666;
	font-size: 11px;

}

.comments {
	float: right;
}

.comments a {
	font-weight: bold;
	color: #70D00F;
}

h2.pagetitle {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 14px;
}

#comment {
 width: 400px;
}

.navigation {
	font-size: 11px;
	padding: 3px 0 10px 0;
	margin-top: -15px;
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 5px 15px;
	padding: 0px 15px;
	background-color: #EEE;
	font-style: italic;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
