/*======================================
	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
=======================================*/
/*
/*layout Reset
-------------------*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#444;background:#cccc99;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/*
universal style ======================================
*/
body {
	text-align:center;
	height:100%;
	width:100%;
	font-size: 77%;
	color: #444444;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	line-height:146%;
	background: #cccc99 url(../images/layout/bg.png) repeat-x;
}
a:link {
	color: #0000ff;
	text-decoration:none;
}
a:visited {
	color: #a407aa;
	text-decoration:none;
}
a:hover {
	color: #ff0000;
	text-decoration:underline;
}
a:focus{
overflow:hidden;
}
p {
	color:#444;
	margin:10px 0;
}
address {
	margin:10px;
	font-weight:800;
	color:#330033;
}
#wrapperAll {
	text-align:left;
	margin:0 auto;
	height:100%;
	width:907px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.title {
	position:relative;
	left:-18px;
	color:#330033;
	font:italic 159% Georgia, "Times New Roman", Times, serif;
	line-height:43px;
	padding-left:25px;
	margin-bottom:20px;
	width:540px;
	height:43px;
	display:block;
	background: url(../images/layout/title_bg.png) no-repeat;
}
.title_ita_S {
	display:block;
	color:#330033;
	margin:10px 0 5px;
	font:italic 114% Georgia, "Times New Roman", Times, serif;
	font-weight:800;
	line-height:174%;
}
.title_nor_S {
	display:block;
	color:#330033;
	margin:10px 0 5px;
	font:normal 114% Georgia, "Times New Roman", Times, serif;
	font-weight:800;
	line-height:174%;
}
.box_white {
	background-color:#FFFFFF;
	border:solid 1px #d7d7ca;
	width:503px;
	padding:10px;
}
table td{
	padding:5px;
}
ul.list_circle li, ol.list_circle li {
	margin-left:20px;
	list-style-image: url(../images/layout/list_circle.png);
}
ol.list_circle li ol li, ul.list_circle li ul li, ul.list_circle li ol li{
	margin-left:20px;
	list-style-image: url(../images/layout/list_circle_s.png);
}
ul,ol {
	margin:10px 0;
}
.important {
	color:#FF0000;
	font-weight:800;
}
.article_unit, .unit {
	clear:both;
	padding-bottom:10px;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
/*
header ======================================
*/
#header {
	height:142px;
	width:907px;
	background: url(../images/layout/top_bg.png) no-repeat;
}
#search {
	height:30px;
	text-align:right;
}
#search input{
	margin-top:4px;
}
#logo {
	padding-top:13px;
	width:485px;
	height:53px;
}
#logo h1 {
	position:absolute;
	width:485px;
	height:53px;
	overflow:hidden;
	background: url(../images/layout/mandarins_logo.png) no-repeat;
}
#logo h1 a{
	width:485px;
	height:53px;
	text-indent:-100em;
	display:block;
}
/*
navigation ======================================
*/
#menu{
    position:absolute;
    z-index:100;
	width:907px;
	height:38px;
	margin-top:7px;
	background: url(../images/layout/navi.png) no-repeat;
}
ul#navi{
	margin:0;
	width:907px;
	height:38px;
	color:#330033;
	font:normal 100% Georgia, "Times New Roman", Times, serif;
}
#navi li {
	display:block;
	height:38px;
	float:left;
}
#navi li.off, #navi li.on {
	text-indent:-100em;
}
#navi li.off2, #navi li.on2 {
	text-indent:0em;
}
#navi li a {
	height:38px;
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	outline:none;
}

