@charset "UTF-8";

/*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 {
	display: block;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../project3/images/backgroundfinal.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
}
#centeringDiv {
	position: relative;
e
	min-height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
header {
	text-align: center;
	height: 75px;
	width: 100%;
	font-size: 60px;
	font-family: "Comic_Strip";
	color: #FFF;
}
nav {
	height: 110px;
}
.btn {
	float: left;
	height: 110px;
	width: 100px;
	cursor: pointer;
	overflow: hidden;
	margin-right: 50px;
	margin-left: 50px;
}
article {
	margin: 5px;
	width: 990px;
	min-height: 400px;
	background-color: rgba(0,0,0,0.6);
	border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
footer {
	text-align: center;
	padding: 5px;
	font-size: 9px;
}
.floatLeft {
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: center;
	border: 1px dotted #000;
}
.floatRight {
	margin: 5px;
	padding: 5px;
	float: right;
	text-align: center;
	border: 1px dotted #000;
}
.centered {
	text-align: center;
}
.btn img:hover {
	margin-top: -200px;
}
#btnHome img {
	margin-left: 0px;
}
#btnBook img {
	margin-left: -100px;
}
#btnSlideShow img {
	margin-left: -200px;
}
#btnPaper img {
	margin-left: -300px;
}
#btnProjects img {
	margin-left: -400px;
}
#workscited {
	margin-right: 50px;
	margin-left: 60px;
}
#workscited p {
	text-indent: -30px;
}
a:link, a:visited {
	color:#FF0;
}
a:hover, a:active {
	color:#F00;
}
