@charset "utf-8";
/* CSS Document */

@font-face {
font-family: Triforce;
src: url('/version-3/font.eot'); /* IE */
src: local('Triforce'), url('/version-3/Triforce.ttf'); /* non-IE */
}
body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	color: black;
	font-family : Arial, Helvetica, sans-serif;
	background-color:#333;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(51,51,51,.5) 2px, rgba(255,255,255,.5) 4px);
	font-size:16px;
}
h1 {
	font-size:32px;
	font-weight:bold;
	margin:0px;
	margin-top:15px;
	padding:0px;
	text-align:center;
	color:#039;
	text-shadow:#000 1px 1px 1px;
}
h2 {
	font-size:26px;
	font-weight:bold;
	margin:0px;
	margin-top:15px;
	padding:0px;
	width:100%;
	border-bottom:2px solid #000;
	line-height:26px;
}
h3 {
	font-size:22px;
	font-weight:bold;
	padding:0px;
	width:100%;
	text-transform:uppercase;
	color:#F90;
	text-shadow:#000 1px 1px 1px;
}
h4 {
	font-size:18px;
	margin-bottom:-10px;
}
blockquote {
	border:2px dotted #000;
	padding-left:15px;
	padding-right:15px;
	font-family:Calibri;
	font-size:medium;
	background:#FFF;
}
li {
	list-style-type:square;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#nav {
	height:25px;
	width:100%;
	min-width:1300px;
	border-bottom:2px solid #000;
	position:static;
	top:0px;
	z-index:1500;
	background-color: #900;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	color:#FFF;
}
#menu {
	width:530px;
	margin-left:auto;
	margin-right:auto;
}
#nav a {
	color:#FFF;
}
#nav a:hover {
	text-decoration:none;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li {
	float:left;
	margin:0px;
	padding:0px 10px;
	list-style:none;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}
