/*
 * Default style sheet for Laura's Spanking Corner
 */
H1, H2, H3, H4, H5, H6 {
	font-family:	"Brush Script MT", "Brush455 BT", "Swing", "Zapf Chancery", "Ribbon 131BdBT",
					cursive, sans-serif;
	font-weight:	500;
	padding:		0;
	margin-bottom:	0pt;
	margin-top:		0pt;
}

H1 { font-size: 32pt; }
H2 { font-size: 24pt; }
H3 { font-size: 18pt; }
H4 { font-size: 16pt; }
H5 { font-size: 14pt; }
H6 { font-size: 12pt; }

P.first {
	padding: 0;
	margin-top: 0;
}

/*
 * P.heading: used for the first line of each text blurb in a table,
 * e.g. on the Corner's home page
 */
P.heading {
	font-family:	"Brush Script MT", "Brush455 BT", "Swing", "Zapf Chancery", "Ribbon 131BdBT",
					cursive, sans-serif;
	font-weight:	500;
	font-size:		18pt;
	padding:		0;
	margin-bottom:	0pt;
}


/*
 * P.sidebar1: The top-level categories in the list on the left side of navigation
 * pages, e.g. "Home", "Links", "Stories", etc.
 */
P.sidebar1 { 
	font-family:	"Brush Script MT", "Brush455 BT", "Swing", "Zapf Chancery", "Ribbon 131BdBT",
					cursive, sans-serif;
	font-weight:	500;
	font-size:		16pt;
	margin-top:		0px;
	margin-bottom:	0px;
}

P.sidebar2 { 
	margin-top: 0px;
	margin-bottom: 0px;
}

P.sidebar3 {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*------------------------------------------------------------------------------------------
 * .Author - the pages listing all stories for one author
 */

/*------------------------------------------------------------------------------------------
 * .Story - styles used to format the stories.
 */

Body.story {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}

Body.story P.narrative {
	text-indent: 0.25in;
	margin-bottom: 0pt;
	margin-top: 0pt;
}

Body.story P.story {
	text-indent: 0.25in;
	margin-bottom:0pt;
	margin-top: 6pt;
}

Body.story P.noindent {
	text-indent: 0.0in;
	margin-bottom:0pt;
	margin-top: 6pt;
}

Body.story P.divider {
	text-indent: 0in;
	margin-bottom: 0pt;
	margin-top: 6pt;
	text-align: center;
}

Body.story P.disclaimer {
	text-indent: 0.25in;
	font-size: 8pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
}

Body.story LI {
	margin-top: 0pt;
	margin-bottom: 0pt;
}


Body.story H1 { margin-bottom: 0pt; margin-top: 6pt; }
Body.story H2 { margin-bottom: 0pt; margin-top: 6pt; }
Body.story H3 { margin-bottom: 0pt; margin-top: 6pt; }
Body.story H4 { margin-bottom: 0pt; margin-top: 6pt; }
Body.story H5 { margin-bottom: 0pt; margin-top: 6pt; }
Body.story H6 { margin-bottom: 0pt; margin-top: 6pt; }

P.sidebar1 A { color: #000000 ; text-decoration: none }
#P.sidebar1 A:visited { color: #000000 ; text-decoration: none }

P.sidebar2 A { color: #000000 ; text-decoration: none }
#P.sidebar2 A:visited { color: #000000 ; text-decoration: none }

UL { margin-top:    6px; margin-right: 6px; }
P  { margin-bottom: 6pt; margin-top:   6pt; }

/**/
