/* Style sheet by Kylie Lee, April 2005 */
/* Written for chelle */
/* Highlander style.css sheet */

/* all coded elements are included here, even if there is nothing inside the style */

/* General style for body and heads */

html {
	border-left: 1em solid #dce6e8;
	border-right: 1em solid #dce6e8;
}

body {
	background-color: white;
	color: black;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	padding: .3em;
}

h1, h2, h3, h4 {
	text-transform: lowercase;
}

td.right h4 {
	background-color: #dce6e8;
	color: black;
	padding: .3em;
}

.fic h2 {
	background-color: #dce6e8;
	color: black;
	padding: .3em;
	text-align: center;
}

/* Hotlinks */

a:link {
	background-color: white;
	color: #112f60;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #112f60;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: white;
	color: #112f60;
	text-decoration: underline;
}

/* BodyFandom pages (a single index.shtml file for each fandom, which links to BodyIndex index.shtml files) */

#BodyFandom h3 {
	background-color: #dce6e8;
	color: black;
	padding: .3em;
}

#BodyFandom .display {
	font-size: 110%;
	line-height: 1.3em;
	margin-left: 2em;
}

#BodyFandom .bottom {
	margin-top: 3em;
}

/* style for the two table columns, left (nav) and right (content) */

td.left {
	font-size: 80%;
	padding: .3em;
	text-align: center;
	width: 312px;
}

#BodyIndex td.left {
	vertical-align: top;
}

#BodyIndex td.right {
	vertical-align: top;
}

td.right {
	border-left: 1px solid black;
	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;
}

.warning {
	background-color: white;
	color: black;
	font-size: 95%;
}

.disclaimer {
	background-color: white;
	color: gray;
	font-size: 95%;
}

.fandom {
	font-weight: bold;
}

.fic {
	background-color: white;
	color: black;
	font-family: verdana, geneva, sans-serif;
	line-height: 1.3em;
	padding: 1em;
}

.header {
	font-size: 85%;
	line-height: 1.5em;
	padding: 0 1em 1em 1em;
}

.graphic {
}

.gifgraphic {
}

/* BodyFandom (toc for entire fandom) styling */

#BodyFandom td.right {
	border: 0;
}

#BodyFandom .nav {
	font-size: 85%;
	text-align: center;
}

#BodyFandom .gifgraphic {
	text-align: center;
}

#BodyFandom address {
	font-size: 85%;
	text-align: center;
}

#BodyFandom .bottom {
	margin-top: 2em;
}

/* BodyIndex (toc that links to fic) styling */

.title {
	margin-left: 1em;
}

.description {
	margin-left: 2em;
	font-size: 95%;
	font-style: italic;
}

.caption {
	color: gray;
	font-size: 85%;
}

.nav {
	line-height: 1.5em;
}