#nav li:first-child {
	border-right:1px solid #FFF;
	border-left:none;
	clear:both;
}
#nav li:last-child {
	border-left:1px solid #FFF;
	border-right:none;
}
#nav li div {
	display:none;
	list-style:none;
}
#nav li:hover {
	background:#000;
}
#nav li:hover div {
	display:block;
	background-color:#000;
	position:absolute;
	border:1px solid #FFF;
	width:200px;
	margin-left:-10px;
	padding:4px;
}
#nav li:hover div a {
	display:block;
	padding-left:4px;
}
#nav li:hover div a:hover {
	border-left:2px solid #FFF;
	padding-left:2px;
	background:#FFF;
	color:#000;
}
#nav li:hover div ul li {
	width:200px;
	text-align:left;
	padding:0px;
	border:none;
}
#header {
	height:218px;
	width:100%;
	margin-top:1px;
}
#cHead {
	width:950px;
	margin:0px;
	margin-right:auto;
	margin-left:auto;
	text-shadow:black 1px 1px 1px;
	text-align:center;
}
#hText {
	font-size:84px;
	font-family:Triforce;
	color:#F00;
}
#hText a:link, #hText a:visited, #hText a:hover, #hText a:active {text-decoration:none; color:#F00;}
#sText {
	font-size:20px;
	color:#FF0;
}
#cAD {
	position:static;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	width:728px;
	height:90px;
	background:#000;
}
#fWrap {
	width:1300px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
}
#rightAD {
	float:right;
	width:160px;
	margin-top:5px;
}
#rAD {
	position:static;
	width:160px;
	height:600px;
	background-color:#000;
}
#BrAD {
	position:static;
	width:160px;
	height:600px;
	background-color:#000;
	margin-top:600px;
}
#leftAD {
	float:left;
	width:160px;
	margin-top:5px;
}
#lAD {
	position:static;
	width:160px;
	height:600px;
	background-color:#000;
}
#BlAD {
	position:static;
	width:160px;
	height:600px;
	background-color:#000;
	margin-top:600px;
}
#cWrap {
	margin-top:5px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	background-color:#CCC;
	margin-top:5px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	border:1px solid #000;
	min-height:1000px;
}
#article {
	width:686px;
	z-index:200;
	text-align:justify;
}
#article blockquote {
	width:570px;
}
#article img {
	max-width:685px;
}
.newswrap {
}
.newswrap h2 {
	padding:8px;
	background-color:#000;
	width:902px;
	margin:0;
	border-top:5px solid #FFF;
}
.newswrap h2 a {
	color:#FFF;
	width:902px;
	display:block;
}
.newswrap a:hover {
	text-decoration:none;
}
.news {
	border-bottom:2px solid #000;
}
#timeline {
	float:right;
	background:#999;
	z-index:400;
	width:180px;
	min-height:400px;
	padding:10px;
	border:1px solid #000;
	margin-top:1em;
	margin-left:15px;
}
#timeline h2 {
	text-align:center;
}
#timeline ul {
	padding-left:15px;
}
#timeline li {
	padding-top:5px;
	font-size:12px;
}
#timeline a {
	font-weight:bold;
	text-align:center;
	color:#3CF;
	text-shadow:black 1px 1px 1px;
}
#timeline .date {
	font-size:12px;
}
#timeline .aName {
	width:100%;
}
#timeline .aDescript {
	text-align:justify;
	border:1px solid #000;
	display:block;
	padding:3px;
}
#aboutAuthor {
	border:1px solid #000;
	padding:5px;
	margin-right:15px;
	width:675px;
	background:#FFF;
}
#aboutAuthor #img {
	float:left;
	padding:2px;
	border:1px solid #000;
	margin:2px;
	margin-right:5px;
	height:100px;
	width:100px;
	background:#000;
}
#aboutAuthor #aAuthor {
	float:right;
	border-bottom:2px solid #000;
	font-size:24px;
	font-weight:bold;
	padding-bottom:4px;
	padding-top:5px;
	display:block;
	height:30px;
	width:562px;
	text-align: center;
}
#aboutAuthor #bio {
	margin-top:55px;
	margin-bottom:5px;
	padding:0px;
}
.SectionMenu {
	/*position: static;
	left:15px;
	top:245px;*/
	width:125px;
	z-index:1500;
}
.hidden {
	position:fixed;
	left:-135px;
	top:175px;
	width:125px;
	z-index:1500;
}
.SecLinks {
	display:block;
}
.Linkshidden {
	display:none;
}
.leftspace {
	display: block;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	width: 150px;
	height: 19px;
	line-height: 19px;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left: 1em;
}
a.leftspace:link, a.leftspace:visited {
	display: block;
	color: #E5E5E5;
	text-decoration: none;
	background: #1A1A1A;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-shadow:black 1px 1px 1px;
	font-weight:bold;
}
a.leftspace:hover {
	display: block;
	text-decoration: none;
	text-indent: 0px;
	font-weight:bold;
	background:#999;
	color:#3CF;
	text-shadow:black 1px 1px 1px;
}
.gl {
	display: block;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	width: 159px;
	height: 19px;
	line-height: 19px;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 3px;
	text-align:center;
	background:#1A1A1A;
	color:#E5E5E5;
	border-top: 2px solid #000000;
	text-shadow:black 1px 1px 1px;
	font-weight:bold;
}
div#bWrap {
	width:1300px;
	margin-right:auto;
	margin-left:auto;
}
div#footer {
	width:948px;
	background:#666;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:75px 0px;
	border:1px solid #000;
}
div#Copyright {
	width:940px;
	background:#000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#FFF;
	margin-top:0px;
	font-weight:bold;
	padding:5px;
}
div#aList {
	width:840px;
	height: 275px;
	margin-left:auto;
	margin-right:auto;
}
div#DNA-B {
	width:300px;
	height:250px;
	background:black;
	border:1px solid #000;
	float:right;
	margin-top:10px;
	margin-left:5px;
}
div#BfRad {
	width:300px;
	height:250px;
	background:black;
	border:1px solid #000;
	float:left;
	margin-top:10px;
	margin-right:5px;
}
#BcAD {
	margin-left:auto;
	margin-right:auto;
	margin-top:75px;
	margin-bottom:5px;
	width:728px;
	height:90px;
	background:#000;
}
.aContainer {
	background: #CCC;
	text-align: justify;
	width:203px;
	height:240px;
	float:left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top:10px;
	margin-right:5px;
	margin-left:5px;
	border:1px solid #000;
}
div#bBox {
	width:165px;
	height: 230px;
}
div#bBox ul {
	float: left;
}
div#bBox ul li {
	font-size:15px;
	list-style: square;
	padding-top:6px;
}
div#bBox ul li:first-child {
	font-size:16px;
	list-style: none;
	padding-top:0px;
	margin-top:-8px;
}
div#bBox a:link, div#bBox a:visited {
	display: block;
	color: #009;
	text-decoration: none;
	text-indent: 0px;
}
div#bBox a:hover {
	text-decoration:underline;
}
#Zerg {
	width:685px;
	padding:0;
	margin:0;
	height:225px;
	border:1px solid #000;
	margin-left:auto;
	margin-right:auto;
}
#h2-Zerg {
	width:685px;
	border-bottom:1px solid #000;
	margin:0;
	text-align:center;
	background:#000;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}
