/* CSS Document */

.blogPod {
width: 230px;
padding: 15px 20px 0 20px;
}

.blogDateCat {
float: left;
background-color: #36494f;
padding: 3px 5px;
color: #fff;
}

	.blogDateCat a {
	color: #fff;
	}

.blogAuthor {
width: 580px;
background-color: #ebecee;
padding: 10px 20px;
}
	
	.blogAuthorImg {
	float: left;
	width: 100px;
	}
	
	.blogAuthorBio {
	float: left;
	width: 480px;
	font-size: 90%;
	}
	
	p.blogContinue {
	margin: 0;
	padding: 0;	
	}
	
	p.blogContinue a {
	font-style: italic;
	font-size: 90%;
	}
	
.blogBody {
width: 620px;
line-height: 145%;
font-size: 110%;
padding: 20px 0 10px 0;
}

.blogComment {
width: 620px;
padding: 0 0 5px 0;
}

.blogShare {
width: 620px;
padding: 5px 0 20px 0;
}

.blogShare img {
vertical-align: middle;
}

.blogAlert {
border-left: 2px solid #ead4a4;
border-right: 2px solid #ead4a4;
border-top: 2px solid #ead4a4;
padding: 15px;
font-size: 110%;
background-color: #ffc;
width: 586px;
}

.commentRow {
width: 620px;
padding: 20px 0;
}

	.commentImg {
	float: left;
	width: 60px;
	}
	
	.commentDetails {
	float: left;
	width: 130px;
	padding-top: 10px;	
	}
	
	.commentArrow {
	float: left;
	width: 10px;	
	}
	
	.commentContent {
	float: left;
	width: 380px;
	padding: 20px;	
	background-image: url(../images/template/grey-textbox-corner.gif);
	background-repeat: no-repeat;
	background-color: #dcdcdc;
	color: #36494f;
	}
	
.commentForm {
border: 2px solid #ead4a4;
width: 586px;
padding: 15px;
}

.commentForm form {
margin: 0;
}

.commentForm form fieldset {
border: none;
padding: 0;
margin: 0;
}

.commentForm form fieldset legend {
display: none;
}

.commentForm form fieldset ol {
list-style: none;
padding: 0;
margin: 0;
}

.commentForm form fieldset ol li {
clear: both;
padding: 3px 0;
}

.commentForm form fieldset ol li label.shortLabel {
float: left;
width: 120px;
}

.commentForm form fieldset ol li label.longLabel {
width: 200px;
}

.commentForm form fieldset ol li input {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #656b6d;
background-color: #e8e8e8;
border: 1px solid #e8e8e8;
font-size: 100%;
padding: 3px;
}

.commentForm form fieldset ol li textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #656b6d;
background-color: #e8e8e8;
border: 1px solid #e8e8e8;
font-size: 100%;
padding: 3px;
height: 100px;
width: 300px;
}

.commentForm form fieldset ol li img {
vertical-align: top;
margin-left: 3px;
}

.commentForm form input.blogBtn {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
padding: 5px;
cursor: pointer;
}
