/*

 Dear Musicians:

 Header image dimensions are 2000x240. There are 520px of "bleed" on the left
 and right; only the center 960px are guaranteed to be visible. The subject
 matter of the image should probably be left-weighted, not center-weighted. If
 the browser window is wider than 2000px, a black background will show around
 the image.

 +-------------------+-----------------------------------+-------------------+
 |                   |                                   |                   |
 | <---- 520px ----> | <------------ 960px ------------> | <---- 520px ----> |
 |                   |                                   |                   |
 |                   |                                   |                   |
 |                   |                                   |                   |
 |   <- <- <- Bleed  |  Subject Matter                   |  Bleed -> -> ->   |
 |                   |                                   |                   |
 +-------------------+-----------------------------------+-------------------+

*/

html, body {
  background: #fff;
  color: #333;
  font: 16px/24px Georgia, serif;
}

marquee {
  display: table-row; /* for IE */
  -moz-binding: none; /* for Mozilla */
  -webkit-marquee-style: none; /* for WebKit */
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #a62702;
}

a:hover {
  text-decoration: underline;
}

input {
  font: 12px/18px "Lucida Grande", Tahoma, sans-serif;
}

input.button {
  padding-left: 1em;
  padding-right: 1em;
}

#navigation {
  font: 14px/24px "Helvetica Neue", Arial, sans-serif;
}

#header {
  background: #000;
  overflow: hidden;
  width: 100%;
  min-width: 960px;
}

.header_image {
  margin: 0 auto;
  width: 940px;
  padding: 0 10px;
}

#header .header_image img {
  width: 2000px;
  height: 240px;
  margin-left: -530px;
}

#navigation ul {
  background: none;
  margin: 0 auto 2px;
  width: 960px;
}

#navigation li {
  display: inline;
  display: inline-block;
}

#navigation a:link,
#navigation a:visited {
  color: #333;
  display: inline-block;
  font-weight: bold;
  padding: 0 10px;
  white-space: nowrap;
}

#navigation a:hover {
  background: #222;
  color: #fff;
  text-decoration: underline;
}

#page_wrapper {
  background: #fff;
  margin: 72px auto 0;
  width: 940px;
  padding: 0 10px;
/*  overflow: hidden;  */
}

/* ***************************************************************** */

/* Auto Clear Floats in Mozilla, Firefox, Safari - browsers that support :after */

#page_wrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Auto Clear Floats the easy way */
.item, .photo_list
{
	overflow: hidden;
}

#footer:after, .repertoire_work:after, .track:after, .music_work:after, .music_item:after, #navigation ul:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ***************************************************************** */

#main h2,
#repertoire #main:before {
  color: #404040;
  font: bold 48px/48px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.050em;
  margin-bottom: 48px;
  padding-left: 160px;
}

#main .menu {
  margin-top: -2px;
  margin-bottom: 24px;
}

#secondary .menu {
  margin-top: 4px
}

.menu a {
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#fff), to(#d5d5d5));
  border: 1px solid #a0a0a0;
  color: #222;
  cursor: pointer;
  font: 12px/18px "Lucida Grande", Tahoma, sans-serif;

  display: inline-block;
  margin: 3px 5px 3px 0;
  min-width: 5em;

  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;

  padding: 0 1em;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.6) 0 1px;
  white-space: nowrap;
  text-decoration: none;
}

.menu a:active {
  outline: none;
  background: #aaa;
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#777), to(#ccc));
  border: none;
  margin: 4px 6px 4px 1px;
  -moz-box-shadow:
    inset #000 0 5px 13px -2px,
    #a0a0a0 0 1px 0 0,
    #a0a0a0 1px 0 0 0,
    #a0a0a0 0 -1px 0 0,
    #a0a0a0 -1px 0 0 0;
  -webkit-box-shadow:
    #a0a0a0 0 1px 0,
    #a0a0a0 1px 0 0,
    #a0a0a0 0 -1px 0,
    #a0a0a0 -1px 0 0;
}

#main {
  float: left;
  margin-right: 90px;
  position: relative;
  width: 620px;
}

#main .slideshow {
  background: gray;
  height: 348px;
  margin-bottom: 72px;
  width: 100%;
}

#main .custom_html {
  margin-bottom: 72px;
}

#main .details_links {
  font: bold 16px/24px "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#main .details_links > a {
  display: block;
}

#main .item {
  overflow: hidden;
  margin-bottom: 72px;
  min-height: 144px;
}

#main .item .image {
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
  width: 138px;
  border: 1px solid #ccc;
}

