@charset "UTF-8";
/* CSS Document */
/*
Here are some commonly used CSS class selectors which 
-can applied to multiple elements on a page
-can be applied in and combination
*/
@font-face {
font-family: as;
 src: url("../fonts/as.eot"), /* EOT file for IE */
	url("../fonts/as.ttf"); /* TTF file for CSS3 browsers */
}

@font-face {
font-family: MyCustomFont;
 src: url("../fonts/CL.eot") /* EOT file for IE */
 	url("../fonts/CL.ttf");
}

@font-face {
 font-family: MyCustomFont;
 src: url("airplanes.ttf") /* TTF file for CSS3 browsers */
 	url("../fonts/airplanes.eot");
}

header, nav, section, article, figure, figcaption, aside, footer {/*ensures older browsers display these tags correctly*/
	display:block;/*only this property should be in this CSS selector set*/
}
body {/*these are the 5 basic CSS properties and values to start a website*/
	font-family: Verdana, sans-serif;/*change this for your design*/
	font-size: 100%;/*DON'T CHANGE THIS VALUE HERE - you can set font sizes in other selector styles*/
	color: rgba(0,0,0,1.00);/*main text color, default black, change as needed*/
	margin: 0;/*removes default edges*/
	padding: 0;
	background-image: url(
../images/pokemon-clouds_00384079-(1).jpg);
	background-image: url(../images/background1.jpg);
}
#centeringDiv {
	width: 980px;
	height: 750px;
	margin: 0 auto;
	position: relative;
}
nav {
	height: 31px;
	width: 98%;
	background-color: #99ECFE;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	position: relative;
	border-radius: 4px;
}
.btn {
	height: 32px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	position: relative;
	font-family: acme;
	left: 10px;
	background-color: white;
	font-style: normal;
	font-size: 18px;
	width: 99px;
	text-decoration: none;
	text-align: center;
	line-height: 2;
	border-radius: 4px;
}
#btn0 {
}
#btn1 {
}
#btn2 {
}
#btn3 {
}
#btn4 {
}
#btn5 {
}
#btn6 {
}
#btn7 {
}
#btn8 {
}
#allArticles {
	width: 100%;
	height: 650px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}
#allArticlesWrapper {
	width: 9000px;
	height: 650px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #FFFFFF;
}
article {
	width: 980px;
	height: 650px;
	position: relative;
	float: left;
	font-family: actor;
	font-style: normal;
	font-weight: 2400;
}
#article0 {
	background-color: #F0F8FF;
}
#bgMusicBox {
	position: absolute;
	left: 77px;
	top: 380px;
}
#photo-of-self {
	position: absolute;
	left: 47px;
	top: 46px;
	border-radius: 4px;
}
#infoBox0 {
	position: absolute;
	left: 335px;
	width: 604px;
	top: 106px;
	height: 262px;
}
#article1 {
	background-color: #F0F8FF;
}
#article2 {
	background-color: #F0F8FF;
}
#article3 {
	background-color: #F0F8FF;
}
#article4 {
	background-color: #F0F8FF;
	text-indent: 3px;
	font-size: 15px;
}
#article5 {
	background-color: #F0F8FF;
}
#article6 {
	background-color: #F0F8FF
}
#article7 {
	background-color: #F0F8FF
}
#article8 {
	background-color: #F0F8FF
}

