/* ========== ========== ========== */
/* =========== MAIN BOX =========== */
/* ========== ========== ========== */

.article-box {
	width: 670px;
	overflow: hidden;
	
	background-color: #222222;
	margin-bottom: 10px;
}
	.article-title {
		width: 648px;
		border-bottom: 1px solid #111111;
		border-top: 1px solid #444444;
		border-right: 1px solid #111111;
		border-left: 1px solid #444444;
		padding: 10px;
		
		background-color: #222222;
		font-size: 16px;
		font-weight: bold;
		color: #CC0000;
		text-align: left;
			
		background-image: url(../img/forum-bg.gif);
		background-repeat: repeat-x;
		background-position: 0px -40px;
	}
	.article-info {
		/*border: 1px solid #444444;*/
		border-top: 1px solid #444444;
		border-right: 1px solid #111111;
		border-bottom: 1px solid #111111;
		border-left: 1px solid #444444;
		padding: 5px;
		overflow: hidden;
		/*height: 12px;*/
		
		font-size: 10px;
		
		background-color: #181818;
		
		background-image: url(../img/rfp-bg.gif);
		background-repeat: repeat-x;
	}
	.article-info a {
		color: #BB0000;
	
	}
	.article-info a:hover {
		color: #EE0000;
	}
		/*mini stuff*/
		.article-date {
			color: #AAAAAA;
		}
	


.article-pagination {
	font-size: 11px;
	overflow: hidden;
}
.article-pagination ul {
	list-style-type: none;
	float: right;
	overflow: hidden;
	max-width: 80%;
	
	font-style: normal;
}
.article-pagination li {
	float: left;
	margin: 2px;
	
	display: block;
	padding: 4px;
	
	border: 1px solid #000000;
	background-color: #282828;
	
	background-image: url(../img/button-bg1.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
	font-size: 10px;
	
	color: #999999;
}
	.article-pagination .no-anchor {
	
		color: #999999;
	}
	.article-pagination .active {
		text-decoration: underline;
		font-weight: bold;
		color: #AA0000;
	}
	.article-pagination a {
		
		color: #EEEEEE;
	}
	.article-pagination a:hover {
		color: #EE0000;
	}


	
	.article-content {
		width: 648px;
		border-top: 1px solid #444444;
		border-left: 1px solid #444444;
		border-right: 1px solid #111111;
		border-bottom: 1px solid #111111;
		
		padding: 10px;
		background-color: #303030;
		
		font-size: 11px;
		line-height: 150%;
		
		color: #EEEEEE;
		text-align: justify;
	}
	.article-content a {
		color: #AA0000;
	}
	.article-content a:hover {
		color: #EE0000;
	}
	
	.article-footer {
		width: 658px;
		padding: 5px;
		
		border-top: 1px solid #444444;
		border-left: 1px solid #444444;
		border-right: 1px solid #111111;
		border-bottom: 1px solid #111111;
		
		background-color: #000000;
		background-image: url(../img/bg-style-2.gif);
		background-repeat: repeat-x;
		color: #EEEEEE;
	}
	
	
.article-imgbox {
	margin: 5px;
}
.article-imgbox img{
	max-width: 360px;
	max-height: 500px;
	border: 1px solid #000000;
}
.article-imgbox-comment {
	margin: 0px;
	margin-top: -5px;
	width: inherit;
	max-width: 350px;
	display: block;
	
	font-size: 10px;
	background-color: #444444;
	color: #FFFFFF;
	padding: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}




.article-side-info {
	/*width: 282px;*/
	background-color: #383838;
	
}
.article-side-info img {
	float: right;
	border: 1px solid #000000;
	width: 80px;
	height: 80px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.article-side-author a {
	font-size: 14px;
	color: #AA0000;
	text-decoration: none;
	font-weight: bold;
}
.article-side-author a:hover {
	color: #DD0000;
}
.article-info-badgebox {
	float: left;
	width: 128px;
	height: 32px;
	border: 1px solid #000000;
	background-color: #666666;
	padding: 2px;
}