#navi li#navAudi {
	width:107px;
}
#navi li#navAbout {
	width:94px;
}
#navi li#navNews {
	width:94px;
}
#navi li#navEven {
	width:100px;
}
#navi li#navHow {
	width:148px;
}
#navi li#navAlum {
	width:97px;
}
#navi li#navGuest {
	margin-left:49px;
	width:100px;
}
#navi li#navMember {
	margin-left:4px;
	width:100px;
}
#navi li#navAudi a.naviMain:hover, #navi li#navAudi.on {
	background: url(../images/layout/navi.png) no-repeat 0 -38px;
}
#navi li#navAbout a.naviMain:hover, #navi li#navAbout.on {
	background: url(../images/layout/navi.png) no-repeat -107px -38px;
}
#navi li#navNews a.naviMain:hover, #navi li#navNews.on {
	background: url(../images/layout/navi.png) no-repeat -201px -38px;
}
#navi li#navEven a.naviMain:hover, #navi li#navEven.on {
	background: url(../images/layout/navi.png) no-repeat -295px -38px;
}
#navi li#navHow a.naviMain:hover, #navi li#navHow.on {
	background: url(../images/layout/navi.png) no-repeat -395px -38px;
}
#navi li#navAlum a.naviMain:hover, #navi li#navAlum.on {
	background: url(../images/layout/navi.png) no-repeat -543px -38px;
}
#navi li#navGuest a.naviMain:hover, #navi li#navGuest.on {
	background: url(../images/layout/navi.png) no-repeat -689px -38px;
}
#navi li#navMember a.naviMain:hover, #navi li#navMember.on {
	background: url(../images/layout/navi.png) no-repeat -793px -38px;
}
.sub{
	background-color:#f5f6f3;
}
.sub li{
	background-color:#f5f6f3;
}
.sub a:hover{background-color:#;}
.sub li.on2{background-color:#f5f6f3;}
#navi a:link{color:#330033}
#navi a:visited{color:#330033;}
#navi a:hover{color:#ff0000;}
.sub a:link{color:#330033}
.sub a:visited{color:#330033;}
.sub a:hover{color:#ff0000;}
#navi a{
	line-height:38px;
    border-bottom:1px solid #dddddd;
}
ul.sub{
    width:200px;
}
.sub li.off2,.sub li.on2{
    border-bottom:1px solid #dddddd;
	width:200px;
    height:38px;
}
#navi .sub a{
	padding-left:15px;
    width:200px;
    height:38px;
}

.sub li#nav_long, .sub li#nav_long a {
	height:50px;
	line-height:25px;
}
ul#navi li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}
*+html ul#navi li:hover ul {
	position: relative;
} /*HACK IE7*/

#navi *{margin:0px;padding:0px;list-style:none;display:block;}
ul#navi{position:relative;}
ul#navi li.off{position:relative;float:left;overflow:hidden;}
ul#navi li.on{float:left;overflow:hidden;}
ul.sub {position:relative;}
ul.sub li.off2{position:relative;overflow:hidden;}
ul.sub li.on2{overflow:hidden;}
/*
content ======================================
*/
#content {
	width:907px;
	padding-top:20px;
	margin-top:15px;
	background: #ebebd6 url(../images/layout/main_bg.png) repeat-y;
}
#main {
	padding:0 20px;
	width:525px;
	float:left;
	overflow:hidden;
}
#videoIndex div{
	background-color:#333333;
	padding:10px 0 5px;
	margin-bottom:10px;
	text-align:center;
}
/*
Index ======================================
*/
.newsUnit {
	padding:0 5px 10px;
	margin-bottom:20px;
	background: url(../images/layout/dot_w511.png) no-repeat left bottom;
}
.newsUnit img {
	padding:1px;
	border:solid 1px #CCCCCC;
	margin:10px 0;
}
.newsRead {
	display:block;
}
/*
Info ======================================
*/
ol#sponsors li {
	margin:20px 0;
}
#repertoire {
	text-align:center;
}
#repertoire li {
	margin-bottom:8px;
}
#ourstuff a {
	color: #0000ff;
	text-decoration:none;
}
#ourstuff a:visited {
	color: #0000ff;
	text-decoration:none;
}
#ourstuff a:hover {
	color: #ff0000;
	text-decoration:underline;
}

