/* @override 
	http://beta.mudisc.com/wordpress/wp-content/themes/mudisc/style.css */

@charset "utf-8";
/*
Theme Name: mudisc
*/

/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666
}

html, body, object, iframe, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
	color: #666
}

body{
	font-family: sans-serif;
	background: url(./images/bg.png) repeat;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

li{
	list-style-position: inside;
}

table{
	border-collapse: collapse;
}

table th,
table td{
	padding: 0.4em;
	border: 1px solid #ccc;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

a img {border: 0;}


/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}

.big, h4 {
	font-size: 22px;
	line-height: 30px;
}

body .normal{
	font: 16px/24px;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

.smaller {
	font-size: 11px;
	line-height: 16px;
}

.round{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.alignleft,
img.alignright,
img.aligncenter{
	float: right;
	background: #fff;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

img.alignleft{
	float: left;
}

img.aligncenter{
	display: block;
	margin: 10px auto;
	float: none;
}


img[title="headerimage"]{
	border: 0;
	display: block;
	margin-bottom: 20px;
	padding: 0;
	max-width: 100%;
}

p.note{
	color: #999;
}

.clearboth{
	clear: both;
}

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

.clearfix {
  min-height: 1px;
}


/* Button styles */
.button, .button:visited {
	background: #222 url(./images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 5px 0 0;
}
 
.button:hover							{ background-color: #111; color: #fff; 	text-decoration: none;}
.button:active							{ top: 1px; }
.small.button, .small.button:visited 			{ font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited 		{ font-size: 13px; 
											  font-weight: bold; 
											  line-height: 1; 
											  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
											  }
											  
.large.button, .large.button:visited 			{ font-size: 14px; 
												  padding: 8px 14px 9px; }
												  
.super.button, .super.button:visited 			{ font-size: 34px; 
												  padding: 8px 14px 9px; }

.pink.button, .magenta.button:visited		{ background-color: #e22092; }
.pink.button:hover							{ background-color: #c81e82; }
.green.button, .green.button:visited		{ background-color: #91bd09; }
.green.button:hover						    { background-color: #749a02; }
.red.button, .red.button:visited			{ background-color: #e62727; }
.red.button:hover							{ background-color: #cf2525; }
.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
.orange.button:hover						{ background-color: #d45500; }
.blue.button, .blue.button:visited		    { background-color: #2981e4; }
.blue.button:hover							{ background-color: #2575cf; }
.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
.yellow.button:hover						{ background-color: #fc9200; }
.gray.button, .gray.button:visited		{ background-color: #999999; }
.gray.button:hover						{ background-color: #888888; }


/* Search Form */
#branding #searchform {
	position: absolute;
	top: 10px;
	right:10px;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}

#branding label{
	display: none;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}


header#branding{
	width: 945px;
	margin: 15px auto;
	position: relative;
	height: 100px;
}

header#branding h1{
	font-size: 18px;
	position: absolute;
	top: -20px;
	left: -40px;
	padding: 0;
	background: url(/images/logo_medium.png) no-repeat 0 -140px;
	width: 370px;
	height:150px;
	text-indent: -9999px;
	position: relative;
}

header#branding #site-description{
	display: none;
}

nav#access{
	position: absolute;
	right: 0;
	top: 40px;
	background: #333;
	padding: 0 20px 0 0 ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 1px 8px #ccc;
	-webkit-box-shadow: 0px 1px 8px #ccc;
	background: #222 url(./images/overlay.png) repeat-x; 
}

nav#access h3{
	display: none;
}

nav#access li{
	float: left;
	margin: 0 0 0 20px;
	list-style: none;
	font-size: 14px;
	position: relative;
}

nav#access li a{
	display: block;
	float: left;
	font-size: 14px;
	color: #eee;
	font-family: 'Verdana', 'Arial', sans-serif;
	letter-spacing: 0.1em;
	padding: 14px 0;
}

nav#access li.menu-releases a:hover{
text-decoration: none;
cursor: pointer;
}

nav#access li ul.releases-inner{
	list-style: none;
	position: absolute;
	top: 35px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 1000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #999;
	display: none;
	padding: 0;
	width: 200px;
}

nav#access li ul li{
	float: none;
	margin: 0;
	list-style: none;
	font-size: 11px;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	height: inherit;
}

nav#access li ul li a{
	float: none;
	margin: 0;
	list-style: none;
	font-size: 13px;
	height: inherit;
	color: #555;
	font-weight: bold;
	padding: 0;
}

nav#access li ul li a span{
	display: block;
	font-weight: normal;
	color: #666;
	font-size: 11px;
}

nav#access li ul li a:hover{
	color: #333;
}


header#branding form#searchform{
	position: absolute;
	right: 0;
	top: 10px;
}

#main{
	width: 945px;
	margin: 0 auto;
}

#main #primary{
	width: 670px;
	padding: 0px;
	float: left;
}