#main .item .image img {
  border: 1px solid #fff;
  width: 136px;
}

#main .item .details {
  float: left;
  width: 460px;
}

#main .item .details .title {
  font: bold 26px/24px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.024em;
  margin-bottom: 24px;
}

#main .item .details .title a:link,
#main .item .details .title a:visited {
  color: #333;
  text-decoration: none;
}

#main .item .video_date,
#main .item .music_date,
#main .item .buzz_date {
  color: #888;
  font: 16px/20px "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: -20px;
  padding-bottom: 24px;
}

#main .item .music_work_list {
  color: #333;
  font: 14px/24px "Helvetica Neue", Arial, sans-serif;
  float: none;
  clear: none;
  margin: 24px 0 0 0;
  padding: 0;
  width: 460px;
  overflow: hidden;
}

#main .item .music_work_list .music_work_title {
  display: block;
  width: 360px;
  padding-left: 20px;
  text-indent: -20px;
  float: left;
}

#main .item .music_work_list .play {
  float: left;

  background-color: #eee;
  background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#fff), to(#d5d5d5));
  border: 1px solid #a0a0a0;
  color: #222;
  cursor: pointer;
  font: 11px/16px "Lucida Grande", Tahoma, sans-serif;

  display: inline-block;
  margin: 4px 0 0 20px;
  width: 58px;

  -moz-border-radius: 1000px;
  border-radius: 1000px;
  padding: 0;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.6) 0 1px;
  white-space: nowrap;
  text-decoration: none;
}

#main .item .music_work_list .play:active {
  outline: none;
  background: #aaa;
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#777), to(#ccc));
  border: none;
  margin: 5px 1px 1px 21px;
  -moz-box-shadow:
    inset #000 0 5px 13px -2px,
    #a0a0a0 0 1px 0 0,
    #a0a0a0 1px 0 0 0,
    #a0a0a0 0 -1px 0 0,
    #a0a0a0 -1px 0 0 0;
  -webkit-box-shadow:
    #a0a0a0 0 1px 0,
    #a0a0a0 1px 0 0,
    #a0a0a0 0 -1px 0,
    #a0a0a0 -1px 0 0;
}

#main .item .buzz_feed {
  font: bold 18px/24px "Helvetica Neue", Arial, sans-serif;
  color: #444;
}

#main .item .buzz_entry,
#main .item .featured_item_text {
  margin-bottom: 24px;
}

#main .item .video_length {
  font: 16px/20px "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 24px;
}

#main .item .video_length:before {
  color: #999;
  content: "Length:";
  display: inline-block;
  width: 80px;
}

#photo_details #main,
#video_details #main {
  width: 780px;
  margin-right: 10px;
}

#photo_details #secondary,
#video_details #secondary {
  display: none;
}

#photo_details h2,
#video_details h2 {
  display: none;
}

#main .photo_list {
  padding-left: 160px;
  margin-bottom: 48px;
}

#main .photo_list .photo_item {
display: inline;
}

#main .photo_details_title,
#main .video_details_title {
  font: bold 48px/48px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.050em;
  margin-bottom: 48px;
  padding-left: 160px;
}

#main .photo_details_photo:first-child {
  margin-top: 96px;
}

#main .photo_details_photo {
  text-align: center;
  width: 940px;
}

#main .photo_details_photo img {
  max-width: 100%;
}

/* Must constrain both width and height to ensure a reasonably-sized video. */
#main .video_details_video {
  margin-left: 160px;
  height: 360px;
}

#main .photo_details_date,
#main .video_details_date {
  color: #888;
  font: 16px/24px "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 160px;
  width: 620px;
}

#main .photo_details_description,
#main .video_details_description {
  padding-left: 160px;
  width: 620px;
}

#main .featured_item .item {
  border-bottom: 3px solid #444;
  padding-bottom: 69px;
}

#main .featured_item h4,
#main .latest_updates h4 {
  display: none;
}

#events #main .events_links {
  top: 0;
  left: 0;
}

#main .event_sponsor {
  height: 72px;
  margin-bottom: 24px;
}

#main .event_notes {
  margin-bottom: 24px;
}

#main .event_sponsor > .bold {
  color: #999;
  display: block;
  font: 12px/24px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

#main .event_sponsor img {
  height: 48px;
}

#main .event_info {
  line-height: 0;
}

#main .event_venue,
#main .event_location,
#main .event_date {
  font: 16px/24px "Helvetica Neue", Arial, sans-serif;
}

