@charset "UTF-8";
/* CSS Document */
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure, figcaption, audio {
	display: block;
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #e7d8aa;
}
#centeringDiv {
	width: 980px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 100%;
	height: 200px;
	position: relative;
}
audio {
	height:25px;
	position: relative;
}
nav {
	width: 900px;
	height: 50px;
	position: relative;
	color: #000000;
	z-index: 20;
	margin:0 auto;
}
#allArticles {
	width: 100%;
	height: 700px;
	position: relative;
	background-color: #e7d8aa;
	overflow: hidden;/*Necessary to hide non-visible articles*/
}
.articleBox {
	width: 980px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: left;
	background-color: #e7d8aa;
}
#articleBox1 {
	background-color: #e7d8aa;
}
#articleBox2 {
	background-color: #e7d8aa;
}
#articleBox3 {
	background-color: #e7d8aa;
}
#articleBox4 {
	background-color: #e7d8aa;
}
#articleBox5 {
	background-color: #e7d8aa;
}
#articleBox6 {
	background-color: #e7d8aa;
}
#articleBox7 {
	background-color: #e7d8aa;
}
#articleBox8 {
	background-color: #e7d8aa;
}
#articleBox9 {
	background-color: #e7d8aa;
}
footer {
	font-size: 0.8em;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 700px;/*total height of all individual articles including padding and margin*/
	width: 9000px;
	left: 0px;
	top: 0px;
}
.btn {
	width: 100px;
	height: 50px;
	cursor: pointer;
	float: left;
	background-image: url(../images/p0-Button-Image-Sprite.png);
	overflow: hidden;
	z-index: 20;
	position: relative;
}
audio {
	position: relative;
	width: 300px;
	height: 30px;
	margin:0 auto;
}

#btn1 {
	background-position: 0px -50px;
}
#btn2 {
	background-position: -100px -50px;
}
#btn3 {
	background-position: -200px -50px;
}
#btn4 {
	background-position: -300px -50px;
}
#btn5 {
	background-position: -400px -50px;
}
#btn6 {
	background-position: -500px -50px;
}
#btn7 {
	background-position: -600px -50px;
}
#btn8 {
	background-position: -700px -50px;
}
#btn9 {
	background-position: -800px -50px;
}

#btn1 img {
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn2 img {
	margin-left: -100px;
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn3 img {
	margin-left: -200px;
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn4 img {
	margin-left: -300px;
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn5 img {
	margin-left: -400px;
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn6 img {
	margin-left: -500px;
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn7 img {
	margin-left: -600px;
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn8 img {
	margin-left: -700px;
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn9 img {
	margin-left: -800px;
	opacity:1;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
#btn1 img:hover, #btn2 img:hover, #btn3 img:hover, #btn4 img:hover, #btn5 img:hover, #btn6 img:hover, #btn7 img:hover, #btn8 img:hover, #btn9 img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#photoofself {
	z-index: 10;
	width:400px;
	height:225px;
	margin:0 auto;
}
