body {
	background: #9db1b6 url(/img/bg_main.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#000;
}

a {
	color: #663366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	margin-bottom: 2px;
	overflow: hidden;
}

#nav {
	background-color: #fff;
	padding: 10px 0 10px 0;
	overflow: hidden;
	clear: both;
}

#nav ul {
	float: left;
}

#nav ul li {
	display: inline;
	float: left;
}

#nav ul li a {
	display:block;
	overflow: hidden;	
	text-indent: -9999px;
	font-size: 1px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav ul li a.active, #nav  li a:hover  {
    background-position: 0px -19px;
}

#nav li.home a {
	width: 80px;
	background-image: url('/img/nav/nav_home.png');
}

#nav li.about a {
	width: 82px;
	background-image: url('/img/nav/nav_about.png');
}

#nav li.news a {
	width: 76px;
	background-image: url('/img/nav/nav_news.png');
}

#nav li.schedule a {
	width: 109px;
	background-image: url('/img/nav/nav_schedule.png');
}

#nav li.press a {
	width: 78px;
	background-image: url('/img/nav/nav_press.png');
}

#nav li.gallery a {
	width: 155px;
	background-image: url('/img/nav/nav_gallery.png');
}

#nav li.multimedia a {
	width: 128px;
	background-image: url('/img/nav/nav_multimedia.png');
}

#nav li.recordings a {
	width: 128px;
	background-image: url('/img/nav/nav_recordings.png');
}

#nav li.contact a {
	width: 103px;
	background-image: url('/img/nav/nav_contact.png');
}

#logo {
	background-color: #fff;
	width: 940px;
}

h1.logo {
	background:transparent url(/img/logo.gif) no-repeat scroll left top;
}

h1.logo a {
display:block;
height:126px;
text-indent:-9999px;
width:940px;
}

#home_anim {
	overflow: hidden;
}

.home_anim {
	background-color: #fff;
	overflow: hidden;
	height: 350px;
	border-bottom:1px solid #c9b2c1;
	padding-bottom: 10px;
}

#content_wrapper {
	overflow: hidden;
	background-color: #fff;
	border-bottom:1px solid #000;
	padding-top: 20px;
}

#main {
	padding-left: 20px;
}

#main h2 {
	float: left;
	display: block;
}

#main h2.contact {
	background:transparent url(/img/head_contact.png) no-repeat scroll left top;
	margin-bottom: 20px;
}

#main h2.contact a {
	display:block;
	height:33px;
	text-indent:-9999px;
	width:181px;
}

#main h2.news {
	background:transparent url(/img/head_news.png) no-repeat scroll left top;
	margin-bottom: 20px;
}

#main h2.news a {
	display:block;
	height:26px;
	text-indent:-9999px;
	width:124px;
}

#main h2.recordings {
	background:transparent url(/img/head_recordings.png) no-repeat scroll left top;
}

#main h2.recordings a {
	display:block;
	height:44px;
	text-indent:-9999px;
	width:226px;
}

#main h2.multimedia {
	background:transparent url(/img/head_multimedia.png) no-repeat scroll left top;
	margin-bottom: 20px;
}

#main h2.multimedia a {
	display:block;
	height:33px;
	text-indent:-9999px;
	width:238px;
}

#main h2.gallery {
	background:transparent url(/img/head_gallery.png) no-repeat scroll left top;
	margin-bottom: 20px;	
}

#main h2.gallery a {
	display:block;
	height:44px;
	text-indent:-9999px;
	width:146px;
}

#main h2.press {
	background:transparent url(/img/head_press.png) no-repeat scroll left top;
	margin-bottom: 20px;
}

#main h2.press a {
	display:block;
	height:33px;
	text-indent:-9999px;
	width:127px;
}

#main h2.schedule {
	background:transparent url(/img/head_schedule.png) no-repeat scroll left top;	
}

#main h2.schedule a {
	display:block;
	height:33px;
	text-indent:-9999px;
	width:178px;
}

#main h2.about {
	background:transparent url(/img/head_about.png) no-repeat scroll left top;	
}