#main .event_venue {
  display: inline;
  font-weight: bold;
}

#main .event_venue:before {
  content: "At ";
  font-weight: normal;
}

#main .event_location {
  display: inline;
}

#main .event_venue + .event_location:before {
  content: " in ";
}

#main .event_date {
  color: #888;
  margin-bottom: 24px;
}

#main .event_presenters {
  padding-left: 3px;
  margin-bottom: 24px;
}

#main .event_presenters,
#main .event_program {
  color: #888;
  font: bold 13px/24px "Helvetica Neue", Arial, sans-serif;
}

#main .event_program {
  margin-bottom: 24px;
}

#main .event_program > div {
  color: #888;
  font: bold 13px/24px "Helvetica Neue", Arial, sans-serif;
  float: right;
  width: 217px;
  margin-left: 20px;
  margin-top: -24px;
  margin-bottom: 24px;
  padding-right: 3px;
}

#main .event_program > .event_program_title + div {
  margin-top: 0;
}

#main .event_presenters span.bold,
#main .event_program > div span.bold {
  color: #bbb;
}

#main .event_program > .event_program_title {
  clear: both;
  color: #444;
  float: left;
  font: bold 16px/24px "Helvetica Neue", Arial, sans-serif;
  width: 217px;
  margin: 0 -240px 24px 0;
  padding: 0 240px 0 3px;
}

#repertoire #main:before {
  content: "Repertoire";
  display: block;
}

#repertoire #main h4 {
  font: bold 26px/24px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.024em;
  margin-bottom: 24px;
  padding: 0 0 0 160px;
}

#main .repertoire_work_item {
  font: 16px/24px "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0 0 0 160px;
  min-height: 0;
  margin-bottom: 24px;
}

#main .repertoire_work_item .repertoire_work {
  position: relative;
  font-weight: bold;
}

#main .repertoire_work_item .play {
  position: absolute;
  top: 0;
  left: -106px;

  background-color: #eee;
  background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#fff), to(#d5d5d5));
  border: 1px solid #a0a0a0;
  color: #222;
  cursor: pointer;
  font: 12px/18px "Lucida Grande", Tahoma, sans-serif;

  display: inline-block;
  margin: 3px 0;
  width: 60px;

  -moz-border-radius: 1000px;
  border-radius: 1000px;
  padding: 0 1em;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.6) 0 1px;
  white-space: nowrap;
  text-decoration: none;
}

#main .repertoire_work_item .play:active {
  outline: none;
  background: #aaa;
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#777), to(#ccc));
  border: none;
  margin: 4px 1px;
  -moz-box-shadow:
    inset #000 0 5px 13px -2px,
    #a0a0a0 0 1px 0 0,
    #a0a0a0 1px 0 0 0,
    #a0a0a0 0 -1px 0 0,
    #a0a0a0 -1px 0 0 0;
  -webkit-box-shadow:
    #a0a0a0 0 1px 0,
    #a0a0a0 1px 0 0,
    #a0a0a0 0 -1px 0,
    #a0a0a0 -1px 0 0;
}

#main .item .image.presskit_image {
  border-color: #fff;
}

#main .press_kit_description {
  font: bold 26px/24px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.024em;
  margin-bottom: 24px;
}

#main .presskit_file_type,
#main .presskit_size {
  font: 16px/24px "Helvetica Neue", Arial, sans-serif;
}

#main .presskit_file_type .bold,
#main .presskit_size .bold {
  color: #999;
  display: inline-block;
  width: 80px;
}

#main .presskit_size {
  margin-bottom: 24px;
}

#main .item .image.mobile_image {
  border-color: #fff;
}

#main .item .mobile_phone {
  height: 0;
}

#main .item .mobile_loading_screen {
  display: table-cell;
  vertical-align: middle;
  height: 288px;
  width: 111px;
  padding: 44px 13px 78px 14px;
}

#main .item .mobile_loading_screen img {
  border: none;
  width: 100%;
}

#main .review_title {
  font: bold 26px/24px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.024em;
  margin-bottom: 24px;
  padding-left: 160px;
}

#main .review_summary {
  margin-bottom: 24px;
  padding-left: 160px;
  position: relative;
  z-index: 2;
}

#main .review_summary:before,
#main .review_summary:after {
  color: #eee;
  display: block;
  font: bold 226px "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  z-index: -1;
  cursor: default;
}

#main .review_summary:before {
  content: '\201c';
  top: -60px;
  left: 68px;
}

