/* --- Travelogue CSS Document --- */
/* --- Copyright 2011, Gordon Pitz --- */
@charset "utf-8";

body {
	font-family: Garamond, Times New Roman, Times, serif;
	background-color: #ffffee;
	color: #040404;
	text-align: center;
}
  
a {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #030381;
	outline-style: none;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* --- highlighted phrases when slide is displayed --- */
a.highlight {
	color: #0202FF;
	font-size: 11pt;
}

/* --- bookmark links --- */
a.book {
	color: #990099;
}

/* --- external links --- */
a.ext {
	color: #68020A;
}

a.highext {
	color: #CC0011
}

/* --- paragraphs --- */
p {
	font-size: 11pt;
	margin: 0;
	margin-bottom: .5em;
}

/* --- introductory instructions --- */
#instructions {
	background-color: #ffffee;
	color: #040404;
	font-family: "Franklin Gothic Medium","univers 55", "Akidenz Grotesk", Helvetica;
	text-align: left;
	border: 4px solid gray;
	position: fixed;
	top: 60px;
	width: 390px;
	height: 340px;
	padding: 15px;
}

p.instr {
	font-size: 10.5pt;
}

p.instrSmall {
	font-size: 9pt;
}

/* --- external web site preview --- */
#preview {
	position: fixed;
	border: 4px solid gray;
	-moz-transform: scale(0.5); 
	-o-transform: scale(0.5); 
	-ms-transform: scale(0.5); 
	-webkit-transform: scale(0.5); 
	top: -100px;
	left: -120px;
	opacity: .85;
}

#preview.ie {
	border: none;
}

#preview p {
	background-color: #ffffee;
	color: #040404;
	font-weight: bold;
	font-size: 24pt;
	padding-top: .5em;
	padding-bottom: .5em;
}

#preview.ie p {
  font-size: 10pt;
}

#preview iframe {
	margin-top: -18px;
}

/* --- panel containing slides  --- */
#slidePanel {
	position: fixed; 
	top: 50px; 
	left: 10px;
	text-align: center;
	overflow: hidden;
}

/* --- narrative banner header --- */
  
#banner { 
  position: fixed;
  color: #040404;
  background-color: #FFFFEE; 
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  z-index: 20;  /* --- mainText scrolls underneath --- */
}

#header {
	font-size: 16pt;
	font-weight: bold;
	color: #040404;
	padding-bottom: .5em;
}

#header a {
	color: #040404;
	font-size: 16pt;
}

#header .title {
	display: inline-block;
	text-align: center;
}
  
/* --- "About" button  --- */
#helpFrame {
	float: right; 
	width: 100px; 
	margin-right: 10px; 
	cursor: pointer;
}

/* --- everything below the banner  --- */
#mainframe {
	margin-top: 100px;
}

/* --- frame for left arrow  --- */
#header .lFrame {
	overflow: hidden;
	float: left;
	width: 25px;
	height: 33px;
	margin-left: 40px;		/* --- slide.margin-left + img.width  --- */
	display: inline-block;
}

#header img.prev {
	position: relative;
	width: 50px;
	left: 0px;
	border: none;
}

/* --- frame for right arrow  --- */
#header .rFrame {
	overflow: hidden;
	float: right;
	width: 50px;
	height: 33px;
	margin-right: 0;
	display: inline-block;
}

#header img.next {
	position: relative;
	width: 50px;
	left: -25px;
	border: none;
}

/* --- slides --- */
#slide {
	position: relative;
	margin-left: 15px;
	margin-right: 20px;
}

#slide img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* --- slide titles --- */
#pictureText {
	font-size: 13pt;
	margin-top: 0.5em;
	margin-left: 4em;
	margin-right: 4.5em;
	font-weight: bold;
}

/* --- main text panel --- */  
#mainText {
	left: 0; 
	text-align: left;
	margin-top: 60px;
	z-index: 10;	 /* --- scrolls underneath Banner --- */
}

#mainText p {
	font-size: 12pt;
	margin: 0;
	margin-bottom: .75em;
}

/* --- header for table of contents --- */
#mainText p.headContents {
	font-family: "Franklin Gothic Medium","univers 55", "Akidenz Grotesk", Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#mainText p.contents {
	font-family: "Franklin Gothic Medium","univers 55", "Akidenz Grotesk", Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
}

/* --- other headers --- */
#mainText p.header {
	font-family: "Franklin Gothic Medium","univers 55", "Akidenz Grotesk", Helvetica;
	font-size: 11pt;
	font-weight: bold;
}

/* --- current header --- */
#mainText p.top {
	font-size: 13pt;
}

/* --- small text --- */
#mainText p.small {
	font-size: 10.5pt;
}

#mainText p.small a {
	font-size: 9.5pt;
}

#mainText span.small {
	font-size: 10.5pt;
}

#mainText span.small a {
	font-size: 9.5pt;
}

/* --- indented text --- */
#mainText blockquote {
	margin-left: 1em;
}

/* --- elevation profile --- */
#elevationChart p {
	font-size: 14pt;
	font-weight: bold;
}
#elevationChart img {
	margin-top: 5px;
}
#elevationChart img.elevationLeft {
	margin-right: 250px;
}
#elevationChart img.elevationRight {
	margin-left: 250px;
}
