/*
Bakerboys Dist Blog Stylesheet

URL: 		http://bakerboysdist.com
Created by: 	Foxxyz/Ivo KH Janssen
For:		The Code Dealers
		The Plant System
Site Design by:	The Code Dealers

http://codedealers.com

*/

#addcomment {
	clear: both;
	border-top: solid 1px #433;
	padding-top: 20px;
}

	#archives h3 {
		color: #f00;
		background-color: inherit;
		clear: both;
	}

	#archives h4 {
		margin: 0;
	}

	#archives ul {
		list-style: none;
		text-transform: uppercase;
	}

	#archives ul li {
		margin-bottom: 0;
	}

		#archives li li {
			padding: 3px 0;
			font-size: .9em;
		}

			#archives li li a {
				color: #fff;
				background-color: inherit;
			}

	#comments input[type=text] {
		width: 250px;
		padding: 3px;
	}

	#comments textarea {
		width: 100%;
		padding: 3px 0 3px 3px;
		font-family: inherit;
	}

	#comments li {
		clear: left;
	}

		#comments li .author {
			float: left;
			color: #BEBCBD;
			font-size: .8em;
			background-color: inherit;
			width: 100px;
			overflow: hidden;
		}

			#comments li .author a {
				color: #999;
				background-color: inherit;
			}

				#comments li .author a:hover {
					color: #fff;
					background-color: inherit;
				}

		#comments li .content {
			float: right;
			width: 462px;
			background: url(/app/css/images/speech-bubble-arrow.png) no-repeat left 20px;
			padding-bottom: 20px;
		}

		#comments li .contentinner {
			background-color: #fff;
			color: #000;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			padding: 16px 20px;
			margin-left: 30px;
			position: relative;
		}

			#comments li .contentinner .error {
				color: #f00;
				font-size: .6em;
				margin-bottom: 1em;
				font-weight: bold;
			}

	#comments ol {
		list-style: none;
	}

.deletecomment {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: .6em;
	text-transform: uppercase;
}

	.deletecomment:hover {
		color: #000;
	}

.paginate {
	text-transform: uppercase;
	clear: both;
}

.post {
	padding-bottom: 20px;
	border-bottom: solid 1px #433;
}

	.post q {
		font-size: 3em;
	}

	.post .media {
		margin-bottom: 10px;
	}

.readmore {
	margin-bottom: 0;
}

	.readmore a {
		display: block;
		width: 93px;
		height: 37px;
		background: url(/app/css/images/paint-burst.png) no-repeat top left;
		color: #fff;
		font-family: Impact, sans-serif;
		text-transform: uppercase;
		font-size: .9em;
		text-align: center;
		padding-top: 10px;
	}

		.readmore a:hover {
			color: #000;
		}

	div.post ul {
		background-color: #000;
		padding: 1em 0 1em 3em;
	}

		div.post ul li {
			margin-bottom: 1em;
			font-size: .8em;
		}

	.search label {
		display: none;
	}

	.search #search_query {
		font-size: 18px;

	}

	.search #search_query_container {
		float: left;
		margin-right: 5px;
	}

	.search #search_submit {
		border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 3px;
	}