#DUPLICATE-AND-CHANGE-MY-NAME {/*used for a draggable div*/
	position:absolute;/*makes it draggable*/
	top:200px;/*the zero position is from the parent div with position: relative, change as needed*/
	left:100px;/*the zero position is from the parent div with position: relative, change as needed*/
	width:160px;/*change as needed*/
	height:90px;/*change as needed*/
	background:rgba(255,226,0,1.00);/*change as needed*/
	z-index:100;/*stacking order, bigger numbers are on top*/
}
p {
	text-indent: 1cm;
}
.frame {/*this creates a frame around photo/text*/
	width: auto;/*fits the frame tightly around the photo/text*/
	height: auto;/*fits the frame tightly around the photo/text*/
	margin: 10px;/*separates the outer wrapping text away from the frame border*/
	padding: 5px;/*separates the inner photo/text away from the frame border*/
	text-align: center;/*centers any caption under/above the photo inside frame*/
	border: 1px dotted #000000;/*styles the frame - adjust as desired*/
}
.floatLeft {/*positions an element on the left of parent div and have text wrap around it*/
	float: left;
}
.floatRight {/*positions an element on the right of parent div and have text wrap around it*/
	float: right;
}
.centerText {/*apply to p, h1, h2, h3, h4, h5, h6 tags - positions text in center of parent div*/
	text-align: center;
}
.centerBox {/*apply to div or figure tags - positions element in center of parent div - no outer text wrapping*/
	margin:0 auto;
	clear: both;
}
.clearFloats {/*apply to div tags - clears away and floating or text wrapping*/
	clear: both;
}
.roundedCorners10 {/*apply to img tags for rounded corners*/
	border-radius: 10px;
	-webkit-border-radius: 10px;/*webkit is for Chrome and Safari browsers*/
	-moz-border-radius: 10px;/*moz is for Firefox browsers*/
	-ms-border-radius: 10px;/*ms is for Internet Explorer browsers*/
	-o-border-radius: 10px;/*o is for Opera browsers*/
}
.roundedCorners15 {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.roundedCorners20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.boxShadow5 {/*apply to div or img tags for shadows*/
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
	-ms-box-shadow: 5px 5px 5px #000000;
	-o-box-shadow: 5px 5px 5px #000000;
}
.boxShadow10 {
	box-shadow: 10px 10px 10px #000000;
	-webkit-box-shadow: 10px 10px 10px #000000;
	-moz-box-shadow: 10px 10px 10px #000000;
	-ms-box-shadow: 10px 10px 10px #000000;
	-o-box-shadow: 10px 10px 10px #000000;
}
.textShadow5 {/*apply to p, h1, h2, h3, h4, h5, h6 tags for shadows*/
	text-shadow: 5px 5px 10px #000000;
	-webkit-text-shadow: 5px 5px 10px #000000;
	-moz-text-shadow: 5px 5px 10px #000000;
	-ms-text-shadow: 5px 5px 10px #000000;
	-o-text-shadow: 5px 5px 10px #000000;
}
.textShadow10 {
	text-shadow: 10px 10px 20px #000000;
	-webkit-text-shadow: 10px 10px 20px #000000;
	-moz-text-shadow: 10px 10px 20px #000000;
	-ms-text-shadow: 10px 10px 20px #000000;
	-o-text-shadow: 10px 10px 20px #000000;
}
header {
	background-color: #99FF66;
	padding-top: 1%;
	width: 98%;
	height: 50px;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}

.projectTitle {
	font-family: alex-brush;
	font-size: 3em;
	color: #000;
	position: absolute;
	text-align: center;
	z-index: 30;
	top: 0px;
	left: 6px;
	font-style: normal;
	font-weight: 400;
	width: 950px;
}
#projectTitle0 {

}

#projectTitle1 {
	width: 975px;
	height: 99px;
	font-size: 3em;
}

#projectTitle2 {
	width: 974px;
	height: 100px;
}

#projectTitle3 {
	width: 974px;
	height: 100px;
}

#projectTitle4 {
	width: 974px;
	height: 100px;
}

#projectTitle5 {
	width: 975px;
	height: 100px;
}

#projectTitle6 {
	width: 947px;
	height: 100px;
}

#projectTitle7 {
	width: 974px;
	height: 100px;
}

#projectTitle8 {
	width: 975px;
	height: 100px;
}

.webGraphic {
	position: absolute;
	z-index: 20;
	left: 524px;
	top: 145px;
}

#webGraphic1 {
	width: 392px;
	height: 100px;
}

#webGraphic2 {
	width: 300px;
	height: 100px;
}

#webGraphic3 {
	width: 300px;
	height: 100px;
}

#webGraphic4 {
	width: 411px;
	height: 252px;
}

#webGraphic5 {
	width: 300px;
	height: 100px;
}

#webGraphic6 {
	width: 300px;
	height: 100px;
}

#webGraphic7 {
	width: 221px;
	height: 100px;
}

#webGraphic8 {
	width: 260px;
	height: 100px;
}

.webBtn {
	width: 150px;
	height: 32px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	z-index: 50;
	font-family: actor;
	font-style: normal;
	font-size: 1em;
	background-image: url(../images/viewsite.png);
}

#webBtn1 {
	top: 441px;
	left: 656px;
}

#webBtn2 {
	top: 446px;
	left: 673px;
}

#webBtn3 {
	top: 434px;
	left: 671px;
}

#webBtn4 {
	top: 441px;
	left: 680px;
}

#webBtn5 {
	top: 334px;
	left: 425px;
}

#webBtn6 {
	top: 334px;
	left: 425px;
}

#webBtn7 {
	top: 351px;
	left: 593px;
}

#webBtn8 {
	top: 430px;
	left: 660px;
}

.projectInfo {
	width: 450px;
	height: 365px;
	position: absolute;
	z-index: 40;
	left: 39px;
	top: 146px;
	text-indent: 1cm;
}
#Name {
	text-align: center;
	font-size: 3em;
	font-family: alex-brush;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	width: 606px;
	left: 334px;
	top: 23px;
}

#projectInfo1 {
}

#projectInfo2 {
}

#projectInfo3 {
}

#projectInfo4 {
}

#projectInfo5 {
}

#projectInfo6 {
}

#projectInfo7 {
}

#projectInfo8 {
}