#main .review_summary:after {
  content: '\201d';
  bottom: -148px;
  right: -12px;
}

#main .review_source {
  font: 16px/24px "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 24px;
  padding-left: 160px;
}

#main .review_source:before {
  content: "\2014";
}

#main .review_menu {
  padding-left: 160px;
}

#contact #main {
  width: 940px;
}

#contact #secondary {
  display: none;
}

#main .contact_list {
  float: right;
  font: 12px/18px "Helvetica Neue", Arial, sans-serif;
  width: 220px;
}

#main .contact_item {
  margin-bottom: 48px;
}

#main .contact_name {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

#main .contact_address {
  margin-top: 18px;
}

#main .validation_message {
  font: bold 14px/24px "Helvetica Neue", Arial, sans-serif;
  background: #ffe24d;
  margin-bottom: 24px;
  margin-left: 160px;
  padding: 12px 10px;
  width: 440px;
}

#main .confirmation_message {
  color: #fff;
  font: bold 14px/24px "Helvetica Neue", Arial, sans-serif;
  background: #1b6f00;
  margin-bottom: 24px;
  margin-left: 160px;
  padding: 12px 10px;
  width: 440px;
}

#main .contact_form {
  width: 620px;
}

#main .contact_form .input_title {
  display: block;
  font: bold 24px/24px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.034em;
  padding: 0;
}

#main .contact_form .input_form {
  border: 1px solid #ccc;
  margin-top: -24px;
  margin-bottom: 24px;
  margin-left: 160px;
}

#main .contact_form .input_form input,
#main .contact_form .input_form textarea {
  border: none;
}

#main .contact_form .input_form input {
  font: 16px/20px "Lucida Grande", Tahoma, sans-serif;
  height: 22px;
  width: 100%;
}

#main .contact_form .input_form textarea {
  font: 16px/20px "Lucida Grande", Tahoma, sans-serif;
  height: 214px ! important;
  width: 100% ! important;
}

#main .contact_form .contact_form_send input {
  font: 16px/20px "Lucida Grande", Tahoma, sans-serif;
  margin-left: 160px;
}

#buzz_details h2,
#music_details h2 {
  display: none;
}

#main .buzz_details_image {
  float: left;
  margin: 144px 20px 0 0;
  overflow: hidden;
  width: 138px;
  border: 1px solid #ccc;
}

#main .buzz_details_image img {
  border: 1px solid #fff;
  width: 136px;
}

#main .buzz_details_details {
}

#main .buzz_details_title {
  font: bold 48px/48px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.050em;
  margin-bottom: 48px;
  padding-left: 160px;
}

#main .buzz_details_date {
  color: #888;
  font: 16px/24px "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 160px;
}

#main .buzz_details_feed {
  color: #444;
  font: bold 18px/24px "Helvetica Neue", Arial, sans-serif;
  padding-left: 160px;
}

#music_details #secondary {
  display: none;
}

#music_details #main {
  width: 100%;
  margin-right: 10px;
  min-height: 432px;
  margin-bottom: 24px;
}

#main .music_details_image {
  position: absolute;
  top: 0;
  right: 0;

  overflow: hidden;
  border: 1px solid #ccc;
  max-height: 142px;
}

#main .music_details_image img {
  border: 1px solid #fff;
  width: 136px;
}

#main .music_details_date {
  position: absolute;
  top: 144px;
  right: 0;

  color: #888;
  font: 14px/24px "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  width: 140px;

}

#main .music_details_menu {
  position: absolute;
  top: 192px;
  right: 0;
  width: 140px;
}

#main .music_details_menu .play:after {
  content: " All";
}

#main .music_details_title {
  padding-left: 160px;
  font: bold 48px/48px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.050em;
  width: 620px;
}

#main .music_details .work_list {
  padding-top: 48px;
  padding-left: 160px;
  width: 620px;
}

#main .work_list .work {
  margin-bottom: 72px;
  overflow: hidden;
}

#main .work_list .work > div {
  color: #888;
  float: right;
  font: bold 12px/18px "Helvetica Neue", Arial, sans-serif;
  clear: right;
  width: 180px;
  margin-right: 40px;
}

#main .work_list .work > div span.bold {
  color: #bbb;
}

#main .work_list .work > .work_title {
  color: #444;
  float: none;
  width: 460px;
  margin-right: 10px;
}

#main .work_list .work > .work_title span {
  display: block;
  float: left;
  font: bold 24px/24px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  margin-right: 20px;
  margin-bottom: 24px;
  width: 380px;
}

