/*copyright ki.vgfort.com*/
html {
	background-color:#000;
}

body {
	margin:0 auto;
	width:760px;
	background:#4d103c url(cloud_bg.png) repeat-y center center fixed;
	border:1px #601846 dotted;/*936*/
	border-top:none;
	color:#ccc;
	font-family:"Georgia", serif;
	line-height:1.5;
	word-spacing:2px;
}

#container {
	margin:0 auto;
}

#header, #content {
	padding:0 10px 10px;
}

#header {
	background-color:#000;
}

#nav {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:728px;
}

#nav li {
	display:inline;
	margin:10px 20px 0 0;
	padding:0;
}

#newsblock, #bio {
	width:380px;
	float:left;
}

#artwork {
	width:320px;
	float:right;
	background-color:#000;
}

#footer {
	clear:both;
	margin-top:10px;
	padding:10px 10px 10px;
	font-size:8pt;
	color:#777;
	background-color:#000;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#f9c;
}

a img {
	border:1px #f9c dotted;
}

a:hover {
	text-decoration:underline;
}

h1 a:hover {
	text-decoration:none;
}

.characters a, .thumbs a {
	display:block;
	border:1px #936 dotted;
	background-color:#000;
}

.characters a:hover, .thumbs a:hover, .pages a:hover {
	background-color:#936;
}

.pages a {
	padding:5px;
}

h1, h2, h3, h4, h5, h6 {
	color:#99c;
	line-height:1.1;
	margin-bottom:0;
}

h1 {
	margin:0;
	text-indent:-9999px;
}

h1 a {
	margin:0 auto;
	display:block;
	width:728px;
	height:100px;
	background:url(logo_kia.jpg) no-repeat;
	outline:none;
}

h2.display_title {
	font-size:100%;
	font-weight:normal;
	text-align:center;
}

h6 {
	width:728px;
	margin:5px auto 0;
	text-align:center;
	font-weight:normal;
}

button, textarea, select, input {
	font-family:"Georgia", serif;
	background-color:#000;
	color:#99c;
	border:1px #936 dotted;
	font-size:100%;
	padding:2px;
}

cite {
	color:#999;
	font-size:90%;
}

cite em {
	font-weight:bold;
}

img {
	background-color:#000;
	border:1px #52133e dotted;
}

blockquote {
	background:url(quote.png) 2px 2px no-repeat;
	margin:0;
	padding:0 0 0 36px;
	color:#aac;
	font-size:90%;
}

hr {
	color:#777;
	background-color:#777;
	width:80%;
	border:none;
	height:1px;
}

table {
	border-collapse:collapse;
	background-color:#000;
	margin:0 0 20px;
	width:100%;
	clear:both;
}

table.offline {
	background-color:transparent;
	margin:0;
	width:auto;
	clear:none;
}

table.offline td {
	border:none;
}

caption, th, td {
	padding:2px;
	border:1px #936 dotted;
}

caption, th {
	text-align:left;
}

caption {
	background-color:#936;
	font-weight:bold;
	font-size:130%;
}

th {
	background-color:#ccc;
	color:#000;
}

table img, .emoticon {
	background-color:transparent;
	border:none;
	vertical-align:text-bottom;
}

.fullrow img {
	clear:right;
	float:right;
	margin:0 0 5px 5px;
}

.characters img, .thumbs img {
	border:none;
	display:block;
	margin:0 auto;
}

#artwork img {
	margin:0 auto;
	display:block;
	border:none;
}

#bio img {
	clear:left;
	float:left;
	margin:0 5px 5px 0;
}

.display_imagefile img {
	display:block;
	margin:0 auto;
}

.display_imagefile {
	text-align:center;
}

.display_textfile {
	margin:0 -10px;
	padding:0 10px;
	background-color:#000;
}

pre {
	color:#eee;
	font-family:monospace;
	word-spacing:1px;
	font-size:90%;
}

#bio ul {
	list-style-position:inside;
}

.news {
	border-bottom:1px #936 dotted;
}

.date, .categories {
	font-size:8pt;
	color:#999;
}

.pages {
}

.caption {
	display:inline;
	width:33%;
	font-size:90%;
	line-height:1.1;
	text-align:right;
	color:#999;
	clear:right;
	float:right;
	margin:0 0 10px 20px;
	padding:0 0 10px;
}

.fullrow, .row {
	clear:both;
	margin-top:10px;
	border-top:1px #936 dotted;
}

.characters, .thumbs {
	list-style:none;
	margin:0;
	padding:0;
}

.characters li, .thumbs li {
	float:left;
	margin:0;
	padding:0;
	width:20%;
	margin:0 20px 20px 0;
	text-align:center;
}

/*
#content ul {
	margin-left:0;
	padding-left:0;
	list-style-position:inside;
}

#content li li {
	margin-left:10px;
	padding-left:10px;
}*/

ul.characters:after, ul.thumbs:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

table .notes {
	font-size:80%;
	color:#777;
	background-color:#333;
}

.error {
	background-color:#f9c;
	color:#000;
}