/* $TopStyle:URL=http://www.george-sterling.org/styles/main.css$ */

body{
margin:0;
padding:0;
background-color:#dcc8c8; /* Bright Carmine Gray */
font-family: Verdana, sans-serif;
font-size: 0.95em
}

#upper{
height: 130px;
background-image: url(http://www.george-sterling.org/graphics/logo.jpg);
background-repeat: no-repeat;

}

#top{
background-image: url(http://www.george-sterling.org/graphics/stripe.jpg);
background-repeat: repeat-x;
}

#search{
position: absolute;
top:53px;
right:10px;;
}

.button{
background-color:#dcc8c8;
border: 1px solid #fff;
}

#search_terms{
border: 1px solid #dcc8c8; 
}

#content{
min-height: 500px;
margin: 0 0 0 130px;
padding: 1em 5em;
background-color:#FFF;
}

/* ####################### */
#navcontainer{
position: absolute;
left: 0px;
width: 130px;
padding: 0;
margin:3em 0 0 0;
}

ul#navlist
{
list-style-type: none;
padding: 0;
margin: 0;
}

ul#navlist li{
list-style-type: none; /* keep opera happy */
}

ul#navlist li a
{
display: block;
width: 120px; /* 130 -10px padding */
margin: 0;
padding: 0.2em 10px 0.2em 0em;
border-width: 1px 0px 1px 1px;
border-color: #C6A4A4;
border-style: solid;
font-family: Georgia, serif;
text-align:right;
color:#000;
text-decoration: none;
background: #E5D6D6;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #EEE4E4;
font-weight:bold;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
background: transparent;
border-color: #955D5D;
}
/* ####################### */
pre{
font-family: Verdana, sans-serif;
font-size: 1em;
white-space: pre;
margin-left:10%;
}

p,pre,li{
line-height: 1.3em;
}

li{
list-style-type: none;
}

p#notes{
margin: 3em 1em;
padding: 1em;
font-size: 0.9em;
border: 1px solid #ccc;
background-color: #F4F4F4;
}

h1{
font-family: Georgia, serif;
font-weight: normal;
font-size: 1.5em;
margin: 0;
}

h2{
font-weight: normal;
font-family: Georgia, serif;
font-size: 1.2em;
margin: 0 0 4em 2em;
}

h2.sub{
font-weight: normal;
font-family: Georgia, serif;
font-size: 1.2em;
margin: 2em 0 1em 0em;
}

h3{ /* a-z */
font-weight: normal;
font-family: Georgia, serif;
font-size: 1.2em;
margin: 2em 0em 1em 0em;
border-bottom: 1px solid #CCC;
width: 80%;
}


h4{
font-weight: normal;
font-family: Georgia, serif;
font-size: 1.2em;
margin: 1.5em 0em 1.5em 0em;
}

a:link, a:active{
color: #873C3C;
text-decoration : none;
}

a:visited{
color: #662E2E; /* Lum:70 */
text-decoration : none;
}

a:hover{
text-decoration : underline;
background: #EEE4E4;
}

blockquote{
font-size:0.9em;
line-height: 1.3em;
margin: 2em 3em;
}

ul.alpha{
list-style: none;
line-height:1.3em;
}

li.odd{
margin-left:2em;
}


p.link{
margin-bottom: 0;
}

p.link_author{
font-size:0.8em;
padding-left: 1em;
margin: 0;
font-style: italic;
}

.suba{
font-size:0.5em
}

p.desc{
font-size:0.9em;
padding-left: 3em;
margin-top: 0;
}

p#foot{
text-align:right;
font-size:0.8em;
margin:0.8em;
}

#byline{
font-size:0.9em;
color:#666;
margin:0	
}

#bib{
text-align:right;
font-size:1em;
font-weight:bold;
border-bottom: 1px solid #ccc;
}

sup {
vertical-align: top;
}