/* Style sheet by Karen Hellekson, January 2004, updated March 2005 */
/* Written for Karen Beacham */
/* style.css */

html {
   background: #e74364 url(clarinet.jpg) center fixed;
   font-family: Georgia, Garamond, serif;
   margin: 0;
}

body {
	margin: 0;
}

h1, h2, h3 {
}

/* colors for hotlinks */

a:link {
	background-color: #000000;
   color: #ffffff;
   text-decoration: none;
}

a:visited {
	background-color: #000000;
   color: #c0c0c0;
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

a:hover {
	background-color: #000000;
   color: #ffffff;
   text-decoration: underline;
}

/* styling of heads */

h1 {
   font-size: 200%;
   text-transform: lowercase;
}

h2 {
   font-size: 150%;
   text-transform: lowercase;
}

h3 {
   font-size: 120%;
}

/* major block-level div elements */

.top {
   background-color: #000000;
   color: #ffffff;
   padding: 1em;
   position: absolute;
   top: 20px;
   left: 50px;
}

.main {
   background-color: #000000;
   color: #ffffff;
   padding: 1em;
   position: absolute;
   top: 300px;
   right: 30px;
   left: 350px;
}

#nav {
   font-family: Verdana, Geneva, sans-serif;
   background-color: #000000;
   color: #ffffff;
   font-size: 80%;
   text-transform: lowercase;
   text-align: center;
   padding: 1em;
   position: absolute;
   top: 400px;
   left: 5px;
}

/* minor block-level div and span elements (within the major ones) */

.menu {
   margin-top: 1em;
}

.menu-item {
   font-size: 110%;
   text-transform: lowercase;
}

.menu-description {
   margin-left: 1em;
   font-size: 90%;
   font-style: italic;
}

.follow {
   font-weight: bold;
   font-size: 145%;
   position: relative;
   top: .5em;
   left: .1em;
}

.describe {
   margin-left: 1em;
}

.reviewer {
   font-size: 80%;
   font-family: arial, helvetica, sans-serif;
   font-weight: bold;
   text-align: right;
}

.cite {
   font-size: 80%;
   font-family: arial, helvetica, sans-serif;
   margin-left: 15em;
   text-align: right;
}

address {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 60%;
   margin-top: 2em;
   text-align: center;
}

p, ul, ol {
	font-size: 80%;
}



