@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: Birmingham;
	src:url("/~SheilaA/fonts/Birmingham.eot"),
		url("/~SheilaA/fonts/Birmingham.ttf");
}
/*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 {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	color: #000000;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 100%;
	background-image: url(../../project5/background.png);
}
#centeringDiv {
	width: 980px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header {
	width: 100%;
	height: 130px;
	font-family: Birmingham;
	font-size: 98px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	top: 0px;
	left: 0px;
}
nav {
	width: 100%;
	height: 30px;
	position: relative;
	
	top: 0px;
	left: 0px;
}
.btnSpacer {
	width: 90px;
	float:left;
	height:30px;
	background-color: #000000;
}
#allArticles {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 5600px;/*total height of all individual articles including padding and margin*/
	width: 980px;
	left: 0px;
	top: 0px;
}
.articleBox {
	width: 960px;
	height: 680px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.btn {
	height: 20px;
	float: left;
	cursor: pointer;
	width: auto;
	color: #FFFFFF;
	font-family: Birmingham;
	font-style: normal;
	font-size: small;
	top: 0px;
	background-color: #000000;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	position: relative;
}
#btn2 {
	width: 100px;
}
#btn7 {
	width: 85px;
}
#btn8 {
	width: 90px;
}
.btn:hover {
	background-color: rgba(255,255,255,0.85);
	color: #000000;
}
footer {
	background-color: rgba(255,255,255,0.5);
}
audio  {
}
#headerBox {
	bottom: 44px;
}
.floatRight {
	float: right;
}
#self {
	margin-top: 0px;
	margin-left:10px;
}
.centered{
	text-align:center;
}