@charset "utf-8";
/* CSS Document */

/* Tag Selectors */
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-align: center; background-image: url(http://www.much-ado.org/site/images/background.png);}
h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #AB2943; font-variant: small-caps; margin: 0;border-bottom: solid 2px #AB2943; width: 90%;}
h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #AB2943; font-variant: small-caps; margin: 0;}
h3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #AB2943; font-variant: small-caps; margin: 0;}
	h4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: normal; border-top: solid 1px #AB2943; margin: 0;}
	h5 {}
input, reset, submit, textarea, select {font-size: 11px; border: solid 1px #dfabad; }
option {font-size: 11px;}
li {list-style-image:: url(http://www.much-ado.org/site/images/listbullet.gif);}

/* ID Selectors */
#container {width: 700px; margin: 0px auto;  min-height: 450px;}
#header {width: 100%; text-align: center;}
#navigation {float: left; width: 20%; padding: 5px; text-align: left; background: #dfabad; border: 3px solid #AB2943;}
#content {float: right; width: 75%;  text-align: left; padding: 5px;}
#footer {clear: both; width: 100%;}

/* Pseudo Selectors */
a:link {color: #AB2943; text-decoration: none;}
a:active {color: #AB2943; text-decoration: none;}
a:visited {color: #AB2943; text-decoration: none;}
a:hover {color: #dfabad;  background-color:#AB2943;; text-decoration: none;}

/* Class Selectors */
.stats {width: 65%; background-color: #dfabad; border: 3px solid #AB2943; text-align: left; padding: 5px;}
.credit, .archivelink {text-align: center;}
