body { 
 background:#000 url(space.gif) fixed;
 color:#fff;
 font:0.7em verdana, arial, sans-serif;}

/* links */
 a {color:#000080;
 text-decoration:none;}
 a:hover {text-decoration:underline;}
/* a:visited {color:000080;
 text-decoration:none;}*/

/* main div */
#wrap, #wraphome { 
 border:4px #cc9 double;
 background:#fff;
 color:#000}

/* banner */
#header {
background: url(this-blue-ball.gif);
/*border-bottom: 4px #cc9 double;*/
}

/* title */
#header h1 {
display: none;
font:2em 'georgia', serif;
}

/* subtitle and subheadings on front page */
h2 {font: bold 1.5em 'georgia', serif;
color:#663}

/* post title */
h3 {font: bold 1.5em 'georgia', serif;
background:url(blueball.gif) top left no-repeat;
padding-left:35px;}

/* date & link to comments */
.feedback {text-align:right}

/* front page sections, forms and blockquote */
#excerpt, input, textarea, blockquote {
border:1px #cc9 solid;
background:#eeffff;}

input, textarea, blockquote {padding:3px}

/* front page image (use display:none if not wanted) */
#image {
 display: none;
 background:#cc9 url(blook.jpg) no-repeat;
 width:400px;
 height:200px;
 margin:auto;
 margin-top:10px;
 margin-bottom:10px;}

/* unordered list (used for displaying chapters on front page) */
ul li {list-style-image:url(blueball.gif);
padding-left:3px;
padding-bottom:5px;
}

/* divider between previous & next links */
.divider {background:url(blueball.gif) center no-repeat;}

/* font size of previous-next links*/
.paging {font-size:10pt;}

/* comments submit button */
#submit {background:#eeffff url(blueball.gif) top left no-repeat;
color:#000080;
padding-left:22px;
border: 4px #cc9 double;
font-family: 'georgia', serif}

/* footer (duh) */
#footer {
 background:#000000;
 border-top: 4px #cc9 double;
 color: #ffffff; 
}

#footer a {color:#fff;
 text-decoration:none;}
 
#footer a:hover {text-decoration:underline;}

/*#footer a:visited {color:#fff;
 text-decoration:none;}*/

/* background in comments popup window */
#commentspopup {background:#fff}

/* font size for blurb2 */
#blurb2 {font-size: 6pt}