@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 {
	margint: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	color: #000000;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 100%;
	background-color: #FFFFFF;
}
#centeringDiv {
	width: 980px;
	height: 750px;
	margin-right: auto;
	margin-left: auto;
}
header {
	background-color: #FFFFFF;
	width: 100%;
	height: 56px;
	position: relative;
	top: 0px;
	left: 0px;
}
nav {
	width: 232px;
	height: 410px;
	position: fixed;
	top: 50%;
	left: 0px;
	overflow: hidden;
	margin-top: -205px;
}
.btn {
	width: 240px;
	height: 45px;
	cursor: pointer;
	background-image: url(../images/btnpink.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
}
.btn img {
	opacity: 1;
	-webkit-transition: all 1.5s linear 0s;
	-moz-transition: all 1.5s linear 0s;
	-ms-transition: all 1.5s linear 0s;
	-o-transition: all 1.5s linear 0s;
	transition: all 1.5s linear 0s;
}
.btn img:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#btn1 img {
	margin-top:0px;
}
#btn2 img {
	margin-top:-50px;
}
#btn3 img {
	margin-top:-100px;
}
#btn4 img {
	margin-top:-150px;
}
#btn5 img {
	margin-top:-200px;
}
#btn6 img {
	margin-top:-250px;
}
#btn7 img {
	margin-top:-300px;
}
#btn8 img {
	margin-top:-350px;
}
#btn9 img {
	margin-top:-400px;
}

#allArticles {
	position: relative;
	top: 0px;
	left: 95px;
	width: 885px;
	height: 700px;
	overflow: hidden;
	border-width: thick;
}
#allArticlesWrapper {
	position: absolute;
	z-index: 100;
	height: 5600px;/*total height of all individual articles including padding and margin*/
	width: 885px;
	left: 0px;
	top: 0px;
}
.articleBox {
	width: 885px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: right;
}

.centered{
	text-align: center;
}
figure {
	width: 600px;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	border-top: thin dotted #6600FF;
	border-bottom: thin dotted #6600FF;
	border-right: thick solid #6600FF;
	border-left: thick solid #6600FF;
}
.webLink {
	width: 152px;
	height: 28px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -13px;
	margin-bottom: 17px;
	text-align: right;
	padding-top: 6px;
	color: #6600FF;
	font-style: normal;
	font-weight: 700;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: medium;
	border: 7px dotted #FF0066;
}
footer {
	width: 100%;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 0.8em;
}

@media (max-width:980px){
	#centeringDiv {
		width: 760px;
		height: 750px;
		margin-left: 212px;
		background-color:#FFF;
	}
	#allArticles {
		position: relative;
		top: 0px;
		left: 95px;
		width: 760px;
		height: 700px;
		overflow: hidden;
		border-width: thick;
	}
	#allArticlesWrapper {
		position: absolute;
		z-index: 100;
		height: 5600px;/*total height of all individual articles including padding and margin*/
		width: 760px;
		left: 0px;
		top: 0px;
	}
	.articleBox {
		width: 760px;
		height: 700px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		float: right;
	}
}
