div.entry {
	clear: both;
}
#primary div.title {
	display: block;
	float: left;
	min-height: 50px;
	_height: 50px;
	border: 1px solid #c3c5c5;
	margin-top: 20px;
	background-image: url(blog-title-area-bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
#primary div.title-author {
	display: block;
	float: left;
	width: 465px;
	min-height: 50px;
	_height: 50px;
}
#primary div.title-author p.author {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	margin: 10px 0px 5px 6px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	color: #8e8e8e;
	letter-spacing: 1px;
}
div.title-author p.author span {
	color: #329ab3;
}
#primary h1{ 
	color: #185288;
	font-size: 20px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
#primary div.title-author h1,
#primary div.title-author h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 10px 6px;
	color: #f16822;
	font-size: 18px;
	line-height: 20px;
}
div.title-author h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #f16822;
	font-size: 18px;
	line-height: 20px;
}
div.date {
	display: block;
	float: left;
	width: 85px;	
	min-height: 50px;
	_height: 50px;
}
div.date p {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	margin: 5px 0px 5px 10px;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	color: #8e8e8e;
	letter-spacing: 1px;
	line-height: 20px;
}
div.date p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #329ab3;
	padding: 8px 0px 0px 0px;
	text-transform: capitalize;
	letter-spacing: normal;
}
div.comment-count {
	display: block;
	float: left;
	width: 59px;	
	min-height: 50px;
	_height: 50px;
	background-image: url(blog-comment.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.entry div.title div.none {
	background-image: url(blog-comment-none.gif);
}
div.comment-count p {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	text-align: center;
}
div.comment-count p a {
	color: white;
}
div.body p {
	color: #666666;
}
div.body p a.read-more {
	font-weight: bold;
	color: #00ceff;
}
p img.right,
p img.left {
	margin-top: 0px;
}


div.meta {
	background-image: url(blog-meta-bg.gif);
	background-position: right top;
	background-repeat: repeat-y;	
	border: 1px solid #c3c5c5;
}
div.category {
	display: block;
	float: left;
	width: 111px;
	min-height: 50px;
	_height: 50px;
}
div.category h3 {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	margin: 10px 0px 5px 6px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	color: #8e8e8e;
	letter-spacing: 1px;
}
div.category p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #329ab3;
	margin: 10px 0px 5px 6px;
}
div.category p a {
	color: #329ab3;
}
div.tags {
	display: block;
	float: left;
	width: 411px;	
	min-height: 50px;
	_height: 50px;
}
div.tags h3 {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	margin: 10px 0px 5px 6px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	color: #8e8e8e;
	letter-spacing: 1px;
}
div.tags p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #329ab3;
	margin: 10px 0px 5px 6px;
}
div.tags p a {
	color: #329ab3;
}
div.share {
	display: block;
	float: left;
	width: 187px;	
	min-height: 50px;
	_height: 50px;
}
div.share h3 {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	margin: 10px 0px 5px 6px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	color: #8e8e8e;
	letter-spacing: 1px;
}
div.share ul {
	list-style-type: none;
	margin: 10px 0px 5px 6px;
}
div.share ul li {
	display: block;
	float: left;
}
div.share ul li a {
	margin-right: 4px;
}

div.comments {
	margin-top: 18px;	
}
div.comments h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #7d7d7d;
	border-bottom: 4px solid #b2b2b2;
}
div.comments h2 span {
	font-size: 16px;
	color: #329ab3;
}




div.content p a{
	color: #348091;
	text-decoration: none;
}
div.content a:hover{
	color: #348091;
	text-decoration: underline;
}
div.author p span.name {
	color: #329ab3;
	font-size: 14px;
}
div.author p span.date {
	font-size: 10px;
}
div.comment-form {
	margin-top: 10px;
}



