/* x20180912 - johns2ja - 12 September 2018 - added postponed status rule. 
/* x20170530 - chaoaj - 30 May 2017 - changed margin on panel.
/* x20170526 - chaoaj - 26 May 2017 - changed margin on panel.
/* styles.css reset*/
#event-details h1, #event-details h2{
    margin: 0;
    padding: 0;
    background: none;    
}

#event-details{
    padding: 5px 20px; /* replace 20px with 5 20 per x20170530 */
}

#main #event-details h1{
    font-size: 17px; /*24px;*/
    color: #000 !important;
}
#main #event-details h1 p{
    margin-bottom: 4px; 
}

#event-details h2{
    font-size: 15px;/*20px;*/
  /*  letter-spacing: -0.1em; */
    padding: 2px 0;
    color: #414042 !important;
}

/* end font rules */

#event-details img{
    width: 100%;
}

/* REMOVED #content-wrap, #content { background: #F2EDDC; } */

.panel{
    padding: 5px;
    margin: 0px 0px 5px 0px; /* changed from 10px 0; to 0px 0px 10px 0px per x20170526; 10 to 5 bottom per x20170530*/
    background-color: #F2EDDC;
}
.panel .title{ font-size: 18px; }
.panel .weak{ font-weight: normal; }

p.date:last-child{ padding-bottom: 10px; }

#main p{ line-height: 14px; }
#main p.date { margin: 0; }

#quote{ font-weight: bold; }
#quote #source{ text-align: right; }

.button{
    color: #FFF;
    background-color: #593f70;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}
.sponsorimg{ height: 48px; width:auto !important; float:left; /*max-width:100%;  clear:both;*/ display:inline;margin-right:16px;}

#ticketspanel .panel a:hover{ text-decoration: none; }

#photoCredit{
    font-size: 9px;
    float: right;
}
#eventCredits{ padding-top: 0px; font-weight: bold; font-size: 10px;} /*x20170526 10px to 0px */
#stipulation{ padding: 5px 0; }
#eventCredits p{
  /*  line-height: 10px; */
  margin: 4px 0;
}
#stipulation{
    padding-bottom: 5px; /* 10 to 5px per x20170530 */
}
#prices{
    line-height:18px;
}

.soldout, .justadded, .cancelled, .postponed{/* postponed per x20180912 */
    font-weight: bold;    
}

.soldout, .cancelled, .justadded, .postponed {   color: #B22222;  }/* postponed per x20180912 */

.soldout { font-size: 12px; } /* johns2ja */


/* RESPONSIVE */
@media all and (max-width: 480px){
    .yui3-u-2-3, .yui3-u-1-3,#ticketspanel{width: 100%;}
    .button{ font-size: 10px}        
}
@media all and (min-width: 480px){
    #ticketspanel{ width:90%; float: right; }
}
@media all and (min-width: 1024px){
}