@import "reset.css";

@font-face {
	font-family: "MonoSpatial";
	src: url('../fonts/MonoSpatial.ttf');
}

@font-face {
	font-family: "CDicons";
	src: url('../fonts/CD-IconsPC.ttf');
}

@font-face {
	font-family: "Ernest";
	src: url('../fonts/Ernest.ttf');
}

body {
		background-color: #CCC;
		background: url('../images/bg-new.png') top left repeat;
		background: url('../images/stripe3_bg.png') top left repeat;
		color: #EEE;
		font-family: 'Verdana', sans-serif;
		padding: 0;
}

sup {
	font-size: 75%;
	vertical-align: top;
	top: 0.5ex;
	padding: 0;
	margin: 0;
	line-height: 1;
}


/* Header */
.header {
	height: 90px;
	width: 100%;
	min-width: 800px;
	background-color: #303030;
	margin-bottom: 25px;
	padding-top: 16px;
	-webkit-box-shadow: 0px 2px 2px #999;
	-moz-box-shadow: -2px 2px 2px #999;
}

.header > p {
	color: red;
	font-family: "Orbitron";
	letter-spacing: 1px;
	float: none;
	font-size: 16px;
	margin: 10px 0px 0px 16px;
}

.header img#left {
	float: left;
	display: block;
	margin: 0px 20px 0px 16px;
}

.header img#right {
	float: right;
	display: block;
	margin: -50px 20px 0px 0px;
}

.centeredDiv {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Ad Container */
#adContainer {
	width: 728px;
	padding: 0;
	margin: -10px auto 20px auto;
}


/* Footer */
.footer {
	padding: 20px 0px 20px 0px;
	width: 100%;
	min-width: 800px;
	background-color: #303030;
	color: #777;
	line-height: 1.2em;
	float: none;
	clear: both;
	overflow: hidden;
}

.footer #footerContainer {
	min-width: 800px;
	margin: 0 auto;
}

.footer p {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

.footer #footerLeft {
	width: 72%;
	padding: 0px 24px 0px 16px;
	float: left;
}

.footer #footerRight {
	margin-right: auto;
	width: 180px;
	float: left;
}

.footer #footerRight p {
	margin: 5px 0px 0px 0px;
	line-height: 1em;
}

.footer #footerRight a {
	margin: 5px 0px 0px 0px;
	line-height: 1em;
	text-decoration: none;	
	border-bottom: 1px dashed #555;
}

.footer #footerRight a:hover {
	border-bottom: 1px dashed #FFF;
	color: #FFF;
}

.footer #footerRight > #twitter {
	float: none;
	display: block;
	margin: 20px 0px;
}

.footer #footerRight > #twitter a, a:hover {
	border: none;
}

.footer #footerNotes {
	margin-top: 40px;
	border-top: 1px solid #555;
}

.footer #footerNotes p {
	float: none;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}

.footer a {
	text-decoration: none;
	border-bottom: 1px dashed #555;
	color: inherit;
}

.footer a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #FFF;
	cursor: pointer;
	color: #FFF;
}

.footer em {
	font-style: normal;
	color: #FFF;
}


/* Navigation Slices */

.navContainer {
	margin: 10px 0px 0px 0px;
	min-width: 800px;
}

.navSlice {
	margin: 0px 10px 30px 0px !important;
	width: 100% !important;
	height: 170px;
	-webkit-box-shadow: 0px 2px 2px #999;
	-moz-box-shadow: -2px 2px 2px #999;
}

/* backgrounds */
.navSlice#nijuu {
		background: url('../images/nijuu_spr.png') top left no-repeat;
}

.navSlice#ntrq {
		background: url('../images/ntrq_spr.png') top left no-repeat;
}

.navSlice#pulsar {
		background: url('../images/pulsar_spr.png') top left no-repeat;
}
.navSlice#pr8 {
		background: url('../images/pr8_spr.png') top left no-repeat;
}

.navSlice#cajo {
		background: url('../images/cajo_spr.png') top left no-repeat;
}

.navSlice#SMMM {
		background: url('../images/SMMM_spr.png') top left no-repeat;
}


/* normal background position */
.navSlice#nijuu, .navSlice#ntrq,.navSlice#pulsar, .navSlice#pr8, .navSlice#cajo, .navSlice#SMMM {
	background-position: 16px 20px;
	background-color: #DDD;
	color: #111;
}

/* hover background position */
.navSlice#nijuu:hover, .navSlice#ntrq:hover, .navSlice#pulsar:hover, .navSlice#pr8:hover, .navSlice#cajo:hover,.navSlice#SMMM:hover {
	cursor: default;
	background-position: 16px -130px;
	background-color: #333;
	color: #ddd;
	-webkit-box-shadow: 0px 4px 5px #555;
	-moz-box-shadow: -4px 4px 4px #555;
}

.navSliceHeader {
	padding: 14px 40px 5px 180px;
	margin-top: -6px;
	font-family: 'Ernest';
	font-size: 24px;
}

.navSliceText {
	font-size: 13px;
	height: 80px;
	margin: 0px 40px 0px 180px;
}

.navSliceText p {
	margin-bottom: 10px;
}

.navSliceFooter {
	height: 30px;
	font-size: 13px;
	float: left;
	margin: 10px 40px 0px 180px;
}

.navSliceFooter .icon {
	font-family: "CDicons";
	font-size: 20px;
}

.navSliceFooter a {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}

.navSliceFooter a:hover {
	color: #FFF;
	cursor:pointer;
	border-bottom: 1px dashed;
}

.manual {
	margin-left: 20px;
}

#giving {
	
}

#linkLogos {
	margin-top: 20px;
	height: 100px;
	float: none;
}

#linkLogos img {
	display: block;
	margin: 10px 10px;
	float: left;
}

#linkLogos p {
	font-size: 10px;
	color: #777;
}


