@charset "UTF-8";

/*
Developer : Clemente Gomez
Website: www.kreativeking.com
*/

.post .article{
	width: 545px;
	white-space: normal;
}

.post .article .thePost p{
	width: 530px;
}

.post .postHeader{
	margin: 0 10px 10px 0;
}

.post .commentPic{
	float: right;
	overflow: hidden;
	position: relative;
	right: 30px;
	_margin: 5px 0 0 0;
}

.post .postFooter .sig{
	top: 10px;
}

#shareThis {
	background:  url(images/nav_bg.png) #082727 repeat-x;
	overflow: hidden;
	margin: 10px 0 25px 0;
	padding: 10px 3px;
	width: 500px;
	border: 1px solid #3f4c4c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#shareThis h4{
	background: #020c0c;
	overflow: hidden;
	height: 28px;
	width: 100%;
	color: #28c5c5;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 5px;
	text-align: center;
}

#shareThis a{
	display: block;
	width: 64px;
	height: 64px;
}

#shareThis ul{
	margin: 10px 0 0 30px;
}

#shareThis ul li{
	display: inline;
	margin: 10px 0 0 0;
	text-indent: -9999px;
}

#shareThis #delicious{
	background: url(images/delicious.png);
	display: block;
	float: left;
	margin: 0 5px;
	width: 64px;
	height: 64px;
}

#shareThis #digg{
	background: url(images/digg.png);
	display: block;
	float: left;
	margin: 0 5px;
	width: 64px;
	height: 64px;
}

#shareThis #stumble{
	background: url(images/stumbleupon.png);
	display: block;
	float: left;
	margin: 0 5px;
	width: 64px;
	height: 64px;
}

#shareThis #feedme{
	background: url(images/rss_share.png);
	display: block;
	float: left;
	margin: 0 5px;
	width: 64px;
	height: 64px;
}

#shareThis #tweet{
	background: url(images/tweet.png);
	display: block;
	float: left;
	margin: 0 5px;
	width: 64px;
	height: 64px;
}

#shareThis #facebook{
	background: url(images/facebook.png);
	display: block;
	float: left;
	margin: 0 5px;
	width: 64px;
	height: 64px;
}

#relatedPosts{
	background:  url(images/nav_bg.png) #082727 repeat-x;
	overflow: hidden;
	margin: 10px 0 25px 0;
	padding: 10px 3px;
	width: 500px;
	border: 1px solid #3f4c4c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#relatedPosts h6{
	background: #020c0c;
	overflow: hidden;
	height: 28px;
	width: 100%;
	color: #28c5c5;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 5px;
	text-align: center;
}

.relatedPosts li a{
	color: #28c5c5;
}