@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 {
	display: block;
	font-style: normal;
	font-weight: 700;
	font-family: alegreya-sc;
	font-size: large;
	text-align: center;
}
body {
	background-image: url(../../paperbackground.jpeg);
	background-attachment: fixed;
	background-repeat: repeat;
	color: #333333;
}
#centeringDiv {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: ;
}
header {
	width: 100%;
	height: 210px;
}
nav {
	width: 500px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#allArticles {
	background-color: #CCCCCC;
	height: 700px;
	width: 980px;
	overflow-x: hidden;
	position: relative;
	color: #333333;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 700px;/*total height of all individual articles including padding and margin*/
	width: 7840px;
	left: 0px;
	top: 0px;
}
.articleBox {
	width: 980px;
	height: 700px;
	float: left;
	position: relative;
	text-align: center;
}
.btn {
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/buttons.png);
	overflow: hidden;
}
.btn img {
	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;
}
#articleBox5 {
	background-image: url(../../paperbackground%20copy.jpeg);
}
#articleBox6 {
	background-image: url(../../paperbackground%20copy.jpeg);
}
#articleBox7 {
	background-image: url(../../paperbackground.jpeg);
}
#articleBox8 {
	background-image: url(../../paperbackground.jpeg);
}
#btn1 {
	background-position: 0px -100px;
}
#btn2 {
	background-position: -100px -100px;
}
#btn3 {
	background-position: -200px -100px;
}
#btn4 {
	background-position: -300px -100px;
}
#btn5 {
	background-position: -400px -100px;
}
#btn1 img {
	margin-left:0;
}
#btn2 img {
	margin-left:-100px;
}
#btn3 img {
	margin-left:-200px;
}
#btn4 img {
	margin-left:-300px;
}
#btn5 img {
	margin-left:-400px;
}
.btn img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#musicBox {
	width: 200px;
	height: 100px;
	top: 10px;
	left: 11px;
	position: absolute;
}
