/* update the file on May 30 2013 */

body, h1, h2, h3, h4, ul, li {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica Neue, Myriad Pro, Arial, sans-serif;
	font-weight: 200;
	background-color: gray;
	background-color: rgb(52, 67, 80);
}


#slide_container {
	width: 100%;
	height: 100%;
	background-color: white;
	/* overflow: hidden; */
}

.slide {
	position: relative;
	min-height: 256px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}

.whiteit {
	background-color: white;
}

.darkit {
	background-color: rgb(52, 67, 80);
}

.off {
	display: none;
}

.one, .oldone {
	display: block;
}

.oldone {
	z-index: 1;
}


h1, h3, h2, ul {
	position: absolute;
}



/* all headings  */

h1 {
	top: 35%;
	font-weight: 200;
	font-size: 5em;	
	width: 100%;
	text-align: center;
}

h2 {
	font-weight: 200;
	font-size: 4em;
}

h3 {
	Top: 65%;
	left: 0px;
	margin: 2.5%;
	margin-left: 20%;
	font-weight: 200;
	font-size: 4em;
}


h4 {
	position: absolute;
	width: 100%;
	font-size: 2em;
	font-weight: 200;
	text-align: center;
	top: 30%;
}


p {
	position: absolute;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	top: 30%;
	font-size: 1.5em;	
}

ul {
	position: absolute;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	top: 30%;
	font-size: 1.5em;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
}




.gifit {
	width: 100%;
	text-align: center;
	opacity: .3;
}


.nextslide, .backslide {
	position: absolute;
	top: 40%;
	height: 10%;
	width: 10%;
	z-index: 100;
	cursor: pointer;
}

.nextslide {
	right: 0;
}

.backslide {
	left: 0;
}


#timetodo {
	position: absolute;	
	top: 0;
	left:50%;
}

#timedone {
	position: absolute;
	top: 0px;
	left: 50%;
}


/* check to see if loading images is done */

.loadpix {
	position: absolute;
	width: 90%;
	top: 10%;
	right: 10%;
	z-index: 99;
/* 	background-color: rgba(256,256,256,.5); */
	height: 20%;
}

.loadtitle {
	float: right;
	font-size: 13px;
	line-height: 18px;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: 400;
}

.loaddot {
	height: 18px;
	width: 18px;
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: black;
	background-color: rgba(0,153,255,.6);
	border-radius: 50%;
	float: right;
	text-align: center;
	line-height: 18px;
	color: white;
}


#glider {
	position: absolute;
	top: 0px;
	height: 2px;
	background-color: blue;
	width: 8px;
	z-index: 100;
}

.doit {
	width: 8px;
	height: 2px;
	margin-left: 1px;
	background-color: gray;
	opacity: .4;
	float: left;
}

.doneit {
	width: 8px;
	height: 2px;
	margin-left: 1px;
	background-color: black;
	opacity: .4;
	float: left;
}



/* links related  */

a {
	color: #0059a9;
	font-weight: 400;
	text-decoration: none;
}


/* Links in a pill */

.roundit a {
	padding: 4px;
	padding-right: 32px;
	padding-left: 32px;
	color: white;
	-moz-border-radius: 16px;
	border-radius: 16px;
	line-height: 72px;
	}

.roundit a:link {
	background-color: #0059a9;
}

.roundit a:active {
	background-color: #8ab529;
}


/* specific classes on fonts  */

.sm {
	font-size: .6em;
	list-style: none;
	padding-left: 5%;
	padding-right: 5%;
	}
	
.strong {
	font-weight: bold;
}

.date {
	position: absolute;
	top: 55%;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}
	
/* specific page layouts  */

/* Original Basic layout Center Kern Animate H2 */

.layoutbasic h2 {
	width: 100%;
	top: 15%;
	font-weight: 200;
	font-size: 4em;
	letter-spacing: 2px;
	letter-spacing: -.1em;
	text-align: center;
}



/* 2080 title in left column with a 4x3 image */

.layout2080 .c1 {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: rgb(200,200,200);	
	z-index: 2;
}

.layout2080 h2 {
	position: relative;
	padding: 5%;
	padding-top: 15%;
	padding-bottom: 0;
	margin: 0;
	font-size: 1.5em;
}

.layout2080 h3 {
	position: relative;
	padding: 5%;
	padding-top: 0;
	margin: 0;
	top: 0;
	font-size: 2em;
	font-weight: 400;
}

.layout2080 img {
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
}

.layout2080 .c2 {
	position: absolute;
	left: 25%;
	width: 75%;
	height: 100%;
	background-color: rgba(255,255,255,.80);
	background-color: white;
	z-index: 1;
}

.layout2080 ul {
	padding: 0;
	margin: 0;
	top: 5%;
	left: 5%;
	width: 100%;
}


.layout4x3 h2 {
	width: 100%;
	text-align: center;
	font-size: 3em;
}

.layout4x3 img {
	position: absolute;
	left: 12.5%;
	top:0;
	width: 75%;
}

.layout16x9 img {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}


.layout16x9 h2 {
	width: 100%;
	text-align: center;
	font-size: 3em;
}


