/* Style sheet by Kylie Lee, April 2005 */
/* Written for chelle */
/* Stargate SG-1 style.css sheet */

/* General style for body and heads */

html {
	background: black url(gatetile.jpg) repeat-y fixed;
	color: white;
	font-family: verdana, geneva, sans-serif;
}

body {
	background-color: black;
	color: white;
	margin: 0 0 0 10em;
	padding: 1em;
}

h1, h2, h3, h4 {
	text-transform: lowercase;
}

/* Hotlinks */

a:link {
	background-color: black;
	color: silver;
	text-decoration: underline;
}

a:visited {
	background-color: black;
	color: silver;
	text-decoration: underline;
}

a:hover {
	background-color: silver;
	color: black;
	text-decoration: none;
}

/* style for the two table columns, left (nav) and right (content) */

td.left {
	padding: .3em;
	width: 150px;
}

td.right {
	padding: 1em;
}

/* style for the things that appear inside the index and fic pages */

.description {
	font-size: 95%;
	margin: 0 0 2em 1em;
}

.disclaimer {
	font-size: 85%;
}

.fic {
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3em;
	padding: 1em;
	text-align: justify;
}

.fic h2 {
	border-bottom: 1px solid black;
	border-left: 2px solid black;
	letter-spacing: .7em;
	text-align: left;
	padding: .5em;
}

.header {
	font-size: 90%;
	line-height: 1.5em;
}

#BodyIndex .gifgraphic {
	margin-top: 2em;
	text-align: center;
}

#BodyIndex .nav {
	line-height: 1.7em;
	font-size: 85%;
	text-align: center;
}

#BodyIndex .bottom {
	text-align: center;
}

#BodyIndex address {
	text-align: center;
	font-style: normal;
	font-size: 85%;
	margin-top: 2em;
}

#BodyFic .nav {
	line-height: 1.7em;
	font-size: 85%;
}

.title {
	font-size: 105%;
	margin-left: 1em;
}

.bottom {
	font-size: 85%;
	font-style: italic;
	text-align: right;
}

#BodyFic td.left {
	font-size: 90%;
	text-align: center;
	width: 200px;
}