/*
Events ======================================
*/
#multimedia {
	width:907px;
}
#multimediaHeader {
	margin:0 50px;
}
#multimedia_logo {
	float:left;
	width:218px;
	height:57px;
}
#multimedia_logo span {
	position:absolute;
	width:218px;
	height:57px;
	overflow:hidden;
	text-indent:-100em;
	background: url(../images/layout/multimedia_logo.png) no-repeat;
}
#multimedia_info {
	float:right;
}
#multimedia_QT {
	width:266px;
	height:57px;
	overflow:hidden;
	text-indent:-100em;
}
#multimedia_QT a{
	width:266px;
	height:57px;
	display:block;
	background: url(../images/layout/multimedia_quicktime.png) no-repeat;
}
#multimedia_QT a:hover{
	width:266px;
	height:57px;
	background: #edede6 url(../images/layout/multimedia_quicktime.png) no-repeat 0 -57px;
	display:block;
}
#sound_info {
	width:266px;
	height:14px;
	overflow:hidden;
	text-indent:-100em;
	background: url(../images/layout/multimedia_sound.png) no-repeat 70px 0;
}
#multimedia_contents {
	clear:both;
}
#multimedia_contents dl {
	width:202px;
	padding:0 49px 25px;
	float:left;
}
#multimedia_contents dl.sound {
	background: url(../images/layout/sound_icon.png) no-repeat  234px 130px;
}
#multimedia_contents dt {
	width:202px;
	padding-bottom:4px;
}
#multimedia_contents dt a:hover img {
	border:solid 2px #330033; 
}
#multimedia_contents dt img {
	width:200px;
	height:120px;
	border:solid 2px #ebebd6; 
}
#multimedia_contents dd {
	font-size: 85% ;
	line-height:92%;
	width:200px;
	height:43px;
	display:block;
	overflow:hidden;
}
#multimedia_contents dl.sound dd {
	width:180px;
}
#backtoGallery {
	margin:5px 0 0 50px;
}
#backtoGallery a:visited {
	color: #0000ff;
	text-decoration:none;
}
#backtoGallery a:hover {
	color: #ff0000;
	text-decoration:underline;
}
#multimedia_center {
	margin:0 auto;
	text-align:center;
	width:741px;
	float:left;
}
#multimedia_center span#multimedia_title {
	font-size: 114%;
	display:block;
	font-weight:800;
	margin-bottom: 20px;
}
#multimedia_center object {
	display:block;
	width:310px;
	margin:0 auto 20px;
}
#arrow_prev {
	padding:200px 0 0 50px;
	width:33px;
	height:33px;
	display:block;
	float:left;
}
#arrow_prev a {
	text-indent:-100em;
	width:33px;
	height:33px;
	background: url(../images/layout/arrow_prev.png) no-repeat;
	display:block;
}
#arrow_prev a:hover{
	width:33px;
	height:33px;
	background: url(../images/layout/arrow_prev.png) no-repeat 0 -33px;
	display:block;
}
#arrow_next {
	padding:200px 50px 0 0;
	width:33px;
	height:33px;
	display:block;
	float:right;
}
#arrow_next a {
	text-indent:-100em;
	width:33px;
	height:33px;
	background: url(../images/layout/arrow_next.png) no-repeat;
	display:block;
}
#arrow_next a:hover{
	width:33px;
	height:33px;
	background: url(../images/layout/arrow_next.png) no-repeat 0 -33px;
	display:block;
}
.score_mandarins {
	color:#CC0000;
}
.title_bold {
	font-weight:800;
}
/*
How I Can Help ======================================
*/
#contribute {
	width:250px;
	height:50px;
	margin:20px 0 30px;
	text-align:center;
}
#contribute a{
	font-size:122%;
	line-height:40px;
	width:250px;
	height:40px;
	display:block;
	color:#FFFFFF;
	background-color:#0000ff;
}
#contribute a:hover{
	background-color:#330033;
}
#contribute_info dl{
	float:left;
	margin-right:30px;
}
/*
Gest Book ======================================
*/
#guestDesc {
	text-align:center;
	font-size:114%;
	margin-bottom:15px;
	font-weight:700;
}
table#guestBook td {
	padding-bottom:7px;
}
p#guestSubmit  {
	margin:10px 0 0 140px;
}
.guestTitle {
	padding-right:6px;
	text-align:right;
	width:140px;
}
#guestComment {
	vertical-align:top;
}
/*
Sidebar ======================================
*/
#sidebar {
	width:342px;
	float:right;
	overflow:hidden;
}
#quote {
	color:#330033;
	font:italic 122% Georgia, "Times New Roman", Times, serif;
	line-height:156%;
	width:322px;
	border:solid 1px #e1e1da;
	display:block;
	background: #edede6 url(../images/layout/quote_bg.png) no-repeat;
}
#quote blockquote{
	padding:20px;
}
#banner {
	text-align:center;
	width:322px;
	margin-top:20px;
	padding:30px 0;
	border-top:solid 4px #330033;
	border-bottom:solid 4px #330033;
}
#photos {
	margin-top:13px;
}
#photos img  {
	width:145px;
	height:87px;
	border:solid 1px #330033;
	background-color:#330033;
	overflow:hidden;
	margin:7px;
}
span#buttonMultimedia {
	margin-left:190px;
	width:130px;
	height:20px;
	display:block;
}
span#buttonMultimedia a {
	text-indent:-100em;
	width:130px;
	height:20px;
	background: #edede6 url(../images/layout/button_multimedia.png) no-repeat;
	display:block;
}
span#buttonMultimedia a:hover{
	width:130px;
	height:20px;
	background: #edede6 url(../images/layout/button_multimedia.png) no-repeat 0 -20px;
	display:block;
}
/*
audition ======================================
*/
#sec_navi {
width:525px;
padding-bottom:25px;
}
#sec_navi li{
	float:left;
	padding-bottom:5px;
}
#sec_navi li a{
	width:100px;
	height:20px;
	display:block;
	border-right:solid #999999 1px;
	text-align:center;
	line-height:20px;
}
/*
almni ======================================
*/
ul#mystory li{
	padding-bottom:30px;
}
ul#mystory img, #rememberthemagic img{
	float:left;
	padding:1px;
	margin-right:10px;
	border:solid 1px #CCCCCC;
}
ul#mystory dt {
	font-weight:bold;
}
#michelleyamazaki img {
	padding:1px;
	margin-top:10px;
	border:solid 1px #CCCCCC;
}
#michelleyamazaki dl dd {
	font-size:10px;
}
/*
footer ======================================
*/
#footerWrapper {
	clear:both;
	width:100%;
	padding-top:40px;
}
#footer {
	width:100%;
	padding:20px 0;
	border-top:solid #c5c5c5 1px;
}
#footer address{
font-weight:400;
	padding:0 20px;
	text-align:left;
	font-size: 92%;
}
#footer a:visited {
	color: #0000ff;
	text-decoration:none;
}
#footer a:hover {
	color: #ff0000;
	text-decoration:underline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}