/* Style sheet by Kylie Lee, October 2004 */
/* Written for kageygirl */
/* style.css */

/* Stargate Atlantis */

/* all coded elements are included here, even if there is nothing inside the style */

/* General style for body and heads */

html {
	background-color: #9fa9b5;
	color: black;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
}

body {
	background-color: white;
	color: black;
	margin: 1em 6em;
	padding: 1em;
}

h1, h2, h3, h4 {
	font-family: "courier new", courier, monospace;
	letter-spacing: .4em;
	padding: .3em;
	text-transform: lowercase;
}

.header h1, h2 {
	text-align: left;
}

h3, h4 {
	background-color: #9fa9b5;
	color: black;
}

#BodyIndex h2 {
	text-align: center;
}

#BodyFic h1 {
}

h4 {
	text-align: center;
}

/* Hotlinks */

a:link {
	background-color: white;
	color: #4c3f6a;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #4c3f6a;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* There are two kinds of pages: the index pages and the fic pages. */

#BodyFic {
}

#BodyIndex {
	padding-top: .5em;
}

/* style for the two table columns, left (nav) and right (content) */

td.left {
  	border: 1px solid #9fa9b5;
	font-size: 80%;
	padding: .3em;
	text-align: center;
	width: 150px;
}


#BodyIndex td.left {
	vertical-align: top;
}

td.right {
	padding: 1em;
}

/* style for the things that appear inside the index and fic pages */

address {
	background-color: white;
	color: gray;
	font-size: 95%;
	margin: 1em 0;
}

.description {
	font-size: 90%;
	margin-left: 2em;
	text-align: justify;
}

.disclaimer {
	background-color: white;
	color: gray;
	font-size: 75%;
}

.fandom {
	font-weight: bold;
}

.fic {
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3em;
	padding: 1em;
}

.fic h2 {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	font-weight: normal;
	padding: .5em 0;
	text-align: center;
}

.header {
	font-size: 85%;
	line-height: 1.5em;
	padding: 0 1em 1em 1em;
}

.graphic {
	text-align: center;
}

.nav {
	line-height: 1.5em;
}

.title {
}


