/* ------------HTML BODY */

body {
	background: #000;
	color: #fff;
	font-family: verdana, "trebuchet ms", arial, sans-serif;
	font-size: small;
	height: 100%;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: left;

	}
	
a, a:link {
	color: #89cef9;
	text-decoration: none;
	}
	
a:active {
	color: #006699;
	text-decoration: none;
	}

a:visited {
	color: #cf9633;
	text-decoration: none;
	}
	
a:hover {
	color: #0099ff;
	text-decoration: underline;
	}
	
hr {
	background: #d0e8ff;
	color: #0066cc;
	}
	
img {
	border: 0;
	margin: 0;
	padding: 0;
	}

/* ------------CLASSES */

.accessibility {
	display: none;
	visibility: hidden;
	}
	
.hide {
	display: none;
	visibility: hidden;
	}
	
.printhide {
	display: show;
	visibility: visible;
	}
	
.center {
	text-align: center;
	}

.topsmall {
	color: #fff;
	font-size: xx-small;
	margin: 0 0 3px 0;
	padding: 0;
	}

.searchbox {
	padding: 2px;
	}
	
.picturefloat {
	float: left;
	}
	
.picswitchpadding {
	margin: -15px 0 0 -25px;
	}
	
.piclinks {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 450px;
	}
	
.box {
	background: #003d70;
	color: #fff;
	border: 1px solid #009cff;
	}
	
.floatleft {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	}

.floatright {
	float: right;
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
.blueitalic {
	color: #89cef9;
	font-style: italic;
	font-weight: 600;
	}
	
.silver {
	color: #d4d4d4;
	}

.smallgrey {
	color: #c3c3c3;
	font-size: 80%;
	}
	
.post h3 {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
.mainentry {
	}
	
.searchentry {
	background: #00598f;
	border: 1px solid #00314f;
	margin: 10px 0 0 0;
	padding: 5px 20px 5px 20px;
	}
	
.entrytext {
	}
	
.postmetadata {
	border-top: 1px solid #009cff;
	padding: 10px 0 0 0;
	}
	
.postmetadata alt {
	border-top: 1px solid #009cff;
	padding: 10px 0 0 0;
	}
	
.nocomments {
	font-style: italic;
	}
	
.commentlist {
	background: #003d70;
	width: 100%;
	.width: 95%;
	}
	
.commentmetadata a {
	font-size: xx-small;
	}
	
.beta {
	background: #00314f;
	.background: transparent;
	color: #fff;
	margin: 10px 0 10px -25px;
	.margin: 0;
	padding: 5px 25px 5px 25px;
	.padding: 0;
	}
	
.readmore {
	font-style: italic;
	}
	
.pagetitle {
	}

.creative {
	background: #00273f;
	border: 1px solid #000;
	margin: 0;
	padding: 5px;
	display: block;
	text-align: center;
	}

.quote {
	border: 1px solid #009cff;
	background: #012543;
	color: #fff;
	padding: 5px 5px 5px 15px;
	margin: 5px 0 5px 15px;
	}
	
/* ------------IDS */

#top {
	background: #003d70 url(images/site/topback.jpg) repeat-x top left;
	border-bottom: 1px solid #009cff;
	height: 101px;
	}
	
#search {
	position: absolute;
	height: 25px;
	right: 25px;
	top: 30px;
	margin: 0;
	padding: 0;
	}
	
#searchform {
	margin: 0;
	padding: 0;
	}

#searchbox {
	background: #fff;
	border: 1px solid #009cff;
	color: #000;
	width: 130px;
	height: 18px;
	margin: 0;
	padding: 2px;
	}
	
#searchsubmit {
	background: #003d70;
	color: #fff;
	border: 1px solid #009cff;
	padding: 2px;
	}

#nav {
	background: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 5px 5px 5px 26px;
	}
	
#navlist {
	color: #fff;
	font-size: 70%;
	margin: 0;
	padding: 0;
	}
	
#navlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navlist li {
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
	}
	
#navlist li a {
	color: #fff;
	}
	
#navlist li a:hover {
	color: #ffba00;
	text-decoration: none;
	}
	
#picture {
	background: #1c242d url(images/site/picback.jpg) top left;
	border-bottom: 3px solid #5e5e5e;
	height: 192px;
	margin: 0;
	padding: 0;
	min-width: 500px;
	}
	
#splash {
	padding: 15px 15px 0 25px;
	}
	
#splashbanner {
	padding: 15px 15px 0 25px;
	}
	
#picswitch {
	display: block;
	float: left;
	height: 170px;
	width: 155px;
	margin: 22px 0 0 0;
	}
	
#picnav {
	width: 116px; 
	height: 22px; 
	margin: 0; 
	padding: 0; 
	position: relative;
	}
	
