@charset 'UTF-8';


/* Section Specific */
.section { top: 13%; height: 70%; }


/* Content */
.section.content {
	overflow: hidden;
	width: 50%;
	font-size: 12px; text-align: left;
	background-image: url(img/linePattern.png); background-repeat: repeat;
}

.section.content .eng { font-size: 11px; }

.contentWrapper {
	overflow: hidden;
	position: relative;
	height: 100%; width: 100%;
	padding: 7%;
}
.contentWrapper.noPadding { padding: 0; }


/* Scroll */
.section.scroll {
	width: 30px;
	margin: 0 20px 0 10px;
}

.section.scroll>.arrow {
	position: absolute;
	width: 100%; left: 0;
	cursor: pointer;
}
.section.scroll>.arrow.up { top: 0; }
.section.scroll>.arrow.down { bottom: 0; }

#scrollAxis {
	position: absolute;
	top: 20px; bottom: 20px; left: 50%;
	border-left: 1px solid lightgray;
}

#scrollGrab {
	position: absolute;
	left: -4px; top: 5%;
	border-left: 4px solid #555555;
	border-right: 3px solid #555555;
}


/* Nav */
.section.nav { width: 70px; }

#navWrapper {
	position: absolute;
	bottom: 0;
}

.navLink {
	display: block;
	height: 25px; line-height: 25px;
	margin-left: 20px;
	white-space: nowrap;
	font-size: 11px; text-align: left; color: #A0A0A0; font-weight: 100;
	text-decoration: none;
	cursor: pointer;
}
.navLink.on { color: black; cursor: default; }
.navLink.on.pointer { cursor: pointer; }
.navLink:hover { color: #333333; }
.navLink.tall {
	height: 30px; line-height: 15px;
	margin-top: 10px;
}

#navWrapper>img {
	position: absolute;
	bottom: 3px; left: 4px;
	width: 11px;
}
