body {
	padding: 0;
	background: #000;
	}
h1, h2 {
	margin: .5em 0;
	}
#everything {
	text-align: center;
	}
#head, #content, #foot {	
	width: 944px;
	padding: 0 8px;
	margin: 0 auto;
	text-align: left;
	}
#hbg {
	background: #000;
	border-bottom: 8px solid #137;
	}
#head {
	position: relative;
	height: 32px;
	margin-top: 8px;
	}	
#cbg {
	background: #FFF;
	border-top: 8px solid #CCC;
	border-bottom: 8px solid #CCC;
	}
#content {
	padding-bottom: 16px;
	min-height: 420px;
	}
#fbg {
	background: #000;
	border-top: 8px solid #137;
	}
#foot {
	height: 32px;
	color: #888;
	font-size: 10px;
	}	
.benchmark {
	float: right;
	}
.copyright {
	float: left;
	}	
#status {
	float: right;
	font-size: 11px;
	}
#logo {
	position: absolute;
	top: 0;
	right: 8px;
	color: #137;
	font: bold 32px/38px Tahoma, Verdana, Geneva, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	height: 32px;
	overflow: hidden;
	border-bottom: 8px solid #137;
	padding: 0;
	margin: 0;
	}
#menu {
	height: 32px;
	}
#menu a,
#menu a:link,
#menu a:visited,
#logo a,
#logo a:link,
#logo a:visited {
	padding: 0 0 6px 0;
	margin: 0 24px 0 0;
	font-size: 1.2em;
	line-height: 32px;
	text-decoration: none;
	border-bottom: 8px solid #137;
	color: #137;
	}
#menu a:hover,
#menu a:focus,
#menu a:active,
#logo:hover,
#logo:focus,
#logo:active {	
	border-color: #173;
	color: #173;
	text-decoration: none;
	}
#menu .active a {
	border-color: #CCC;
	color: #CCC;
	}
.side {
	position: relative;
	float: right;
	width: 280px;
	}
.side .box {
	padding: 8px;
	margin: 0 0 16px 0;
	}
.box .tit {
	margin: 0 0 4px 0;
	padding: 0 0 8px 0;
	font-weight: bold;
	line-height: 1em;
	border-bottom: 1px dotted #AAA;
	color: #555;
	}	
.main {
	margin-right: 296px;
	}	
.flash_message {
	background: #FF9;
	}
.error_message {
	color: #EEE;
	background: #A33;
	padding: 1px 2px;
	}
.fr {
	float: right;
	}
.mono {
	font-family: "Courier New", Courier, monospace;
	}
a.ext {
	color: #713;
	}
.ext span {
	padding: 0 0 0 2px;
	color: #666;
	}	
/*** Demo Styles ***/
a.demo {
	font-weight: bold;
	}
.demo-overlay {
	position: absolute; 
	top: 0;
	left: 0;
	}
.demo-mask {
	position: absolute; 
	top: 0;
	left: 0;
	background: #000;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	}
.demo-box {
	position: absolute;
	height: 460px;
	width: 720px;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	
	}
.demo-box a {
	color: #999;
	}
.demo-box a:hover,
.demo-box a:focus,
.demo-box a:active{
	color: #DDD;
	}	
.demo-ctrl {
	position: absolute;
	height: 20px;
	padding: 0 4px;
	width: 712px;
	top: 0;
	left: 0;
	text-align: right;
	}
.demo-nav {
	position: absolute;
	height: 20px;
	padding: 0 4px;
	width: 712px;
	top: 440px;
	left: 0;
	text-align: right;
	}
.demo-edit,
.demo-commit,
.demo-open {
	float: left;
	}
.demo-editor {
	height: 412px;
	width: 712px; 
	position: absolute;
	top: 20px;
	left: 0;
	overflow: hidden; 
	background: #EEE;
	border: 4px solid #CCC;
	}
.demo-frame {
	height: 420px;
	width: 720px; 
	position: absolute;
	top: 20px;
	left: 0;
	}
.demo-loader {
	position: absolute;
	color: #FFF;
	}
