/* -----------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
	
	Blog
	Stylesheet: public/blog.css
	Author: Neal Barrow, chicowebdesign.com
	Version: March 4, 2010
	
--------------------------------------------------------------------------------------
----------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------------
BLOG
----------------------------------------------------------------------------------- */
h2.blog-title, h2.blog-title a {
	margin: 15px 0 0 20px !important;
	padding: 10px 0 0 0;
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	text-decoration: uppercase;
	}
	h2.blog-title a {
		color: #686868;
		text-decoration: none;
		}
		h2.blog-title a:hover {
			text-decoration: none;
			color: #222;
			}
span.blog-category {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 10px 0;
	}
span.blog-category a {
	color: #0B8998;
	}
	span.blog-category a:hover {
		text-decoration: none;
		}
p.blog-author {
	margin-bottom: 0;
	}
div.blog-body {
	}
img.post-image {
	float: right;
	padding: 3px;
	background: #FFF;
	border: 1px solid #A8A8A8;
	margin: 0 0 10px 10px;
	}
div.blog-details {
	background: #E7E5D2;
	padding: 10px;
	margin-bottom: 20px;
	}
	div.blog-details div {
		float: left;
		padding-right: 10px;
		border-right: 1px solid #593e3e;
		margin-right: 10px;
		}
		div.blog-details div.last {
			padding: 0;
			border: none;
			margin: 0;
			}
	div.blog-details a {
		color: #0B8998;
		}
		div.blog-details a:hover {
			text-decoration: none;
			}
			
/* -----------------------------------------------------------------------------------
BLOG - CATEGORIES
----------------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------------
BLOG - BROWSE
----------------------------------------------------------------------------------- */
.blog-post-wrapper {
	position: relative;
	background: url(/ui/images/public/layout/contractor-bg.gif) repeat-y 0 0;
	border: solid 1px #d3d3d3;
	margin: 0 20px 15px;
	overflow: hidden;
	height: 170px;
	}
.blog-post {
	position: relative;
	background: url(/ui/images/public/layout/contractor-bg.gif) no-repeat -918px 0;
	height: 170px;
	}
	.blog-post .blog-image {
		display: block;
		float: left;
		background: url(/ui/images/public/layout/contractor-no-photo.gif) no-repeat 5px 5px;
		width: 160px;
		height: 160px;
		padding: 5px;
		text-align: center;
		color: #f2f2f2;
		}
		.blog-post .blog-image img {
			width: 160px;
			height: 160px;
			}
	 .blog-post .blog-info-left {
	 	width: 575px;
		text-align: justify;
	 	padding: 0 0 15px 0;
		float: left;
		overflow: hidden;
	 	}
	 	.blog-post .blog-info-left h2 a {
	 	   margin: 0 0 6px 0 !important;
	 	   }
	 .blog-post .blog-info-right {
		display: block;
		float: right;
		width: 300px;
		overflow: hidden;
		color: #FFF;
	 	}
	 	.blog-post .blog-info-right p {
			margin: 15px 18px 0;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
	 		}
	 		.blog-post .blog-info-right p span, .blog-post .blog-info-right p span a {
				color: #FFC100;
				}
		 	.blog-post .blog-info-right p a {
				color: #fff;
				text-decoration: none;
				font-weight: bold;
	 			}			
/* -----------------------------------------------------------------------------------
BLOG - FORM
----------------------------------------------------------------------------------- */
#comments .comments {
	margin: 0 0 0 20px;
	}
#comments .comments fieldset {
	margin: 0 0 20px 0;
	padding: 10px;
	border: none;
	border: 1px solid #DFDDC7;
	background: #DEDEDE;
	}
	#comments .comments fieldset legend {
		line-height: 25px;
		margin: 0 0 0 10px;
		padding: 5px;
		font-weight: bold;
		color: #7D3926;
		}
		#comments .comments fieldset .form-status.error {
			background: #752109;
			color: #FFF;
			padding: 10px;
			margin: 0;
			}
		#comments .comments fieldset .form-status.success {
			background: #577A4B;
			color: #FFF;
			padding: 10px;
			margin: 0;
			}
	#comments .comments fieldset div {
		margin: 0 0 5px 5px;
		clear: both;
		}
		#comments .comments fieldset div label { 
			float: left;
			width: 125px;
			cursor: pointer;
			font-size: 13px;
		}
		#comments .comments fieldset div .input, #comments .comments fieldset div .textarea {
			background: #FFF;
			padding: 4px;
			border: 1px solid #DFDDC7;
			font: 12px Arial, Helvetica, sans-serif;
			width: 70%;
			}
		#comments .comments fieldset div div {
			width: 80%;
			float: right;
			clear: none;
			}
	#comments .comments fieldset div.submit {
		margin-left: 130px;
		}						
#comments .comments .required {
	color: #ff0000;
	}
#comments .comments fieldset.main .submit {
	margin: 0 0 0 10px;
	float: left;
	}
	 
/* -----------------------------------------------------------------------------------
BLOG - COMMENTS
----------------------------------------------------------------------------------- */
#comments h2 {
	clear: both;
	top: 0;
	margin: 15px 0 10px 0;
}
#comments div.comments-1, #comments div.comments-2 {
	padding: 10px;
	margin: 0 0 8px 20px;
	}
	#comments .comments-1 {
		background: #F2F2F2;
		border: 1px solid #E0E0E0;
		}
	#comments .comments-2 {
		}
	#comments div.comments-1 p, #comments div.comments-2 p {
		margin: 0 !important;
		padding: 0;
		}
	#comments ul.comment-info {
		height: 20px;
		}
		#comments ul.comment-info {
			margin: 0;
			}
		#comments ul.comment-info li {
			list-style: none;
			float: left;
			padding-right: 10px;
			border-right: 1px solid #E0E0E0;
			margin-right: 10px;
			}
			#comments .comments-2 ul.comment-info li {
				border-right: 1px solid #E0E0E0;
				}
			#comments ul.comment-info li.last {
				padding: 0;
				border: none;
				margin: 0;
				}
			#comments ul.comment-info li a {
				color: #0B8998;
				}
			#comments ul.comment-info li a:hover {
				text-decoration: none;
				}
				#comments ul.comment-info li a {
					color: #0B8998;
					}
/* -----------------------------------------------------------------------------------
BLOG - COMMENTS - RECAPTCHA
----------------------------------------------------------------------------------- */
#comments fieldset #recaptcha_area {
	float: left;
}
#comments fieldset #recaptcha_area div {
	clear: none;
	float: none;
	margin: 0;
	padding: 0;
}
.recaptcha_theme_red #recaptcha_response_field {
	left: 0;
}