* {
	margin: 0;
	padding: 0;
	color: #ccc;
	font-family: tahoma, verdana, sans-serif;
}

p { margin: 1em 0; }

h3 { font-size: 90%; }

a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

html, body {
	overflow: hidden;
}

body {
	background: url(space.jpg);
	height: 100%;
}

.outer {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.container {
	overflow: hidden;
	background: black;
}

#container {
	padding: 10px;
	border: 1px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.inner {
	position: relative;
	right: 20px;
}

.sidebar {
	float: right;
	margin-left: -1px;
}

.sidebar ul {
	list-style: none;
}

.sidebar li div {
	border: 1px solid #ccc;
	border-right: 2px solid #ccc;
	margin: -1px;
	padding: 3px 12px;
	height: 20px;
	min-width: 150px;
	background: black;
}

.sidebar li:first-child div {
	margin-top: 0;
	border-top: 1px solid #ccc;
}

.sidebar li div div {
	border: none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}

.sidebar li.hidden-nav:first-child a {
	margin: 1px;
	border: none;
}

.sidebar li { cursor: pointer; }

.sidebar li.hidden-nav a {
	margin: 1px 0 -1px;
	border: none;
	border-top: 1px solid #ccc;
	color: black;
	cursor: default;
	background: none;
	display: block;
	height: 26px;
}

li.hidden-nav + li.hidden-nav a {
	margin-bottom: 1px;
	border-top: none;
}

li.hidden-nav div:first-child { display: none; }

.sidebar li:last-child div { border-bottom: 2px solid #ccc; }

#divSizer {
	position:	absolute;
	visibility:	hidden;
}

.wrapper { padding: 25px; }

.label { width: 150px; }

.input { float: right; }

#font_size { width: 2em; }

#width {
	width: 3em;
	margin-right: 1em;
}

.key_catcher { width: 5em; }

form {
	font-family: sans-serif;
	font-size: 10px;
}

.save {
	padding: 0.5em 2em;
	border: 1px solid #ccc;
}

.nav_column { border: 1px solid #ccc; }

.header {
	position: absolute;
	top: 0;
	left: 20px;
}

iframe {
	margin-top: 3.5em;
	padding-bottom: auto;
	width: 100%;
	height: 85%;
	background: white;
	border: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid black;
}

#disqus_thread {
	position: absolute;
	top: 0;
	right: -350px;
	height: 100%;
	width: 320px;
	padding-right: 10px;
	background: black;
	overflow-y: auto;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

