/* alexander@binaerpilot.no */
@import "reset.css";
@font-face {
	font-family:'ProFont';
	src: url('fonts/profont.ttf') format("truetype");
}
html, body {
	height:100%;
	color:#fff;
}
a {
	color:#fff;
}
h1, h2, h3, h4 {
	cursor:default;
}
#joshua input {
	display:block;
}
.output a {
	text-decoration:underline;
}
.countdown * {
	display:inline;
}
.scratch {
	text-decoration: line-through;
}
.clear {
	clear:both;
}
#desktop a, .close, .tiny div {
	cursor:pointer;
}
#desktop, .contra, .extra {
	display:none;
}

/* tables */
td {
	padding-right:10px;
	vertical-align:top;
}
td .image {
	margin-top:4px;
	margin-right:20px;
}
tr td:last-child {
	padding-right:0;
}
td.command {
	vertical-align:middle;
	min-width:150px;
}
.stats td.light {
	width:100px;
}
/* pixel people! */
.speechBubble {
	padding:5px 10px;
	margin-bottom:0px;
	max-width:225px;
	background-color:#fff;
	color:#000;
}
.pixelPerson {
	margin-bottom:20px;
	background-image: url("images/pixelChat.png");
	background-repeat:no-repeat;
	padding-top:8px;
}

/* table expander */
.version a.toggle, .output a.external {
	cursor:pointer;
	font-size:75%;
	line-height:25px;
	font-weight:bold;
}
.version tr {
	display:none;
}

/* windows */
.window {
	z-index:20;
	display:none;
	width:220px;
	position:absolute;
	top:20px; right:20px;
}
.window h1 {
	cursor:move;
}
#config.window {
	z-index:21;
	width:320px;
}
#music.window {
	z-index:21;
}
#profile.window {
	width:340px;
}

/* superplastic */
#superplastic.window {
	z-index:21;
	width:580px;
	height:378px;
	position:absolute;
	left:50% !important; top:50% !important;
	margin-left:-290px;
	margin-top:-180px;
	background-color:#080808;
	background-image:none;
}

/* malkovich */
#malkovich {
	display:none;
	z-index:30; position:absolute;
	background-image:url("images/malkovich.png");
	width:48px; height:68px;
}

/* alexander */
#profile .image {
	width:80px;
	height:80px;
	background:url("http://www.gravatar.com/avatar/332889bd5f2e5e183cbcccfa862e053d.png");
}

/* miscellaneous */
.image {
	line-height:1px;
}
table.fluid {
	width:auto;
}
table.version td.command {
	vertical-align:top;
}

/* tiny */
.tiny {
	text-transform:capitalize;
}
.tiny .lcars {
	text-transform:uppercase;
}
tr.major .command {
	text-transform:lowercase;
}
.tiny .contra {
	display:none;
}
.pink {
	color:#f09;
}

/* gallery */
#gallery.window {
	width:560px;
}
#slick {
	width:560px;
	height:345px;
	overflow:hidden;
	position:relative;
}
#slick ul {
	background-image:url("images/backgroundSlick.png");
	top:345px;
	position:absolute;
	z-index:21;
	width:580px;
	padding:10px;
	padding-top:0px;
	padding-left:0px;
}
ul.thumbs li {
	cursor:pointer;
	display:block;
	float:left;
	line-height:1px;
	margin-left:10px;
	margin-top:10px;
	opacity:0.25;
}
ul.thumbs li.noMargin {
	margin-left:0;
}
ul.thumbs li:hover, ul.thumbs li.activeSlide {
	opacity:1;
}

/* tweaks */
pre.messages {
	white-space:pre-line;
}
pre.messages .dark {
	display:none;
}

/* content */
pre, .pre, p.irc, .fixed-width {
	font-family:'Consolas', 'Monaco';
	font-size:11px;
	line-height:1.4em;
}
pre.ascii {
	line-height:1.2em;
}
ul.inline li {
	float:left;
	margin-right:10px;
	text-align:center;
	margin-top:0;
}
ul.tracks a {
	text-transform:capitalize;
}

/* effects */
.brush {
	z-index:30;
	position:absolute;
	width:21px;
	height:21px;
	background-image:url("images/brushWhite.png");
}
.overlay {
	display:none;
	position:absolute;
	top:0; left:0; bottom:0; right:0;
	opacity:0.25;
	z-index:99;
	background-color:#000;
}

/* simplemodal */
#modalOverlay {
	background-color:#000;
}
.modalClose {
	cursor:pointer;
}

/* scrollpane */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #383838;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