#main #primary #content h1{
	font-size: 24px;
	line-height: 48px;
	margin:0 0 30px 0;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #666;
}

#main #primary #content h1 span{
	font-size: 13px;
	color: #999;
	letter-spacing: 0;
}

#main article{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

#main article h1{
	font-size: 20px;
	line-height: 60px;
	margin-bottom: 0.5em;
	color: #383833;
}

#main article .entry-meta{
	font-size: 11px !important;
	line-height: 16px;
	color: #999;
}

#main article .entry-content{
	font-size: 13px;
	padding: 20px 0;
}

#main article .entry-content p{
	line-height: 1.7em;
	margin-bottom: 1.5em;
}


/* styles for topics */

#main #topics{
	margin: 30px 0 10px;
}

#main #topics h2{
	font-size: 16px;
	color: #383833;
	float: left;
	line-height: 16px;
	margin-top: 10px;
}

#main #topics ul{
	padding: 0 0 10px 0;
	float: left;
	width: 600px;
	margin-left: 20px;
}

#main #topics li{
	font-size: 13px;
	line-height: 18px;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
	list-style: none;
	margin-top: 10px;
}


/* Styles for Blog */
article.category-blog .entry-content p{
	margin-bottom: 1.8em;
	font-size: 13px;
	line-height: 21px;
}

#main article.category-blog{
	margin: 0 50px 40px;
	padding: 40px 60px 60px;
	background: #fff;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

#main article.category-blog h1{
	line-height: 1.3em !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
}

#main #primary.single-column{
	width: 945px;
}

#main #events{
	margin: 0;
	padding: 0;
}

#main #events h2{
	font-size: 16px;
	line-height: 32px;
	color: #383833;
	margin-bottom: 1em;
}

#main .category-schedules,
#main article.block{
	width: 270px;
	float: left;
	margin: 0 0 20px 20px;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

#main article.block img{
	display: block;
	margin-bottom: 8px;
}

#main .category-schedules .entry-header h1 span,
#main article.block .event-date{
	width: 270px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background: #ff6666 url('./images/overlay.png') repeat-x;
	font-size: 13px;	
	padding: 0.5em 0;
	font-weight: bold;
	margin-bottom: 10px;
}

#main article.block .is-open{
	display: block;
	position: absolute;
	height: 56px;
	width: 79px;
	top: -13px;
	right: -6px;
	background: url(./images/is-open.png) no-repeat 0 0;
	text-indent: -9999px;
}

#main article.block .entry-title{
	font-size: 18px;
	line-height:30px !important;
	padding: 0 !important;
	margin: 0 !important;
}

#main article.block .entry-meta{
	text-align: center;
	font-size: 13px;
	margin: 8px 0;	
}

#main article.block .entry-meta{
	text-align: center;
	font-size: 13px;
	margin: 8px 0;	
}

#main article.block .entry-content{
	padding: 10px 0;
}

#main article.block footer.entry-meta{
	text-align: center;
	font-size: 13px;
	margin: 0;
}


#main .category-schedules{
	width: inherit;
	float: none;
	margin: 0 50px;
}

#main .category-schedules .entry-title{
	margin-bottom: 10px !important;
}

#main .category-schedules .entry-header h1 span.date{
	width: inherit;
	padding: 10px !important;
	color: #fff !important;
	margin: 0 !important;
	font-size: 18px !important;
}


#main .category-schedules .event-meta{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

#main .category-schedules .event-meta span{
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
}

#main .category-schedules .event-meta span.place{
	background: url(./images/house.png) no-repeat 0 50%;
	padding-left: 20px;
	padding-right: 10px;
}

#main .category-schedules .event-meta span.open{
	background: url(./images/clock.png) no-repeat 0 50%;
	padding-left: 20px;
	padding-right: 10px;
}

#main .category-schedules .event-meta span.fee{
	background: url(./images/money_yen.png) no-repeat 0 50%;
	padding-left: 20px;
	padding-right: 10px;
}

#main .category-schedules .entry-content{
	padding: 20px;
}

#main .category-schedules .entry-content p{
	margin-bottom: 0.8em;
}


/* styles for Home */
.home #main-copy{
	height: 300px;
	text-indent: -9999px;
}

.home #main #events-wrapper{
	padding: 0 0 0 10px;
	width: 660px;
}

