@font-face {
	font-family: "Linux Libertine";
	src: url("fonts/LinLibertine_DRah.ttf");
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	font-family: "Linux Libertine", Georgia, Times, serif;
	background: #525C65;
	/*background: #1A1A1A;*/
	/*background:	#000011;*/
}

#searchbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 614px;
	height: 250px;
	margin: -125px 0 0 -307px;
}
#searchbox [name='q'] {
	width: 100%;
	outline: 0 none;
	font-size: medium;
	padding: 4px 4px 2px 4px;
	border: 1px solid #C0C0C0;
	display: block;
	color:#212121;
	margin-top: -1px;
}

#go::-moz-focus-inner {
	border: 0;
}
#go {
	background: #DEDEDE;
	border: 0 none;
	outline: 0 none;
	padding: 10px 16px;
	width: 100px;
	font-weight: bold;
	border: 1px solid #999999;
	color: #1F1F1F;
	
	position: relative;
	left: 100%;
	top: 10px;
	margin-left: -90px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#go:hover {
	background: #C0C0C0;
	cursor: pointer;
}
#go:active {
	position: relative;
	top: 13px;
}

#logo {
	position: relative;
	margin: 0 auto;
	height: 100px;
	color: #EDEDED;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	cursor: default;
}
#logo h1 {
	font-weight: normal;
	display: inline;
	font-size: 60px;
	margin-left: 90px;
}
#logo img {
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
#logo .slogan {
	position: absolute;
	white-space: nowrap;
	left: 101px;
	top: 60px;
}
#logo .beta {
	position: absolute;
	left: 370px;
	top: 10px;
}

.menu_wrapper {
	background: #303030;
	width: 624px;
	overflow: hidden;
	height: 40px;
}
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #fff;
	overflow: hidden;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
#menu li {
	float: left;
	padding: 11px 0px;
	text-align: center;
	cursor: pointer;
	width: 104px;
}
#menu li:hover {
	background: #383838;
}
#menu .selected {
	background: #292929;
}

.legal {
	position: absolute;
	right: 4px;
	bottom: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #808080;
	text-align: right;
}
