
/* universal styles */

body {
background-image: url(images/background.gif);
background-position: top left;
background-repeat: no-repeat;
margin:0px;
padding:0px;
}
#banner {
width:100%;
margin-top:20px;
margin-bottom:20px;
}
#frame {
margin-right:auto;
margin-left:auto;
width:100%;
font-family:verdana, arial, helvetica, sans serif;
margin:0px;
padding:0px;
}
#footer {
width:100%;
background-image:url(images/footer.gif);
background-position: bottom left;
background-repeat: no-repeat;
color:#cf3d23;
text-align:center;
font-size:.8em;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
padding-right:0px;
padding-left:0px;
margin:0px;
}

/* home page styles */

/* background yellow removed: #d7be28 */ 
/* subtitle text yellow removed: #efe4a2*/
/* possible light yellow for subtitle text: #FFF8DC */
/* dark goldenrod for subtitle text (not enough contrast) 	 */

#issue {
width:48%;
float:left;
margin:0px;
}
#issue .title {
font-size:1.5em;
font-weight:bold;
color:#efe4a2;
background:#cf3d23;
padding:2px;
text-align:center;
}
#issue .subtitle {
font-family:trebuchet ms, verdana, arial, helvetica, sans serif;
font-size:1.0em;
font-weight:bold;
color:#DAA520;
background:#F0E68C;
padding:2px;
text-align:center;
}
#issue .extract {
padding-left:8px;
padding-right:8px;
padding-top:2px;
padding-bottom:2px;
font-family:trebuchet ms, verdana, arial, helvetica, sans serif;
font-size:1.0em;
font-weight:normal;
color:#fff;
background:#1f62af;
text-align:justify;
}

/* inside menu styles */

#menu {
width:100%;
float:right;
text-align:right;
font-size:1.0em;
font-weight:bold;
padding-top:6px;
padding-right:10px;
}
#menu .menu-item {
color:#666;
margin-bottom:8px;
padding:4px;
text-decoration:none;
}
#menu .menu-order {
background:#fff;
color:#333;
margin-bottom:8px;
padding:4px;
text-decoration:none;
}
#menu a {
text-decoration:none;
}
.menu-order a {
color:#333;
}
.menu-item a {
color:#666;
}

/* inside page styles */

h1 {}

h2 {
color:#407949;
text-align:left;
font-size:1.5em;
font-weight:bold;
padding:10px;
width:80%;
float:right;
}

#inside-left {
width:48%;
float:left;
padding-left:10px;
}
#inside-right {
width:48%;
float:right;
padding-right:10px;
}
#inside-left .title {
text-align:center;
font-size:1.5em;
font-weight:bold;
}
#inside-left .subtitle {
text-align:center;
font-size:1.1em;
}
.about {
color:#333;
font-size:0.8em;
line-height:140%;
}
.cover {
text-align:center;
padding:10px;
}
.blurb {
font-size:0.8em;
line-height:140%;
color:#333;
padding-left:20px;
padding-right:20px;
}
.quote {
color:#407949;
text-align:left;
font-size:1.1em;
font-weight:bold;
padding:10px;
width:80%;
float:right;
}
.howtoorder {
float:right;
padding:6px;
background:#0066cc;
color:#fff;
font-weight:bold;
}
.howtoorder a {
color:#fff;
text-decoration:none;
}
.stationery-name {
font-size:1.1em;
color:#000;
font-weight:bold;
margin-top:10px;
}
.stationery-pic {
border:3px solid #ccc;
margin-right:6px;
}
.stationery-blurb {
font-size:0.8em;
}

/* bibliography page styles */ 

#alpha-jump-list {
text-align:center;
}
dl.bibliography {
margin-left:20px;
font-size:inherit;
line-height:inherit;
}
dl.bibliography dt {
margin-bottom:4px;
font-size:1.0em; 
}
dl.bibliography dd {
margin-bottom:8px;
font-size:0.8em;
}
dl.bibliography .book-title {
font-style:italic;
}