/* CSS Document */



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* pepys start here */



/*layout   -----------------------------------------------------------   */
*	{
}


body	{
	width: 90%;
	margin-right:auto;
	margin-left: auto;
	background: #CCA56D;	
	margin-bottom: 2.5em;
}
container {
		max-width: 1000 px;
		margin-left: auto;
		margin-right:auto;
	}	


main {
	float: left;
	width: 70%;
	padding: 0 20px 20px 20px;
	background: #E0C193;
	
	}


footer	{
	clear:both;
	padding-top: 2.5em;
	margin: 2.5em 0 3.5em 0;
}

p	{
	margin: 1em 0 0 0;
}

h3 {
}


ul.fluids li	{
	padding-left: 1em;
}


/* navigation ----------------------------------------------------------- */
	
nav {
	float: left;
	width: 20%;
	min-width: 200px;
	padding: 0 20px 0 0;
}


nav ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

nav ul a	{
	display: block;
	color: #242A2C;
	text-decoration:none;
		padding: 1em;
}

nav li	{
	font-variant:small-caps;
}

nav ul .last a	{
	border-bottom: 0;
}

nav ul a:hover,
nav ul a:focus,
nav ul .selected a,
h1 a:hover,
h1 a:focus,
h1 .selected a	{
	color: #593A21;
	background-color: #E0C193;
}

h1 a:visited	{
	color: #593A21;
}

h1 a	{
	text-decoration: none;
}


/* images ----------------------------------------------------------- */
.left	{
	float:left;
	width: 200px;
	height:inherit;
	outline: 1px #666;
	box-shadow:#666;
	margin-right: 15px;
}



.right	{
	float:right;
	width: 200px;
	height:inherit;
	outline: 1px #666;	
	box-shadow:#666;
	margin-left:15px;

}


/* typography ----------------------------------------------------------- */
*	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
h1	{
	color: #593A21;
	font-size: 2.8em;
	font-weight:bold;
	margin: 1.5em 0;
}

h2	{
	color: #593A21;
	font-size: 1.8em;
	font-weight:bold;
	padding:  .7em 0 1em 0;
}

h3 {
	color: #593A21;
	font-size: 1.2em;
	font-weight:bold;
	padding-top: 1.25em;
}

h3:first-of-type	{
	padding-top: 0;
}




p, li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: .95 em;
	line-height: 1.2em;
}

body#biblio main p	{
	font-size: .8em;
}
	
nav li	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
}

.bookTitle	{
	text-decoration: underline;
	font-weight:600;
}


