body {
	/*font: 20px "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-x:hidden;
	overflow-y:scroll;
	background: #f4f4f4;
}

.slides {
	width: 100%;
	height: 100%;
	left: 0;
	top: 26px;
	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: 990px;
	height: 1200px;
	left: 50%;
	/*
	top: 9%;
	margin-top: -350px;
	background-color: #eee;
	background: -webkit-gradient(linear, left bottom, left top, from(#bbd),
		to(#fff) );
	background: -moz-linear-gradient(bottom, #bbd, #fff);
	background: linear-gradient(bottom, #bbd, #fff);*/
	-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;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slide.h1600{
	height:1600px
}

/*.slide:nth-child(even) {
	-moz-border-radius: 20px 0;
	-khtml-border-radius: 20px 0;*/
	/* includes Opera 10.5+ */
	/*border-radius: 20px 0; 
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

.slide:nth-child(odd) {
	-moz-border-radius: 0 20px;
	-khtml-border-radius: 0 20px;
	border-radius: 0 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.past {
	visibility: visible;
	display: block;
	margin-left: -1600px;
}

.slide.current {
	visibility: visible;
	display: block;
	margin-left: -487px;
}

.slide.future {
	visibility: visible;
	display: block;
	margin-left: 620px;
}

.slide.far-future {
	display: block;
	margin-left: 1500px;
}

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);
}


pre input[type="range"] {
	height: 6px;
	cursor: pointer;
	width: auto;
}


.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;
}