body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	color: #cacaca;
	background-color: #1e1e1e;
/*	font-family: Tahoma, Verdana, Helvetica, sans-serif;
*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
a {
        text-decoration: none;
}
        a:link, a:visited {
                color: #0169cb;
        }
        a:hover {
                color: #5fca8c;
        }
        a:active {
                color: #83c1ff;
        }


.clear {
	clear: both;
}


#header {
	background-color: #030414;
}
	#colorbar {
		height: 8px;
		background: url('images/bg_head_colorbar.gif') top left repeat-x;
	}
	#mainhead_border_top {
		height: 2px;
		margin-top: 12px;
		background: url('images/bg_head_mainhead_top.gif') top left repeat-x;
	}
	#mainhead {
		height: 146px;
		background-color: #00458a;
	}
		#mainhead_wrap {
			width: 1080px;
			margin-left: auto;
			margin-right: auto;
		}
			#mainhead_logo {
				height: 26px;
				width: 422px;
				margin-left: 10px;
				margin-top: 21px;
				background: url('images/logo-zarathustra.gif') top left no-repeat; 
				float: left;
			}
			#mainhead_iconography {
				width: 648px;
				float: right;
			}
				#mainhead_tagline {
					height: 11px;
					width: 350px;
					margin-top: 70px;
					background: url('images/logo-tagline.gif') top right no-repeat;
					float: left;
				}
				#mainhead_energy {
					height: 146px;
					width: 298px;
					background: url('images/bg_head_energy.jpg') top right no-repeat;
					float: right;
				}
	#mainhead_border_bottom {
		height: 2px;
		background: url('images/bg_head_mainhead_bottom.gif') top left repeat-x;
	}
	#mainnav {
		height: 40px;
		margin-top: 12px;
		background: url('images/bg_head_nav.gif') top left repeat-x;
	}
		#mainnav_wrap {
			/* Modify this to add new links */
			width: 244px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
			#mainnav_wrap ul {
				margin: 0;
				padding: 0;
				padding-top: 10px;
				list-style: none;
			}
			#mainnav_wrap li {
				margin: 0;
				padding: 0;
				float: left;
			}
			a.nav_home {
				height: 20px;
				width: 78px;
				overflow: hidden;
				text-indent: 15000px;
				background: url('images/nav_home.gif') bottom left no-repeat;
				display: block;
			}
				a.nav_home:hover {
					background-position: top left;
				}
			a.nav_gallery {
				height: 20px;
				width: 86px;
				overflow: hidden;
				text-indent: 15000px;
				background: url('images/nav_gallery.gif') bottom left no-repeat;
				display: block;
			}
				a.nav_gallery:hover {
					background-position: top left;
				}
			a.nav_about {
				height: 20px;
				width: 80px;
				overflow: hidden;
				text-indent: 15000px;
				background: url('images/nav_about.gif') bottom left no-repeat;
				display: block;
			}
				a.nav_about:hover {
					background-position: top left;
				}
			a.nav_on {
				background-position: top left;
			}

#content {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
}
	#main {
		width: 710px;
		margin-left: 10px;
		margin-right: 62px;
		float: left;
	}
		.postblurb {
			color: #83c1ff;
			font-style: italic;
			text-align: center; 
			font-size: 105%;
			margin-left: 30px;
			margin-right: 30px;
		}
		.sep {
			height: 2px;
			margin-top: 15px;
			background: url('images/sep.gif') top left repeat-x;
		}
		.bsep {
			margin-top: 60px;
		}
		#main h1 {
			margin: 0;
			margin-top: 30px;
			margin-bottom: 5px;
			padding: 0;
			font-weight: normal;
			font-size: 240%;
			font-family: Times New Roman, Times, Serif;
			color: #83c1ff;
		}
		.postdata {
			width: 710px;
			font-size: 90%;
		}
			.postdata-date {
				float: left;
			}
			.postdata-tags {
				float: right;
			}
		.body {
		}
			.body p {
				margin: 0;
				margin-top: 10px;
				margin-bottom: 20px;
				padding: 0;
				line-height: 3.25ex;
			}
		.postnav {
			width: 710px;
			margin-top: 10px;
			margin-bottom: 60px;
			font-size: 120%;
		}
			.postnav-left {
				float: left;
			}
			.postnav-right {
				float: right;
			}
		.imgleft {
			margin-right: 30px; 
			margin-top: 5px; 
			margin-bottom: 10px; 
			float: left;
		}
		.imgcent {
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		.imgright {
			margin-left: 30px;
			margin-top: 5px;
			margin-bottom: 10px;
			float: right;
		}
	#comments_area {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 100px;
	}
		#comments_area h3 {
                        margin: 0;
                        margin-top: 26px;
                        margin-bottom: 2px;
                        padding: 0;
                        font-weight: normal;
                        font-size: 150%;
                        font-family: Times New Roman, Times, Serif;
                        color: #83c1ff;
		}
		#comments_area input {
			border-bottom: 1px solid #a8a8a8;
			border-right: 1px solid #a8a8a8;
			border-top: 1px solid #141414;
			border-left: 1px solid #141414;
			background-color: #c8c8da;
		}
		#comments_area textarea {
			border-bottom: 1px solid #a8a8a8;
			border-right: 1px solid #a8a8a8;
			border-top: 1px solid #141414;
			border-left: 1px solid #141414;
			background-color: #c8c8da;
		}
	#sidebar {
		width: 278px;
		margin-top: 53px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 50px;
		float: right;
	}
		#sidebar h2 {
			margin: 0;
			margin-top: 26px;
			margin-bottom: 2px;
			padding: 0;
			font-weight: normal;
			font-size: 150%;
			font-family: Times New Roman, Times, Serif;
			color: #83c1ff;
		}
		#sidebar ul {
			margin: 0;
			margin-left: 13px;
			margin-right: 10px;
			padding: 0;
			list-style: none;
		}
		#sidebar li {
			margin: 0;
			margin-top: 5px;
			padding: 0;
		}
	.smallpost {
		margin-top: 40px;
	}
		.smallpost-head {
			margin-bottom: 5px;
		}
			.smallpost-title {
				font-size: 115%;
				float: left;
			}
			.smallpost-date {
				font-size: 90%;
				text-align: right;
				float: right;
			}
			.smallpost-blurb {
				padding-left: 15px;
			}
				.smallpost-blurb p {
					margin: 0;
					padding: 0;
				}
