@charset "UTF-8";
/* CSS Document */
body {font-size: 100%; 
	font: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color: #444;
}

/* HEADER */
.header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 auto;
	padding: 0 0; 
	height: 55px;
	z-index: 3;
}
.logo {
	margin: 0px 0px 0px 0px;
	left: 50%;
	margin-left:-480px;
	position: relative;
	margin-bottom: 0px;
	padding: 10px 10px;
	display: block;
	float: left;
	width: 600px;
	height: 33px;
}

.navigation {
	margin: 0px 0px 0px 0px;
	left: 50%;
	margin-left:-260px;
	margin-top: 20px;
	position: relative;
	padding: 0px 0px;
	display: block;
	float: left;
	height: 33px;
}
	
.navigation a:link, .navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 5px 5px 10px;
	padding: 0 0 3px 0;
}

.navigation a:hover, .navigation a:active, .navigation a:focus {
	color: #FF3000;
	border-bottom: 2px solid #FF3000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}


/* FIRST CAROUSEL - THE "UP" SHOWS */

/* COMING SOON, CURRENT TITLE */
.headline {
	margin: 0px 0px;
	line-height: 18px;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B2B2B2;
	z-index: 0;
}

/* TITLES AND HEADINGS */

.title {
	margin: 0px 0px;
	letter-spacing: 1px; 
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps; 
	text-transform: none;
	float: left;
	z-index: 0;
}

.location{
  display:block;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-style: italic;
  z-index: 0;
  position: relative;
  margin-top: 3px;
  margin-left: 5px;
}

.date{
  display:block;
  clear: both;
  font: mplus-1p-regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  z-index: 0;
  position: relative;
  margin-top: 3px;
  margin-bottom: 5px;
}

/* CAROUSEL STYLE - DEFINING THE BOXES */
.infiniteCarousel {
  font: mplus-1p-regular, Arial, Helvetica, sans-serif;
  width: 950px;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.infiniteCarousel .wrapper {
  width: 950px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 350px;
  position: relative;
  top: 0;
  text-align: center;
  z-index: 0;
}

.infiniteCarousel ul a img {
  border: 0px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 0;
}

.infiniteCarousel .wrapper ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:50px 0px 0px 0;
  padding:0 0 0 0;
  float: left;
  z-index: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 5px;
  height: 227px;
  width: 227px;
  text-align: left;
  z-index: 0;
}

.infiniteCarousel ul li a img {
  display:block;
  z-index: 0;
  width: 227px;
  height: 227px;
}

.infiniteCarousel ul li a:link, .infiniteCarousel ul li  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #444;
	z-index: 0;
}

.infiniteCarousel ul li a:active,  .infiniteCarousel ul li a:hover {
	color: #ff3000;
}

/* PAST SHOW STYLE */

/* PAST MENU */
.past_title {
	margin: 0px 0px;
	line-height: 18px;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B2B2B2;
	padding: 5px;
}

/* PAST BOXES */
.menu {
  font: Arial, Helvetica, sans-serif;
  width: 950px;
  position: relative;
  margin: 0 auto;
}
.menu .wrapper {
  width: 950px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 500px;
  position: relative;
  top: 0;
  text-align: left;
}

.menu ul a img {
  border: 0px solid #000;
  opacity: 1;
}
.menu .wrapper ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0px 0px 25px;
  padding:0 0 0 0;
  float: left;
}
.menu ul li {
  display:block;
  float:left;
  padding: 4px;
  height: 87px;
  width: 87px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  position: relative;
  text-align: center;
  
}
.menu ul li a img {
  display:block;
  height: 87px;
  width: 87px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	float: left;
	position: relative;
	text-align: center;
}

.menu li em {
	width: 120px;
	height: 35px;
	position: absolute;
	top: 92px;
	left: -13px;
	text-align: center;
	padding: 0px 0px 0px;
	font-style: normal;
	z-index: 2;
	display: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444;
}
.menu li a:link, .menu ul li  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #444;
}

.menu ul li a:active,  .menu ul li a:hover {
	color: #ff3000;
}

#noimage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 11px;
	position: relative;
	display: block;
}




/* TOP NAVIGATION SLIDE PANEL */

#panel {
	background-image: url(../images/header_panelbg2.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 100%;
	height: 125px;
	display: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 2;
}

