/*
	flamestarter
	2008 CAFxX
	
	flamestarter.css
*/	

* {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#DDDDDD;
	background:inherit;
}

html, body {
	width:100%;
	height:100%;
	background-color:#333333;
	margin:0;
	padding:0;
}

div, canvas, textarea, #graph {
	position:absolute;
	margin:0;
	padding:0;
}

#menubar {
	top:0;
	left:0;
	right:0;
	height:24px;
}

#menubar > button {
	height:24px;
}

#statusbar {
	bottom:0;
	left:0;
	right:0;
	height:16px;
}

.tab {
	top:24px;
	bottom:16px;
	left:0;
	right:0;
	display:none;
}

.ui {
	background-color:#666666;
}

button {
	border:none;
	padding:4px;
	background-color:inherit;
}

#editor > #graph {
	top:0;
	bottom:0;
	left:0;
	right:262px;
}

#editor > #editor_canvas {
	top:0;
	right:0;
	height:256px;
	width:256px;
}

#editor > #console {
	top:262px;
	right:0;
	bottom:0;
	width:256px;
}

#renderer > canvas {
	top:0;
	bottom:0;
	left:0;
	right:0;
}

#library > #finder {
	top:0;
	bottom:0;
	left:0;
	width:256px;
	overflow:auto;
}

#library > #code {
	top:0;
	bottom:0;
	right:0;
	left:262px;
	overflow:auto;
}

#about > div {
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-100px;
	width:380px;
	height:180px;
	padding:10px;
}

.tab > * {
	border:1px solid #DDDDDD;
	-moz-border-radius:5px;
	padding:-5px;
	margin:4px;
}

#editor > #graph > .box {
	padding:16px;
	border:1px solid #DDDDDD;
}

#editor > #graph > .box  .connector {
	display:inline-block;
	width:16px;
	height:16px;
}

#editor > #graph > .box > .connectors-in {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:16px;
	text-align:center;
}

#editor > #graph > .box > .connectors-out {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:16px;
	text-align:center;
}

#library > #finder > .item {
	position:relative;
	cursor:hand;
}

