/* $Id: style001.css,v 1.19 2003/09/11 16:33:59 ddb Exp $ */
/* Style sheet for Joel Rosenberg site */
body {
    position: relative;
    background-color: rgb(185,183,194);
    color: black;
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}

/* Hyperlink display */
:active {
    color: red;    
}
:link {
    color: blue;
}
:visited {
    color: purple;
}

pre.debug {
    background: pink;
    border: thin solid black;
}

.error {
    color: red;
}

/* Table standards */
th {
    font-family: serif;
    font-size: 80%;
    font-weight: lighter;
}
tr.even {
    font-size: 90%;
    font-weight: lighter;
    background: rgb(255,248,159);
}
tr.odd {
    font-size: 90%;
    font-weight: lighter;
    background: rgb(170,210,255);
}
td {
    padding-left: 3px;
    padding-right: 3px;
}

h1 {
    color: rgb(65,87,124);
    font-family: sirona, divona, georgia, times new roman, serif;
    font-size: 170%;
    font-style: normal;
    font-weight: bolder;
    padding-top: 0;
    margin-top: 0;
}
h2 {
    color: rgb(65,87,124);
    font-family: sirona, divona, georgia, times new roman, serif;
    font-size: 150%;
    font-style: normal;
    font-weight: normal;
}
h3 {
    color: rgb(65,87,124);
    font-family: sirona, divona, georgia, times new roman, serif;
    font-size: 130%;
    font-style: italic;
    font-weight: bold;
}
div.headpart {
    position: relative;
}
div.hdimg {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/nightpl-right-002.png);
    width: 100%;
}
img.headline {
    position: absolute;
    top: 30px;
    left: 30px;
}
div.navgroup {
    margin-top: 20px;
    margin-bottom: 20px;
}
div.content {
    position: absolute;
    top: 150px;
    left: 125px;
    padding: 30px;
    color: rgb(22,18,28);
    font-family: lucida sans, arial, sans-serif;
}
div.content p {
    max-width: 40em;
}
div.content p.wide {
}
div.leftnav {
    position: absolute;
    top: 150px;
    left: 0;
    width: 125px;
    height: 800px;	/* 100% is funny in netscape, mozilla, and IE */
    background-color: rgb(113,117,116); 
    padding: 5px;
}
img.navlink {
    width: 90px;
    height: 20px;
    border: thin none black;
    padding: 0;
    margin: 0 0 8px 15px;
}
img.navbutton {
    width: 90px;
    height: 20px;
    border: thin none black;
}
div.navbox {
    background-color: rgb(255,248,159);
    border: thin solid black;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-left: 12px;
    margin-bottom: 12px;
    color: rgb(109,72,7);
    font-family: arial, arial, sans-serif;
    font-size: 65%;
    font-weight: lighter;
    line-height: 105%;
    text-indent: -7px;
}
div.navbox h1 {
    font-size: 140%;
    font-family: arial narrow, arial, sans-serif;
    font-weight: normal;
    text-align: center;
    color: black;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}
ul.navbox {
    list-style-type: none;
/*    list-position: outside; */
    margin: 0;
    padding: 0;
}
ul.navbox li {
    padding: 0;
    margin: 0;
}
.author {
    text-align: right;
}
.datewritten {
}
/* Feature summary box for homepage, containing summery.html from some feature */
div.feature {
    border: 7px ridge rgb(221,147,16);
    padding: 13px;
}
div.feature h1 {
    font-size: 150%;
}
div.feature p.datewritten {
    margin: 0;
    padding: 0;
}
/* Form table setup */
td.ftlabel {
    text-align: right;
}
td.ftfield {
}
td.fterr {
    color: red;
}
p.address {
    margin: 0;
    padding: 0;
}
/* FAQ styles */
div.question {
}
/* Qutoe styles */
.quote {
    background-color: rgb(113,117,116); 
    color: white;
    margin: 2em;   
    padding: 1em;
}
