/* @override http://fan.ashesfall.net/mikey/style.css */

/* -- global -- */
* {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Arial, Verdana, sans-serif;
	color: #a6998b;
}

body {
	text-align: center;
	background-color: #2a1324;
}

img {
	border: 0;
}

input, select, textarea, option {
	color: #c8bca7;
	font-size: 13px;
	border: 0;
	border-bottom: 1px solid #c8bca7;
	background-color: #2a1324;
	padding: 2px;
	width: 300px;
}

/* -- Design -- */

#wrapper {
	width: 679px;
	margin: 20px auto;
}

#header {
	display: none;
}

#left {
	float: left;
	width: 199px;
	height: 381px;
}

#right {
	float: left;
	width: 359px;
	height: 381px;
	background-image: url(images/mikey_right.jpg);
}

#content {
	padding: 10px 10px 10px 0;
	margin-top: 80px;
	height: 273px;
	width: 340px;
	overflow: auto;
}

/* -- Navigation -- */
#nav {
	float: left;
	width: 120px;
	height: 381px;
	overflow: hidden;
}

#nav img {
	margin: 0 0 -4px 0;
}

#navi {
	float: left;
	width: 121px;
	height: 381px;
	width: 121px;
	height: 381px;
}

/* -- Link Styles -- */
a {
	color: #c8bca7;
	background-color: #1e0d1b;
	text-decoration: none;
	letter-spacing: 2px;
}

a:hover {
	background-color: #886d6b;
	color: #000;
}

/* -- Text Styles -- */
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #c8bca7;
	border-bottom: 1px solid #c8bca7;
}

p, li {
	font-size: 13px;
}

p {
	padding: 10px;
}

li {
	padding: 10px 0 0 10px;
	list-style: none;
}

/* -- Join Page -- */

.show_join_password_field, .show_join_password_field2 {
	width: 140px;
	margin-right: 5px;
}

.show_join_send_account_info_field {
	width: 20px;
	margin: 20px;
}

.show_join_submit_button {
	width: 180px;
	padding: 4px;
	text-align: center;
	margin-right: 10px;
}

.show_join_reset_button {
	width: 80px;
	padding: 4px;
	text-align: center;
}

.show_join_comments_field {
	height: 70px;
}

/* -- Updates Page -- */
#fanupdate .archivelink form p, #fanupdate .credit p  {
	text-align: center;
}

#fanupdate .archivelink form p a, #fanupdate .credit p {
	font-size: 11px;
}

#fanupdate .archivelink form p input {
	width: 110px;
	font-size: 11px;
	padding: 2px;
}

#fanupdate .archivelink form p input.button {
	width: 50px;
	font-size: 11px;
	text-align: center;
	padding: 2px;
}

/* -- Footer -- */
#footer {
	clear: both;
}

#footer ul {
	text-align: center;
	padding: 8px;
	background-color: #1e0d1b;
}

#footer ul li {
	text-align: center;
	font-size: 11px;
	display: inline;
}

#footer ul li a {
	color: #c8bca7;
	padding: 10px 15px;
	background-color: #1e0d1b;
	text-decoration: none;
	margin: 0 -7px;
	letter-spacing: 2px;
}

#footer ul li a:hover {
	background-color: #886d6b;
	color: #000;
}
