.event a,
.sub_content_box a {
  color: #444; !important
}

#concerts img {
    padding-right: 5px;;
}   
    
#concerts h4 {
    padding: 0;
    margin: 0;
}

#concerts table {
    width: 670px;
}

#concerts table td {
    width: 270px;
}

.sub_content_box {
  min-height: 100px;
  background: #fff;
  margin: 0 0 20px;
  padding-bottom: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 3px 4px 4px #777;
  -moz-box-shadow: 3px 4px 4px #777;
  -webkit-box-shadow: 3px 4px 4px #777;
}

.sub_content_box p {
    padding: 0;
    margin: 0;
}

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

.sub_content_box h3 {
  color: #fff;
  width: auto;
  height: 26px;
  font-size: 14px;
  padding: 6px 0 0 10px;
  margin-bottom: 10px;
}

.concerts {
  border: 4px solid #43BED4;  
}

.concerts h3 {
  background-color: #43BED4;
}

.events {
  border: 4px solid #2BA3C1;
}

.events h3 {
  background-color: #2BA3C1;
}

.university {
  border: 4px solid #278ab1;
}

.university h3 {
  background-color: #278ab1;
}

.calendar {
  float:left;
  width: 196px;
  height: 194px;
  padding: 0px; !important;
  background: #f8efe8 url(/graphics/ce_icon.jpg) no-repeat;
}

.calendar h3 {
  padding: 10px 0 0 0; !important
  margin: 0; !important
}

.calendar h3 a {
  color: #fff;
  width: 196px;
  height: 194px;
  display: block;
  text-align: center;
}

.scrapbook {
  border: 4px solid #075b89;
  float:left;
  margin-left: 20px;
  width: 456px;
  height: 182px;
}

.scrapbook h3 {
  background-color: #075b89;
}

.scrapbook h3 a {
  color: #fff;
}

.scrapbook h4 {
  margin-left: 10px;
}

.scrapbook h5 {
  margin: 0;
  text-align:center;
}

.scrapbook a {
  display: block; 
}

.scrapbook img {
  border: 2px solid #aaa;
  margin: 6px 0 0 19px;
  width: 122px;
  height: 80px
}

.sub_content_box .indi_concert {
  min-height: 75px;
  margin: 0 10px 6px 10px;
}

.indi_concert .right {
  padding: 63px 0 0 0;
}

.indi_concert .right a {
  padding: 63px 0 0 0;
  margin-right: 18px;
  color: #260959;
  font-weight: bold;
  background:url(/graphics/buy_tickets.jpg)  no-repeat;
}

.sub_content_box .indi_event,
.sub_content_box .indi_university {
  min-height: 35px;
  padding: 8px;
  margin: 0 10px 4px 10px;
  background-color:#eaeaea;
}

.indi_event .right,
.indi_university .right {
  margin-top: 4px;
  padding: 6px 10px 6px 10px;
  background-color: #260959;
  box-shadow: 2px 2px 2px #969696;
  -moz-box-shadow: 2px 2px 2px #969696;
  -webkit-box-shadow: 2px 2px 2px #969696;
}

.indi_event .right a,
.indi_university .right a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

/* Single Event Page */

#when, #where, #contact {
  float: left;
  padding: 4px;
  margin: 0 30px 20px 0;
}

#when h4, #where h4, #contact h4 {
  font-size: 13px;
  margin-bottom: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #bfbfbf;
}

#event_desc {
  clear: both;
}

