/* NFNet.org CSS - Black theme */
body,
html {
	margin: 0;
	padding: 0;
	color: #FC2;
	background: black;
	background-image: url('/images/nfnet_background.png');
	background-position: -20px 20px;
}

#banner { /* The banner at the top of the page */
	width: 100%;
	height: 23px;
	background: #313131;
	border-bottom: thin gray solid;
	margin: 0px;
}

#wrap {
	min-width: 988px;
	margin: 0;
	margin-left: 5px;
	padding-top: 5px;
	background: #170000; black;
	float: left;
	border-right: solid gray 3px;
	border-left: solid gray 3px;
}

#header {
	height: 180px;
	text-align: center;
}
#header h1 {
	font-size: 24pt;
	font-weight: normal;
	margin: 0px;
}
#header h2 {
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
}
#header img#logo {
	border: none;
	float: left;
	margin-left: 40px;
}

#palette-swap {
	float:right;
	margin-right: 5px;
	font-size: smaller;
	/* Opacity run around for various browsers*/
	opacity: 0.7; /* CSS Standard */
	filter:alpha(opacity=70); /* Windows IE */
	-moz-opacity:0.7; /* Old versions of Mozilla, such as Netscape */
	-khtml-opacity: 0.7; /* KHTML for Safari 1.x and Konqueror */
}
#palette-swap ul {
	margin: 2px;
	padding: 3px;
	list-style: none;
}
#palette-swap li {
	display: block;
	border: thin gray solid; 
}

#nav-bar {
	background: #313131;
	border-top: thin gray solid;
	border-bottom: thin gray solid;
	margin-top: 5px;
	padding-right: 7px;
}
#nav-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav {
	background: black;
	padding-top: 8px;
	padding-left: 7px;
	height: 27px;
	border-bottom: thin gray solid;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}
#nav li.spacer {
	display: inline;
	width: 20px; 
}
#nav img.nav-image {
	border: none;
	margin: 0;
	margin-right: 2px;
	padding: 0;
}


#sidebar {
	background: inherit;
	min-height: 600px;
	float: left;
	width: 240px;
	padding: 8px;
}
#sidebar div.block {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar p.centered-image {
	text-align: center;
}
#sidebar h3 {
	font-size: 12pt;
	font-weight: bolder;
	margin: 0;
	margin-bottom: 2px;
}
#sidebar span.Server {
	font-size: smaller;
}


#main {
	min-height: 600px;
	float: right;
	width: 714px;
	padding: 8px;
}
#main div#head-liner {
	margin: 10px;
	text-align: center;
}
#main span#welcome-heading {
	font-size: 14pt;
	font-weight: bold;
}
#main span#mission-statement {
	font-size: 13pt;
	font-style: italic;
}
#main div.post-head { /* Goes inside of a div.post */
	margin: -3px;
	margin-bottom: 3px;
	border-bottom: thin #310 solid;
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
	height: 55px;
	background: url('/images/post-head.png');
	background-repeat: no-repeat;
}
#main div.post {
	border: 1px #630 ridge;
	padding: 5px;
	margin-top: 0px;
	margin: 3px;
	margin-bottom: 10px;
	background: #170000; #00000B; #313131; #00000B;
}
#main div.post-foot { /* Goes inside of a div.post */
	margin: -3px;
	width: 100%;
	padding: 4px;
	background: #270000;
	border-top: thin #310 solid;
	font-size: smaller;
	text-align: left;
}
#main img {
	border: thin #170000 solid;
}
#main hr {
	width: 95%;
	border: 0;
	color: gray;
	background-color: gray;
	height: 1px;
}
#main span.author {
	font-size: 11pt;
}
#main p {
	font-size: 10pt;
}
#main div.pagination {
	font-size: smaller;
	text-align: center;
}
#main h1 { /* Page-Section Heading */
	font-size: 2em;
	font-weight: bolder;
	margin-top: 7px;
	margin-bottom: 6px;
	padding-left: 14px;
	border-bottom: thin gray solid;
}
#main h2 { /* Post Heading */
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 2px;
	margin: 1px;
}
#main h3 { /* Post-Section heading */
	font-size: 12pt;
	margin: 2px;
}
#main h3.under { /* underlined h3 */
	font-weight: normal;
	border-bottom: thin #66510D solid;
}
#main ul {
	margin-top: 0px;
	margin-bottom: 5px;
}


#footer {
	background: black;
	clear: both;
	padding: 3px;
	padding-bottom: 5px;
	border-top: solid gray thin;
}
* html #footer {
	height: 1px;
}
#footer span#Copyright {
	font-size: 8pt;
	font-weight: normal;
}
#footer span#Privacy {
	font-size: 8pt;
	font-weight: normal;
}
#footer span.CreativeCommons {
	float: left;
	margin-right: 3px;
}
#footer p.Top {
	float: right;
	margin-left: 15px;
	margin: 1px;
	text-align: right;
	font-size: smaller;
}



a:link { 
     color: #D04800; 
     text-decoration: none;
}

a:visited { 
     color: #556633; /* web-safe Dark Green Olive */
     text-decoration: none;
}

a:active { 
     color: red; 
     text-decoration: none;
}

a:hover { 
     text-decoration: underline; 
     cursor: pointer;
}
