@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;
}
*:focus{
	outline:none;
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	color: #F3F3F5;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 100%;
}
#centeringDiv {
	width: 1000px;
	height: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
header {
	width: 65%;
	height: 65px;
	background-color: rgba(243,129,152,1);
	position: relative;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	left: 17.5%;
	right: 17.5%;
	color: #000000;
	border-spacing: 0px 0px;
	border: thick solid #C8DC85;
	border-radius: 3px;
}
nav {
	width: 104px;
	height: 720px;
	position: relative;
	background-image: url(../../p0-Button-Image-Sprite.jpg);
	top: 10px;
	left: 0px;
	float: left;
	z-index: 100;
}
#allArticles {
	width: 790px;
	height: 700px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	z-index: 90;
	top: 6px;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 700px;/*total height of all individual articles including padding and margin*/
	width: 9000px;
	left: 0px;
	top: 0px;
}
.articleBox {
	width: 780px;
	height: 690px;
	float: left;
	padding: 5px;
}
#articleBox1 {
	background-color:rgba(125,140,55,1);
}
#articleBox2 {
	background-color:rgba(200,220,133,1);
}
#articleBox3 {
	background-color:rgba(243,129,152,1);
}
#articleBox4 {
	background-color: #FF9900;
}
#articleBox5 {
	background-color: #9900FF;
}
#articleBox6 {
	background-color: #FFCC99;
}
#articleBox7 {
	background-color: #336699;
}
#articleBox8 {
	background-color: #00CC66;
}
footer {
	font-size: 0.8em;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	color: #000000;
}
.btn {
	width: 104px;
	height: 80px;
	float: left;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background-position: -104px 0px;
	background-image: url(../images/p0-Button-Image-Sprite.jpg);
	background-repeat: no-repeat;
}
.btn img {
	opacity: 1;
	-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;
}

#btn1 {
	background-position: -104px 0px;
}
#btn2 {
	background-position: -104px -80px;
}
#btn3 {
	background-position: -104px -160px;
}
#btn4 {
	background-position: -104px -240px;
}
#btn5 {
	background-position: -104px -320px;
}
#btn6 {
	background-position: -104px -400px;
}
#btn7 {
	background-position: -104px -480px;
}
#btn1 img {
	margin-top:0;	
}
#btn2 img {
	margin-top:-80px;	
}
#btn3 img {
	margin-top:-160px;	
}
#btn4 img {
	margin-top:-240px;	
}
#btn5 img {
	margin-top:-320px;	
}
#btn6 img {
	margin-top:-400px;	
}
#btn7 img {
	margin-top:-480px;	
}
#btn8 img {
	margin-top:-560px;	
}
#btn9 img {
	margin-top:-640px;	
}
#centeringDiv #allArticles #allArticlesWrapper #articleBox9 {
}
