/************************************************************************
*
*         Blog styles
*
************************************************************************/


/********************************************************
*
* Blog Post Item Styles
*
********************************************************/

.blog {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-bottom: 20px;
}
.blog h1 {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:27px;
	color:#fff;
	display:block;
	border:1px #974608 solid;
	height:29px;
	padding:0 0 0 8px;
	font-weight:normal
}
.blog-title a{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.blog-info {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
}
.blog-body {
	font-size: 13px;
}


/********************************************************
*
* Social Link Styles
*
********************************************************/


.social {
	padding: 2px;
	background-color: #F0F0EE;
}
.social h1 {
  font-size:16px;
	color: #2A6C7C;
	border:1px #005500 solid;
	font-weight:bold;
	text-align: center;
	background-color: #ECDBC1;
}
.social ul {
	display:inline;
	margin:0;
	padding:0;
}
.social ul li {
	display:inline;
	list-style-type:none;
	margin-right: 2px;
	padding:1px;
}
.social img {
	border:0 none;
	float:none;
	height:16px;
	margin:0;
	padding:0;
	width:16px;
}

/********************************************************
*
* Blog Post Item Styles
*
********************************************************/

.comments {

}
.comments h1 {
	font-size:15px;
	color:#fff;
	padding:4px;
	font-weight: bold;
	background-color: #0033CC;
	margin-top: 5px;
	margin-bottom: 2px;
}
.comments li {
	list-style-type: none;
	padding: 5px;
	border: thin solid #EEEEEE;
}
.comments ul {
	margin: 0px;
	
}
.comment-info {
	font-size: 14px;
	font-weight: bold;
}
.comment-body {
	font-size: 12px;
}

/***********************************************
****** Comment Form ***************************
**********************************************/
.commentform {
  margin-left: 50px;
	}
.commentform li {
  text-align: left;
	padding: 3px;
	font-weight: normal;
	font-size: 12px;
		list-style-type: none;
}
.commentform ul {
  font-weight: normal;
}
.leavecomment {
  width: 90%;
	}