#main h2.about a {
	display:block;
	height:33px;
	text-indent:-9999px;
	width:124px;
}

#main h2.release {
	clear: both;
	margin-bottom: 20px;
	background:transparent url(/img/head_release.png) no-repeat scroll left top;	
}

#main h2.release a {
	display:block;
	height:34px;
	text-indent:-9999px;
	width:392px;
}

#main ul {
	margin-top: 16px;
	float: left;
	margin-left: 20px;
}

#main ul.subnav li {
	font-size: 16px;
	display: inline;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #000;
}

#main ul.subnav li:last-child {
	border: none;
}

#main ul.subnav li a {
	color: #990066;
}

#main ul.subnav li.active a {
	color: #000;
}

#main .item {
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-bottom: 30px;
	float: left;
	width: 600px;
}

#main .head_wrap {
	overflow: hidden;
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 600px;
}

.noborder {
	border: none !important;
}

#main .item a.more {
	color: #000;
	padding: 1px 4px;
	background-color: #dcc9d5;
}

#main .item a.more:hover {
	text-decoration: none;
	color: #dcc9d5;
	background-color: #000;
}

#main .item p {
	line-height: 19px;
	margin-bottom: 12px;
}

#main .item p a {
	color: #993366;
}

#main .item h3 {
	font-weight: normal;
	color: #663366;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0px;
}

#main .rec h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main .item h5 {
	font-weight: normal;
	color: #663366;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 12px;
}

#main .item h5.press { 
	color: #000;
}

#main .nodate h3 {
	margin-bottom: 15px;
}

#main .item h3 a:hover {
	text-decoration: none;
}

#main .item h4 {
	font-weight: normal;
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 15px;
}

#main img.left {
	border: 1px solid #9b9b9b;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 12px;
}

#calendar {
	margin-top: 20px;
	clear: both;
}

#calendar h1 {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: normal;
}

#calendar .event {
	overflow: hidden;
	margin-bottom: 30px;
}

#calendar .event .type {
	color: #990066;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 2px;
}

#calendar .event .location {
	font-weight: bold;
	line-height: 23px;
	font-size: 20px;
	margin-bottom: 11px;
}

#calendar a {
	color: #000;
}

#calendar .dates {
	text-transform: uppercase;
	font-weight: bold;
}

ul.photos{
	margin-left: 0 !important;
	clear: both;
	float:left;
	width:600px;
}

ul.photos li{
	float:left;
	background:url(/img/bg-disc.png) no-repeat 0 0;
	padding:0 6px 6px 0;
	width:auto;
	margin:0 10px 10px 0;
}

ul.photos li img{
	margin:0;
	border:1px solid #fff;
}

ul.multimedia, ul.recordings {
	width: 600px;
	float: left;
	margin-left: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0px;
}

ul.recordings {
	margin-top: 0px !important;
}

ul.multimedia h3, ul.recordings h3 {
	font-size: 14px !important;
	font-weight: bold !important;
	margin-bottom: 2px !important;
	margin-top: 0 !important;
	line-height: 15px !important;
}

ul.multimedia p, ul.recordings p {
	line-height: 18px;
	margin-bottom: 12px;
}