.home #main #events-wrapper .block{
	width: 190px;
	margin: 0 10px 10px 0;
	float: left;
	padding: 10px;
}

.home #main .category-schedules .entry-header h1 span,
.home #main article.block .event-date{
	width:190px;
}

.home #main #events-wrapper .block .entry-title{
	font-size: 16px !important;
	line-height: 21px !important;
}


.home #main #events-wrapper .block img{
	width: 190px;
	height: 190px;
}

.home #main #events-wrapper .block.more{
	
}

#top-banner{
	position: relative;
	margin: 30px 0px 60px;
	height:300px;
}

#top-banner-mask{
	position: relative;
	height:300px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	padding: 0;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}

#top-banner-inner{
	position: relative;
	height:300px;
}

#top-banner	a.banner{
	background:url(./images/topbnr_acquisition.png) no-repeat 0 0;
	display: block;
	width: 945px;
	height: 300px;
	position: absolute;
	text-indent: -9999px;
	border: 0;
}

#top-banner	a.banner.acquario{
	background:url(./images/topbnr_acquario.png) no-repeat 0 0;
}

#top-banner #top-banner-next,
#top-banner #top-banner-prev{
	position: absolute;
	width: 30px; height: 30px;
	background: url(/images/fancybox/fancy_nav_right.png) no-repeat 50% 50%;
	top: 140px;
	right: 5px;
	text-indent: -9999px;
}

#top-banner #top-banner-prev{
	left: 5px;
	background: url(/images/fancybox/fancy_nav_left.png) no-repeat 50% 50%;
}


/* styles for singlar-wide */
article#post-29 .description{
	width: 80%;
	margin: 0 auto;
}

article#post-29 table{
	width: 100%;
}

article#post-29 table th{
	background: #eee;
	width: 25%;
}


article#post-29 dl dt{
	font-weight: bold;
}

article#post-29 h3{
	clear: both;
	font-size: 18px;
	line-height: 24px;
	color: #f63 !important;
	margin: 2em 0 1em !important;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}

article#post-29 dl dd{
	padding-left: 2em;
	margin: 0.5em 0 1em;
}


div#secondary,
aside#submenu{
	width: 250px;
	float: right;
	list-style: none;
}


aside#submenu li a{
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	-webkit-text-shadow: 1px 1px 1px #000;
}


/* Styles for contact form */

.page-id-107 #main #primary,
.page-id-20 #main #primary{
	width: 100%;
}

.page-id-107 #main #primary article,
.page-id-20 #main #primary article{
	border: 0;
}

form.wpcf7-form{
	margin: 0 auto;
	width: 500px;
}
form.wpcf7-form h3{
	font-size: 16px;
	line-height: 22px;
	margin: 1em 0 0.5em;
}

form.wpcf7-form input,
form.wpcf7-form textarea{
	padding: 0.5em;
	font-size: 120%;
}

form.wpcf7-form .artists{
	display: block;
	background: #ddeeee;
	border: 1px solid #ccdddd;
	padding: 1em;
	font-size: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}


/* Styles for Social Buttons */
.social-buttons{
	clear: both;
	padding: 8px;
	margin: 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background: #eeeeee;
}

.social-buttons div{
	float: left;
	padding: 0;
	height: 20px;
}

.social-buttons div.date{
	font-size: 13px;
	line-height: 20px;
	padding-right: 0.5em;
	color: #ccc;
}

.social-buttons div.facebook_like{
	width: 200px;
}


body.single #primary,
body.blog #primary{
	width: 600px;
	margin: 0 auto;
	float: none !important;
	font-size: 18px;
}

body.single #primary article,
body.blog #primary article{
	border: 1px solid #ccc;
	padding: 40px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #ddd;
}

body.single #main #primary #content article h1,
body.blog #main #primary #content article h1{
	line-height: 1.4em;
	margin: 0 0 0.5em;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
	left: -3px;
	margin-top: 10px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:950px;
	overflow:hidden;
	position:relative;
	display:none;
	padding: 0;
	margin: 0;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:950px;
	height: 300px;
	display:block;
	padding: 0;
	margin: 0;
	
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:115px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left: 950px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width: 950px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

#slides .caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:31px;
	padding:4px 10px 0 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:950px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff !important;
	border-top:1px solid #666;
	text-shadow:none;
}

#slides .caption p{
	color:#fff !important;
	font-size: 13px;
	margin-top: 5px;
}

#slides .caption span.release{
	color: #fff;
	background: #333;
	display: inline-block;
	padding: 4px;
	font-size: 11px;
	line-height: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

/* styles for footer */

footer{
	text-align: center;
	font-size: 11px;
	padding:0px 0 40px;
}