/* Style sheet by Kylie Lee, September 2004 */
/* Written for Gigi Sinclair */
/* style.css */

/* Stargate */

/* General style for body and heads */

html {
	background-color: #004080;
	color: black;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
}

body {
	background-color: white;
	color: black;
	margin: 2em 8em;
}

h1, h2, h3, h4 {
	letter-spacing: .3em;
	text-align: right;
	text-transform: lowercase;
}

h2, h4 {
	border-bottom: 1px solid #004080;
	padding: 0 0 .3em 0;
}

/* Hotlinks */

a:link {
	background-color: white;
	color: #004080;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #004080;
	text-decoration: none;
}

a:hover {
	background-color: white;
	color: #004080;
	font-weight: bold;
	text-decoration: none;
}

/* two kinds of pages: the index pages and the fic pages */

#BodyIndex {
}

#BodyFic {
}

/* style for the things that will appear inside the index and fic pages */

.display {
	font-size: 115%;
	line-height: 1.5em;
	margin: 3em;
	text-align: right;
}

address {
	background-color: white;
	color: #3f3f3f;
	font-size: 95%;
	padding: 1em 0;
	text-align: right;
}

.nav {
	width: 160px;
	text-align: right;
	line-height: 1.5em;
}

.title {
	font-size: 110%;
}

.description {
	font-size: 95%;
	margin-left: 2em;
}

.new {
	background-color: white;
	color: red;
	font-style: italic;
	margin-left: .3em;
}


.fic {
	border-top: 3px solid #004080;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
	margin-top: 1em;
	padding: 0 1em;
	text-align: justify;
}

.fic h2 {
	border-bottom: none;
	text-align: center;
}

.header {
	font-size: 95%;
	text-align: left;
}

#BodyFic .nav {
	padding: 9em 1em;
}

#BodyFic address {
	border-top: 3px solid #004080;
	padding: 1em 6em;
	text-align: center;
}