#main .work_list .work > .work_title .play {
  float: left;
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#fff), to(#d5d5d5));
  border: 1px solid #a0a0a0;
  color: #222;
  cursor: pointer;
  font: bold 11px/16px "Lucida Grande", Tahoma, sans-serif;

  display: block;
  margin: 4px 0 14px 0;
  width: 58px;

  -moz-border-radius: 1000px;
  border-radius: 1000px;
  padding: 0;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px;
  white-space: nowrap;
  text-decoration: none;
}

#main .work_list .work > .work_title .play:active {
  outline: none;
  background: #aaa;
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#777), to(#ccc));
  border: none;
  margin: 5px 1px 15px;
  -moz-box-shadow:
    inset #000 0 5px 13px -2px,
    #a0a0a0 0 1px 0 0,
    #a0a0a0 1px 0 0 0,
    #a0a0a0 0 -1px 0 0,
    #a0a0a0 -1px 0 0 0;
  -webkit-box-shadow:
    #a0a0a0 0 1px 0,
    #a0a0a0 1px 0 0,
    #a0a0a0 0 -1px 0,
    #a0a0a0 -1px 0 0;
}

#main .work_list .work > .track_list {
  color: #333;
  font: 14px/24px "Helvetica Neue", Arial, sans-serif;
  float: none;
  clear: none;
  margin: 24px 0 0 0;
  padding: 0;
  width: 300px;
  overflow: hidden;
}

#main .work_list .work > .track_list .track_title {
  display: block;
  width: 200px;
  padding-left: 20px;
  text-indent: -20px;
  float: left;
}

#main .work_list .work > .track_list .play {
  float: left;

  background-color: #eee;
  background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#fff), to(#d5d5d5));
  border: 1px solid #a0a0a0;
  color: #222;
  cursor: pointer;
  font: 11px/16px "Lucida Grande", Tahoma, sans-serif;

  display: inline-block;
  margin: 4px 0 0 20px;
  width: 58px;

  -moz-border-radius: 1000px;
  border-radius: 1000px;
  padding: 0;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.6) 0 1px;
  white-space: nowrap;
  text-decoration: none;
}

#main .work_list .work > .track_list .play:active {
  outline: none;
  background: #aaa;
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#777), to(#ccc));
  border: none;
  margin: 5px 1px 1px 21px;
  -moz-box-shadow:
    inset #000 0 5px 13px -2px,
    #a0a0a0 0 1px 0 0,
    #a0a0a0 1px 0 0 0,
    #a0a0a0 0 -1px 0 0,
    #a0a0a0 -1px 0 0 0;
  -webkit-box-shadow:
    #a0a0a0 0 1px 0,
    #a0a0a0 1px 0 0,
    #a0a0a0 0 -1px 0,
    #a0a0a0 -1px 0 0;
}

#main .buzz_details_entry {
  padding-left: 160px;
}

#main .buzz_details_entry p {
  margin-bottom: 24px;
}

#main .buzz_details_menu {
  padding-left: 160px;
}

#main .paging {
  padding-left: 160px;

  /* This is to hide the vertical bar "|". */
  font-size: 0;
  line-height: 0;
}

/* This is to show everything but the vertical bar "|". */
#main .paging > * {
  font: 12px/24px "Helvetica Neue", Arial, sans-serif;
}

#main .paging_numbers {
  display: block;
}

#main .paging_numbers:before {
  content: "Showing ";
}

#main .paging_current {
  border: 1px solid #ddd;
  padding: 2px .5em;
}

#main .paging a {
  border: 1px solid #ddd;
  padding: 2px .5em;
}

#main .paging a:hover {
  background: #a62702;
  border: 1px solid #a62702;
  color: #fff;
  text-decoration: none;
}

#main .paging a.paging_prev_pages {
  margin-right: .5em;
}

#main .paging a.paging_next_pages {
  margin-left: .5em;
}

#page #main .page_content {
}

#secondary {
  float: left;
  font: 12px/18px "Helvetica Neue", Arial, sans-serif;
  margin-left: 10px;
  padding-top: 96px;
  width: 220px;
}

#home #secondary {
  padding-top: 0;
}

#secondary > div {
  margin-bottom: 48px;
}

#secondary h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}

#secondary .event_calendar {
  font: bold 12px/18px "Helvetica Neue", Arial, sans-serif;
}

.calEvents {
  width: 100%;
}

.calEvents_TitleStyle {
  font-size: 16px;
  line-height: 24px;
}

