html {
	height: 100%;
}
body {
	background: url("images/bg.png");
	font: 17px/20px Nexa;
	height: 100%;
}

@font-face {
	font-family: Nexa;
	src: url("Nexa%20Light.otf");
}
@font-face {
	font-family: Nexa;
	src: url("Nexa%20Bold.otf");
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #0081f9;
	border: 0;
	}
a:visited {
	text-decoration: none;
	color: #0081f9;
	border: 0;
}
a:hover {
	text-decoration: none;
	color: #00cf97;
	border: 0;
}
a:active {
}

h1 {
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	color: #008ba9;
	}
h2 {
	font-size: 14px;
	font-style: italic;
	text-transform: lowercase;
	text-indent: 30px;
	padding:0;
	margin-top: 0;
	color: #00a987;
}


img {
	border: 1px solid;
	margin: 5px;
}
img#link {
	border: 0px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*This is for centered divs.*/
.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*Top navigation bar.*/
#navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #000000;
	z-index:2;
	}
ul#menu, ul#menu ul.sub_menu {
    padding: 0;
    margin: 0;
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
	}
ul#menu li, ul#menu ul.sub_menu li {
    list-style-type: none;
    display: inline-block;
    text-align: left;
	}
ul#menu li a, ul#menu li ul.sub_menu li a {
    text-decoration: none;
	color: #bfe7d9;
    background: #000000;
    display:inline-block;
    width: 150px;
    height: 20px;
    text-transform: uppercase;
    font-weight: normal;
	}
ul#menu li a:visited, ul#menu li ul.sub_menu li a:visited {
	text-decoration: none;
	color: #bfe7d9;
}
ul#menu li a:hover, ul#menu li ul.sub_menu li a:hover {
	text-decoration: none;
	color: #add1ef;
}
ul#menu li ul.sub_menu li a {
	text-indent: 10px;
	text-transform: none;
	color: #bfe7d9;
	}
ul#menu li {
    position: relative;
    top: 7px;
    text-align: center;
    text-indent: 0px;
	}
ul#menu li ul.sub_menu {
    display:none;
    position: absolute;
    top: 16px;
    left: 0;
    width: 330px;
	}
ul#menu li:hover ul.sub_menu {
    display: block;
    width: 150px;
    color: #bfe7d9;
	}


/*The following are character colour codes for quotes.*/
b.haruka {color: #054480;}
b.michiru {color: #035a48;}
b.usagi {color: #de0083;}
b.minako {color: #d27c00;}
b.rei {color: #8f0000;}
b.ami {color: #008ea8;}
b.makoto {color: #57ab05;}
b.hotaru {color: #644473;}



/*Main page layout.*/
#main {
	position: relative;
	top: 0px;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	height: 1030px;
	background: url("images/header_main.png") no-repeat center top;
}
#main h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#main_intro {
	position: relative;
	top: 600px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
/*Navigation menu on main page.*/
#main_nav {
	position: relative;
	top: 580px;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	}
#main_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 21px
	}
#main_nav li {
	padding: 0.5px;
	}
#main_nav a {
	display: block;
	width: 150px;
	height: 20px;
	background: #525252;
	text-indent: 10px;
	font-weight: normal;
	color: #bfe7d9;
	}
#main_nav td{
	vertical-align: top;
	padding-left: 10px;
	}







/*This is the container for the double column layout.*/
#column_double {
	position: relative;
	top: 0px;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 1030px;
	background: url("images/column_double_bg.png") no-repeat center top;
	}
/*This is the container that holds left and right columns of content.*/
#column_double_0 {
	position: relative;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	}
/*This is the container for the left-side content.*/
#column_double_1 {
	position: absolute;
	top: 210px;
	width: 440px;
	padding: 3px;
	color: #054480;
	background: url("images/column_bg.png");
 	}
/*This is the container for the right-side content.*/
#column_double_2 {
	position: absolute;
	top: 210px;
	left: 680px;
	width: 440px;
	padding: 3px;
	color: #035a48;	
	background: url("images/column_bg.png");
	}	


/*This is the container for the single column layout.*/
#single_column {
	position: relative;
	top: 0px;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 1064px;
	padding: 0;
	background: url("images/column_single_bg.png") no-repeat center top;
	}
/*This is the container for the actual content.*/
#single_column_content {
	position: relative;
	top: 210px;
	left: 430px;
	width: 800px;
	padding: 3px;
	padding-bottom: 40px;
	color: #000000;
	background: url("images/column_bg.png");
 	}



/*This is the table for the dramata persona section.*/
/*The main cast table.*/
table #main_cast {
	width: 100%;
	}
td.main_cast {
	vertical-align: top;
	text-align: center;
	width: 20%;
}
/*Table for minor cast (4 characters per row).*/
table.minor_cast_4 {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
td.minor_cast_4 {
	vertical-align:top;
	text-align: center;
	width: 20%;
}
/*Table for minor cast (5 characters per row).*/
table.minor_cast_5 {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
td.minor_cast_5 {
	vertical-align:top;
	text-align: center;
	width: 20%;
}

/*This is the table for the linkage section.*/
table.linkage {
	width: 100%;
}
td.linkage {
	vertical-align:top;
	width: 50%;
}
	
