@font-face {
	font-family: Inconsolata;
/*	src: url('fonts/Inconsolata.otf');*/
	src: local('Inconsolata'), url('fonts/Inconsolata.otf') format('otf');
}

body { background:#000; margin:0; padding:0; color:#ccc; font-family: Inconsolata; }
a, a:visited { text-decoration:none; color:#CBCB53; padding:3px 6px; }
a:hover { color:#000; background-color:#CBCB53; }
a.nohover:hover { background-color:transparent; }
a.hover-opacity { opacity:.9; }
a.hover-opacity:hover { opacity:1; background-color:transparent; }
a.selected {
	background:#9B9B13;
	color:#000;
}

.nomargin {
	margin:0;
}
.nopadding {
	padding:0;
}
div.clear {
	clear:both;
}
span.infobar {
	font-size:11px; color:#aaa;
}

blockquote { font-style:italic; background:#090901; margin:20px; padding:5px 10px; }
blockquote cite { display:block; padding:10px 20px 0 0; text-align:right; }
input, textarea { padding:5px; border:1px solid #8A8A8A; background:#EAEAEA; }
input:hover, textarea:hover, blockquote:hover { background:#E5E5E5; }

pre { overflow-x:scroll; }
h1, h2, h3, h4, h5, h6, h7 { margin:0px; }
h4, h5, h6 { font-size:14px; }
/*h1 { padding:0px 0px 15px; margin:0px 0px 15px 0px; }*/

input, textarea { padding:5px; border:1px solid #8A8A8A; background:#EAEAEA; }
input:hover, textarea:hover, blockquote:hover { background:#E5E5E5; }

div.fleft {
	float:left;
}
div.fright {
	float:right;
}
div.half {
	width:50%;
	overflow:hidden;
}
div.clear {
	clear:both;
}

#footer { text-align:center; clear:both; overflow:hidden; }
#footer div { margin:30px 0px 0px 0px; padding:30px 0px 0px 0px; border-top:1px dotted #C8C8C8; }
#footer li { list-style-type:none; }
#footer .widget_tag_cloud h2 { display:none; }

div.post { padding:15px; box-sizing: border-box; }
div.post img { margin:15px; }
img.alignright { float:right; }
img.alignleft { float:left; }

div.wikipage {
	padding:20px;
}
div.wikipage h1 {
	float:left;
}
div.wikipage h2 {
	margin:20px 0;
	color:#ccf;
}
div.wikipage a.side {
	display:inline-block;
}

div.wikipage div.legend {
	margin:0 0 4px 0;
	clear:both;
	overflow:hidden;
}
div.wikipage div.content {
	overflow:hidden;
}
div.wikipage div.content hr {
	margin:50px 0;
}
div.wikipage div.actions {
	float:right; padding:8px 0 0 0;
}
div.wikipage div.CodeMirror {
	height:700px;
}
div.wikipage div.CodeMirror, div.wikipage div.CodeMirror pre {
	font-family: inherit;
	font-size:15px;
}
div.wikipage input.h2edit {
	outline:none;
	background:none;
	border:none;
	font-family: inherit;
	font-size:1.5em;
	font-weight:bold;
	color:#ccc;
	background:rgba(203,203,83,.1);
	width:500px;
	padding:3px 8px;
}
div.wikipage input.h2edit:focus {
	background:rgba(203,203,83,.4);
}
div.wikipage div.linkbox {
	background:rgba(203,203,83,.1);
	width:500px;
	padding:2px 8px;
}
div.wikipage div.linkbox:focus {
	background:rgba(203,203,83,.4);
}
div.wikipage div.linkbox span.fixedPrefix {
	color:#888;
	display:inline-block;
	font-size:11px;
	height:15px;
}
div.wikipage div.linkbox input {
	font-size:11px;
	height:15px;
	display:inline-block;
	color:#ccc;
	outline:none;
	background:none;
	font-family: inherit;
	border:none;
	padding:0;
	margin:0;
}

.hidden { display:none; }

#header {
	position:relative;
	z-index:100;
	overflow:hidden;
	border-bottom:1px dotted #c8c8c8;
	width:100%;
	padding:0 0 15px 0;
	background:rgba(0,0,0,.9);
}
#header h1 {
	display:block;
	float:left;
	height:30px;
	padding:10px 0 0 0; margin:0 60px 0 0;
	text-transform:uppercase;
}
#header ul#menu {
	list-style:none;
	float:left;
	width:700px;
	padding:13px 0 0 0px; margin:0;
}
#header ul#menu li {
	float:left;
	display:block;
	padding:0px 10px;
}
#header ul#menu li a {
	display:block;
	padding:5px 10px;
}
#header span {
	float:right;
	display:block; height:17px;
	padding:18px 18px 5px 0;
}

#terminal {
	height:200px;
	width:100%;
	padding:10px 15px;
	position:fixed;
	top:-200px;
	z-index:50;
	box-sizing:border-box;
	background:#010;
	color:#aaa;
	transition:top .3s ease-out;
}
#terminal.open {
	top:0px;
}

