
/* old styles */
BODY { SCROLLBAR-BASE-COLOR: #3333CC; SCROLLBAR-ARROW-COLOR: #000000;  }
a { text-decoration: none; } a:hover { text-decoration: underline; }
.txt, .jtxt, .txtL,.txt2, .txtB, .txtBblue, .buttonBlue { 
font-family:tahoma,verdana,arial,helvetica; font-size: 11px; }
.jtxt { text-align: justify; }
.txtL { line-height:21px; }
.txt2 { color:#999; }
.txtB { font-weight:bold; color:#666; }
.txtBblue { font-weight:bold; color:#30C; }
.buttonBlue { color:#000; background-color:#30C ; }

/* css2-ish styles */
#content { width:589px; text-align:left; }
#header { 
	width:inherit; height:73px; margin-bottom:15px;
	background: url(/images/kaianine_indecisive.png) top left no-repeat; 
  	line-height: 5000px; overflow: hidden; 
}
#sidebar { width:160px; float:left; }
#main, #post, #nav, #sidebar { font-family:tahoma,verdana,arial,helvetica; font-size: 11px; color: #CCC; }
#nav { position: absolute; width: 200px; margin: -15px 0 0 10px; text-align: left; }
#main { margin-bottom: 10px; }
#post { margin: 0px 3px 10px 10px; text-align: left; }
#post .title { font-weight:bold; color:#33C; font-size:13px; margin-bottom: 3px; }
#post .text { text-align:justify; }
#post .date { color:#666; margin-top: 3px; }
#post ol,#post ul { padding-right:30px; }
#footer { 
	width:inherit; height:33px; 
	background: url(/images/kaianine_footer.png) top left no-repeat;
	}


/* collumn layout and sidebar stuff */
#main { width: 419px; float:right; }
#footer { clear: both; }
#current { border: 1px solid #33C; margin-bottom: 10px; }
#current .title { color: #FFF; background-color: #33C; text-align: center; font-weight: bold; line-height: 21px;}
#current .content .photo { margin: 4px; }
#current .content { margin: 5px; }
#current .content b { color:#666; }

#missions { border: 1px solid #666; margin-bottom: 10px; }
#missions .title { color: #CCC; background-color: #666; text-align: center; font-weight: bold; line-height: 21px; }
#missions .content { color: #999; margin: 5px; }

#quests-current { border: 1px solid #CCC; margin-bottom: 10px; }
#quests-current .title { color: #333; background-color: #CCC; text-align: center; font-weight: bold; line-height: 21px; }
#quests-current .content { margin: 5px; }

#quests-completed { border: 1px solid #999; margin-bottom: 10px; }
#quests-completed .title { color: #333; background-color: #999; text-align: center; font-weight: bold; line-height: 21px; }
#quests-completed .content { margin: 5px; color: #999;}

.photo { border:1px solid #ccc;  }

