/* CSS Document */

body, html {
	font-family: "Gill Sans", Gill, "Gill Sans MT", sans-serif;
	font-size: 0.9em;
	_font-size: 84%; /* IE6 */
    height:100%;
    background-color: #000000;
	color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.sun {
    background-color: #f9fdd2;
}

#copy {background-color: #000000; color: #ffffff;} 
#copy a {font-weight: normal; text-decoration: underline; text-align: right;}
#copy a, #nav a:visited {color: #939393} /* off-white */
#copy a:hover {color: #ffffff} /* white */

.sun #copy {color: #000000; background-color: #f9fdd2;}
.sun #copy a:hover {color: #000000} /* black */

#wrapper {
	width: 750px;
	left: 52%;
	position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: -400px;
    overflow: hidden;
}

#wrapper {
    background-position: top center;
}

img {
    border: 0;
    font-size: 0.7em;
    color: #ff6600;
}

#nav {
	width: 200px;
	position: absolute;
	left: 52%;
    margin-left: -400px;
	top: 70px;
	text-align: right;
    font-size: 1.3em;
}

.invisibletitles {display: none;} /* hide if stylesheets loaded */

#reading h1 {color: #ffffff} /* black */
#reading h2 {color: #ffffff} /* black */
#reading h1, #reading h2 {text-transform: uppercase;}
#reading h3 {margin-bottom: 5px;}

#reading a {text-decoration: underline;}
#reading a, #reading a:visited {color: #000000} /* black */
#reading a:hover {color: #ad1793} /* purple */

.small_text {
    font-size: 0.8em;
}
