/* don't change this unless you want the layout stuff to show up in the outline view! */

.noprint, .layout div, #footer *, #controlForm * {display: none;}
#footer, #controls, #controlForm, #navLinks, #toggle {
  display: block; visibility: visible; margin: 0; padding: 0;}
#toggle {float: right; padding: 0.5em;}
html>body #toggle {position: fixed; top: 0; right: 0;}

/* making the outline look pretty-ish */

#slide0 h1, #slide0 h2, #slide0 h3, #slide0 h4 {border: none; margin: 0;}
#slide0 h1 {padding-top: 1.5em;}
.slide h1 {margin: 1.5em 0 0; padding-top: 0.25em;
  border-top: 1px dotted #888; }
#toggle {border: 1px solid; border-width: 0 0 1px 1px; background: #FFF;}

/* My added styles */
/* Body */
body
{
	font-family: Candara, "Hoefler Text", Palatino, Georgia, "Trebuchet MS",  serif;
	color: black;
	background-color: white;
	text-align: left;
	margin-left: 8%;
	margin-right: 8%;
	font-size: medium;
	line-height: 1.4em;
}
.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;
}