/*
* Chinesehideout Activity Shared CSS
* Copyright (c) 2012 (http://chinesehideout.com)
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#title-head {
	white-space: nowrap;
}

.title {
	width: 760px;
	text-align: center;
	font-size:22pt;
	color: #332;
}

.subtitle {
	width: 760px;
	text-align: center;
	font-size:10pt;
	color: #886;
	margin-top: -8px;
	line-height:14px;
}

#feedback {
	text-align: center;
	font-size:24pt;
	margin:10px 0;
	color: #e90;
}

.nav {
	clear:both;
	text-align:center;
	width:100%;
	padding:10px;
}

.nav a {
	color:#886;
	font-size: 48px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 20px;
}

.nav a:hover {
	color:#332;
}

.hidden {
	display: none;
}
.outtahea {
	color: #fff;
	position:absolute;
	left: -99px;
	z-index: -99;
}
.unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
