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


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

.blog {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-bottom: 20px;
}
.blog h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #663300;
	font-variant: small-caps;
	text-align: center;
	margin: 0px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog-title a{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #cf6700;
}
.blog-title a:hover {
  color: black;
	text-decoration: underline overline;
}	
.blog-info {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
}
.blog-body {
	font-size: 13px;
}
/********************************************************
*
* Social Link Styles
*
********************************************************/
.social {
	padding: 5px;
	background-color: #F0F0EE;
}
.social h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #663300;
	font-variant: small-caps;
	text-align: center;
	margin: 0px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.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: #000;
	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;
}

