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

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 1000px;
	background: #000 url(http://www.starcraftsector.net/style/img/tartan.png) repeat;
}
img {
	border: 0;
}
/* ------------------ Layout Elements ------------------ */

#rap {
	width: 100%;
	height: 37px;
	background: url(http://www.starcraftsector.net/style/img/motherfuckingbar.png) no-repeat center;
	margin: 0 auto;
	position: absolute;
	margin: 30px 0 0 0;
}
#header {
	width: 100%;
	text-align: left;
}
	#header .top {
		width: 100%;
		height: 110px;
		background: url(http://www.starcraftsector.net/style/img/banner.jpg) no-repeat;
	}
	#header .bar {
		width: auto;
		height: 35px;
		background: url(http://www.starcraftsector.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;
				
				/*padding: 6px;*/
			}
				#header li a:hover {
					background:  url(http://www.starcraftsector.net/style/img/bar-nav-hover.png) repeat;
					text-decoration: none;
					color: #e8bf43;
				}
/* 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; 
	background: url(http://www.starcraftsector.net/style/img/nav-left-back.png) repeat;
	height: 23px;
	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;
		margin: 0;
		padding: 0; 
	}
	#navbar li:hover li, #navbar li.hover li {
		float: none;
	}
	#navbar li:hover li a, #navbar li.hover li a {
		background: url(http://www.starcraftsector.net/style/img/qtop.png) repeat-x;
		border-left: 1px solid #b2b2b2;
		border-right: 1px solid #b2b2b2;
		border-bottom: 1px solid #b2b2b2;
		border-top: none;
		color: #fff; 
		margin-top: 1px;
	}
	#navbar li li a:hover { 
		background: #3b6da1;
		color: #feeac5;
	}
#column {
	width: 970px;
	background: #020215;
	outline: solid 2px #233f4a;
	border: solid 2px #000;
	border-spacing: 20px;
	text-align: left;
	margin: -7px auto 0 auto;
	min-height: 558px;
}
.welcome {
	margin: 0 auto;
	width: 820px;
	display: none;
	
}
#fancybar {
	background: url(http://www.starcraftsector.net/style/img/fancybar.png) no-repeat;
	height: 43px;
	width: 987px;
	margin: -15px auto 0 auto;
}
.topmsg {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #edebee;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	height: 37px;
	background: url(http://www.starcraftsector.net/style/img/motherfuckingbar.png) no-repeat center;
}
	.topmsg a {
		color: #b9b8ba;
		text-decoration: underline;
	}
	.topmsg a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.topmsg small {
		font-size: 9px;
		font-style: italic;
		font-weight: normal;
	}
	.topmsg big {
		font-size: 10px;
	}
#content {
	padding: 10px;
}
#content .img, .img a, .post img, .post1 img {

}
#content ul li {
	font-family: "Lucida Sans";
	color: #4991ff;
	font-size: 12px;
	line-height: 18px;
}
#content ul li a {
	font-family: "Lucida Sans";
	color: #4991ff;
	font-size: 12px;
	font-weight: bold;

}
#content ul li:hover, #content ul li a:hover {
	color: #fff;
}	
.Left {
	float: left;
	border: solid 1px #868181;
	background: #fff;
	padding: 2px;
	margin: 10px;
}
.Right {
	float: right;
	border: solid 1px #868181;
	background: #fff;
	padding: 2px;
	margin: 10px;
}
.captionL {
	float: left;
	border: solid 1px #000;
	clear: both;
}
.post {
	padding: 5px;
}
	.post h1 {
		font-family: Tahoma;
		font-size: 22px;
		color: #4991ff;
	}
	.post h2 {
		font-family: "Lucida Sans";
		font-size: 12px;
		color: #db7a60;
		margin: -9px 0 0 20px;
	}
	.post p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #d5d3d3;
	}
	hr {
		color: #6dc3f6;
	}

	.post .comments {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #d5d3d3;
		text-align: right;
	}
p a, h2 a {
	color: #4991ff;
	border-bottom: 1px dotted #4991ff;
	text-decoration: none;
}
p a:hover, h2 a:hover {
	text-decoration: underline;
	border: none;
	color: #70a8fd;
}
		#content p a:active, #content h2 a:active {
		}
		
#footer {
	width: auto;
	height: 122px;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 50px;
	/*background: url(http://www.starcraftsector.net/style/img/futah.png) repeat-x;*/
}
	#footer p {
		color: #FFF;
		font-family: "Lucida Sans";
		font-size: 15px;
		line-height: 14px;	
	}
	#footer a {
		color: #FFF;
		font-family: "Lucida Sans";
		font-size: 13px;
		border-bottom: 1px dotted #fff;
		text-decoration: none;
		font-weight: bold;
	}
		#footer a:hover {
			color: #4991ff;
			border-bottom: solid 1px #4991ff;
		}
.quote-top {
	height: 27px;
	background: url(http://www.starcraftsector.net/style/img/qtop.png) repeat-x;
	width: 850px;
	border: solid 2px #263a4d;
	line-height: 27px;
	padding: 0 10px 0 10px;
	font-style: italic;
	color: #fff;
	font-size: 14px;
	margin: 10px auto 0 auto;
	font-weight: bold;
}
.quote-main {
	height: auto;
	width: 850px;
	background: #e9d5be;
	border: solid 2px #263a4d;
	border-top: 0;
	padding: 10px;
	font-size: 12px;
	font-family: Trebuchet MS;
	margin: 0 auto 10px auto;
}
	.quote-main a, .quote-main a:visited {
			color: #012675;
			border-bottom: 1px dotted #012675;
			text-decoration: none;
	}
	.quote-main a:hover {
			text-decoration: underline;
			border: none;
			color: #4991ff;
	}
	.quote-main a:active {
	}
	

	
.bbc_emoticon img {
	border: none !important;
	float: none;
	border-style: none;
}
#page {	
	padding: 10px;
}
	#page h2 {
		color: #4483d9;
		font-size: 22px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#page p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #d5d3d3;
		line-height: 18px;
	}
	#page hr {
		color: #e8cba9;
	}
.crewtable {
	border: 1px solid #233f4a;
	margin: 0 auto;
}
.crewtable img {
}
	.crewtable .odd {
		background: #090909;	
		color: #d5d3d3;	
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
	}
	.crewtable .even {
		background: #090909;
		color: #d5d3d3;
		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.starcraftsector.net/style/img/gradient_bg.png) repeat;
}
.spotlight {
	height: 276px;
	width: 500px;
	background: url(http://www.starcraftsector.net/style/img/spotlight.png) no-repeat;
}
	.spotlight img {
		border: solid 1px #fff;
		margin: 0 0 0 -12px;
	}
#ads {
	height: 120px;
	width: 90px;
}