/* style.css, a stylesheet for "Collie's Bestiary" */
/* Copyright 2003-2004 Blythe "Collie" Collier. All rights reserved. */
/* if you're really this curious, check out my professional site too :) */
/* Laughing Collie Productions @ http://www.laughingcollie.com */


body {								/* DEFAULTS */
	background-color: #ffe4b5;
		/* moccasin */
	background-image: url(img/kwanyin.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	color: #000000;
		/* black */
	}

.standard {
	margin-left: 25%;
	margin-right: 25%;
	}

.title {
	font-weight: bold;
	color: #8b4513;
		/* saddlebrown */
	}


.navigation {						/* NAVIGATION */
	text-align: center;
	font-weight: bold;
	background-color: #ffe4b5;
		/* moccassin */
	font-size: 90%;
	}

.tocleftsidebar {						/* SIDEBARS */
	font-size: 80%;
	color: #696969;
		/* dimgray */
	float: left;
	width: 23%;
	background-color: #faf0e6;
		/* linen */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 6px;
	}

.tablesidebar {
	font-size: 90%;
	color: #696969;
		/* dimgray */
	background-color: #faf0e6;
		/* linen */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 10px;
	}

.tablebottom {
	margin-left: 25%;
	margin-right: 25%;
	font-size: 90%;
	color: #696969;
		/* dimgray */
	background-color: #faf0e6;
		/* linen */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 10px;
	}

.tocrightsidebar {
	font-size: 80%;
	color: #696969;
		/* dimgray */
	float: right;
	width: 23%;
	background-color: #faf0e6;
		/* linen */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 6px;
	}

.leftsidebar {
	float: left;
	width: 23%;
	font-size: 90%;
	font-style: italic;
	background-color: #faebd7;
		/* antiquewhite */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 6px;
	}

.rightsidebar {
	float: right;
	width: 23%;
	font-size: 90%;
	font-style: italic;
	background-color: #faebd7;
		/* antiquewhite */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 6px;
	}

.sidebar-left {
	font-size: 90%;
	font-style: italic;
	text-align: left;
	background-color: #faebd7;
		/* antiquewhite */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 6px;
	}

.sidebar-right {
	font-size: 90%;
	font-style: italic;
	text-align: left;
	background-color: #faebd7;
		/* antiquewhite */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 6px;
	}

.toc {
	font-size: 90%;
	color: #696969;
		/* dimgray */
	text-align: left;
	background-color: #faf0e6;
		/* linen */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 6px;
	}

.h1 {								/* HEADERS */
	font-size: 200%;
	font-weight: bold;
	font-family: "times new roman", serif;
	color: #4b0082;
		/* indigo */
	}

.h1-front {
	font-size: 200%;
	font-weight: bold;
	float: left;
	font-style: italic;
	font-family: "times new roman", serif;
	color: #4b0082;
		/* indigo */
	}

.h1-biblio {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	font-family: "times new roman", serif;
	font-style: italic;
	color: #4b0082;
		/* indigo */
	}

h2 {
	font-style: italic;
	font-size: 150%;
	color: #800000;
		/* maroon */
	margin-right: 6px;
	}

h3 {
	color: #8b4513;
		/* saddlebrown */
	text-align: center;
	}

h4 {
	font-style: normal;
	color: #a0522d;
	}

h5 {
	font-weight: bold;
	color: #8b4513;
		/* saddlebrown */
	}

.title-image {					/* TITLE GRAPHICS */
	margin-left: 1em;
	margin-right: 4em;
	}

a:link {							/* LINKS */
	color: #000080;
		/* navy */
	text-decoration: none;
	}

a:active {
	color: #dc143c;
		/* crimson */
	text-decoration: none;
	}

a:visited {
	color: #800080;
		/* purple */
	text-decoration: none;
	}

a:hover {
	background-color: #ffffe0;
		/* lightyellow */
	color: #dc143c;
		/* crimson */
	text-decoration: none;
	}


.quote {							/* quotes at top of Firestarter */
	text-align: left;
	background-color: #faebd7;
		/* antiquewhite */
	border: solid;
	border-width: thin;
	border-color: #8b4513;
		/* saddlebrown */
	padding: 6px;
	margin-left: 1%;
	margin-right: 10%;
	}


.copyright {						/* COPYRIGHT */
	font-style: italic;
	text-align: center;
	font-size: 90%;
	}

