/* Style sheet by Kylie Lee, April 2005 */
/* Written for chelle */
/* Smallville style.css sheet */

/* General style for body and heads */

html {
	background-color: #d10a07;
	color: white;
	font-family: "times new roman", times, serif;
}

body {
	background-color: white;
	color: black;
	margin: 1em;
	padding: 1em;
}

h1, h2, h3, h4 {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}

/* Hotlinks; I left off "active" */

a:link {
	background-color: white;
	color: #2360cf;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #2360cf;
	text-decoration: none;
}

a:hover {
	background-color: white;
	color: #d10a07;
	text-decoration: none;
	font-style: italic;
}

/* style for the two table columns, left (nav) and right (content) */

#BodyIndex td.left {
	text-align: center;
	vertical-align: top;
}

#BodyIndex td.right {
	padding: 1em;
	vertical-align: top;
}

#BodyFic body {
	border-left: 5em solid #d10a07;
	border-right: 5em solid #d10a07;
}

#BodyFic td.left {
	text-align: center;
	width: 200px;
}

#BodyFic td.right {
}

/* style for the things that appear inside the index and fic pages */

address {
	background-color: white;
	color: gray;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	margin: 1em 0;
	text-align: center;
}

.description {
	font-size: 95%;
	margin-left: 2em;
}

.disclaimer {
	background-color: white;
	color: gray;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
}

.fandom {
	font-weight: bold;
}

.fic {
	background-color: white;
	border-top: 1px solid black;
	color: black;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3em;
	padding: 1em;
	text-align: justify;
}

.fic h2 {
	background-color: white;
	color: #2360cf;
	font-style: italic;
	letter-spacing: 1.3em;
}

.header {
	font-size: 85%;
	line-height: 1.5em;
	padding: 0 1em 1em 1em;
}

.graphic {
	text-align: center;
}

.gifgraphic {
	text-align: center;
}

.nav {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	margin: 1em 0;
	line-height: 1.5em;
	text-align: center;
}

.title {
	font-size: 110%;
}

.caption {
	background-color: white;
	color: gray;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
}

.bottom {
	background-color: white;
	color: gray;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	margin-top: 2em;
	text-align: center;
}

