@font-face {
	font-family: 'flixelfont';
	src:  url('http://pleasingfungus.com/fonts/flixelfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	webkit-font-smoothing: none;
}
/* - This font is Nokia Cellphone FC, comes with flixel(by Adam Atomic) - */

body {
	background: #efefef;
}

#sidebar {
	background: #767676;
	float: left;
	margin-left:0;
	margin-right:0;
}

div#container {
	line-height: 120%;
	font-family: 'flixelfont', sans-serif;
	font-size: 16px;
}

#toaster {
	float: right;
	width: 22px;
	height: 22px;
	background: url("images/toaster.png");
	position: relative;
	bottom: -2px;
}

.tabbeditem {
	clear: both;
	background: #767676;
	color: #efefef;
	padding: 5px;
}