/* not a fan of typography, borrowed initial fonts from alistapart.com */

/** colorsets:
* gray: #B3B0A7
* smoke: #E6E2D9
* olive: #A6A379        background
* denim: #3E4B54        Link
* epresso: #45322F      Title
*/

/* Generic typesetting */
h2 {font: normal 14pt Georgia, "Times New Roman", serif; letter-spacing: 1px;}
h3 {font: bold 10pt Verdana, Arial, sans-serif; letter-spacing: 2px; text-transform: uppercase;}
h4 {font: bold 12pt Georgia, "Times New Roman", serif; letter-spacing: 1px;}
html p li {font: normal 11px Verdana, sans-serif; line-height: 18px; color: #333; background: #FFF;}
body{ font: normal 11px Verdana, sans-serif; line-height: 18px; color: #333; background: #FFF;}
a:link, a:visited, a:hover {font-weight: normal; font-family: georgia; font-style: italic; color: #3e4b54; text-decoration: none}
a img {border: none; color: #3e4b54}
a:hover {color: #45322F; background-color: #e6e2d9} 
span.booktitle {text-decoration: underline; font-weight: bold;font-variant: small-caps;}
span.sitetitle {text-decoration: none; font-weight: bold;font-variant: small-caps; font-size: 18px; line-height: 24px}
/* Specific typesetting */

blockquote {font: normal 10pt Monaco, "Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New", monospace;} 

/*DIVs */
#topbar {position: absolute; top: 0px; left; 0px; width: 100%; border-bottom: 1px solid #45322f; background-color: #e6e2d9}

#leftbanner {position: absolute; top: 20px; left: 0px; width: 170px; }

#focus {position: absolute; top: 40px; left: 200px; width: 350px; padding-left: 0.75em; padding-right: 70px;font-size: 10pt;text-align: justify} 

#other {position: absolute; top: 0px; left: 580px; width: 220px;  margin-left: 30px; margin-right: 30px; font-size: 10pt; border-left: 1px solid #45322F; border-right: 1px solid #45322F; border-bottom: 1px solid #45322F; padding-left: 0.75em; padding-right: 0.75em; background-color: #E6E2D9; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; text-align: justify} 

p.delimited { border-bottom: 1px dashed #45322F}