/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body, html {
	padding:  0px;
	margin:  0px;
	width: 100%;
	height:  100%;
	background:  #000000;
}

.social-share {
	margin-top:  50px;
	margin-left: 20px;
}

@green: #91e2a2;
@pink: #b74873;

#page {
	background:  #000000;
	height:  100%;
	width:  100%
	position: relative;
	
	.back {
		height:  100%;
		margin:  0px;
		padding:  0px;
		float: left;
	}
	
	#blacky {
		position:  absolute;
		top:  0px;
	}
	
	#text {
		overflow:  scroll;
		width:  570px;
		background: #000000;
		color:  rgba( 255, 255, 255, 0.9 );
		padding-top:  40px;
		padding-right:  30px;
		
		a {
			color: @green;
		}
		
		.spacer {
			clear:  both;
		}
		
		.abrege {
			font-family:  PTSansPro-Caption;
			font-size:  14px;
			line-height: 26px;
		}
		
		.title {
			font-family:  MonoCondensed-Bold;
			font-size:  40px;
			color:  @pink;
			margin-top:  40px;
			margin-bottom:  30px;
		}
		
		.content {
			font-family:  PTSerif-Regular;
			font-size:  16px;
			line-height: 26px;
			
			&:last-child {
				padding-bottom: 300px;
			}
		}
	}
	
	#do {
		position:  absolute;
		top:  40px;
	}
	
	#commentsy {
		color:  rgba( 255, 255, 255, 0.9 )!important;
		
		* {
			color:  rgba( 255, 255, 255, 0.9 )!important;
		}
		
		overflow:  hidden!important;
		width: 1000px!important;
		
		textarea {
			color:  rgba( 255, 255, 255, 0.9 )!important;
		}
	}
}

.jspTrack {
	background: url( "../images/line.png" )!important;
}

.jspVerticalBar {
	width:  18px!important;
	background:  transparent!important;
}

.jspDrag {
	width: 18px!important;
	height:  34px!important;
	background: url( "../images/scroll.png" )!important;
}

.jspCap {
	height:  40px!important;
	background:  #000000!important;
	display:  block!important;
}

.jspCapBottom {
	height: 125px!important;
}

.main-menu {
	background: rgba( 255, 255, 255, 0.8 )!important;
}