@charset "UTF-8";
/* CSS Document */
/* - - - - - - - - - - - - - - - - - - - - - /
Title : Anne Whiston Spirn Style
Author : Jase Wilson, Luminopolis
URL : http://www.luminopolis.com
/ - - - - - - - - - - - - - - - - - - - - - */


:focus {
	-moz-outline-style: none;
	}

h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	}


h1 {
	font-size: 2.3em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	}

h2 {
	font-size: 1.5em;
	border-bottom: 1px #666666 solid;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	}

h2.booktitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	border-bottom: none;
	font-style: italic;
	margin-top: 0;
	margin-bottom: .5em;
	}
	
h2.articletitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	border-bottom: none;
	font-style: normal;
	margin-top: 0;
	margin-bottom: .2em;
	}

h3.publisher {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .9em;	
	}



/*	

	
img.bookcover {
	display: inline;
	float: left;
	margin-right: 20px;	
	}
*/
			
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: .9em;
	}

h4 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
	}

h5 {
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;	
	}

p {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	font-size: 1.1em;
	width: 100%;
	white-space: normal;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	}
	

img.left {
	padding-top: 0px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

img.right {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

li {
	list-style-position: inside;
	list-style-type: circle;	
	font-size: 1.2em;
	line-height: 1.3em;
	}

#content a:link {
	color:#ffff99;
	text-decoration: none;
	}

#content a:visited{
	color:#ffff99;
	text-decoration: none;
	}
	
#content a:hover{
	text-decoration: underline;
	}

#content a:active{
	}

/* ----------------------------------------------------------------------- */
/* ---- GENERAL CLASSES ------------------------ */



.tab {
	font: bold 18px; 
	padding: 0px;
	padding-bottom: 5px;
	padding-right: 15px;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-left: 10px;
	}

.underline {
	text-decoration: underline;
	font-size: 1.2em;
	}

.highlight {
	width: 150px;
	padding: 10px;
	border-top: #555 1px dotted;
	border-bottom: #555 1px dotted;
	margin-right: 10px;
	}

.highlight a {
	}

.highlight a:visited {
	}

.highlight a:hover {
	text-decoration: underline;
	}

.hide { display: none; }

.right { float: right; }

.left { float: left; }

.current { cursor: default; }

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
	}


/* ----------------------------------------------------------------------- */
/* ---- SPRY ------------------------ */


.CollapsiblePanel {
	width: 500px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 1.2em;
	margin-right: 0px;
	margin-left: 10px;
	}

.CollapsiblePanelTab {
	padding: 0px;
	padding-right: 15px;
	font-size: 1.2em;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/base.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #333;
	background-image: url(../images/down.png);
	padding: 0 15px 0 0;
	margin: 0;
	}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #ffff99;
	background-image: url(../images/over.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #333;
	}

.leadparagraph {
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	}

.leadparagraphtab {
	padding-bottom: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1.3em;
	font-weight: bold;
	}

.CollapsiblePanelOpen .leadparagraphtab {
	padding: 0;
	margin: 0;
	display: none;
	visibility: hidden;
	}


.leadparagraph .CollapsiblePanelTabHover,  .leadparagraph .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #ffff99;
	text-decoration: underline;
	}


.CollapsiblePanelContent a {
	font-weight: bold;
	font-size: 1.05em;
	}

	
/* ---- /SPRY ------------------------ */

	
