body {
color:#C0C0F0;
background-color:#383838;
background-image:url(/./graphics/blogbg.jpg);
background-attachment:fixed;
background-position:center bottom;
background-repeat:no-repeat;
}

/* the attributes of the page title which is inserted at the top of the page */
h1.blogpagetitle {
color:#888888;
font-size:2.5em;
font-style:italic;
white-space:nowrap;

float:right;

margin-left:0.5em;
margin-bottom:0.2em;
}

/* attributes of the flavor quote at the top of the page */
div.blogquote {
color:#FFFFFF;
font-size:0.8em;
font-style:italic;
}

div.blogquote a:link {
text-decoration:none;
}

/* attributes of the Blosxom credit at the top of the blog page */
div.blosxomcredit {
color:#FFFFFF;
font-size:0.6em;
font-style:italic;

align:right;
float:right;
}

div.blosxomcredit a:link {
font-weight:700;
text-decoration:none;
}

/* the atrribures of the box around the post text */
div.postcontainer {
border-color:#FFFFFF;
border: 2px ridge #F0F0F0;
margin-top: 1em;
margin-bottom: 1.5em;
padding:1em;
padding-top:0.2em;
}

/* the attributes of the post title */
h2.posttitle {
color:#D0A0E0;
background-color:#000000;
border:2px ridge #F0F0F0;

font-size:1.5em;

float:left;
margin-bottom:0.5em;
padding:0.2em;
padding-top:0em;
}

/* attributes of content-provided section headings in the post */
h3 {
color:#FFFFFF;
font-style:italic;
font-weight:bold;
font-size:1.3em;

margin-top:2em;
}

/* attributes of content-provided subheadings in the post */
h4 {
color:#FFFFFF;
font-weight:bold;

margin-top:2em;
}

/* attributes of any "intro" paragraph for a post */
p.postintropara {
color:#FFFFFF;
font-size:0.8em;
font-style:italic;
}

p.postintropara:first-letter {
font-weight:bold;
}

/* the attributes of the comment link and permalink at the bottom of the post */
div.commentdatelink {
float:right;

background-color: #202020;
color: #C0C0C0;
border: 1px ridge #B0F0C0;

font-size: 0.8em;
font-style: italic;
text-decoration:none;
font-weight:bold;

padding: 0em 0.5em 0em 0.5em;
margin: -1.5em 0em 0.5em 0.2em;
}

div.commentdatelink a:link {
text-decoration:none;
}