/* ------------------ Default CSS Settings ------------------ */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #080808 url(http://www.cncsector.net/style/img/stripe.png);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #f3ede3;
	min-width: 1000px;
	background-attachment: fixed;
}
img {
	border: 0;
}
/* ------------------ Layout Elements ------------------ */

#header {
	width: 100%;
	text-align: left;
}
	#header .top {
		width: 100%;
		height: 160px;
		background: url(http://www.cncsector.net/style/img/banner.jpg) no-repeat;
	}
	#header .bar {
		width: auto;
		height: 35px;
		background: url(http://www.cncsector.net/style/img/bar-bg.png) repeat-x;
		color: #000;
	}
		#header ul {
			margin: -0px 0 0 0;
		}
			#header li, #header li a {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #000;
				font-weight: bold;
				text-transform: uppercase;
				display: inline;	
				text-decoration: none;
				margin: -1px 0 0 0;
				
				/*padding: 6px;*/
			}
				#header li a:hover {
					background:  url(http://www.cncsector.net/style/img/bar-nav-hover.png) repeat;
					text-decoration: none;
					color: #eeda7d;
					border-top: solid 1px #9cc8d2;
					margin: 2px 0 0 0;
				}
/* Menu Styles */
#navbar {
	margin: 0;
	padding: 0;
	height: 35px; 
	line-height: 35px;
}
#navbar li {
	list-style: none;
	float: left; 
}
#navbar li a {
	display: block;
	padding: 0px 9px;
	color: #fff;
	text-decoration: none; 
	height: 25px;
	line-height: 23px;
	margin: 3px 0 0 0;
}
#navbar li ul {
	display: none; 
	/*width: 10em;  */
}
	#navbar li:hover ul, #navbar li.hover ul {
		display: block;
		position: absolute;
		padding: 0; 
	}
	#navbar li:hover li, #navbar li.hover li {
		float: none;
	}
	#navbar li:hover li a, #navbar li.hover li a {
		background: #000 url(http://www.cncsector.net/style/img/downbg.png) repeat-x;
		border: 1px solid #397191;
		color: #fff; 
		margin-top: 1px;
	}
	#navbar li li a:hover { 
		background:  url(http://www.cncsector.net/style/img/bar-nav-hover.png) repeat;
		color: #feeac5;
	}
#column {
	width: 980px;
	background: #020e14 url(http://www.cncsector.net/style/img/colgrad.png) repeat-x;
	outline: solid 1px #5d5d5d;
	border: solid 2px #0f0f0f;
	border-spacing: 20px;
	text-align: left;
	margin: 30px auto 0 auto;
}
.welcome {
	margin: 0 auto;
	width: 820px;
	display: none;
}
.topmsg {
	background: url(http://www.cncsector.net/style/img/supmsg.png) repeat;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #eeda7d;
}
	.topmsg a {
		color: #6b412a;
		text-decoration: none;
	}
	.topmsg a:hover {
		color: #c48248;
		text-decoration: underline;
	}
	.topmsg small {
		font-size: 9px;
		font-style: italic;
		font-weight: normal;
	}
	.topmsg big {
		font-size: 10px;
	}
#content {
	padding: 10px;
	margin: 150px 0 0 0;
}
#content .img, .img a, .post img, .post1 img {
	border: solid 1px #868181;
	
	padding: 2px;
	margin: 10px;
}
#content .superimg {
	border: solid 0px;
}
.Left{
	float: left;
}
.Right {
	float: right;
}
.captionL {
	float: left;
	border: solid 1px #000;
	clear: both;
}
.post {
	padding: 5px;
}
.post1 {
	background: #fff6ec;
	padding: 5px;
}
	.post h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 19px;
		color: #f3ede3;
		background: url(http://www.cncsector.net/style/img/nhead.png) repeat;
		padding: 6px;
	}
		.post h1 img {
			border: 0;
			float: left;
			margin-top: -6px;
		}
	
		.post h1:hover {
			color: #d9f9d9;
		}
	.post h2 {
		font-family: "Lucida Sans";
		font-size: 12px;
		color: #99b68b;
		margin: -9px 0 0 20px;
	}
	.post h6 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		color: #99b68b;
		margin: -10px 0 0 0;
	}
	.post p, .Left, .Right {
		font-family: Tahoma;
		font-size: 12px;
		color: #b3b6b2;
		padding: 0 0 0 8px;
	}	
	hr {
		color: #ebebeb;
	}
	.post .comments {
		font-family: "Lucida Sans";
		font-size: 12px;
		color: #99b68b;
		text-align: right;
	}
		#content p a, #content h2 a {
			color: #d9f9d9;
			text-decoration: none;
			border-bottom: dotted 1px #d9f9d9;
			padding: 0 0 0 0;
			font-weight: bold;
		}
		.Left, .Right a {
			border-bottom: 0;
			color: #d9f9d9;
		}
		.Left:hover, .Right:hover {
		}
		#content p a:hover, #content h2 a:hover {
			color: #eeda7d;
			text-decoration: none;
			border-bottom: solid 1px #eeda7d;
		}
		#content p a:active, #content h2 a:active {
		}
		#content ul, li {
			color: #ccc;
			font-size: 12px;
		}
			#content li a, .post li a {
				color: #fff;
			}
			#content li a:hover, .post li a:hover {
				color: #eeda7d;
			}
		
#footer {
	width: auto;
	height: 122px;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 50px;
	/*background: url(http://www.cncsector.net/style/img/futah.png) repeat-x;*/
}
	#footer p {
		color: #eeda7d;
		font-family: "Lucida Sans";
		font-size: 15px;
		line-height: 14px;	
	}
	#footer a {
		color: #f7f7f7;
		font-family: "Lucida Sans";
		font-size: 13px;
		text-decoration: none;
		font-weight: bold;
	}
		#footer a:hover {

		}
.quote-top {
	height: 27px;
	background: url(http://www.cncsector.net/style/img/quotetop.png) repeat-x;
	width: 850px;
	border: solid 1px #9f9f9f;
	line-height: 27px;
	padding: 0 10px 0 10px;
	font-style: italic;
	color: #fcf7df;
	font-size: 14px;
	margin: 10px auto 0 auto;
}
.quote-main {
	height: auto;
	width: 850px;
	background: #cbcccc;
	border: solid 1px #9f9f9f;
	border-top: 0;
	padding: 10px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto 10px auto;
	color: #000;
}
	.quote-main a {
		color: #550000;
	}
	.quote-main a:hover {
		text-decoration: underline;
	}
#shpot {
	float: right;
	width: 220px;
	background: url(http://www.cncsector.net/style/img/games.png) no-repeat;
	height: 160px;
}
	#shpot p {
		margin: 38px 0 0 18px;
	}
	#shpot img, #shpot img a {
		border: 0;
		padding: 10px;
	}
	#shpot img:hover {
		background: #000;
	}
.crewtable {
	border: 1px solid #b18463;
	margin: 0 auto;
}
.crewtable img {
}
	.crewtable .odd {
		background: #570000;	
		color: #FFF;	
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
	}
	.crewtable .even {
		background: #090909;
		color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
	}
.crewtable .head {
	font-family: Tahoma;
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
	background: url(http://www.cncsector.net/style/img/nav-left-back-hover.png) repeat;
}