body {
	font: 16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.presentation {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: block;
	overflow: hidden;
	background: #d2d2d2;
}

.slides {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	-webkit-transition: -webkit-transform 1s ease-in-out;
	-moz-transition: -moz-transform 1s ease-in-out;
	-o-transition: -o-transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
	/* so it's visible in the iframe. */
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.slide {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 900px;
	height: 700px;
	left: 50%;
	top: 50%;
	margin-top: -350px;
	background-color: #5599ff;
	border: solid black 2px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.slide {
	-moz-border-radius: 20px 20px;
	-khtml-border-radius: 20px 20px;
	border-radius: 20px 20px; /* includes Opera 10.5+ */
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
}


.slide p, .slide textarea {
	font-size: 120%;
}

.slide .counter {
	color: #999999;
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
	font-size: 70%;
}

.slide.title > .counter, .slide.segue > .counter, .slide.mainTitle > .counter {
	display: none;
}

.force-render {
	display: block;
	visibility: hidden;
}

.slide.far-past {
	display: block;
	margin-left: -2400px;
}

.slide.below {
	display: block;
	margin-top: 400px;
}

.slide.far-below {
	display: block;
	margin-top: 1150px;
}

.slide.above {
	display: block;
	margin-top: -1100px;
}

.slide.far-above {
	display: block;
	margin-top: -1900px;
}

.slide.distant-slide {
	display: none;
}
.slide.past {
	visibility: visible;
	display: block;
	margin-left: -1400px;
}

.slide.vert {
	visibility: visible;
	display: block;
	margin-left: -450px;
	margin-top: -1100px;
}

.slide.current {
	visibility: visible;
	display: block;
	margin-left: -450px;
}

.slide.future {
	visibility: visible;
	display: block;
	margin-left: 500px;
}

.slide.far-future {
	display: block;
	margin-left: 1500px;
}
.slide.vdistant-slide {
	display: none;
}

body.three-d div.slides {
	-webkit-transform: translateX(50px) scale(0.8) rotateY(10deg);
	-moz-transform: translateX(50px) scale(0.8) rotateY(10deg);
	-o-transform: translateX(50px) scale(0.8) rotateY(10deg);
	transform: translateX(50px) scale(0.8) rotateY(10deg);
}

/* content*/

/* Content */

@font-face {
	font-family: 'Junction';
	src: url(src/Junction02.otf);
}
@font-face {
	font-family: 'LeagueGothic';
	src: url(src/LeagueGothic.otf);
}

header {
	font-family: 'Droid Sans';
	font-weight: normal;
	letter-spacing: -.05em;
	color: black;
	text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
	position: absolute;
	left: 30px;
	top: 20px;
	margin: 0;
	padding: 0;
	font-size: 50px;
}

h1 {
	font-size: 80%;
	display: inline;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding: 0 20px 5px 20px;
	background-color: white;
	-moz-border-radius: 40px 40px;
	-khtml-border-radius: 40px 40px;
	border-radius: 40px 40px; /* includes Opera 10.5+ */
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	border: solid black 1px;
}

h2 {
	font-family: 'Droid Sans';
	color: black;
	font-size: 120%;
	padding: 0;
	margin: 20px 0;
}

h2:first-child {
	margin-top: 0;
}

section, footer {
	font-family: 'Droid Sans';
	color: #3f3f3f;
	text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
	margin: 100px 30px 0;
	display: block;
	overflow: hidden;
}

footer {
	font-size: 100%;
	margin: 20px 0 0 30px;
}




button {
	font-size: 100%;
}

pre button {
	margin: 2px;
}

section.left {
	float: left;
	width: 390px;
}

section.small {
	font-size: 24px;
}

section.small ul {
	margin: 0 0 0 15px;
	padding: 0;
}

section.small li {
	padding-bottom: 0;
}

section.middle {
	line-height: 2em;
	display: table-cell;
	vertical-align: middle;
}
div.middle {
	background: #FFFFFF;
	-khtml-border-radius: 20px 20px;
	border-radius: 20px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	margin-top: 90px;
	height: 560px;
	border: solid black 1px;
	margin-left: -2px;
	line-height: 2em;
	vertical-align: middle;
}
ul.maplist {
	list-style: none;
	padding-left: 0px;
}
ul.maplist li {
	width: 25%;
	display: inline-block;
}

pre {
	text-align: left;
	font-family: 'Droid Sans Mono', Courier;
	font-size: 80%;
	padding: 10px 20px;
	background: rgba(255, 0, 0, 0.05);
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(255, 0, 0, 0.2);
}

pre select {
	font-family: Monaco, Courier;
	border: 1px solid #c61800;
}

input {
	font-size: 100%;
	margin-right: 10px;
	font-family: Helvetica;
	padding: 3px;
}
input[type="range"] {
	width: 100%;
}

button {
	margin: 20px 10px 0 0;
	font-family: Verdana;
}

button.large {
	font-size: 32px;
}

pre b {
	font-weight: normal;
	color: #c61800;
	text-shadow: #c61800 0 0 1px;
}
pre em {
	font-weight: normal;
	font-style: normal;
	color: #18a600;
	text-shadow: #18a600 0 0 1px;
}
pre input[type="range"] {
	height: 6px;
	cursor: pointer;
	width: auto;
}

div.example {
	display: block;
	padding: 10px 20px;
	color: black;
	background: rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

video {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.key {
	font-family: 'Droid Sans';
	color: black;
	display: inline-block;
	padding: 6px 10px 3px 10px;
	font-size: 100%;
	line-height: 30px;
	text-shadow: none;
	letter-spacing: 0;
	bottom: 10px;
	position: relative;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}

.key {
	font-family: Arial;
}

:not(header) > .key {
	margin: 0 5px;
	bottom: 4px;
}

.two-column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.stroke {
	-webkit-text-stroke-color: red;
	-webkit-text-stroke-width: 1px;
}/* currently webkit-only */

.center {
	text-align: center;
}

#presentation-counter {
	color: #ccc;
	font-size: 70%;
	letter-spacing: 1px;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
}

div:not(.current).reduced {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.no-transitions {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.no-gradients {
	background: none;
	background-color: #fff;
}

ul.bulleted {
	padding-left: 30px;
}
.soloSymbols {
	background-image: url('symbols2.png');
	height: 600px;
	position: relative;
	top: -575px;
	width: 150px;
	background-repeat: no-repeat;
	left: 800px;
	z-index: 0;
	opacity: .4;
	filter: alpha(opacity=40);
}

.maps figure {
	float: left;
	padding: 8px;
	width: 140px;
	border: dashed transparent 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	cursor: pointer;
	text-align: center;
	height: 105px;
	background: #A0C7FF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
}
.maps figure:hover {
	background: #5599ff;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mapimg {
	margin-top: 30px;
}

.maps .selected {
	/*border: dashed grey 2px;
	 padding:8px;*/
	background: #5599ff;
	-moz-border-radius: 10px 10px;
	-khtml-border-radius: 10px 10px;
	border-radius: 10px 10px; /* includes Opera 10.5+ */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


.soloImg {
	width: 60%;
	position: relative;
	top: -10px;
}

.maps {
	overflow: auto;
	height: 510px;
	position: relative;
	top: 30px;
	width: 800px;
	overflow-y: scroll;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}
figure img {
	cursor: pointer;
	-webkit-box-shadow: rgba(0, 0, 128, 0.246094) 4px 5px 4px;
	-moz-border-radius: 10px 10px;
	-khtml-border-radius: 10px 10px;
	border-radius: 10px 10px; /* includes Opera 10.5+ */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

figcaption {
	font: 14px;
}
.rubricLevel {
	width: 860px;
	overflow: hidden;
	margin-top: 100px;
	border: 10px solid white;
	background: white;
	border-radius: 28px;
}
.rubricLevel.lessWide {
	width: 760px;
}
.rubricLevel img {
	width: 1428px;
	margin-left: -449px;
	background: white;
}
.rubricSoloLevel0 {
	height: 326px
}
.rubricSoloLevel0 img {
	margin-top: -1490px;
}
.rubricSoloLevel1 {
	height: 313px;
}
.rubricSoloLevel1 img {
	margin-top: -1166px;
}
.rubricSoloLevel2 {
	height: 301px;
}
.rubricSoloLevel2 img {
	margin-top: -863px
}
.rubricSoloLevel3 {
	height: 317px;
}
.rubricSoloLevel3 img {
	margin-top: -541px;
}
.rubricSoloLevel4 {
	height: 365px;
	margin-top: 80px
}
.rubricSoloLevel4 img {
	margin-top: -168px
}
.navpanel {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 10;
	left: 50%;
	margin-left: -200px;
	width: 340px;
	background-color: white;
	border: 1px solid black;
	border-bottom: none;
	opacity: 0.4;
}
.navpanel:hover {
	opacity: 0.8;
}
.navbuttons {
	width: 130px;
	margin-left: 10px;
	float: left;
	margin-top: 10px
}

.navpanel a {
	border: none;
	margin-top: 7px;
	margin-right: 10px;
}

.slide.pres {
	background-image: url(images/pres.png);
	background-repeat: no-repeat;
	background-position: 758px 17px;
	background-size: 110px;
}

.slide.unis {
	background-image: url(images/unis.png);
	background-repeat: no-repeat;
	background-position: 761px 17px;
	background-size: 100px;
}

.slide.mult {
	background-image: url(images/mults.png);
	background-repeat: no-repeat;
	background-position: 703px 22px;
	background-size: 199px;
}

.slide.rela {
	background-image: url(images/rels.png);
	background-repeat: no-repeat;
	background-position: 665px -3px;
	background-size: 243px;
}
.slide.exte {
	background-image: url(images/exabs.png);
	background-repeat: no-repeat;
	background-position: 656px 0px;
	background-size: 243px;
}
.arrowKey {
	height: 30px;
	width: 30px;
	background: red;
	float: left;
	background: url(images/arrowkeys.png);
	cursor: pointer;
}
.upButton {
	background-position: 0px 0px;
}
.rightButton {
	background-position: 0px -32px;
}
.downButton {
	background-position: 0px -64px;
}
.leftButton {
	background-position: 0px -96px;
}
.navRow.row1 {
	width: 30px;
	height: 30px;
	padding-left: 40px;
	padding-bottom: 5px;
}
.navRow.row2 {
	width: 150px;
	height: 30px;
}
.navRow.row2 .arrowKey {
	margin-left: 5px;
}
.arrowKey.upButton:hover {
	background-position: -32px 0px;
}
.arrowKey.upButton:active {
	background-position: -64px 0px;
}
.arrowKey.rightButton:hover {
	background-position: -32px -32px;
}
.arrowKey.rightButton:active {
	background-position: -64px -32px;
}
.arrowKey.downButton:hover {
	background-position: -32px -64px;
}
.arrowKey.downButton:active {
	background-position: -64px -64px;
}
.arrowKey.leftButton:hover {
	background-position: -32px -96px;
}
.arrowKey.leftButton:active {
	background-position: -64px -96px;
}
.navpanel a img {
	border: none;
	margin-top: 7px;
}
.instructions {
	font-size: 22px;
	line-height: 38px;
}
.navInstructions {
	border: 1px solid;
	background: lightgrey;
	-moz-border-radius: 10px 10px;
	-khtml-border-radius: 10px 10px;
	border-radius: 10px 10px; /* includes Opera 10.5+ */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	margin-top: 30px;
	font-size: 16px;
	line-height: 28px;
}
.navInstructions .navbuttons {
	margin-top: 26px;
	margin-left: 57px;
	margin-right: 10px
}
.navInstructions li {
	list-style-type: none;
}
.instructions li li {
	list-style: none;
}
.instructions p {
	font-size: 22px;
}
.instructions .footnote {
	font-size: 15px;
}
.instructions #howto {
	margin-top: 90px;
	line-height: 50px;
}
