/* 
Filename: style.css
Author:   Jim Gillespie
Purpose:  Stylesheet for www.anforth.info
Created:  3 March 2006
Revised:
*/

HTML body { background: #d8d8d0; text-align: center; font-size: 70% }
p { font:1.2em Verdana, Arial, sans-serif; line-height: 1.4em }
h1 { font: 2em Georgia, "Times New Roman", serif; color: #a52121; padding-top: 10px; margin-bottom: 30px }
.strong {font-weight: bold }
.red { color: #a52121 }
.strongred { font-weight: bold; color: #a52121 }

#container { width: 80%; margin: 5px auto; background-color: #f1f1ea; color: #333; text-align: left; border: 1px solid gray; line-height: 130% }

#header { padding-left: 30px; padding-top: 70px }
.who { font-family: Georgia, "Times New Roman", serif; font-weight: 300; font-size: 3em; line-height: 1em }
.ttl { font-family: Georgia, "Times New Roman", serif; font-weight: 300; font-size: 2em; line-height: 1em }
.ldot { font-family: Georgia, "Times New Roman", serif; font-weight: 900; font-size: 2.8em; line-height: 1em; color: #a52121 } 

#menu {	float: right; margin-top: 15px; margin-right: 20px; border-top: 2px solid #a52121; font: 1em Verdana, Arial, Helvetica, sans-serif; line-height: 16pt; color: #727664; text-align: right }
#menu a { text-decoration: none }
#menu a:active { color: #727664 }
#menu a:link { color: #727664 }
#menu a:visited { color: #727664 }
#menu a:hover { color: #185f90; }

#content { margin-left: 80px; margin-right: 20px; padding: 1em }
#content a { text-decoration: none }
#content a:active { color: #a52121; border-bottom: #a52121 1px dotted }
#content a:link { color: #a52121; border-bottom: #a52121 1px dotted }
#content a:visited { color: #a52121; border-bottom: #a52121 1px dotted }
#content a:hover { color: #185f90; border-bottom: #185f90 1px dotted }

#caption { font: 1.2em Verdana, Arial, sans-serif; line-height: 1.4em; font-weight: bold }
#text {	position: relative;	margin-left: 155px; margin-top: -19px; margin-right: 10px; margin-bottom: 15px; font: 1.2em Verdana, Arial, sans-serif; line-height: 1.4em }
.booktitle { font-weight: bold; font-style: italic }
.sdot {	font-family: Georgia, "Times New Roman", serif; font-weight: 900; font-size: 1.5em; color: #a52121 }

#footer {clear: both; color: gray; padding-top: 3px; padding-bottom: 8px; text-align: center; font-size: 110%; line-height: 18px }
#footer a { text-decoration: none }
#footer a:active { color: #727664 }
#footer a:link { color: #727664 }
#footer a:visited { color: #727664 }
#footer a:hover { color: #185f90 }
