.main .date
{
	color:#888;
}

.articlePage
{
	padding-right:5px;
}

.tags .tag
{
	display:inline-block;
	height:16px;
	padding:4px 5px;
	margin-right:5px;
	text-align:center;
	color:#fff;
	margin-top:2px;
	font-size:13px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333');
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	background: -moz-linear-gradient(top, #555, #333);
}

.adsenseAd
{
	margin-top:20px;
}

h1
{
	font-size:26px;
	line-height:29px;
	border-bottom:2px solid #dddddd;
	padding:0px;
	margin:0px;
	color:#52045A;
	padding-bottom:4px;
}

.imageSource
{
	float:left;
	background-color:#eee;
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	margin-left:10px;
}

.s_image
{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:5px;
	text-align:center;
}

.s_caption
{
	font-size:12px;
	color:#333;
	font-style:italic;
	margin:0px 5px;
}

.authorPic
{
	background-color:#f1f1f1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dddddd');
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dddddd));
	background: -moz-linear-gradient(top, #f1f1f1, #dddddd);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	padding:10px;
}

.authorPic img
{
	max-width:206px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.authorBlock
{
	display:block;
	float:left;
	width:226px;
}

.authorName
{
	padding:1px 4px;
	margin:0px;
	color:#971B94;
	font-size:15px;
	font-weight:bold;
	background-color:#DFDFDF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#bbbbbb');
	background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#bbbbbb));
	background: -moz-linear-gradient(top, #DFDFDF, #bbbbbb);
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

.authorAbout
{
float:left;
	margin-top:5px;
	text-align:justify;
padding:3px;font-style:italic;
}