.calEvents_NextPrevStyle:first-child a,
.calEvents_NextPrevStyle:last-child a {
  font-size: 0;
  line-height: 1px;
  display: block;
  text-decoration: none;
}

.calEvents_NextPrevStyle:first-child a:before {
  content: "\ab"; /* LEFT-POINTING DOUBLE ANGLE QUOTATION MARK */
  padding-left: 0.70em;
  padding-right: 0.75em;
}

.calEvents_NextPrevStyle:last-child a:after {
  content: "\bb"; /* RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK */
  padding-left: 0.75em;
  padding-right: 0.70em;
}

.calEvents_NextPrevStyle:first-child a:before,
.calEvents_NextPrevStyle:last-child a:after {
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #fff, #d5d5d5);
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#fff), to(#d5d5d5));
  border: 1px solid #a0a0a0;
  color: #222;
  cursor: pointer;
  font: 18px/10px "Lucida Grande", Tahoma, sans-serif;

  display: inline-block;
  margin: 0 0 1px;
  padding-top: 0;
  padding-bottom: 2px;
  padding: 0 0.7em 2px;

  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.6) 0 1px;
  white-space: nowrap;
}

.calEvents_NextPrevStyle a {
  outline: none ! important;
}

.calEvents_NextPrevStyle:first-child a:active:before,
.calEvents_NextPrevStyle:last-child a:active:after {
  outline: none;
  background: #aaa;
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     from(#777), to(#ccc));
  border: none;
  margin: 1px 1px 2px 1px;
  -moz-box-shadow:
    inset #000 0 5px 13px -2px,
    #a0a0a0 0 1px 0 0,
    #a0a0a0 1px 0 0 0,
    #a0a0a0 0 -1px 0 0,
    #a0a0a0 -1px 0 0 0;
  -webkit-box-shadow:
    #a0a0a0 0 1px 0,
    #a0a0a0 1px 0 0,
    #a0a0a0 0 -1px 0,
    #a0a0a0 -1px 0 0;
}

.radio_marquee > marquee {
  max-height: 90px;
}

.radio_marquee_item {
  display: none;
}

.radio_marquee_item:nth-child(1),
.radio_marquee_item:nth-child(2),
.radio_marquee_item:nth-child(3),
.radio_marquee_item:nth-child(4),
.radio_marquee_item:nth-child(5),
.radio_marquee_item:nth-child(6) {
  display: block;
}

.radio_marquee_item:nth-child(6):before {
  content: "\2026 and more";
}

.radio_marquee_item:nth-child(6) * {
  display: none;
}

.radio_marquee_image {
  float: left;
}

.radio_marquee_image img {
  width: 16px;
  margin: 1px 2px;
}

.radio_marquee_text {
  padding-left: 20px;
}

.custom_content {
  font: 13px/18px Georgia, serif;
}

.custom_content b, .custom_content strong {
  font: bold 14px/18px "Helvetica Neue", Arial, sans-serif;
}

.featured_event .image, 
.featured_recording .image {
	border: 1px solid #CCC;
	float: left;
	margin: 0 80px 4px 0;
}

.featured_event img,
.featured_recording img {
	border: 1px solid white;
	width: 136px;
}

.featured_event .title, 
.featured_recording .title {
	margin-bottom: 4px;
}

#secondary .item .details .title {
  font: bold 18px/18px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.034em;
}

#secondary .item .details .title a:link,
#secondary .item .details .title a:visited {
  color: #444;
  text-decoration: none;
}

#secondary .item .music_date,
#secondary .item .buzz_date,
#secondary .item .event_date {
  color: #888;
  font: 12px/18px "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

#secondary .link_list .item {
  height: 24px;
}

#secondary .link_list .item * {
  display: inline;
  line-height: 24px;
}

#secondary .link_list .item .image img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#secondary .link_list .item .details {
}

#secondary .link_list .item .details .title {
  font-size: 12px;
  letter-spacing: 0;
}

#secondary .download_form {
  margin-top: 6px;
}

#secondary .download_code input {
  width: 140px;
}

#secondary .download_code input.button {
  width: 60px;
  margin-left: 10px;
}

#footer {
  background: #222;
  color: #ddd;
  font: 14px/24px "Helvetica Neue", Arial, sans-serif;
  margin-top: 24px;
  padding: 24px 10px;
}

#footer a:link,
#footer a:visited {
  color: #fff;
  font-weight: bold;
}

#footer > * {
  margin: 24px auto;
  width: 940px;
}

#footer li {
  display: inline;
  padding-right: 20px;
}

