/* ===== */
/* DAY 3 */
/* ===== */

body {
	background-color:#989DA4;
	background-image:url("../images/day3/day3_background.jpg");
}

#dayCounter {
	top:488px;
	right:135px;
}

section {
	width:1000px;
}

.section1 {
	background-image:url("../images/day3/day3_section1.jpg");
	height:865px;
}

#supplycrate {
	background-image:url("../images/day3/day3_supplycrate.jpg");
	position:absolute;
	top:558px;
	left:100px;
	width:84px;
	height:42px;
	opacity:0;
}

#supplycrate:hover {
	opacity:1;
	cursor:pointer;
}

.section2 {
	background-image:url("../images/day3/day3_section2.jpg");
	height:925px;
}

#textTD {
	position:absolute;
	top:236px;
	left:140px;
	width:720px;
}

#textCaper {
	position:absolute;
	top:806px;
	left:120px;
	width:490px;
}

.section2 .gallery {
	position:absolute;
	top:778px;
	right:120px;
}

.section3 {
	background-image:url("../images/day3/day3_section3.jpg");
	height:480px;
}

#buttonAchievements {
	position:absolute;
	top:370px;
	left:130px;
	width:256px;
	height:64px;
	background-image:url("../images/day3/day3_achievementsbutton.png");
	background-position:top;
}

#buttonAchievements:hover {
	background-position:bottom;
}

#textAchievements {
	position:absolute;
	top:370px;
	right:130px;
	width:464px;
}

.section4 {
	background-image:url("../images/day3/day3_section4.jpg");
	background-repeat:repeat-y;
}

#changelog {
	padding:15px 130px;
	font-size:15px;
	text-shadow:0px 0px 2px rgba(0,0,0,1);
}

#changelog h3:first-of-type {
	margin-top:5px;
}

#changelog h3 {
	margin:15px 0px;
}

#changelog ul li {
	list-style-type:none;
	background:url("/images/icons/generic/patchArrow.png") no-repeat;
	background-size:8px 16px;
	padding-left:12px;
}

#changelog ul:first-child {
	padding-left:30px;
}

#changelog li {
	margin:8px 0px;
}

.section5 {
	background-image:url("../images/day3/day3_section5.jpg");
	height:100px;
}