/* The following rule is necessary to have all slides appear in print! DO NOT REMOVE IT! */
.slide, ul {page-break-inside: avoid; visibility: visible !important;}
h1 {page-break-after: avoid;}

/* My added styles */
/* Body */
body
{
	font-family: Calibri, "Hoefler Text", Palatino, Georgia, "Trebuchet MS", serif;
	color: black;
	background-color: white;
	text-align: left;
	margin-left: 8%;
	margin-right: 8%;
	font-size: 11pt;
	line-height: 1.3em;
}
.helvetica { font-family: "Helvetica"; letter-spacing: .2em; }


/* ins del */

ins.ed, ins.ed-noprint, ins.print-plain
{
	display: inline;
	color: black;
	background: #CCC;
	font-size: 95%;
	border: none;
	text-decoration: none;
}

.ed a:link, .ed a:visited, .ed a:hover, .ed a:active, .ed a:focus { background: #CCC; }

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

blockquote
{
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Trebuchet, "Trebuchet MS",  sans-serif;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 90%;
	text-align: left;
	line-height: 1.4em;
	border-left: 3px solid #CCC;
	padding-left: 15px;
}


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


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


code, .cc, .CC, samp, kbd, var
{
	font-family: "TheSans Mono", "Thesis Mono", "TheSansMono-5 Normal", "Lucida Console", "Lucida Grande Console", "Lucida Sans Typewriter", "Andale Mono", monospace;
	font-size: 95%;
}

/* Headings */
h1, h1 a.permalink:link, h1 a.permalink:visited
{
	font-family: "News Gothic MT", Verdana, Trebuchet, "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 120%;
	color: black;
	background: white;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 0em;
	text-decoration: none;
	border: none;
	line-height: 1.5em;
}

h2
{	font-family: "News Gothic MT", Verdana, Trebuchet, "Trebuchet MS", Tahoma, Geneva, sans-serif;
	color: black;
	background: white;
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 0em;
	line-height: 1.5em;
}

h3
{
	font-family: Verdana, Trebuchet, "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: black;
	background: white;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	line-height: 1.5em;
}

h4
{
	font-family: Verdana, Trebuchet, "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 110%;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: black;
	background: white;
	margin-top: 1em;
	margin-bottom: 0em;
	line-height: 1.5em;
}

h5
{
	font-family: Georgia, Palatino, "Adobe Garamond", AGaramond, Trebuchet, "Trebuchet MS", serif;
	font-size: 110%;
	font-weight: bold;
	color: black;
	background: white;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	/*
	color: #3366FF; 
	background: white;
*/
	line-height: 1.5em;
}

h6
{
	font-family: Georgia, Palatino, "Adobe Garamond", AGaramond, Trebuchet, "Trebuchet MS", serif;
	font-size: 110%;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0em;
	color: black; 
	background: white; 
	line-height: 1.5em;
}

/* Back to standard-equipment styles */

* {color: black;}

#slide0 h1 {font-size: 200%; border: none; margin: 0.5em 0 0.25em;}
#slide0 h3 {margin: 0; padding: 0;}
#slide0 h4 {margin: 0 0 0.5em; padding: 0;}
#slide0 {margin-bottom: 3em;}


.extra {background: transparent !important;}
div.extra, pre.extra, .example {font-size: 10pt; color: #333;}
ul.extra a {font-weight: bold;}
p.example {display: none;}

.noprint, #header {display: none;}
#footer h1 {margin: 0; border-bottom: 1px solid; color: gray; font-style: italic;}
#footer h2, #controls {display: none;}

/* The following rule keeps the layout stuff out of print.  Remove at your own risk! */
.layout, .layout * {display: none !important;}
