/* Style sheet by Kylie Lee, September 2004 */
/* Written for Gigi Sinclair */
/* style.css */

/* Stargate Atlantis */

/* General style for body and heads */

body {
   background-color: #035f7c;
   color: white;
}

h1, h2, h3, h4 {
	background-color: #035f7c;
	color: white;
	padding: .3em;
	text-align: right;
}

/* Hotlinks */

a:link {
	background-color: white;
	color: #035f7c;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #035f7c;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	background-color: white;
	text-decoration: underline;
}

.header a:link {
	background-color: #efefef;
	text-decoration: none;
}

.header a:visited {
	background-color: #efefef;
	font-style: italic;
	text-decoration: none;
}

.header a:hover {
	background-color: #efefef;
	text-decoration: underline;
}


/* two kinds of pages: the index pages and the fic pages */

#BodyIndex {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	margin: 3em 8em;
   background-color: white;
   color: black;
   padding: 1em;
}

#BodyFic {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	margin: 3em 8em;
   background-color: white;
   color: black;
   padding: 1em;
}

/* style for the things that will appear inside the index and fic pages */

.display {
	margin: 3em;
	font-size: 110%;
}

.graphic {
}

address {
	background-color: white;
	border-top: 1px solid #003955;
	color: #3f3f3f;
	font-size: 95%;
	padding: 1em 0;
	text-align: left;
}

.nav {
	text-align: right;
	width: 200px;
}

.title {
	font-size: 110%;
}

.description {
	font-size: 95%;
	margin-left: 2em;
}

.new {
	background-color: white;
	color: red;
	font-style: italic;
	margin-left: .3em;
}


.sign {
	font-style: italic;
	text-align: right;
}

.fic {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 1em;
}

.fic h2 {
	border-top: 1px solid #003955;
	font-weight: normal;
	padding: .5em 0;
	text-align: center;
}


.header {
	background-color: #efefef;
	font-size: 95%;
	padding: 1em;
	text-align: right;
}

#BodyFic .nav {
}

#BodyFic address {
	border-top: 1px solid #003955;
	padding: 1em;
	text-align: center;
}


