body {
	font:12px Trebuchet MS, Lucidia Sans Unicode, Verdana, Arial, sans-serif;
	color:#990000;
	min-width: 90%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

/*
 * Container surrounding all content on the page
 */
.sok-container {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	overflow:hidden;
	background: #242424;
}

.sok-narrow-content {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

a,
a:visited {
	color:#FF0000;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

code,pre {
	font-size:12px
}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #CCC
}

legend {
	color:#000;
	font-weight:bold;
}

label {
	cursor:pointer
}

/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.sok-head {
	height: 300px;
	margin:0;
	border:0;
	background: #242424 ;
	position:relative;
}

/*
 * Site Title
 */
.sok-head h1 {
	font:bold 26px verdana, arial, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	border:0;
	text-align: left;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	padding:0px;
	margin:0px;
}

/*
 * Site Small Title
 */
.sok-head h3 {
	font:normal 12px arial, sans-serif;
	color: #fff;
	border:0;
	text-align: left;
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 10;
	padding:0px;
	margin:0px;
}

.sok-logo {
	position: absolute; 
	top: 0px;
	left: 0px;
	width:100%;
	height:300px;
	z-index: 5;
}

.sok-home-link {
	width:0px;
	height:0px;
	display:none;
}

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.sok-nav-menu {
	background: #242424;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	font-family: arial, sans-serif;
        font:12px verdana, arial, sans-serif;
	font-weight: normal;
	color: #ff3d3b;
	border-top: solid 1px #000;
}

.sok-nav-menu ul {
	margin:0px;
	padding:0px;
	border:0;
	background: transparent;
	list-style:none;
	text-align:center;
	cursor:default;

}

/*
 * Individual NavBar LI's
 */
.sok-nav-menu li {
	margin:0px 15px 0px 0px;
	display: inline;
}

/*
 * Individual NavBar links
 */
.sok-nav-menu a {
	text-decoration:none;
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.sok-content {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	overflow: hidden;
	float:none;
	width:100%;
	background: transparent url('/images/homebg.png') no-repeat center;
}

.sok-content h2 {
	font:bold 18px verdana, arial, sans-serif;
	color: black;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding-top: 15px;
}

.sok-paragraph {
	padding: 0px 20px 20px 20px;
	border-top: solid 1px #000;
	overflow: hidden;
	clear: both;
}

.sok-text {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	height: 100%;
}

.sok-content ul,.sok-content ol,.sok-content dd {
	margin-left:2em;
}

.sok-mini-pars {
	float:right;
	width:30%;
}

.sok-mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.sok-mini-pars dd {
	margin-top:.2em;
	color:#333;
}

.sok-footer {
	font-size: 10px;
	font-family: verdana, sans-serif;
	background: #161616;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 20px;
	clear: both;
	border-top: solid 1px #000;
	color: #999
}

.sok-footer p {
	padding: 0px 0px 0px 0px;
	margin: 0px
}

/* forms */

label,button,input[type="submit"] {
	cursor:pointer;
}

input,textarea {
	padding:.1em;

}

textarea {
	font:1em tahoma,verdana,arial,sans-serif;
}

.formSpan {
	display:block;
	margin:1em 0 1em;
}

/* New-style content courtesy of |EYE| Jim */

.redbox	{	/* header for content blocks */
	color:#FFF;
	font-size:0.9em;
	background-color:#820000;
	background-image: url(/images/klingonmenuicon.jpg); 
	background-repeat: no-repeat;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	border:1px solid #111111;	
	
	overflow:hidden;
}
.contentbox{ /* embedded content blocks */
	color:#820000;
	font-size:0.9em;
	font-weight: bold;
	background-color:#BBBBBB;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	border:1px solid #111111;
	
	overflow:hidden;

	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
