body { 
 background:#fff url(bg.jpg) fixed;
 color:#000;
 font: 0.9em, Times-New-Roman, serif;}

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

/* main div */
#wrap, #wraphome { 
 border-left:2px #cc9 solid;
 border-right:2px #cc9 solid;
 border-bottom: 2px #cc9 solid;
 background:#fff;
 color:#000}

/* HEADER */
#header {
background: #ffffff;
/* background: url(header.jpg); */
border-top: 2px #cc9 solid;
border-left: 2px #cc9 solid;
border-right: 2px #cc9 solid;
}

/* title */
h1 a, h1 a:hover, h1 a:visited {
font: 1.6em, 'georgia', serif, bold;
text-align: center;
}

h1 a, h1 a:visited {
color:#663;
}

h1 a:hover {
color:#ff0000;
text-decoration: underline;
}

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

/* post title */
h3 {font: bold 1.2em 'georgia', serif;
background:url(dot.gif) left center no-repeat;
padding-left:35px; color:#663;}

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

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

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(dot.gif);
padding-left:3px;
padding-bottom:5px;
}

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

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

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

/* footer (duh) */
#footer {
 background:#ffffff;
 color: #000000; 
}

#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}