.post a { color:#7373EB; display:inline; overflow:hidden; padding:0 5px; margin:0; font-size:inherit; }

#footer { text-align:center; clear:both; margin:15px 0 0 0; padding:15px 0px 15px 0px; background:rgba(0,0,0,.9); border-top:1px dotted #C8C8C8; width:100%; }
#footer.float { position:absolute; bottom:0; padding-bottom:15px; }
#footer div { margin:0; padding:0; border:0; }

body > div.backstretch { opacity:.15; }

#container {
	width:840px; padding:15px; background:rgba(255,255,255,.1); margin:0 auto; text-align:left; clear:none;
	position:relative;
	overflow:hidden;
}
#wrapper {
	width:750px; margin:15px auto;
}
#leftblocks {
	width:125px;
	float:left;
}
#rightblocks {
	width:125px;
	float:right;
}

input.input, textarea.input {
	font:inherit;
	outline:none;
	border:1px solid rgba(255,255,255,.2);
	background:rgba(0,0,0,.2);
	color:#eee;
}
input.input:hover, textarea.input:hover {
	background:rgba(50,50,50,.2);
	border:1px solid rgba(255,255,255,.5);
}
input.input:focus, textarea.input:focus {
	background:rgba(50,50,20,.3);
	border:1px solid rgba(255,255,255,.5);
}

/**

	RESPONSIVE LAYOUT

*/

@media only screen and (max-width : 1280px) {
	
}

@media only screen and (max-width : 1024px) {
	
}
@media only screen and (max-width : 320px) {
	#wrapper {
		width:100%;
	}
	#container {
		width:100%;
	}
}

/**

	Forms

*/
div.form {
/*	background:#222;*/
	color:#ccc;
	overflow:hidden;
	padding-bottom:15px;
}
div.form label {
	display:inline-block;
	width:190px;
	font-weight:normal;
	color:#CBCB53;
}
div.form div.row > div.label {
	display:inline-block;
	width:190px;
	overflow:hidden;
	font-weight:normal;
	color:#CBCB53;
}
div.form div.row > div.label label {
	width:auto;
}
div.form div.row {
	height:20px;
	padding:5px 10px;
}
div.form div.row.textarea {
	height:auto;
	overflow:hidden;
}
div.form div.row.checkbox {
	padding-top:10px;
	padding-bottom:0px;
}
div.form div.row div.value {
	display:inline-block;
}
div.form select {
	outline:none;
	display:inline-block; margin:4px 0 0 0;
}
div.form select, div.form input.text {
	font:inherit;
}
div.form textarea.fullwidth {
	width:100%;
	box-sizing:border-box;
}
div.form input.text {
	width:340px;
	box-sizing:border-box;
}

div.form div.sub {
	margin:5px 5px 5px 15px;
	border-left:2px solid rgba(255,255,255,.4);
	padding:3px 10px;
}

div.form div.sub div.row > label,
div.form div.sub div.row > div.label {
	width:164px;
}

/* ugliness flowing here */
#sidebar {
	position:absolute;
	right:-300px;
	width:280px;
	overflow:hidden;
}

div.alerts {
	margin:5px 0;
}
div.alerts div.alert {
	font-weight:bold;
	padding:15px;
	margin:0 0 10px;
}
div.alerts div.alert.warning {
	background:#EC8355;
	color:#fff;
}

div.multilink {
	display:inline-block;
	position:relative;
}
div.multilink div.hidden-links {
	display:none;
	position:absolute;
	top:100%;
	overflow:hidden;
	width:200px;
}
div.multilink div.hidden-links a {
	display:block;
	float:left; clear:left;
}
div.multilink:hover div.hidden-links {
	display:block;
}
