body {
	color: #333;
	font-family: arial;
	font-size: 11px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

a:hover {
	color: #22C;
}

/* ----------- Navigation ----------- */

.navigation {
	background: #EEE;
	left: 0;
	line-height: 40px;
	opacity: .7;
	position: fixed;
	text-align: left;
	top: 80%;
	width: 100%;
	z-index: 9999;
}

.navigation a {
	font-weight: bold;
	margin: 0 15px;
}

/* ----------- Home ----------- */

.home {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0 30px;
	position: relative;
}

.home-title {
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 42px;
}

.welcome-text {
	width: 400px;
}

/* ----------- Status ----------- */

.status {
	margin: 600px 0 0 30px;
	position: relative;
}

.status-content {
	font-size: 12px;
	line-height: 40px;
	margin-left: 40px;
	width: 600px;
}

.fill-in {
	color: #D11;
	margin: 0 14px;
}

.fill-in a {
	color: #D11;
}

.fill-in a:hover {
	color: #A11;
}

/* ----------- Talk Boxes ----------- */

.talk-div {
	margin-top: 600px;
	position: relative;
}

.talk-link {
	float: left;
	padding: 0 5px 0px 5px;
}

.talk-button {
	font-size: 30px;
}

.talk-content {
	display: none;
}

.talk-link:hover .talk-content {
	color: #333;
	display: block;
	font-size: 11px;
	font-weight: normal;
	left: 20px;
	line-height: 18px;
	position: absolute;
	top: 100px;
	width: 550px;
}

.talk-box a {
	text-decoration: underline;
}

/* ----------- Links ----------- */

.links {
	clear: both;
	float: left;
	font-size: 12px;
	height: 1000px;
	margin: 600px 0 0 40px;
	position: relative;
}

.links a {
	font-weight: bold;
}