@charset "utf-8";
/* CSS Document */
.home
{
	background-image: url(../images/home-header-background.png);
	background-repeat:repeat-x;
}
.livingarts
{
	background-image: url(../images/living-arts-header-background.png);
	background-repeat:repeat-x;
}
.playbackensemble
{
	background-image: url(../images/ensemble-header-background.png);
	background-repeat:repeat-x;
}
.healingwoundsofhistory
{
	background-image: url(../images/healing-header-background.png);
	background-repeat:repeat-x;
}
.pagewidth
{
	width:1000px;
	margin:0 auto;
}
.floatleft
{
	float:left;
}
.clearleft
{
	clear:left;
}
a.homelink
{
	font-size:16px;
	color:#a9a8a8;
	text-decoration:none;
	margin-right:50px;
	margin-left:15px;
}
a.homelink:hover
{
	color:#4a4949;
}
li.livingarts-splash
{
	background-image:url(../images/living-arts-splash.png);
}
li.ensemble-splash
{
	background-image:url(../images/ensemble-splash.png);
}
li.healing-splash
{
	background-image:url(../images/healing-splash.png);
}
.copyright
{
	margin-left:80px;
	text-align:right;
	width:500px;
	float:left;
}
div.footerlinks
{
	width:400px;
	float:left;
}
div.content-holder
{
	margin-bottom:0;
	font-size:12px;
}
.blogwidth
{
	width:530px;
}
a.more
{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
a.more:hover
{
	color:#b6fff6;
}
.eventswidth
{
	width:350px;
}
.text-holder
{
	width:620px;
	margin-left:30px;
	padding-right:20px;
	border-right:dashed 1px #dbdbdb;
	color:#2b2b2c;
	min-height:400px;
	_height:400px;
}
.events-listing
{
	width:270px;
	margin-left:20px;
	padding-top:30px;

}
.events-listing a
{
	text-decoration: none;
	color:black;
	font-weight: bold;
}
.livingarts-events
{
	background-image:url(../images/livingarts-events.png);
	background-repeat:no-repeat;
}
.ensemble-events
{
	background-image:url(../images/ensemble-events.png);
	background-repeat:no-repeat;
}
.healing-events
{
	background-image:url(../images/healing-events.png);
	background-repeat:no-repeat;
}
.events-content
{
	margin:0 auto;
	width:280px;
	padding-top:15px;
	text-align:left;
	color:#ffffff;
	
}
.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
#mygallery, #ccmygallery, #petmygallery, #hwhmygallery
{
	overflow:hidden;
}
#banner_container
{
	/*width: 930px;*/
	height: 348px;
	position: relative;
}
#banner_container img
{
	/*width: 930px;
	height: 230px;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

img.show
{
	display: none;
	z-index: 1 !important;	
}
.rightmargin
{
	margin-right:24px;
}


.livingarts-events
{
	background-image:url(../images/livingarts-events.png);
	background-repeat:no-repeat;
}
.ensemble-events
{
	background-image:url(../images/ensemble-events.png);
	background-repeat:no-repeat;
}
.healing-events
{
	background-image:url(../images/healing-events.png);
	background-repeat:no-repeat;
}
.events-content
{
	margin:0 auto;
	width:280px;
	padding-top:15px;
	text-align:left;
	color:#ffffff;
}
#marqueeContainer
{
	height:220px;
	overflow:hidden;
	margin: 0 auto;
	position:relative;
}

