/* Core selectors */

body {
	font-family: Helvetica, Arial, sans-serif;
	background: url("/images/skin/gradient.gif") repeat-x 0 0 #e1eaf3;
	margin: 0 0 25px 0;
	z-index: 0;
	border-left-width: 1;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

h5 {
  margin: 0;
  padding: 1px 10px;
  height: 15px;
  font-weight: normal;
  font-size: 14px;
  text-transform: lowercase;
  color: #fff;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

td {  
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/* Layout */

#page {
  width: 975px;
  margin: 0 auto;
  padding: 0;
}

#content {
  width: 950px;
  background: #fff;
  margin: 0px 0px 0px 18px;
}

#logo {
  float: left;
  position: absolute;
  z-index: 100;
  margin: 0 0 0 50px;
}

.three_column {
  background: url("/images/skin/background/three_column.gif");
}

/* Nav menu */

#nav {
  background: url("/images/skin/nav_wider.gif") repeat-x 0 0;
  width: 965px;
  height: 26px;
  line-height: 22px;
  padding: 0 20px 0 0;
  text-align: right;
	margin: 0;
}

#nav li {
  display: inline;
  font-size: 15px;
  margin-right: 13px;
}

#nav li a {
  color: #ccc;
}

#nav li a#join:hover {
  color: #f20723;
  text-decoration: none;
}


/* Breadcrumb */

#breadcrumb {
  width: 950px;
  height: 23px;
  background: url("/images/skin/breadcrumb_wide.gif") repeat-x 0 0;
  border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	margin-left: 18px;
}

#breadcrumb * {
  padding: 0;
  margin: 0;
}

#breadcrumb ul {
  height: 20px;
  line-height: 25px;
  margin: 0;
  padding-right: 8px;
  text-align: right;
}

#breadcrumb li {
  display: inline;
  line-height: 20px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  text-transform: lowercase;
}

#breadcrumb li a {
  color: #666;
}

#breadcrumb li a:hover {
  color: #333;
}

*#breadcrumb #title {
  float: left;
  clear: none;
  padding-left: 100px;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}
  
#breadcrumb object#title {
  margin-left: 120px;
  padding-left: 0;
}

#breadcrumb img {
  margin: 4px;
  float: right;
}

/* Header */
#header {
	margin-left: 18px;
}

/* Sidebar panels */

.panel {
}

.panel h5 {
  padding: 0 0 2px 8px;
}

.panel ul li {
  font-size: 12px;
  list-style: none;
}
.red a, .green p, .green h6 .green ul li a {
  color: #f80a1a;
}

.green {
  background: url("/images/skin/panel/green.gif") repeat-x;
}

.green a, .green p, .green h6 .green ul li a {
  color: #6A6807;
}

.purple {
  background: url("/images/skin/panel/purple.gif") repeat-x;
}

.purple a, .purple p, .purple h6, .purple ul li a {
  color: #632c54;
}

.blue {
  background: url("/images/skin/panel/blue.gif") repeat-x;
}

.blue a, .blue p, .blue h6, .blue ul li a {
  color: #56586a;
}

.gray {
  background: url("/images/skin/panel/gray.gif") repeat-x;
}

.gray a, .gray p, .gray h6, .gray ul li a {
  color: #666;
}

.black {
  background: url("/images/skin/panel/gray.gif") repeat-x;
}

.black a, .black p, .black h6, .black ul li a {
  color: #000;
}


/* Stories */

.stories a {
  color: #000;
}

.story {  
  overflow: hidden;
  font-size: 11px;
  color: #fff;
  height: 54px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.story p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.story strong {
  display: block;
  margin: 0;
  bottom: 0;
  padding-top: 3px;
}

.story a {
  font-weight: bold;
}

.story img {
  float: left;
  margin-right: 10px;
}

.nopic {
  padding: 0 0 0 8px;
}

.date {
  color: #555;
}
  
.caption {
  color: #555;
}

.photo-frame { 
  width: 450px;
  background-color: #d5d5d5;
  color: #434047;
  font: 11px Verdana;
  border: 1px solid #bdbdbd;
  vertical-align: 14px;
  margin: 0 0 15px 20px;
}

.artist_frame_2 {
  width: 302px;
  z-index: 100;
  margin: 0 0 0 20px;
}

.artist_frame_2 ul {
  background-color: #d5d5d5;
  border: 1px solid #bdbdbd;
  height: 100px;
  display: block;
  margin: 0;
  padding: 0;
}

.artist_frame_2 li { 
  width: 150px;
  color: #434047;
  font: 11px Verdana;
  list-style: none;
  display: inline;
  float: left;
  padding: 1px;  
}

.artist_frame_3 {
  width: 452px;
  z-index: 100;
  margin: 0 0 0 20px;
}

.artist_frame_3 ul {
  background-color: #d5d5d5;
  border: 1px solid #bdbdbd;
  height: 100px;
  display: block;
  margin: 0;
  padding: 0;
}

.artist_frame_3 li { 
  width: 150px;
  color: #434047;
  font: 11px Verdana;
  list-style: none;
  display: inline;
  float: left;
  padding: 0;  
}

/* Roster strip */

#roster_strip {
  width: 780px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #000;
}

