@charset "UTF-8";
/* 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;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	z-index: 0;
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-image: url(../../bg.jpg);
}
#centeringDiv {
	width: 980px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
header {
	width: 100%;
	height: 50px;
	background-image: url(../images/header-img.png);
}
nav {
	width: 100%;
	height: 50px;
}
#allArticles {
	background-color: #CC0000;
	width: 980px;
	height: 700px;
	overflow-x: hidden;
	position: relative;
	padding-left: 0px;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 700px;/*total height of all individual articles including padding and margin*/
	width: 10000px;
	left: 0px;
	top: 0px;
}
.articleBox {
	width: 970px;
	height: 690px;
	float: left;
	position: relative;
	background-color: rgba(255,255,255,.3);
	padding: 5px;
	
}
#articleBox1 {
	background-color: rgba(255,255,255,0.3);
	
}
#articleBox2 {
	background-color: rgba(255,255,255,0.3);
}
#articleBox3 {
	background-color: rgba(255,255,255,0.3);
}
#articleBox4 {
	background-color: rgba(255,255,255,0.3);
}
#articleBox5 {
	background-color: rgba(255,255,255,0.3);
}
#articleBox6 {
	background-color: rgba(255,255,255,0.3);
}
#articleBox7 {
	background-color: rgba(255,255,255,0.3);
}
#articleBox8 {
	background-color: rgba(255,255,255,0.3);
}


#allArticles {
	overflow-y: hidden;
	width: 100%;
	height: 700px;
	background-color: rgba(255,255,255,.0);
	position: relative;
}
.btn {
	width: 108px;
	height: 108px;
	float: left;
	background-position: 0px -110px;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/AlexS-btnbg.png);
	overflow-x: hidden;
	overflow-y: hidden;
}
#btn1 {
	background-position:0px -110px;
}
#btn2 {
	background-position:-110px -110px;
}
#btn3 {
	background-position:-220px -110px;
}
#btn4 {
	background-position:-330px -110px;
}
#btn5 {
	background-position:-440px -110px;
}
#btn6 {
	background-position:-550px -110px;
}
#btn7 {
	background-position:-660px -110px;
}
#btn8 {
	background-position:-770px -110px;
}
#btn9 {
	background-position:-880px -110px;
}
#btn1 img {
	margin-left: 0px;
}
#btn2 img {
	margin-left: -110px;
	
}
#btn3 img {
	margin-left: -220px;
	
}
#btn4 img {
	margin-left: -330px;
	
}
#btn5 img {
	margin-left: -440px;
	
}
#btn6 img {
	margin-left: -550px;
	
}
#btn7 img {
	margin-left: -660px;
	
}
#btn8 img {
	margin-left: -770px;
	
}
#btn9 img {
	margin-left: -880px;
	
}
.btn img {
	-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;
}
.btn img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
