
/* ---------------------------------------------------------------------------------------- *
 *
 * ---------------------------------------------------------------------------------------- */
.master_comment {
	padding:				0px;
	color:					#222;
	background:				transparent url(../pics/comment_bg3.png) repeat-y;
}

/* ---------------------------------------------------------------------------------------- *
 * A R T I C L E
 * ---------------------------------------------------------------------------------------- */
#article {
	padding:				10px;
/*	font:					normal 12px/18px Arial, Helvetica, sans-serif;*/
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			19px;
}

.article_title {
	text-decoration:		none;
	font-style:				normal;
	font-size:				20px;
	line-height:			24px;
	font-weight:			bold;
	color:					#000;
	padding-top:			20px;
}

.article_index_prolog {
	text-decoration:		none;
	font-style:				normal;
	color:					#000;
	margin:					8px;
}

.article_content {
	text-decoration:		none;
	font-style:				normal;
	color:					#222;
	padding-top:			30px;
}

.article_datetime {
	text-decoration:		none;
	font-style:				normal;
	color:					#f90;
	font-size:				11px;
	line-height:			16px;
	padding-top:			10px;
}

.article_datetime2 {
	text-decoration:		none;
	font-style:				normal;
	color:					#ff0;
	font-size:				11px;
	line-height:			16px;
	padding-top:			10px;
}

#article_comments {
	color:					#ff0;
	line-height:			100%;
}

.article_user_data {
	float:					left;
	width:					216px;
	color:					#222;
}

.article_comment {
	float:					left;
	padding: 				10px 0px 0px 10px;
	width:					628px; /* content.width - lnk1_*.padding-right - this.margin = 648 - (1 * 10) - (2 * 10) */
	overflow:				auto;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			19px;
	color:					#222;
}

.article_inputarea {
	width:					864px;
	padding: 				0px 0px 0px 0px;
	margin-bottom:			0px;
	color:					#000;
	background:				transparent url(../pics/comment_inp_bg.png) repeat-y;
}

.comment_number {
	width: 					8%;
	font-family: 			Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 				9px;
	color: 					#f90;
	float: 					left
}

.comment_lnk {
	color:					#BD6106;
	text-decoration:		underline;
}

.article_comment_bg1 {
	padding:				0px;
	margin-bottom:			2px;
	background:				transparent url(../pics/comment_bg.png) repeat-y;
}

#comment_head {
	height:					8px;
	background:				transparent url(../pics/comment_head.png) no-repeat;
	width:					864px;
}

#comment_inp_head {
	height:					8px;
	background:				transparent url(../pics/comment_head.png) no-repeat;
	width:					864px;
}

#master_comment_head {
	height:					8px;
	background:				transparent url(../pics/comment_master_head.png) no-repeat;
	width:					864px;
}

#master_follow_head {
	height:					8px;
	background:				transparent url(../pics/comment_master_follow_head.png) no-repeat;
	width:					864px;
}

#master2_follow_head {
	height:					8px;
	background:				transparent url(../pics/comment_master2_follow_head.png) no-repeat;
	width:					864px;
}

#input_follow_head {
	height:					8px;
	background:				transparent url(../pics/comment_input_follow_head.png) no-repeat;
	width:					864px;
}

.article_caption_link1 {
	text-decoration:		none;
	font-style:				normal;
	font-weight:			bold;
	font-size:				16px;
	color:					#4B4D04;
	cursor:					pointer;
}
.article_caption_link1:hover {
	color:					#ff0;
}

.article_caption_link2 {
	text-decoration:		none;
	font-style:				normal;
	font-weight:			bold;
	font-size:				16px;
	color:					#75351A;
	cursor:					pointer;
}
.article_caption_link2:hover {
	color:					#ff0;
}

.article_content_preview {
	text-decoration:		none;
	font-style:				normal;
	padding:				10px 0px;
}

div.article_hover1 {
	padding:				10px;
	background:				transparent url(../pics/preview01.png) repeat-y;
	border-bottom:			1px solid #000;
	color:					#4B4D04;
}
div.article_hover1:hover {
	background:				transparent url(../pics/preview01hvr.png) repeat-y;
}

div.article_hover2 {
	padding:				10px;
	background:				transparent url(../pics/preview02.png) repeat-y;
	border-bottom:			1px solid #000;
	color:					#75351A;
}
div.article_hover2:hover {
	background:				transparent url(../pics/preview02hvr.png) repeat-y;
}

/* ---------------------------------------------------------------------------------------- *
 * R E L A T E D  A R T I C L E S
 * ---------------------------------------------------------------------------------------- */
#related_articles_left {
	float: 					left;
	width: 					48%;
	text-align:				left;
}

#related_articles_right {
	float: 					right;
	width: 					48%;
	text-align:				left;
}

/* -----------------------------------------------------
 * related articles v2
 * ----------------------------------------------------- */
#related_articles2 {
	position:				relative;
	padding:				0px;
	margin:					10px;
}

#related_articles2 ul {
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 			normal;
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;
}

#related_articles2 li {
	margin:					0px 8px;
	border-bottom:			1px dotted #666666;
	display: 				block;
	padding: 				5px;
	height:					2em;
}

#related_articles2 li.none {
	display: 				none;
}


#related_articles2 li:hover{
	background-color:		#CC441F;
}

#related_articles2 li a {
	text-decoration:		none;
 	color: 					#f90;
	cursor:					pointer;
}

#related_articles2 li a:hover {
	color:					#ff0;
}

.related_articles2_userdata {
	font-size: 				11px;
	line-height: 			11px;
}

.related_articles2_username {
	float: 					left;
	width: 					64%;
}

.related_articles2_date {
	float: 					right;
	width: 					32%;
	font-size: 				9px;
	text-align: 			right;
	color: 					#aaa;
}

.related_articles2_category {
	width: 					90%;
	font-size: 				9px;
	line-height: 			9px;
	color: 					#aaa;
}

/* -----------------------------------------------------
 *
 * ----------------------------------------------------- */
.bbcode_small {
	float: 					left;
	width: 					63px;
	height:					19px;
	cursor: 				pointer;
}

.bbcode_medium {
	float: 					left;
	width: 					81px;
	height:					19px;
	cursor: 				pointer;
}

.bbcode_big {
	float: 					left;
	width: 					113px;
	height:					19px;
	cursor: 				pointer;
}

#bbcode_examples td {
	padding:				5px;
}

.article_content_code {
	padding:				10px;
	margin:					10px 0px 10px 10px;
	background-color:		#FFECBF;
	color:					#444;
	overflow:				auto;
	border:					1px solid #CCAA5C;
}

.article_cite {
	padding:				10px;
	margin:					10px 0px 10px 10px;
	background-color:		#FFCCCC;
	color:					#444;
	overflow:				auto;
	border:					1px solid #CCAA5C;
}

.article_src {
	color:					#444;
	font-family:			"Courier New", Helvetica, Arial, sans-serif;
}
