@font-face {
	font-family: 'flixelfont';
	src:  url('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) - */

@font-face {
	font-family: 'prociono';
	src:  url('fonts/Prociono.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'yacifont';
	src:  url('fonts/GoodDog.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'yacifont2';
	src:  url('fonts/Bete Noir NF.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'didotfont';
	src:  url('fonts/Didot.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'starhavenfont';
	src:  url('fonts/StarPerv.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #fff1dc;
}

#maindiv {
	width: 800px;
	margin: 0 auto;
}

#logo {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 454px;
	display: block;
}

#sidebar {
	background: #767676;
	width: 150px;
	float: left;
	
	font-family: 'prociono', sans-serif;
	text-align: center;
	
	min-height: 480px;
}

a.sidebartitle {
	line-height: 48pt;
	font-size: 38px;
	text-decoration: none;
}

a.sidebarlink {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 24pt;
	font-size: 24px;
	text-decoration: none;
	cursor: pointer;cursor: hand;
	color: #efefef;
}

img.gameicon {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto; margin-right: auto;
	cursor: pointer;cursor: hand;
	display: block;
}

#container {
	margin: 0 auto;
	width: 640px;
	float: right;
}

div.manufactoria_div {
	line-height: 120%;
	font-family: 'flixelfont', sans-serif;
	font-size: 16px;
}

div.ikow_div {
	font-family: 'didotfont', sans-serif;
	font-size: 16px;
}

div.yaci_div {
	font-family: 'yacifont2', sans-serif;
	font-size: 20px;
}

div.about_div {
	font-family: 'georgia', sans-serif;
	font-size: 16px;
}

div.starhaven_div {
	line-height: 120%;
	font-family: 'starhavenfont', sans-serif;
	font-size: 16px;
}

.about {
	display: none;
}

.manufactoria {
	display: none;
}

.ikow {
	display: none;
}

.yaci {
	display: none;
}



#infobox {
	margin-top: 15px;
}

#infobox a {
	color: #efefef;
}

#adsense {
	margin-top: 15px;
	text-align: center;
}

#toaster {
	float: right;
	width: 22px;
	height: 22px;
	background: url("images/toaster.png");
	position: relative;
	bottom: -2px;
}

#bottle {
	float: right;
	width: 22px;
	height: 22px;
	background: url("images/bottle.png");
	position: relative;
	bottom: -2px;
}

#bisloth {
	float: right;
	width: 22px;
	height: 22px;
	background: url("images/bisloth.png");
	position: relative;
	bottom: -2px;
}

#mystery {
	float: right;
	width: 22px;
	height: 22px;
	background: url("images/mystery.png");
	position: relative;
	bottom: -2px;
}

#tabs li{
	background: #a1a1a1;
	color: #efefef;
	padding: 5px;
	padding-bottom: 2px;
	padding-top: 3px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

#tabs li.selected {
	margin-bottom: 0px;
	padding-bottom: 4px;
}

#tabs li a{
	text-decoration: none;
}

.tabbeditem {
	clear: both;
	background: #a1a1a1;
	color: #efefef;
	padding: 5px;
}

#info {
	display: block;
}

#news {
	display: none;
}

#news ol {
	list-style: square;
	margin-left: 15px;
}

#reviews {
	display: none;
}
