/* CSS of the article page */

#articleMain {
	margin-left:	80px;
	width:			550px;
	text-align:		justify;
}

#articleMenu {
	height:			60px;
	border-bottom: 	1px solid #999999;
	vertical-align:	bottom;
}


#articleImage {
	float:			left;
	padding-right: 	10px;
}

#articleName {
	font-size:		20px;
	color:			#006AF3;
	font-weight:	bold;
	margin-right:	50px;
	line-height:		40px;
	float:				left;
}

#articleMenuLine {
	height:			40px;
	padding-top:		20px;
}

#articleMenuLine a {
	width: 				124px;
	height:				40px;
	background:			url('../images/articles/tab.png') top left;
	display:			block;
	float:				right;
	margin-left:		8px;
	line-height:		40px;
	font-size:			14px;
	text-align:			center;
	color:				#FFFFFF;
}

#articleMenuLine a:hover {
	background-position:	bottom left;
}

#articleMenuLine a.selected {
	background:			url('../images/articles/tab_selected.png');
}

#articleHead {
	float:			left;
	margin-top:		30px;
	margin-bottom: 	15px;
	width:			100%;
}

#articleTitle {
	font-size:		18px;
	color:			#000000;
	font-weight:	bold;
	line-height:	110%;
}

#articleAuthor {
	font-size:		9px;
	font-weight:	bold;
	margin-top:		12px;
}

#articleAuthorBio {
	width:			430px;
	color: 			#666666;
	font-style: 	italic;
	font-size: 		10px;
	text-align:		justify;
}
#secondArticleAuthor {
	font-size:		9px;
	font-weight:	bold;
	margin-top:		12px;
}

#secondArticleAuthorBio {
	width:			430px;
	color: 			#666666;
	font-style: 	italic;
	font-size: 		10px;
	text-align:		justify;
}

#articleBody {
	float: 			left;
	font-weight: 	normal;
	font-variant: 	normal;
	font-style: 	normal;
	color: 			#666666;
	width:			550px;
	padding:		0px;
	text-align:		justify;
}

#articleBody img{
	margin: 		8px;
	border:			0px;
}

#articleBody img.right {
	float : 		right;
}

#articleBody img.left {
	float : 		left;
}
