.specialPicHolder
{
	float: left;
	margin-right: 17px;
	position: relative;
}

#articleText p b
{
	color: black;
}

#articleText #bloclien a
{
	text-decoration:none;
	font-weight:normal;
  color: #62658c;
}

.specialPicHolder .picInfo
{
	height: 36px;
	background: url(/static/images/picbox_bkg.png) repeat left top;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 8px;
}

	.picInfo a.magnifier
	{
		width: 26px;
		height: 24px;
		position: absolute;
		right: 5px;
		top: 10px;
		background: url(/static/images/magnifier.png) repeat left top;
	}

	.picInfo a.magText
	{
		color: white;
		text-decoration: none;
	}

#articleHeader #infoRedact
{
	margin-top: 5px;
}	
	
#articleHeader
{
	background: none;
	padding-bottom: 0px;
}

#blogAuthor
{
	background-color: #2e2a43;
	margin-bottom:5px;
}

	#blogAuthor #baTop
	{
		height: 5px;
		background: url(/static/images/artblog_auth_top.gif) no-repeat left top;
	}

	#blogAuthor #baBottom
	{
		height: 5px;
		background: url(/static/images/artblog_auth_bottom.gif) no-repeat left top;
	}

	#blogAuthor #baTitle
	{
		font-family: Trebuchet MS;
		font-size: 15px;
		color: white;
		margin-left: 8px;
	}
	
	#blogAuthor #baName
	{
		margin-top: 8px;
		color: #cacce9;
		font-size: 14px;
		font-weight: bold;
		padding-left: 25px;
		background: url(/static/images/artblog_auth_star.gif) no-repeat 7px 2px;
	}
	
	#blogAuthor #baName a
	{
		color: #cacce9;
    text-decoration:none;
	}	
	
	#blogAuthor #baDottedLine
	{
		height: 1px;
		margin-top: 7px;
		margin-bottom: 6px;
		margin-left: 7px;
		margin-right: 5px;
		background: url(/static/images/blogstar_dots.gif) repeat-x left top;
	}
	
	#blogAuthor #baInner
	{
		font-family: Trebuchet MS;
		font-size: 15px;
		background-color: white;
		width: 164px;
		margin-left: 7px;
		color: #221e32;
		text-align: center !important;
	}
		#baInner *
		{
			text-align: center !important;
		}
	
		#baInner #baInnerTop
		{
			background: url(/static/images/artblog_auth_intop.gif) no-repeat left top;
			height: 5px;
		}
		
		#baInner #baInnerBottom
		{
			background: url(/static/images/artblog_auth_inbottom.gif) no-repeat left top;
			height: 5px;			
		}
		
		#baInner b
		{
			margin-bottom: 5px;
			display: block;
		}