@charset "UTF-8";
@import url("../../webfonts/Kelvinized/stylesheet.css");
#headerDiv1 {
	width: 100%;
	font-size: 100px;
	color: #999999;
}
/* 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;
}
.headerDiv {
	height: auto;
	background-color: #FFFFFF;
	width: 100%;
	font-family: Kelvinized;
	text-align: center;
	font-size: 65px;
	margin: 10px auto;
	border-radius: 5px;
	color: #666666;
	text-shadow: 4px 4px 4px rgba(0,0,0,.2); 
	
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
}
#centeringDiv {
	width: 980px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 70%;
	height: 75px;
	background-color: #3399FF;
	position: relative;
	margin: 10px auto;
}
nav {
	width: 200px;
	height: 900px;
	position: fixed;
	float: left;
	margin-left: -85px;
	padding-left: 10px;
}
#allArticles {
	width: 99%;
	height: 700px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
.articleBox {
	width: 970px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: left;
	padding: px;
}

#article1Div {
	background-color: #FBB200;
}
#article2Div {
	background-color: #FD5730;
}
#article3Div {
	background-color: #AE5CF2;
}
#article4Div {
	background-color: #645BF2;
}
#article5Div {
	background-color: #48BEEC;
}
#article6Div {
	background-color: #3CE89E;
}
#article7Div {
	background-color: #75E61A;
}
#article8Div {
	background-color: #E9E60E;
}
#articleBox1 {
}
#articleBox2 {
}
#articleBox3 {
}
#articleBox4 {
}
#articleBox5 {
}
#articleBox6 {
}
#articleBox7 {
}
#articleBox8 {
}
footer {
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	color: #CCCCCC;
	bottom: 0px;
	margin-bottom: 0px;
}

#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 700px;/*total height of all individual articles including padding and margin*/
	width: 8730px;
	left: 0px;
	top: 0px;
}
.btn {
	width: 75px;
	height: 75px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
	background-image: url(../images/AllButtons75.png);
	background-position: 0px 0px;
}
#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 {
	opacity: 0;
	cursor:pointer;
}
#paneButton {
	cursor:pointer;	
}
.btn:active {
	background-position-y: -225px;
}
#btn1 {
background-position: -600px 150px;
}
#btn2 {
background-position: 0px 150px;
}
#btn3 {
background-position: -75px 150px;
}
#btn4 {
background-position: -150px 150px;
}
#btn5 {
background-position: -225px 150px;
}
#btn6 {
background-position: -300px 150px;
}
#btn7 {
background-position: -375px 150px;
}
#btn8 {
background-position: -450px 150px;
}
#btn9 {
background-position: -525px 150px;
}
#btn1 img {
	margin-left: -600px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#btn2 img {
	margin-left: 0px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#btn3 img {
	margin-left: -75px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#btn4 img {
	margin-left: -150px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#btn5 img {
	margin-left: -225px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#btn6 img {
	margin-left: -300px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#btn7 img {
	margin-left: -375px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#btn8 img {
	margin-left: -450px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#btn9 img {
	margin-left: -525px;
	opacity: 1;
	-webkit-transition: all .1s linear 0s;
	-moz-transition: all .1s linear 0s;
	-ms-transition: all .1s linear 0s;
	-o-transition: all .1s linear 0s;
	transition: all .1s linear 0s;
}
#paneButton {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 100px;
	top: 300px;
}
#paneButton img {
	width: 50px;
	height: 50px;
}
#photoofself {
	width: 10%;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
#centeringDiv #allArticles #allArticlesWrapper #articleBox1 {
}
.articleDiv {
	line-height: 30px;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 0px 10% auto;
	font-size: 0.9em;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.2);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,.2);
}
.articleDiv2 {
	padding: 2px 10px;
	line-height: 30px;
	margin: 0px 10% auto;
	border-radius: 5px;
	font-size: 0.9em;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.2);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,.2);
}
footer {
	bottom: 0px;
	position: fixed;
	margin-bottom: 0px;
	width: 400px;
	margin-left: -200px;
	margin-right: 0px;
	left: 50%;
}
#headerDiv1 {
	font-size: 75px;
}
#headerDiv2 {
	font-size: 65px;
	color: #FBB200;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	
}
#headerDiv3 {
	color: #FD5730;
}
#headerDiv4 {
	color: #AC55EE;
}
#headerDiv5 {
	font-size: 65px;
	color: #645AF2;
	margin-left: auto;
	margin-right: auto;
}
#headerDiv6 {
	color: #48BEEC;
}
#headerDiv7 {
	color: #45E9A2;
}
#headerDiv8 {
	color: #79E83B;
}
#headerDiv9 {
	color: #E9E60E;
}
.webLink {
	height: auto;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Kelvinized;
	line-height: 1em;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2); 
}
.previewImg {
	width: 40%;
	height: 40%;
	margin-top: 0px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,.2);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,.2);
}
#webLink1 {
	color: #FBB200;
}
#webLink2 {
	color: #FD5730;
}
#webLink3 {
	color: #AE5CF2;
}
#webLink4 {
	color: #645AF2;
}
#webLink5 {
	color: rgba(72,190,236,1.00);
}
#webLink6 {
}
#webLink7 {
}
#webLink8 {
}
#introDiv img{
	
	margin-left: auto;
	margin-right: auto;

}
#introDiv {
	margin-left: auto;
	margin-right: auto;
	width: 705px;
	height: 392px;
	z-index: 10;
}

#article0Div {
	background-color: rgba(153,153,153,1);
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	z-index: 20;
	position: relative;
	top: -300px;
	
}
