      html, body {
      height:100%;
      margin: 0; padding: 0;
      overflow-y: auto;      
      }

   body {
      height:100%;
      width: 100%; max-width: 100%;
      background-color: #030305;
      font: 14px 'trebuchet ms', arial, sans-serif;
      color: #a7a7a7;
      line-height: 1.4em;
      } 

	a {
		text-decoration: none;
		color: #adc0fb;
		}

	a:hover {
		text-decoration: underline;
		color: #3d2caf;
		}

	a.title:hover {
		color: #3d2caf;
		background: url(catbg.png) repeat-y right;
		text-decoration: none;
		border-right: 1px solid #adc0fb;
		}
	a.title {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 'trebuchet ms', arial, sans-serif;
		color: #adc0fb;
		padding: 0 30px 3px 0;
		}
	#left {
		position: absolute; top: 0; left: 0; 
		height: 100%; width: 35%;
		text-align: right;
		background: #030305 url('reactor-05.jpg') no-repeat right;
		
		}
	#outer {
		position: absolute; left: 0;
		padding-right: 30px;
		top: 30%;
		width:100%;
		margin-top: -120px;
		overflow: auto;
		height: 100%;
		}

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 20px 5% 20px 38%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		}

	h1 {
		font: 800 35px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		text-align: right;
		}
	h4{border-bottom: solid 1px #04111a;}

	span.title, span.comm {
		display: block;
		margin: 0 0 5px 0;
		font: 600 1.1em 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		}
	span.comm {
		border-bottom: solid 1px #04111a; 
	}
	span.comments {
		float: left; 
		width: 2.0em;
		font: 600 1.3em 'trebuchet ms', arial, sans-serif;
		padding-right: 5px;
		text-align: right;
		}

	a.nav {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #adc0fb;
		padding: 0 30px 3px 0;
		}

	a.nav:hover {
		color: #3d2caf;
		background: #04111a;
		text-decoration: none;
		}
	a.navsmallyes {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 12px 'trebuchet ms', arial, sans-serif;
		color: #adc0fb;
		padding: 0 27px 3px 0;
		border-right: 1px solid #adc0fb;
		background: url(catbg.png) repeat-y right;
		}
	a.navsmallno {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 12px 'trebuchet ms', arial, sans-serif;
		color: #adc0fb;
		padding: 0 30px 3px 0;
		}
	a.navsmall {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 12px 'trebuchet ms', arial, sans-serif;
		color: #adc0fb;
		padding: 0 30px 3px 0;
		}
	a.navsmallyes:hover {
		color: #3d2caf;
		background: url(catbg.png) repeat-y right;
		text-decoration: none;
		border-right: 1px solid #adc0fb;
		}
	a.navsmallno:hover {
		color: #3d2caf;
		background: url(catbg.png) repeat-y right;
		text-decoration: none;
		border-right: 1px solid #adc0fb;
		}
	a.navsmall:hover {
		color: #3d2caf;
		background: url(catbg.png) repeat-y right;
		text-decoration: none;
		border-right: 1px solid #adc0fb;
		}
	

	.date {
		float: left; 
		width: 2.0em;
		font: 600 1.3em arial, sans-serif;
		padding-right: 5px;
		text-align: right;
		}

	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		border-left: solid 1px #04111a;
		padding: 0 30px 30px 5px;
		background: #030305;
		font: 1em 'trebuchet ms', arial, sans-serif;
		line-height: 1.4em;
		}

	img.main {
		float: right;
		margin: 10px;
		padding: 4px;
		background: #0c0;
		border: solid 3px #1f355c;
		}

	a img.main:hover {
		background: #cf0;
		}

	div.quote {
		margin: 8px 0 12px 10px; color: #fff;
		border-bottom: solid 1px #04111a; 
		padding: 8px;
		line-height: 1.7em;
		margin-left: 2.9em;
		}

	p.comment {
		font-size: 0.9em;
		font-family: 'trebuchet ms', arial, sans-serif;
		}

	span.credit {
		display: block;
		text-align: center;
		color: #082437;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}
		.credit a {color: #082437;}
		.credit a:hover { color: #0a2a3f }
/* FORM */
	.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
		display: block;
		}
	input, .formfield {
		background: #030305;
		font-family: Verdana;
		font-size: 0.7em;
		padding: 3px;
		color: #f4f4f4;
		border: 2px solid #04111a;}
	.formfield {
		width: 100%;
		font-size: 1em; }

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin-right: 1em;
 margin-bottom: 0em;
 padding:10px;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 padding:10px;
 }