#panel .wrapper {
	position: relative; 
	left: 50%; 
	margin-left: -480px; 
	width: 1000px; 
	background-image:url(images/header_panelbg.png); 
	background-repeat: repeat-x; 
	z-index: 1;
}

#panel a:link, #panel a:visited {
	text-decoration: underline;
	color: #908f8e;
}
#panel a:active, #panel a:focus, #panel a:hover {
	text-decoration: none;
	color: #FF3000;
	background-color: #FFF;
}
.btn-slide {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
}

#panel h1{
	color: #c5c2b5;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#panel h2{
	color: #908f8e;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
}

#panel h3{
	color: #908f8e;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
}

#panel h4{
	color: #b900da;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
}
#panel .block{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 370px;
	display: block;
	float: left;
}

#panel .block2{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 170px;
	display: block;
	float: left;
}

.active {
	color: #FF3000;
	border-bottom: 2px solid #FF3000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}


/* CONTACT SLIDE PANEL */

#contact-panel {
	background-image: url(../images/header_panelbg3.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	display: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 2;
}

#contact-panel .wrapper {
	 position: relative; 
	 left: 50%; 
	 margin-left: -480px; 
	 width: 900px; 
	 background-image:url(images/header_panelbg.png); 
	 background-repeat: repeat-x; 
	 z-index: 1;
}

#contact-panel a:link, #contact-panel a:visited {
	text-decoration: underline;
	color: #908f8e;
}
#contact-panel a:active, #contact-panel a:focus, #contact-panel a:hover {
	text-decoration: none;
	color: #FF3000;
	background-color: #FFF;
}
.contact-slide {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
}

#contact-panel h1{
	color: #c5c2b5;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contact-panel h2{
	color: #908f8e;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
}
#contact-panel .block{
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
	width: 900px;
	display: block;
	float: left;
}





/* SHOW CONTENT */

#contentWrapper {
	position: relative;
	margin: 0 auto;
	color: #444;
	height: 100%;
}

#contentWrapper .wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 20px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentWrapper .block img {
	float: right;
	position: relative;
	display: block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	max-width: 540px;
	margin: 0px 0px 5px 5px;
}
#contentWrapper .block {
	min-width: 300px;
	max-width: 540px;
	background-color: #FFF;
	position: relative;
	display: block;
	padding: 10px;
	text-align: justify;
	margin: 10px 0px 10px 0px;
	border-left: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
}

#contentWrapper .block h1 {
	color: #c5c2b5;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentWrapper .featured_artists {
	line-height: 16px;
	display: block;
	padding: 5px 0px 5px 0px;
	background-color: #FF0;
}
#content {
	margin-top: -10px;
	padding: 0 0 0 0;
	position: relative;
}

.demo {
  margin:0;
  padding:0;
  position:relative
}

.collapse {
	display: block;
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

.expand {
	padding: 0px 0px 0px 0px;
	display: block;
	clear: both;
	}

#switch, .switch {margin-bottom:5px; text-align:right; display: none;}

.expand a {
  display:block;
  font-size: 12px;
}
.expand a:link, .expand a:visited {
  background-image:url(../images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
  text-decoration: none;
  padding: 0px 0px 7px 0px;
  
}
.expand a:hover, .expand a:active, .expand a:focus {
  color: #FF3000;
  text-decoration: none;
  padding: 0px 0px 5px 0px;
  border-bottom: 2px solid #FF3000;
}
.expand.open a:link, .expand.open a:visited {
  background:#FFF url(../images/arrow-up.gif) no-repeat 98% 50%;
  color: #FF3000;
  text-decoration: none;
  padding: 0px 0px 5px 0px;
  border-bottom: 2px solid #FF3000;
}


#contentWrapper .right_block {
	position: relative;
	float: right;
	max-width: 350px;
	background-color: #FFF;
	display: block;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-left: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
#contentWrapper .right_block img {
	float: right;
	position: relative;
	display: block;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	max-width: 350px;
}

#contentWrapper .right_block img a:link, .right_block img a:visited {
	max-width: 50px;
	padding: 2px;
	border-bottom: 2px solid #FF3000;
}

#contentWrapper .right_block img a:hover, .right_block img a:active, .right_block img a:focus {
	max-width: 50px;
	padding: 2px; 
	border: 2px solid #FF3000;
}

@font-face
{
font-family: mplus-1p-regular;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-regular.ttf')
     format("truetype");
}
