html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background: #000;
	color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

.hr {
	clear: both;
	display: block;
	height: 1px;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}

/* header
 * --------------------------------------------------------------------- */
#header-hr {
	position: fixed;
	z-index: 9;
	top: 160px;
	width: 100%;
	opacity: .2;
	filter: alpha(opacity=20);
}

#header {
	width: 130px;
	position: fixed;
	top: 96px;
	right: 0;
	z-index: 200;
}

#header a {
	color: #fff;
	color: rgba(255,255,255,.6);

	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#header a:hover {
	color: #fff;
}

#header #logo {
	font-family: 'Capsuula', sans-serif;
}

#header #logo a {
	display: block;
	font-size: 30px;
	line-height: 32px;
	height: 32px;
}

#header #logo span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	padding-bottom: 16px;

	color: #fff;
	color: rgba(255,255,255,.8);
}

#header #nav {
	padding-top: 16px;
}

.d-page {
	width: auto;
	padding-left: 30px;
	padding-right: 230px;
	max-width: 500px;
}

#header #nav ul li {
	display: block;
	width: 130px;
	float: left;
}

#header #nav a {
	display: block;
	font-family: 'TexGyreCursor', sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#header #nav a .hr {
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

#header #nav a:hover .hr {
	opacity: .2;
	filter: alpha(opacity=20);
}

#header #nav a.current {
	cursor: default;
	color: #fff;
}

#header #nav a.current .hr {
	opacity: .4;
	filter: alpha(opacity=40);
}

/* page
 * --------------------------------------------------------------------- */
#page {
	font-size: 12px;
	position: relative;
	z-index: 10;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #000;
	cursor: wait;
	opacity: .5;
	filter: alpha(opacity=50);
}

/* disqus
 * --------------------------------------------------------------------- */
.disqus {
	padding: 0 30px;
	position: relative;
	z-index: 50;
}

.disqus a.launcher {
	display: block;
	color: #000;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	width: 16px;
	height: 16px;
	text-align: center;
	font-family: 'Arial', sans-serif;
	opacity: .2;
	filter: alpha(opacity=20);
	padding: 0;
}

.disqus a.launcher:hover {
	opacity: .5 !important;
	filter: alpha(opacity=50) !important;
}

.disqus a.launcher.current {
	opacity: .8 !important;
	filter: alpha(opacity=80) !important;
}

.disqus .target {
	position: relative;
}

.disqus .target #disqus_thread {
	position: absolute;
	z-index: 50;
	top: -16px;
	left: 16px;
	width: 444px;
	padding: 20px;
	color: #555;
	background: #fff;

	background: rgba(255,255,255,.8);
	-webkit-border-radius: 0px 4px 4px 4px;
	-moz-border-radius: 0px 4px 4px 4px;
	-o-border-radius: 0px 4px 4px 4px;
	border-radius: 0px 4px 4px 4px;
}

.disqus .target #disqus_thread a {
	color: #39c;
}

.disqus .target #disqus_thread .buttons {
	margin-bottom: 10px;
}

.disqus .target #disqus_thread .buttons a.view {
	color: #888;
	display: block;
	float: right;
}

.disqus .target #disqus_thread .buttons a.view:hover {
	color: #444;
}

.disqus .target #disqus_thread .buttons .sns {
	float: left;
}
