/* Begin Typography & Colors */

body {
	font-size: 82.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #B0E0E6;
	font-weight:600 ;
	color: #ffff00;
	text-align: center;
	background-image: URL(http://www.novaspace.com/PIX/StarTile.gif);
	}

#page {
	background-color: #00008B;
	border: 2px groove #959596;
	text-align: left;
	background-image: URL(http://www.novaspace.com/Spacefest/PIX/WaterPlanetV.jpg);
	background-position: -125px 0px ;
	background-repeat: no-repeat ;
	}

#header {
	}

#content {
	font-size: 1.2em;
	}

#footer {
	}

#sidebar {
	width:175px;
}

#homelink:HOVER {
	cursor: pointer;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

strong, b {
	color: #E4D3A6;
       }

h1 {
	font-family: Garamond, Serif;
	font-weight: bold;
	}

h2, h3 {
        font-family: Palatino Linotype, Serif;
}

h1 {
	font-size: 2.7em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
	}

h2 {
	font-size: 1.7em;
	}

#content P {
	text-indent: 1.2em;
	text-align: justify;
	}

#content P.center {
	text-align: center;
	}

#content P.bullet {
	margin:0px;
	margin-left:14px;
	text-indent:-14px;
	text-align:left;
	}

#sidebar {
	width:175px;
	border-top: 1px none transparent;
	border-bottom: 1px none transparent;
	border-right: 1px none transparent;
	}
	
#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-family: 'arial bold' helvetica sans-serif;
	font-size: 1.2em;
	margin-top:0px;
	margin-bottom:-0px;
	text-align:center;
	}

#sidebar h2.outline {
		color:#DAA520;
		position:relative;
		top:-21px;
		left:-1px;
		margin-bottom:-20px;
	}

p.center {
	text-align:center;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #DAA520;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #dda700;
	text-decoration: none;
	}

a:hover {
	color: #90EE90;
	text-decoration: underline;
	}
	
/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0 0 20px 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	position:relative;
	height:800px;
	overflow:hidden;
	left:0px;
	}

html > body > #page  {
	height:800px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 145px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	}

.narrowcolumn, DIV#content {
	/* IE */
	position:absolute;
	top:185px ;
	left:200px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0 0;
	width: 750px;
	height:550px;
	overflow-y:auto;
	}

html > body > #page > #content.narrowcolumn {
	/* Firefox */
	width: 750px;
	height: 550px;
	}

DIV#semitransparent.narrowcolumn {
	background:#2244aa;
	opacity:.60; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

html > body > #page > #semitransparent.narrowcolumn {
	/* Firefox */
	width: 750px;
	height: 550px;
	}

#footer {
	border-top: 1px none #555;
	padding: 10px 0 0 0;
	width: 1000px;
	position: absolute;
	top: 765px;
	height:38px; 
	}

html > body > #page > #footer {
	top: 760px;
	height:26px; 
	}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	}

/* End Structure */


/*	Begin Headers */

h1 {
	padding-top: 0px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	padding: 0;
	font-weight:bolder;
	color: #000040;
	}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

/* End Headers */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul, #sidebar ul ol {
	margin: 5px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	width:150px;
	}

#sidebar ul li A {
	line-height:26px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFD700;
	margin-bottom: -2px;
	margin-top: 0px;
	display:block;
	text-align:center;
	font-weight:bold;
	border: 2px outset #DAA520;
	background-image: URL(http://www.novaspace.com/Spacefest/PIX/button-moon.jpg);
	background-repeat: y;
	}

html > body > #page > #sidebar.sidebar > ul > li > A {
	margin-bottom: 2px;
	
	}

#sidebar ul li A:hover {
	background-image: URL(http://www.novaspace.com/Spacefest/PIX/button-sun.jpg);
	background-repeat: y;
	border: 2px inset;
	color: #000040;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/*
ul.reg {
	margin-left:-0px;
	}

ul.reg li {
	margin-left:-0px;
	}
*/
/* End Entry Lists */

/* Begin Sidebar */

#sidebar
{
	padding: 20px 10px 10px 0;
	margin-left: 0px;
	padding-left:5px;
	width: 175px;
	}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #20B2AA;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignleft {
        text-align: left;
        float: left;
	}

.alignright {
        text-align: right;
        float: right;
	}
	
.entry img, .entrytext img {
	margin: 7px;
	}
	
.red {
	color:#ff0000;
	}

.gold {
	color:gold;
	font-weight:bold;
}
/* End Various Tags & Classes*/

