﻿body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	padding-left: 10%;
  	padding-right: 10%;
  	margin: 0px;
}

/* title of fic or essay */
h1.title { 
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding: 0.5em 0.5em 0.5em 0;
	border-bottom: 1px solid #999999;
}

h3 {
	font-size: 12px;
	font-weight: normal;
}

/* dedication */
h4.dedication {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	margin: 0px;
	padding: 0 0 1em 0;
}

/* div for quote */
#pullquote {
	margin: 0px;
	padding: 0.2em 10% 0.5em 10%;
	font-style: italic;
}
/* quote credit */
#pullquote h3 {
	text-align: right;
	margin-right: 30%;
}

/* type 1, italicised */
.sectiontitle {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	margin: 0px;
	padding: 2em 0 1em 0;
}

/* type 2, bold */
.sectiontitle2 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

/* type 3, centered */
.sectiontitle3 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: 1.4em;
	margin: 0px;
	padding: 1.5em 0 1.5em 0;
}


/* regular text */
p {
	font-size: 12px;
	line-height: 1.4em;
}

/* for songfics */
p.lyrics {
	font-style: italic;
	text-align: center;
	
}

/* div for end quote */
#endquote {
	font-style: italic;
	text-align: right;
	padding: 0 0 1em 0;
}

/* byline of fic, at page bottom */
h2.date {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	font-style: italic;
	padding:3em 0 0 0;
} 

/* prev-next chapter links */
#ficnav {
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	margin-left: -2em;
} 

#ficnav li {
	font-size: 12px;
	font-variant: small-caps;
	display: inline;
	border: none;
	list-style: none;
}

/* div for story notes at page bottom */
#notes {
	padding: 0.5em 0em 0em 0.5em;
	border-top: 1px solid #aaa;
}

/* notes and inline */
li {
	font-size: 12px;
	font-variant: normal;
	line-height: 1.4em;
	display: list-item;
	border: none;
	list-style: decimal;
}

/* navigation bar */
#linklist { 
	text-align: right;
	padding: 0.5em 0em 0em 0.5em;
	border-top: 1px solid #aaa;
}

#linklist li {
	font-size: 12px;
	font-variant: small-caps;
	display: inline;
	border: none;
	list-style: none;
}
	
a { font-weight: bold; text-decoration: none; }
a:link { color: #666; }
a:visited { color: #666; }
a:active { color: #999; }
a:hover { color: #999; }