#zergnet-widget-17650 {
	text-align:center;
	position:relative;
	height:215px;
	width:650px;
	margin-right:auto;
	margin-left:auto;
}
.zerglayoutcl {
	position:absolute;
}

@media (min-width: 1300px) {
 #nav {position:fixed; width:100%; min-width:1300px;}
 #header {margin-top:30px;}
 #menu {width:530px; font-size:16px;}
 #fWrap {width:1300px;}
 #leftAD {display:block; margin-right:15px;}
 #rightAD {margin-left:15px; display:block;}
 #header {width:100%;}
 #cHead {width:950px;}
 #cAD {display:block;}
 #cWrap {width:950px;}
 #content img {max-width:902px;}
 .newswrap h2 {width:902px;}
 .newswrap h2 a {width:902px;}
 .newswrap img {max-width:902px;}
 div#bWrap {width:1300px;}
 div#footer {width:948px;}
 #BcAD {display:block;}
 #DNA-B {display:block;}
 #aList {width:840px;}
 div.aContainer {width:203px; margin-left:5px;}
 div#Copyright {width:940px; padding:5px;}
 #article {width:686px;}
 #article img {max-width:685px;}
 #article blockquote {width:570px;}
 #aboutAuthor {width:675px;}
 #aAuthor {width:562px;}
 #timeline {width:180px; margin-left:15px; display:block;}
 #Zerg {width:686px;}
 #h2-Zerg {width:686px;}
 textarea {width:575px;}
}
@media (min-width: 1150px) and (max-width: 1299px) {
 #nav {position: fixed; width: 100%; min-width: 1150px;}
 #header {margin-top: 30px;}
 #menu {width: 530px; font-size: 16px;}
 #fWrap {width: 1150px;}
 #leftAD {display: block; margin-right: 15px;}
 #rightAD {margin-left: 15px; display: block;}
 #header {width: 100%;}
 #cHead {width: 950px;}
 #cAD {display: block;}
 #cWrap {width: 815px;}
 #content img {max-width: 767px;}
 .newswrap h2 {width: 767px;}
 .newswrap h2 a {width: 767px;}
 .newswrap img {max-width: 767px;}
 div#bWrap {width: 1150px;}
 div#footer {width: 813px;}
 #BcAD {display: block;}
 #DNA-B {display: block;}
 #aList {width: 813px;}
 div.aContainer {width: 170px; margin-left: 5px;}
 div#Copyright {width: 805px; padding: 5px;}
 #article {width: 565px;}
 #article img {max-width: 564px;}
 #article blockquote {width: 450px;}
 #aboutAuthor {width: 554px;}
 #aAuthor {width: 441px;}
 #timeline {width: 180px; margin-left: 15px; display: block;}
 #Zerg {width: 565px;}
 #h2-Zerg {width: 565px;}
 textarea {width: 525px;}
}
@media (min-width: 1000px) and (max-width: 1149px) {
 #nav {position: fixed; width: 100%; min-width: 1000px;}
 #header {margin-top: 30px;}
 #menu {width: 530px; font-size: 16px;}
 #fWrap {width: 1000px;}
 #leftAD {display: none; margin-right: 15px;}
 #rightAD {margin-left: 15px; display: none;}
 #header {width: 100%;}
 #cHead {width: 950px;}
 #cAD {display: block;}
 #cWrap {width: 731px;}
 #content img {max-width: 683px;}
 .newswrap h2 {width: 683px;}
 .newswrap h2 a {width: 683px;}
 .newswrap img {max-width: 683px;}
 div#bWrap {width: 1000px;}
 div#footer {width: 729px;}
 #BcAD {display: block;}
 #DNA-B {display: none;}
 #aList {width: 729px;}
 div.aContainer {width: 170px;}
 div#Copyright {width: 727px; padding: 2px;}
 #article {width: 485px;}
 #article img {max-width: 484px;}
 #article blockquote {width: 385px;}
 #aboutAuthor {width: 475px;}
 #aAuthor {width: 362px;}
 #timeline {width: 180px; margin-left: 13px; display: block;}
 #Zerg {width: 485px;}
 #h2-Zerg {width: 485px;}
 textarea {width: 425px;}
}
@media (min-width: 750px) and (max-width: 999px) {
 #nav {position: fixed; width: 100%; min-width: 750px;}
 #header {margin-top: 30px;}
 #menu {width: 530px; font-size: 16px;}
 #fWrap {width: 750px;}
 #leftAD {display: none; margin-right: 15px;}
 #rightAD {margin-left: 15px; display: none;}
 #header {width: 100%;}
 #cHead {width: 713px;}
 #cAD {display: block;}
 #cWrap {width: 731px;}
 #content img {max-width: 683px;}
 .newswrap h2 {width: 683px;}
 .newswrap h2 a {width: 683px;}
 .newswrap img {max-width: 683px;}
 div#bWrap {width: 750px;}
 div#footer {width: 729px;}
 #BcAD {display: none;}
 #BfRad {display: block;}
 #DNA-B {display: none;}
 #aList {width: 729px;}
 div.aContainer {width: 160px;}
 div#Copyright {width: 727px; padding: 2px;}
 #article {width: 485px;}
 #article img {max-width: 484px;}
 #article blockquote {width: 385px;}
 #aboutAuthor {width: 475px;}
 #aAuthor {width: 362px;}
 #timeline {width: 180px; margin-left: 13px; display: block;}
 #Zerg {width: 485px;}
 #h2-Zerg {width: 485px;}
 textarea {width: 425px;}
}
@media (min-width: 500px) and (max-width: 749px) {
 #nav {position: static; width: 100%; min-width: 500px;}
 #header {margin-top: 1px;}
 #menu {width: 500px; font-size: 13px;}
 #fWrap {width: 500px;}
 #leftAD {display: none; margin-right: 15px;}
 #rightAD {margin-left: 15px; display: none;}
 #header {width: 100%;}
 #cHead {width: 463px;}
 #cAD {display: none;}
 #cWrap {width: 500px;}
 #content img {max-width: 452px;}
 .newswrap h2 {width: 452px;}
 .newswrap h2 a {width: 452px;}
 .newswrap img {max-width: 452px;}
 iframe {width:450px; height:253px;}
 div#bWrap {width: 500px;}
 div#footer {width: 498px;}
 #BcAD {display: none;}
 #BfRad {display: block; margin-right: 2px;}
 #DNA-B {display: none;}
 #aList {width: 498px;}
 div.aContainer {width: 170px; margin-left: 2px;}
 div#Copyright {width: 496px; padding: 2px;}
 #article {width: 475px;}
 #article img {max-width: 474px;}
 #article blockquote {width: 375px;}
 #aboutAuthor {width: 465px;}
 #aAuthor {width: 352px;}
 #timeline {width: 1px; display: none;}
 #Zerg {width: 475px;}
 #h2-Zerg {width: 475px;}
 textarea {width: 425px;}
}
@media (min-width: 320px) and (max-width: 499px) {
 #nav {/*position: static; width: 100%; min-width: 320px;*/ display:none;}
 #header {margin-top: 1px;}
 #menu {width: 320px; font-size: 13px;}
 #fWrap {width: 320px;}
 #leftAD {display: none; margin-right: 15px;}
 #rightAD {margin-left: 15px; display: none;}
 #header {width: 100%; height:190px;}
 #cHead {width: 296px;}
 span#hText {text-align:center; font-size:56px;}
 #cAD {display: none;}
 #cWrap {width: 320px;}
 #content img {max-width: 272px;}
 .newswrap h2 {width: 272px;}
 .newswrap h2 a {width: 272px;}
 .newswrap img {max-width: 272px;}
 iframe {width:270px; height:152px;}
 div#bWrap {width: 320px;}
 div#footer {width: 318px;}
 #BcAD {display: none;}
 #BfRad {display: none;}
 #DNA-B {display: none;}
 div#aList {width: 275px;}
 div.aContainer {width: 260px; margin-left: 2px;}
 div#Copyright {width: 316px; padding: 2px;}
 #article {width: 272px;}
 #article img {max-width: 271px;}
 #article blockquote {width: 250px;}
 #aboutAuthor {width: 265px;}
 #aAuthor {width: 252px;}
 #timeline {width: 1px; display: none;}
 #Zerg {display: none;}
 #h2-Zerg {display: none;}
 textarea {width: 225px;}
 input {width:115px;}
}