/* Style sheet by coffeeslash, March 2004, updated August 2005 */
/* Written for Bone by Kylie Lee */
/* style.css */

html {
     color: #000000;
     background: #deebf1 url(background.jpg) repeat fixed;
     margin: 0;
     text-align: right;
}

/* Established codes (one I didn't create) */

address {
     font-size: 75%;
     margin-top: .5em;
}

ul {
	list-style: none;
}

/* Hotlink style */

a:link {
     text-decoration: none;
}

a:visited {
     text-decoration: none;
     font-style: italic;
}

a:hover {
     font-weight: bold;
}

a:active {
}

/* Heads */

h1, h2, h3 {
	font-weight: normal;
   letter-spacing: .3em;
   clear: both;
}

h2 {
     font-variant: small-caps;
}

.navigation h3, h4 {
	font-size: 110%;
	font-weight: normal;
	font-variant: small-caps;
}

.fic h2 {
	background-color: #deebf1;
	color: #000000;
	padding: 5px;
}

h3 {
     font-style: italic;
}

/* Three major kinds of divs for three major kinds of pages */

#body-menu {
   background-color: #ffffff;
	border: 1px solid #deebf1;
	margin: 0 .5em 0 2em;
	padding: 1em;
}

#body-fic {
   background-color: #ffffff;
	border: 1px solid #deebf1;
	margin: 0 .5em 0 2em;
	padding: 1em;
}

#body-art {
   background-color: #ffffff;
	border: 1px solid #deebf1;
	margin: 0 .5em 0 2em;
	padding: 1em;
}

/* Disclaimers and navigation */

#body-menu .disclaimer {
     font-size: 75%;
     margin-top: 1.5em;
     text-align: right;
}

#body-menu .navigation {
	margin-top: 1em;
}

#body-fic .disclaimer {
     font-size: 75%;
     margin-top: 1.5em;
     font-style: italic;
     text-align: right;
}

#body-fic .navigation li {
	display: inline;
	border-right: 1px solid #000000;
	padding: 0 0.5em;
}

#body-fic .navigation li:first-child {
	border-left: 1px solid #000000;
}

#body-art .disclaimer {
     font-size: 75%;
     margin-top: 1.5em;
     font-style: italic;
     text-align: right;
}

#body-art .navigation li {
	display: inline;
	border-right: 1px solid #000000;
	padding: 0 0.5em;
}

#body-art .navigation li:first-child {
	border-left: 1px solid #000000;
}

/* Table (used to align the image and the navigation on the fic pages) */

#table1 {
	width: 100%;
}

.left td {
}

td .right {
}

/* Misc styling */

.header {
   font-size: 90%;
   font-style: italic;
   padding: 2em;
}

.display {
     margin: 2em;
     line-height: 1.3em;
}

.fic {
	border-bottom: 2px solid #aecedd;
	border-top: 2px solid #aecedd;
}

.fic p {
     line-height: 1.3em;
     text-align: justify;
}

.graphic {
     text-align: right;
}

.navigation-menu {
     margin-top: 1.5em;
     font-size: 120%;
}


