@charset "utf-8";


.titlebar {
	position: relative;
	display: block;
	list-style: none;
	width: 800px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222c33;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px;
	top: 15px;
}

.alt-bar {
	margin-bottom: 2px;
	list-style: none;
	display: block;
	width: 800px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222c33;
	font-size: 12px;
	padding: 1px;
	position: relative;
	top: 10px;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222c33;
}

.post {
	margin-bottom: 1px;
	list-style: none;
	display: block;
	width: 800px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222c33;
	font-size: 12px;
	padding: 1px;
	position: relative;
	top: 20px;
	text-decoration: none;
	text-align: left;
}

.footer {
	margin-bottom: 2px;
	list-style: none;
	display: block;
	width: 800px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #222c33;
	font-size: 12px;
	padding: 5px;
	position: relative;
	top: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.alt-left {
text-align: left;
}
.alt-center {
text-align: center;
}
.alt-right {
text-align: right;
}

.credit {
margin: 10px;
list-style: none;
display: block;
width: 800px;
color: #ffffff;
padding: 5px;
text-decoration: none;
text-align: center;
}

.offline {
margin-bottom: 2px;
list-style: none;
display: block;
width: 800px;
color: #000000;
padding: 5px;
position: relative;
top: 30px;
text-decoration: none;
text-align: center;
}
a {
	text-decoration: none;
	color: #f97500;
}
a:visited {
	text-decoration: none;
	color: #f97500;
}
a:hover {
	text-decoration: none;
	color: #ffa800;
}
