@import url(common.css);

/* Body */

body
{
	font: 10.75pt/12pt Cambria, "Hoefler Text",  Palatino, "Palatino Linotype", Georgia, "Warnock Pro", Rockwell, "Bitstream Vera Serif", Vera, serif;
	color: black;
	background-color: white;
	text-align: left;
	margin-left: 3em;
	margin-right: 3em;
}

/* Do not print */

.noprint, 
.header-img, 
.youarehere, 
.ToC, 
#searchform, 
#sitenav, 
.skip-links-ul, 
#secondarynav, 
.structurelabel,
 #footer,
 #extras,
 .extras,
 .donotprint
 		{ display: none; }


/* a:Links */

a:link
{
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", "Trebuchet MS", Geneva, sans-serif;
	border: 1px solid #963;
}

a:visited
{
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", "Trebuchet MS", Geneva, sans-serif;
	border-bottom: 1px dashed #996633;
}

a:hover
{
	color: white;
	background: rgb(90%,90%,90%);
	font-weight: normal;
	text-decoration: none;
	border: 1px dashed #FFCC33;
	font-family: Verdana, "Trebuchet MS", "Trebuchet MS", Geneva, sans-serif;
}

a:focus
{
	color: white;
	background: rgb(90%,90%,90%);
	font-weight: normal;
	text-decoration: none;
	border: 1px dashed #000099;
	font-family: Verdana, "Trebuchet MS", "Trebuchet MS", Geneva, sans-serif;
}

a:visited:focus
{
	color: white;
	background: black;
	font-weight: normal;
	text-decoration: none;
	border: 1px dashed #FFFF33;
	font-family: Verdana, "Trebuchet MS", "Trebuchet MS", Geneva, sans-serif;
}

a:active
{
	background: white;
	color:  rgb(90%,90%,90%);
	font-weight: normal;
	text-decoration: none;
	border: 1px dashed #FFCC33;
	font-family: Verdana, "Trebuchet MS", "Trebuchet MS", Geneva, sans-serif;
}


/*  Lists */

ul
{
	padding-bottom: 0.5em;
}

td ul, th ul { margin-left: 1em; }
li, dt, dd { margin-top: 0.5ex; }

ul.none, ol.none { list-style-type: none; }
.none li { display: inline; }


/*   Headings */

h1
{
	font-weight: bold;
	font-family: "Gill Sans", Gill, Verdana, "Trebuchet MS", sans-serif;
	margin-top: 1.5ex;
	font-size: 120%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-align: left;
}

h1.flushleft
{
	font-weight: bold;
	font-family: "Gill Sans", Gill, Verdana, "Trebuchet MS", sans-serif;
	margin-top: 1.5ex;
	font-size: 125%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-align: left;
}

h2
{
	font-family:  Cambria, "Chaparral Pro", "Warnock Pro","Hoefler Text", "Palatino Linotype", Palatino, "News Gothic MT", "Trebuchet MS", serif; 
	font-weight: bold;
	margin-top: 4ex;
	font-size: 120%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	}

h3
{
		font-family:  Cambria, "Chaparral Pro", "Warnock Pro","Hoefler Text", "Palatino Linotype", Palatino, "News Gothic MT", "Trebuchet MS", serif; 
	font-weight: bold;
	margin-top: 1.5ex;
	font-size: 115%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	
}

h4
{font-family: Calibri, "News Gothic MT", "Bitstream Vera Sans", "Trebuchet MS",  sans-serif; 
	font-weight: normal;
	font-style: italic;
	margin-top: 1ex;
	font-size: 105%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

h5
{		font-family: Corbel, "Palatino Linotype", Palatino, Garamond, "Century Schoolbook", "Adobe Garamond", AGaramond, "Bitstream Vera Serif", serif;
	font-weight: normal;
	margin-top: 1.1ex;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	font-style: italic;
	text-align: left;
}

h6
{	
font-family: Corbel, "Palatino Linotype", Palatino, Garamond, "Century Schoolbook", "Adobe Garamond", AGaramond, "Bitstream Vera Serif", serif;
	font-weight: normal;
	margin-top: 1.1ex;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	font-style: italic;
	text-align: left;

}


/*    Typography */

.centre
{
	text-align: center;
	color: black;
	background-color: white;
	margin-left: 0;
}

em { font-style: italic; }

address { font-style: normal; }

.hilite
{
	border: dashed 1px gray;
	color: black;
	background-color: white;
	padding: 1px;
	font-weight: bold;
}
.green
{
	color: black;
	background: gray;
}

.youarehere
{
	text-align: center;
	font-family: Lucida, "Lucida Grande", Vera, Geneva, Tahoma, Verdana,  sans-serif;
	font-size: x-small;
	margin-bottom: 1ex;
	line-height: 1.4em;
	margin-left: 0;
}

.updated
{
	font-family: "Lucida Sans", Lucida, "Gill Sans", Gill, Verdana, Sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0.5ex;
	line-height: 1.1em;
}

strong
{
	font-family: "Trebuchet MS", Verdana, Georgia, Tahoma, sans-serif;
	font-weight: bolder;
	font-size: 95%;
}

.cc, .CC
{
	font-family: "TheSans Mono", monospace;
	background: rgb(85%,85%,85%);
}

abbr, acronym, .jakob
{
	border-bottom: 1px dotted #000000;
	text-transform: none;
}

blockquote
{
	font-family: Verdana, "Trebuchet MS", Geneva, sans-serif;
	margin-left: 5em;
	margin-right: 2em;
	font-size: 90%;
	text-align: left;
	line-height: 1.3em;
	border-left: 1px dotted gray;
	padding-left: 20px;
}

fieldset { border: none; }

.caps
{
	font-size: smaller;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.grey
{
	color: gray;
	background: white;
}

.margin-auto
{
	margin-left: auto;
	margin-right: auto;
}

caption
{
	font-family: Verdana, "Trebuchet MS", "Trebuchet MS", Skia, Georgia, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}


/* Tables */

.bugged
{
	border: 0 none;
	line-height: 1.5;
	padding: 10px;
	margin: 15px 0 0;
	color: #000;
	background: white;
}

/* Make monochrome cell borders */

#content table.bugged tbody tr td {
	border: 1px dotted #CCC;
	padding: 5px;
}

#content table.bugged thead th {
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#content table.bugged tbody th {
	border: 1px solid #CCC;
}



/* Child elements */

p { text-indent: 0; margin: 0 0 .25em 0;}

p + p { text-indent: 2em;}

.noindent { text-indent: 0; }

h1 + ul, 
h1 + ol, 
h2 + ul, 
h2 + ol, 
h3 + ul, 
h3 + ol, 
h4 + ul, 
h4 + ol, 
h5 + ul, 
h5 + ol, 
h6 + ul, 
h6 + ol { margin-top: 0; }


/* Page break before */

.pagebreak { page-break-before: always; }


/* Splorpist images with borders */

div.splorpist
	{ margin-left: 0em;
		padding: 0.5em 0;
		page-break-inside: avoid;
		page-break-before: auto;
	}

div.splorpist a:link img, div.splorpist img
{
	border: 3px solid #999 !important;
	text-decoration: none !important;
	text-align: left;
	display: block;
}

div.splorpist p
	{
	text-indent: 0;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: sans-serif;
	}


/* Pagebreaks */

h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
.splorpist { page-break-inside: avoid; }