#picnav ul {
	margin: 0;
	padding: 0;
	height: 22px;
	}

#picnav li { 
	list-style: none; 
	position: absolute; 
	height: 22px; 
	margin: 15px 0 0 15px; 
	padding: 0;
	}

#picprev { 
	left: 0; 
	width: 68px;
	}

#picnext { 
	left: 68px; 
	width: 46px; 
	}

#content {
	background: #003d70;
	border-right: 1px solid #009cff;
	margin: 0 250px 0 0;
	padding: 15px 25px 25px 25px;

	}

#content h2 {
	color: #dbeef9;
	font-family: georgia, garamond, "times new roman", times, serif;
	font-size: 180%;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#content h2 a {
	text-decoration: none;
	color: #dbeef9;
	}
	
#content h2 a:visited {
	text-decoration: none;
	color: #dbeef9;
	}
	
#content h2 a:hover {
	text-decoration: none;
	color: #0099ff;
	}
	
#content h3 {
	font-size: 110%;
	font-weight: 600;
	}

#content h4 {
	border-bottom: 1px solid #009cff;
	color: #89cef9;
	font-size: 90%;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}
	
#content small {
	color: #89cef9;
	font-size: 90%;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#content a {
	text-decoration: underline;
	}
	
#secondary {
	background: #003d70;
	padding: 15px 25px 25px 25px;
	}
	
#secondary h2 {
	color: #dbeef9;
	font-family: georgia, garamond, "times new roman", times, serif;
	font-size: 180%;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#secondary h2 a {
	text-decoration: none;
	color: #dbeef9;
	}
	
#secondary h2 a:visited {
	text-decoration: none;
	color: #dbeef9;
	}
	
#secondary h2 a:hover {
	text-decoration: none;
	color: #0099ff;
	}
	
#secondary h3 {
	font-size: 110%;
	font-weight: 600;
	}

#secondary h4 {
	border-bottom: 1px solid #009cff;
	color: #89cef9;
	font-size: 90%;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}
	
#secondary small {
	color: #89cef9;
	font-size: 90%;
	font-weight: 500;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#secondary a {
	text-decoration: underline;
	}
	
#comment {
	width: 100%;
	.width: 99%;
	}
	
#comments h3 {
	font-size: 110%;
	font-weight: 600;
	}
	
#respond h3 {
	font-size: 110%;
	font-weight: 600;
	}
	
#sidebar {
	position: absolute;
	right: 0;
	top: 308px;
	.top: 325px;
	font-size: x-small;
	margin: 0 0 15px 0;
	padding: 20px 25px 15px 25px;
	color: #daf1ff;
	width: 200px;
	text-align: left;
	}
	
#sidebar h2 {
	font-family: georgia, "times new roman", times, serif;
	font-weight: 600;
	font-size: 130%;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#sidebar dl {
	margin: 15px 0 15px 10px;
	padding: 0;
	}
	
#sidebar dd {
	margin: 0;
	padding: 0;
	}
		
#sidebar ul {
	list-style: none;
	margin: 15px 0 15px 0;
	padding: 0;
	}
	
#sidebar li {
	margin: 0;
	padding: 0;
	}	
	
#sidebar a:visited {
	color: #8e5e0a;
	}
	
#sidebar small {
	color: #009eff;
	padding: 0 5px 0 0;
	}
	
#bible {
	clear: both;
	border-top: 1px solid #009cff;
	border-right: 1px solid #009cff;
	background: #2f2f2f;
	font-size: x-small;
	margin: 0 250px 0 0;
	.margin: 0 252px 0 0;
	padding: 15px 25px 15px 25px;
	width: auto;
	color: #eaeaea;
	height: 5%;
	}
	
#bible h2 {
	font-family: georgia, "times new roman", times, serif;
	font-weight: 600;
	font-size: 130%;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#bible ul {
	margin: 5px;
	padding: 0 0 0 15px;
	}
	
#bible a:visited {
	color: #8e5e0a;
	}
	
#bible small {
	color: #009eff;
	padding: 0 0 0 0;
	}
	
#footer {
	background: #000 url(images/site/footerback.jpg) repeat-x top left;
	border-top: 1px solid #737373;
	color: #fff;
	font-size: x-small;
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#footer h5 {
	margin: 0 -5px 0 -25px;
	padding: 0 0 0 25px;
	}

#footer a {
	color: #fff;
	}
	
#footer a:visited {
	color: #fff;
	}
	
#footer a:active {
	color: #60b7ff;
	}

#footer a:hover {
	color: #60b7ff;
	text-decoration: underline;
	}
	
#footertext {
	margin: 0;
	padding: 5px 5px 15px 25px;
	}
	
/* Feel free to use the material on this site (including the code) 
in accordance to the various license agreements. 

Please don't steal images I don't want distributed. */