
body {
	background-color:black;
	margin:0 auto;
	padding:0;
	font:small Verdana,Sans-serif;
	width:750px;
}

/** BANNER *******************/

#banner {
	margin-top:20px;
	margin-right:40px;
	margin-bottom:0;
	width:750px;
	background-position:88% 45%;
	background-repeat:no-repeat;
}

#home #banner     { background-image:url("../images/small-sword2.png"); }
#lineage #banner  { background-image:url("../images/small-fujow.png"); }
#schedule #banner { background-image:url("../images/small-sword.png"); }
#news #banner     { background-image:url("../images/small-staff.png"); }
#contact #banner  { background-image:url("../images/small-cat.png"); }

#banner h1 {
	color:red;
	font-family:arial, sans-serif;
	font-size:150%;
	font-weight:bold;
	padding:.25em;
	padding-left:145px;
	border-bottom:1px solid white;
	text-transform:uppercase;
}

#banner #script {
	margin-left:80px;	
}

#banner #hanzi {
	float:left;
}
#banner #endcap {
	float:right;
}

/** LOGOS ********************/

#logos {
	float:left;
	background:black;
	width:50px;
	margin-top:10px;
	font-size:10px;
}

html > body #logos {
	margin-left:2px;
}

#logos img {
	display:block;
	border:1px solid gray;
	margin-top:3px;
	margin-bottom:10px;
}

#logos li div {
	display:none;
}

#logos ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#logos ul li {
	margin:0;
	padding:0;
	position:relative;
}

#logos a {
	display:block;
}

#logos li:hover div {
	display:block;
	position:absolute;
	top:-20px;
	left:110%;
	border:3px double red;
	background-color:black;
	color:white;
	padding:3px;
	font-size:90%;
	width:185px;
	z-index:10;
}

#logos li div table {
	margin:0 auto;
}

#logos li div table td {
	text-align:right;
	vertical-align:top;
}

#logos li div table td + td {
	text-align:left;
	vertical-align:top;
}

/** MENU *********************/

#nav {
	width:530px;
	margin-left:70px;
	margin-bottom:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:35px;
	color:white;
	font-family:arial, sans-serif;
	font-weight:bold;
	font-size:large;
	text-align:center;
}

#nav ul,
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}

#nav ul li,
#footer ul li {
	display:inline;
	position:relative;
	margin-right:20px;
}

#nav a {
	color:white;
	text-decoration:none;
	font-style:italic;
}

#nav a:hover { color:red; }
#home #nav a.home { color:red; }
#lineage #nav a.lineage { color:red; }
#schedule #nav a.schedule { color:red; }
#news #nav a.news { color:red; }
#contact #nav a.contact { color:red; }

/** CONTENT ******************/

#content {
	color:white;
	background-color:black;
	margin-top:10px;
	margin-left:70px;
	padding:20px 40px 20px 20px;
	padding-top:10px;
	width:530px;
	min-height:250px;
	height:250px;
}

/* IE can't read this selector.  Sets      *
 * height back to auto in non-EI browsers. */
*>#content {
	height:auto;
}

#lineage #content,
#schedule #content,
#contact #content {
	text-align:center;
}

#content h2 {
	font-size:large;
	text-decoration:underline;
}

#content a {
	color:#20bcbc;
}

#content a:hover {
	color:red;
}

#content address {
	font-style:normal;
}

/** LINEAGE ******************/

#lineage table#tree td {
	text-align:left;
	padding:1px 10px;
}

#lineage table#tree td span {
	margin-left:10px;
}

/** NEWS *********************/

#news .item {
	margin:0 20px 15px 20px;
	border-bottom:1px dotted white;
}

#news .item h2 {
	font-size:x-small;
	text-decoration:none;
	margin:8px 0 5px 0;
}

#news .item h3 {
	text-decoration:none;
	margin-left:5px
}

#news .item p {
	margin-left:5px
}

/** FOOTER *******************/

#footer {
	width:750px;
	margin:20px 0;
	border-top:1px solid white;
	color:white;
	font-family:arial, sans-serif;
	font-size:80%;
	padding:.5em;
	text-align:center;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:red;
	text-decoration:underline;
}

/* vim:set ai ts=2 sw=2 syntax=css:*/
