@charset "utf-8";
/* SYPHEX.COM INDEX CSS PAGE */
/* Syphex Design #5 */


/* ========== ========== ========== */
/* ======= 1. MAIN FEATURE ======== */
/* ========== ========== ========== */

	.feature-box {
		width: 654px;
		padding: 5px;
		border-left: 1px solid #444444;
		border-top: 1px solid #444444;
		border-right: 1px solid #111111;
		border-bottom: 1px solid #111111;
		overflow: hidden;
		
		background-color: #333333;
	}
	.feature-item {

	}
	.feature-item a {
		margin: 0 auto;
		padding: 0px;
		width: 652px;
		border-left: 1px solid #111111;
		border-top: 1px solid #111111;
		border-right: 1px solid #444444;
		border-bottom: 1px solid #444444;
		
		overflow: hidden;
		display: block;
	}
	.feature-item a img{
		margin: 0 auto;
		padding: 0px;
		border: 0px;
	}
	.feature-chief {
		margin: 0px;
		padding: 0px;
		border: 0px;
		width: 652px;
		height: 254px;
		display: block;
		
		background-image: url(../img/testimgs/feature/masterchief.jpg);
		background-repeat: no-repeat;
	}
	.feature-info {
		width: 644px;
		/*height: 60px;*/
		padding: 10px;
		
		border-left: 1px solid #444444;
		border-top: 1px solid #444444;
		border-right: 1px solid #111111;
		border-bottom: 1px solid #111111;
		
		background-image: url(../img/bg-style-1.gif);
		background-repeat: repeat-x;
		background-color: #262626;
		
		text-align: left;
		font-color: #EFEFEF;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.feature-title {
		font-size: 16px;
		font-weight: bold;
		color: #BB0000;
	}
	.feature-txt {
		width: 80%;
		color: #DDDDDD;
		float: left;
		overflow: hidden;
		
		font-size: 11px;
		line-height: 120%;
	}
	.feature-rating {
		float: right;
	}
	.feature-links {
		position: relative;
		float: right;
		margin-top: 34px;
		/*margin: 10px;*/
		
		bottom: 0;
		right: 0;
		overflow: hidden;
	}
		.feature-links a {
			/*position: absolute;*/
			display: block;
			padding: 5px;
			
			margin: 1px;
			border: 1px solid #000000;
			background-color: #282828;
			
			background-image: url(../img/button-bg1.gif);
			background-repeat: repeat-x;
			
			overflow: hidden;
			font-size: 10px;
			
			color: #EEEEEE;
			float: left;
		}
		.feature-readmore a:hover {
			color: #FF0000;
		}


/* ========== ========== ========== */
/* ======= FEATURED ARTICLES ====== */
/* ========== ========== ========== */

#featured-articles {
	width: 664px;
	
	list-style-type: none;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
}
#featured-articles li{
	margin: 0px;

	display: block;
	width: 642px;
	/*height: 54px;*/
	padding: 5px;
	background-color: #262626;
	
	font-size: 11px;
	
	background-image: url(../img/bg-style-1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #BBBBBB;
	text-decoration: none;
	overflow: hidden;
	
	border-top: 1px solid #444444;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #111111;
}


#featured-articles img {
	border: 1px solid #000000;
	width: 160px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.fa-title {
	color: #DD0000;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}
.fa-title a:hover {
	color: #EE0000;
}
.fa-info {
	font-size: 10px;
	color: #DDDDDD;
	line-height: 150%;
	display: none;
}
.fa-info a {
	color: #DD0000;
}
.fa-info a:hover {
	color: #EE0000;
}
.fa-txt {
	line-height: 160%;
	font-size: 11px;
	color: #DDDDDD;
}
.fa-readmore {
	text-align: right;
	float: right;
	color: #FF0000;
}




/* ========== ========== ========== */
/* ============= NEWS ============= */
/* ========== ========== ========== */
.news-header {
	width: 654px;
	height: 52px;
	padding-bottom: 5px;
}
	.news-title {
		width: 585px;
		padding: 5px;
		margin-left: 5px;
		
		text-align: center;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
		
		display: inline;
		float: left;
		
		border-bottom: 1px solid #111111;
	}
		.news-title a {
			color: #DD0000;
			font-weight: bold;
			/*text-transform: uppercase;*/
			text-decoration: none;
			font-size: 14px;
		}
		.news-title a:hover {
			color: #FF0000;
		}
	.news-info {
		width: 585px;
		padding: 5px;
		margin-left: 5px;
		
		font-size: 10px;
		overflow: hidden;
		
		display: inline;
		float: left;
		color: #EEEEEE;
		
		border-top: 1px solid #444444;
	}
		.news-info a {
			color: #DD0000;
			text-decoration: none;

		}
		.news-time {
			color: #BBBBBB;
		}
	.news-avatar {
		width: 50px;
		height: 50px;
		
		border-top: 1px solid #111111;
		border-right: 1px solid #444444;
		border-left: 1px solid #111111;
		border-bottom: 1px solid #444444;
		
		float: left;
		display: inline;
		
		margin: 0px;
		padding: 0px;
		
		overflow: hidden;
	}
	.news-avatar img {
		width: 50px;
		height: 50px;
		border: 0px;
	}
.news-message {
	/*float: left;*/
	width: 632px;
	padding: 10px;
	
	background-color: #363636;

	
	border-top: 1px solid #111111;
	border-right: 1px solid #444444;
	border-left: 1px solid #111111;
	border-bottom: 1px solid #444444;
	
	overflow: hidden;

	/*word-wrap: break-word; *//* IE 5.5+ */
	
	font-size: 11px;
	line-height: 150%;
	
	color: #DDDDDD;
}
.news-footer {
	width: 648px;
	padding: 5px 5px 0px 5px;

	text-align: right;
	overflow: hidden;
}
	.news-footer a {
		color: #DD0000;
		text-decoration: none;
	}
	.news-footer a:hover {
		color: #FF0000;
	}


/* FEATURED SUBMISSIONS */
.mod-fs {
	width: 668px;
	/*height: 264px;
	padding: 0px;*/
	padding-bottom: 5px;
	overflow: hidden;
	
	/*border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;*/
	background-color: #363636;
}
.mod-fs li {
	list-style-type: none;
	display: block;
	width: 315px;
	height: 52px;
	
	margin-top: 5px;
	margin-left: 5px;
	
	padding: 2px;
	
	float: left;
	overflow: hidden;
}
.mod-fs li:hover {
	background-color: #383838;
}
.mod-fs li a {
	display: block;
	color: #EEEEEE;
	text-decoration: none;	
}
.mod-fs li a img {
	border: 1px solid #000000;
	float: left;
	margin-right: 4px;
}
.mod-fs li:hover .fs-title {
	color: #FF0000;
}
.mod-fs .fs-title {
	color: #DD0000;
	font-size: 12px;
	font-weight: bold;
}
.mod-fs .fs-txt {
	color: #CCCCCC;
	font-size: 10px;
}
.mod-fs-links {
	text-align: right;
	float: right;
	font-size: 11px;
	font-weight: normal;
}
.mod-fs-links a {
	color: #CC0000;

}

