/* Creator: rummik
 * File: http://www.rummik.com/core/main.css
 *
 * 	1: MAIN
 * 	2: BLOG
 * 	3: FXINIT
 *
 */

/* 1: MAIN */

* {
	color: #0f0;
	font-family: Monospace;
	font-size: 12px;
	border: 0;
}

body, html {
	background-color: #000700;
	height: 100%;
	margin: 0 auto;
}

#loading, #console, #panel, #icons, #tooltip, #footer {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

#icons, #tooltip, #footer {
	top: auto;
}

#loading, #icons, #panel, #tooltip {
	bottom: auto;
	left: auto;
}

#loading, .introFX #console {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
}

#console, #blog #panel, #tooltip {
	background: #000400;
}

#console, #blog #panel {
	right: 35px;
	bottom: 17px;
	overflow: auto;
	border: 1px solid #040;
}

#content, #blog #panelcontent {
	min-height: 90%;
	margin-top: .5em;
	padding: 0 3em 1.5em 1em;
}

#content {
        background: url('images/logo.gif') 50% 50% no-repeat fixed;
}

a, dt, h1, h2, h3 {
	font-weight: bold;
	text-decoration: none;
	font-size: inherit;
	color: #4f4;
}

a:hover, dt {
	color: #8f8;
}

h1, h2 {

	text-transform: capitalize;
}

h1+p, h2+p, h3+p, h1+div, h2+div, h3+div {
	margin-left: 4em;
}

dd img {
	opacity: .6;
}

dd img:hover {
	opacity: .8;
}

input, textarea {
	background: #010;
	background-color: rgba(0, 15, 0, .6);
	border: 1px solid #080;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 500px;
	max-width: 500px;
}

textarea {
	height: 200px;
}

.contact input, .contact textarea {
	float: right;
}

.contact div {
	width: 570px;
	clear: both;
}

.portfolio img {
	border: 3px double #080;
}


.float-right {
	float: right;
	margin: 0 0 0 4em;
}

ul li {
	list-style: circle;
	margin-left: 2em;
}

ol li {
	margin-left: 2.5em;
}

ul.controls {
	margin-top: -1em;
}

ul.controls li {
	white-space: pre;
	list-style: none;
	margin-left: 4em;
}

small {
	font-size: .9em;
}

.hidden {
	display: none;
}

#icons {
	position: absolute;
	bottom: 17px;
}

#icons img {
	display: block;
	margin: -2px;
}

#tooltip {
	right: 36px;
	padding-right: 2px;
}


/* 2: BLOG */


/* 3: FXINIT */

.introFX #loading, .siteFX #loading, #loading.loaded {
	background: url('/core/images/loading.gif') no-repeat;
	margin: -10px 0 0 -110px;
	width: 220px;
	height: 19px;
	z-index: 10;
}

.siteFX #loading, #loading.loaded {
	top: 100%;
	left: 0;
	margin: -37px 0 0;
}

.introFX #console {
	overflow: hidden;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
}

.introFX #console, .introFX #sidepanel, .introFX #content dt, .introFX #content dd, .siteFX #content dt, .siteFX #content dd, .introFX #footer {
	display: none;
}

.introFX #icons {
	bottom: 2px;
}

.introFX #icons img {
	position: relative;
	bottom: 100000px;
}

.introFX #content dd dt, .introFX #content dd dd, .siteFX #content dd dt, .siteFX #content dd dd {
	display: block;
}
