/*  
Theme Name: Black Heron
Description: Custom Wordpress theme for Black Heron Technology Solutions
Version: 1.0
Author: Mel Karlik
Author URI: http://www.karlikdesign.com
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form, div, ol, ul, li, p {
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;

	color: #333333;
	/*background: #860000;*/
}

table{
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, h2 a{
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1383b8;
}

a{
	text-decoration: underline;
	/*color: #005f9f;*/
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

a.rss {
background: url(images/rss.gif) left top no-repeat;
padding: 3px 0 5px 20px;
}

blockquote{
	float: left;
	width: 360px;
	margin: 20px 8px;
	font-style: italic;
	padding: 20px;
	border-top: 2px solid #ddd;
	background: #eee;
}

.entry blockquote ul, .entry  blockquote ol {
margin-left: 10px;
margin-bottom: 20px;
}

blockquote blockquote{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}

code{
	background: #f9f9f9;
}


/* Begin Images */
p img {
	padding: 4;
	}
	
p {
	margin-bottom: 20px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 6px;
	margin: 16px 0 0px 8px;
	display: inline;
	}

img.alignleft {
	padding: 6px;
	margin: 26px 8px 0px 0;
	display: inline;
	}


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

small{
	font-size: 11px;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.wrap_center{
	margin: 0 auto;
	width: 480px;
}
.category {
	font-style: inherit;
	font-size: .9em;
	color: CCCCCC;
	margin-bottom: 20px;
	margin-left: 20px;
}
#header{
	
}

#header h1{
	padding: 20px 0;
	font-size: 24px;
	color: #fff;
}

#header h1 a{
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover{
	text-decoration: underline;
}



#page{
	float: left;
	width: 480px;
	background: #fff;
	color: #000;
}

#page .wrap_float{
	float: left;
	width: 480px;
	margin: 20px 0 0;
	background: url(images/dotted_v.gif) repeat-y 780px top;
}

.maincolumn{
	float: left;
	width:480px;
	text-align: justify;
}

/** Post **/
.post, .post_alt{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
	padding: 10px 0 0px 0;
	margin-bottom: 20px;
}

.wrapper{
	float: left;
	width: 480px;
}

.post_alt{
	background: #f9f9f9;
}
.postmeta{
	clear: both;
	width: 430px;	
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333333;
}
h2.post-title {
	display: block;
	width: 430px;
	margin-left:20px;
	line-height: 24px;
	height: 30px;
}
.block {
	font-weight: .9em;
	padding: 0px 5px 0px 18px;
	height: 16px;
	width: 430px;
	background: url(images/page.gif) 0 0  no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: .9em;
}

.post_alt .postmeta{
	/*background: url(images/bg_gradient_alt.gif) no-repeat;*/
}

.post h2 a, .post_alt h2 a{
	text-decoration: none;
}

.post h2 a:hover, .post_alt h2 a:hover{
	text-decoration: underline;
}
.postmeta .date {
	float: left;
}
.postmeta .comments-num {
	float: right;
}


.entry{	
	width: 430px;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 24px;
}
*html .entry {

}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{

}

.entry h1{ font-size: 24px; line-height: 30px; }
.entry h2{ float: none; width: auto; margin: 0; padding: 0; text-transform: none; background-image: none; }
.entry h3{ font-size: 16px; font-weight: bold; }
.entry h4{ font-size: 14px; font-weight: bold;}
.entry h5{ font-size: 12px; }
.entry h6{ font-size: 11px; }

.entry ul, .entry ol {
margin-left: 20px;
margin-bottom: 20px;
}
.entry img {
max-width: 430px;
}




.navigation{
	padding: 15px 20px 16px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

.sidebar{
	float: left;
	width: 200px;
	margin: 0 0 0 8px;
	display: inline;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.sidebar ul li{
	padding: 10px;
}


.sidebar ul li#calendar table{
	font-size: 11px;
}

.sidebar ul li#calendar table caption{
	padding: 10px;
}

.sidebar ul li#calendar table th, .sidebar ul li#calendar table td{
	text-align: left;
}

.sidebar ul li#calendar table td{
	padding: 3px 6px 3px 0;
}

.sidebar ul li h2{
	padding: 0 0 10px;
	background: url(images/dotted_h.gif) repeat-x left bottom;
}

.sidebar ul ul{
	line-height: 24px;
}

.sidebar ul ul li{
	padding: 8px 0;
	background: url(images/dotted_h.gif) repeat-x left bottom;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	background-color: transparent;
	background-image: none;
}

.comments_template{
	width: 430px;
	padding: 0 0 0 20px;
	display: block;
	/*background: #f9f9f9 url(images/bg_rc_bottom.gif) no-repeat left bottom;*/
}

form#comments-form.wrapper{
	/*background: url(images/bg_rc_top.gif) no-repeat;*/
}

.comments_template h3{
	width: 430px;
	line-height: 1.2em;
}

/** Comments list **/

.comments_template ol{
	width: 430px;
	margin-top: 0;
	padding: 0;
	float: left;
	list-style: none;
	list-style-type: none;
	line-height: 24px;
	display: inline;
}

.comments_template ol li{
	float: left;
	width: 430px;
	padding: 0;
	margin: 10px 0 0 0;
	padding-top: 10px;
	background: url(images/dotted_h.gif) repeat-x;
}

.commentmetadata{
	padding: 0px;
	width: 430px;
	height: 40px;
	margin-bottom: 20px;
	/*background: url(images/bg_gradient_alt.gif) no-repeat;*/
}

.comment-date {
	float: right;
	color: #CCCCCC;
	width: 300px;
	text-align: right;
	font-size: .9em;
}
.commentmetadata .visitor {
	float: left;
	width: 430px;	
}
.commentmetadata p {
	display: inline;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
}
img.avatar {
	padding: 5px;
	border: 1px solid #CCCCCC;
	display: inline;
}

.commententry{
	float: left;
	width: 430px;
	margin: 0 20px 0 0;
	display: inline;
}

.comments_template p.nocomments{
	margin: 0 0 0 20px;
}

/** Comments Form **/
h3#respond {
margin-bottom: 1.2em;
}
.required {
display: inline;
padding-left: 3px;
font-size: .9em;
padding-top: 5px;
vertical-align: top;
}
#comments-form-box {
	background: #ececec;
	padding: 6px;
	margin-top: 20px;
}


form#comments-form label{
float: left;
width: 120px;
font-weight: bold;
}

form#comments-form input,  form#comments-form textarea{
width: 180px;
margin-bottom: 5px;
background-color: white!important;
}

form#comments-form textarea{
width: 250px;
height: 150px;
}


form#comments-form #submit{
margin-left: 120px;
margin-top: 5px;
width: 180px;
}

br{
clear: left;
}
/** **/

#footer{
	background: url(images/bg_footer.gif) repeat-x;
}

#footer a{
	color: #fff;
}

#footer .wrap_center{
	padding: 8px 0 17px;
}

#footer p{
	padding: 10px 20px 5px;
	line-height: 24px;
}