@charset "UTF-8";
/* CSS Document */
header, section, article, nav, figure, figcaption, aside, footer {
	display: block;
}
 body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
}
#allArticles {
	height: 600px;
	width: 980px;
	overflow: hidden;/*Necessary to hide non-visible articles*/
	position: relative;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 600px;/*total height of all individual articles including padding and margin*/
	width: 4000px;
	left: 0px;
	top: 0px;
	overflow-x: auto;
	overflow-y: auto;
}
.articleBox {
	margin: 10px;
	height: 580px;
	width: 960px;
	position: relative;
	float: left;
}
#centeringdiv {
	width: 980px;
	min-height: 0px;
	margin-left: auto;
	margin-right: auto;
}
nav {
}

 .btn{
	cursor: pointer;
	background-image: url(../images/btns.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
}
.btn img{
	-webkit-transition: all 1s linear 0s;
	-o-transition: all 1s linear 0s;
	-moz-transition: all 1s linear 0s;
	-ms-transition: all 1s linear 0s;
	transition: all 1s linear 0s;	
}
.btn img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

#btn1 img{ 
	margin-left:0px;
}
#btn2 img{ 
	margin-left:-100px;
}
#btn3 img{ 
	margin-left:-200px;
}
#btn4 img{ 
	margin-left:-300px;
}
#btn1{
	background-position: 0px -100px;
	float:left;
}
#btn2{
	background-position: -100px -100px;
	margin-left:190px;
}
#btn3{
	background-position: -200px -100px;
	margin-left:190px;
}
#btn4{
	background-position: -300px -100px;
	float:right;
}
header {
}
footer {
	font-size: 0.8em;
}
.btnBox {/*container for each thumbanil*/
	float: left;/*allows for reshuffling depending upon window size*/
	position: relative;
	overflow: hidden;
	background-image: url(../images/btnBoxBackground.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.btnBox, .btnBox figure img {
    width:200px;
    height:200px;
}
.btnBox figure  img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 40;
	cursor: pointer;
}
.btnHolder {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
.boxHeader {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 15px;
	margin-bottom: 10px;
}
.boxText {
	width: 80%;
	height: 50%;
	margin:0 auto;
	font-size: 0.9em;
}
.btnView {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000000;
	padding: 5px;
	color: #FFFF00;
}
.btnView a:link, .btnView a:visited {
	color: #FFFF00;/*text link color and when visited*/
	text-decoration: none;
}
.btnView a:hover, .btnView a:active {
	color: #FF6666;/*text hover color and when active or as mouse is pressed down*/
	text-decoration: none;
}
