


/* ==== Standard ==== */

html, body {
	font-family: 'Cineplex LT W02 Light';
	font-size: 18px;
	font-weight: normal;
	color: white;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    overflow-x: hidden;
}

body {
	background-color: black;
}

:focus {
	outline: 0;
}





/* ==== Layout ==== */

div.layout {
	width: 610px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

div.navigation {

}

div.page {
}

div.columns {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	--text-align: justify;
}







/* ==== Headings ==== */

h1 {
	font-size: 26px;
	font-weight: normal;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 60px;
	margin-bottom: 0px;
}

h2.tight {
	margin-top: 10px;
}










/* ==== Links ==== */

a, a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.selected {
	text-decoration: underline;
}













/* ==== Paragraphs ==== */

p {
	
}

p.pagination {
	margin-top: 60px;
}

p.code, p.xxximage {
	background-color: #212121;
	padding: 10px;
}

p.code {
	font-family: 'Letter Gothic W01 Regular';
	font-size: 14px;
	color: #cecece;
	overflow: auto;
	overflow-x: hidden;
}

p.xxximage {
	padding-bottom: 6px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 10px;
}

p.image {
	text-align: center;
}

p.image img {
	--opacity: 0.4;
	background-color: #212121;
	padding: 10px;
}








/* ==== Images ==== */

img {
	border: 0px;
}





