/* Encyclopedia, by White Whale Web Services 2010 */
 
/* Reset defaults  */
html { font-size:100%; }
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,img,form,label,iframe,fieldset { margin:0; padding:0; font-size:1em; line-height:inherit; font-weight:inherit; color:inherit; border:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; color:#333; }
input,select,textarea,button { font-size:1em; line-height:inherit; font-family:inherit;margin:0; }
input[type=button],input[type=submit],button { overflow:visible; }
input[disabled],select[disabled],textarea[disabled],button[disabled] { opacity:0.75; }
.skiplink { position:absolute; top:0; left:-9999px; width:9em; padding:5px; color:#00f; background-color:#ff9; border:1px solid #993; text-align:center; z-index:9999; }
.skiplink:focus { left:0; }
.clear { height:0; clear:both; }
.hidden {display:none;}

/* Basic elements and type */
body { font-family:"Adobe Garamond Pro",Garamond, Georgia, serif; font-size:1em; line-height:1.3; color:#222; }
h2 { font-size:2.1em; margin-bottom:0.5em;  }
h3 { font-size:1.5em; margin-bottom:0.5em;  }
h4 { font-size:1.2em; margin-bottom:0.5em;  }
h5 { font-size:1.1em; margin-bottom:0.5em; }
h6 { font-size:1em; font-weight:bold; }
p { margin:0 0 1em 0; }
ul,ol { margin-left:1em; }
a { color:#ad001f; text-decoration:none;}
a:hover { color:#c50828; text-decoration:underline;}
blockquote { color:#666; font-family:Georgia, serif; border-top:1px solid #bbb; border-bottom:1px solid #bbb; padding-bottom:5px; margin:0; }
cite {color:#333; font-size:0.87em; }
table { border-collapse:collapse; }
td,th { border:1px solid #ccc; padding:2px 4px; }
table.layout td, table.layout th { border:none; vertical-align:top; padding:0 6px; }


/* Encyclopedia  */
body { overflow-x:hidden; }

#background { position:absolute; top:0; left:0; z-index:10; width:100%;}
#background img { width:100%; }

#page {position:absolute; top:-2%; left:-2%; z-index:20; width:104% }
#page img#title {width:100%;}

#content {width:880px; margin:40px auto 0 auto; position:relative; }
#content  #left {float:left; width:425px; padding-right:20px; margin-bottom:100px;}
#content  #left .numbers {text-align:right; font-family:"Adobe Garamond Pro",Garamond, Georgia, serif; font-size:1.8em;}
#content #left #order {padding:85px; width:auto; height:360px; background:url(../images/frame.gif) no-repeat;}
/* frame graphic borrowed from Matthew Buchanan and http://esquiretheme.tumblr.com  */
#content  #right {float:right; padding-left:30px; border-left: 1px solid #ccc; width:400px;}

#entries, #contributors  { position:relative; background-color:#fff; font-size:1.5em; font-weight:100; clear:both; margin-top:100px; padding:0 40px; text-align:justify;}
#entries a, #contributors a { text-decoration:none; margin-right:20px; color:#999; white-space:nowrap; }
#entries a:hover, #contributors a:hover {color:#000; }