ul.multimedia li, ul.recordings li {
	display: block;
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.recordings a.buy {
	color: #990066;
	font-weight: bold;
}

ul.recordings a.buy:after {
	content: " \0BB";
}

.sideimg {
	height: 315px;
	margin-bottom: 15px;
}

.sidebox {
	border-top: 1px solid #9a3568;
	overflow: hidden;
	background: #fff url(/img/bg_sidebar.png) repeat-x;
	margin-bottom: 28px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.sidebox p {
	margin-bottom: 12px;
}

.sidebox ul.thumbs {
	overflow: hidden;
	margin-bottom: 12px;
}

.sidebox ul.thumbs li {
	display: block;
	float: left;
	margin-right: 10px;
}

.sidebox a.more {
	font-weight: bold;
}

.sidebox a.more:after {
	content: " \0BB";
}

.causes {
	color: #333;
}

.sidevideo h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.causes p, .sideaudio p {
	font-size: 12px;
}

.causes h4 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 12px;
}

.causes h3 {
	background:transparent url(/img/sh_causes.png) no-repeat scroll left top;
	margin-bottom: 20px;
	display:block;
	height:18px;
	text-indent:-9999px;
	width:200px;	
}

.sideaudio h3 {
	background:transparent url(/img/sh_audio.png) no-repeat scroll left top;
	margin-bottom: 20px;
	display:block;
	height:18px;
	text-indent:-9999px;
	width:200px;	
}

.sidevideo h3 {
	background:transparent url(/img/sh_videos.png) no-repeat scroll left top;
	margin-bottom: 20px;	
}

.sidevideo h3 a {
	display:block;
	height:18px;
	text-indent:-9999px;
	width:200px;
}

.sidevideo p {
	font-size: 11px;
}

.stay_connected h3 {
	background:transparent url(/img/sh_connected.png) no-repeat scroll left top;
	margin-bottom: 20px;
	display:block;
	height:18px;
	text-indent:-9999px;
	width:200px;	
}


.stay_connected ul li {
	height: 16px;
	margin-bottom: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}

#sidebar .subnav {
	margin-bottom: 45px;
	border-top:2px solid #000;
}

#sidebar .subnav ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform:uppercase;
}

#sidebar .subnav a {
	background-color: #000;
	display: block;
	color: #ffffff;
	padding: 5px 5px 15px 5px;
}

#sidebar .subnav a:hover {
	background-color: #663366;
	text-decoration: none;
}

#footer {
	overflow: hidden;
	margin-bottom: 30px;
	clear: both;
}

#footer_wrapper {
	overflow: hidden;
	background-color: #fff;
	padding-top: 3px;
}

#foot {
	padding: 5px 0;
	background-color: #000;
	color: #fff;
	margin-top: 0px;
	text-align: center;
}

#footer #foot a {
	text-decoration: underline;
}

#footer #foot ul li {
	font-size: 12px;
	border-right:1px solid #fff;
	display:inline;
	padding:0 10px;
}

#footer #foot ul li:last-child {
	border: none;
	white-space: nowrap;
}

/*--form-section--*/
.form-section{
	margin-top: 10px;
	overflow:hidden;
	width:100%;
}
.form-section .row{
	width:100%;
	overflow:hidden;
	padding:8px 0;
}
.form-section label{
	float:left;
	width:91px;
	color:#030206;
	padding:0 5px 0 0;
	font:12px/19px Arial, Helvetica, sans-serif;
}

.form-section label.error {
	margin-left: 95px;
	width: 220px;
	color: #993366;
	font-weight: bold;
}

.checkrow {
	margin-left: 95px;
}

.checkrow label {
	width: 240px;
}

.checkrow input {
float: left;
margin-right: 10px;
}

.form-section .text{
	float:left;
	width:205px;
	color:#030206;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #cecece;
	padding:1px 5px;
}
.form-section .row div{float:left;}
* html .form-section .row div{
	height:1%;
	margin:0 0 0 ;
	overflow:visible;
}
.check-cell{
	float:none;
	overflow:hidden;
	width:100%;
	padding:0 0 15px;
}
.form-section .inp-txt{
	display:block;
	width:220px;
	height:100px;
	overflow:auto;
	margin:0 0 20px;
	color:#030206;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #545768;
	padding:2px 5px;
}
.form-section .inp-select{
	float:left;
	width:225px;
	color:#030206;
	font:12px Arial, Helvetica, sans-serif;
}
.form-section .check{
	float:left;
	width:16px;
	height:16px;
	margin:2px 13px 0 0;
}
* html .form-section .check{margin-right:10px;}
.form-section .check-cell label{
	display:block;
	overflow:hidden;
	float:none;
	width:auto;
}
.form-section .btn{
	float:left;
	clear:both;
	cursor:pointer;
}

.admintable {
border-collapse:collapse;
}

.admintable td {
	padding-bottom: 12px;
}