#roster_strip img {
  height: 85px;
  margin: 4px 0 1px 1px;
  padding: 0;
}
  
#roster_strip_with_names {
  width: 780px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #000;
}

#roster_strip_with_names ul {
  margin: 0;
  padding: 0;
  height: 100px;
  width: 780px;
  background: #000;
}

#roster_strip_with_names li {
  float: left;
  width: 156px;
  height: 108px;
  margin: 0;
  padding: 0;
  background: #000;
  list-style: none;
  text-align: center;
  color: #666;
  font-size: 11px;
}

#roster_strip_with_names img {
  height: 85px;
  margin: 4px 0 1px 1px;
  padding: 0;
}

#roster_strip_with_names a {
  color: #666;
}



/* Extra stuff */
  
.cleaner {
  clear: both;
  height: 0px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.pdf {
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 2px;
}

.img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

a.link { 
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

#musicworld_flash {
  z-index: -1;
  margin: 0;
  padding: 0;
  height: 340px;
  width: 310px;
}

.hide {
  display: none;
}


/* Footer */

#footer {
  width: 930px;
  padding: 10px;
  font-size: 11px;
  background-color: #ccc; /*cad1da*/
  border-bottom: 1px solid #666;
  clear: both;
  color: #777;
}

#footer a {
  color: #777;
}

#slogan {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 10;
  }

#sitemap {
  background: url('/images/skin/sitemap_wide.gif');
  height: 70px;
}

#sitemap ul {
  float: left;
  list-style: none;
  line-height: 1.2em;
  margin: 3px 30px 0 0;
  padding: 0;
}

#sitemap ul li {
  margin: 0;
	padding-right: 30px;
}

#sitemap ul li.heading {
  font-weight: bold;
}

#sitemap ul#about_bmi {
	margin-bottom: 0;
	margin-top: 3px;
	margin-left: 10;
}

#searcher {
  float: right;
  padding-left: 20px;
  width: 170px;
  position: relative;
	margin-right: 50px;
}

#repertoire {
  display: none;
  }

#searcher form {
  padding: 0;
  margin: 0;
  }
  
#searcher div {
  margin: 3px 0 0 3px;
  }

#searcher input[text] {
  font-size: 12px;
  width: 120px;
  display: inline;
  margin-right: 2px;
  }
  
#copyright {
  clear: both;
  margin-top: 10px;
  }

#copyright img {
  float: left;
  margin-bottom: 20px;
  margin-top: 2px;
  margin-right: 10px;
  vertical-align: middle;
}

#copyright span {
  color: #999;
  padding: 0 5px;
  }  

#copyright #notice {
  color: #888;
  display: inline;
  }


/* Admin edit links */

#edit_page {
  width: 900px;
  margin: 20px auto;
  padding: 0;
  font-size: 13px;
  color: #206BA4;
}

#edit_page a {
  font-weight: bold;
  color: #206BA4;
}

#edit_links {
  clear: both;
  float: right;
  color: #666;
  margin-right: 5px;
}

#admin_user {
  margin-left: 5px;
}


/* Preview article */

#preview {
  color: #fff;
  background-color: #369;
  border-bottom: 1px solid #333;
  vertical-align: middle;
  padding: 10px;
}

#back_to_edit {
  float: right;
  margin-top: 0;
  margin-right: 0;
}


/* Required fields */

.alert {
  color: red;
  font-size: 25px;
}

div.alert-box {
  border: 1px solid #ccc;
  font-size: 12px;
  margin: 20px 0px 20px 0px;
  background-color: #FF9;
}


/* Sidebar toggle */

.toggle {
  color: #999;
  font-weight: normal;
  float: right;
  margin: 2px 10px 0 0;
  font-size: 12px;
}

.toggle a {
  color: #fff;
  text-decoration: none;
}

.toggle a:hover {
  text-decoration: underline;
}

.panel h6 {
  font-size: 12px;
  font-weight: normal;
  margin: 12px 15px;
  cursor: pointer;
}

.panel h6:hover {
  cursor: pointer;
  color: #369;
  text-decoration: underline;
}

.panel .hide {
  display: none;
  margin: 0 16px;
}

.panel .hide ul {
  margin: 0;
  padding: 0;
}

.panel .hide ul li {
  font-size: 12px;
  font-weight: normal;
  padding: 6px 0;
}

