/******************************************************************************/
/* MUDDY MATTERS
/******************************************************************************/


/******************************************************************************/
/* Events listing
/******************************************************************************/

.event-preview {
  clear:both;
  margin: 0;
  border-bottom: #215270 1px solid;
  height:140px;
}

.event-preview-first {
  border-top: #215270 1px solid;
}

.event-preview .column1 {
  width:90px;
  height:120px;
  float:left;
}

.event-preview .column2 {
  width:500px;
  height:120px;
  padding-right:120px;
  float:left;
}

.event-preview .column2 .description {
  height:60px;
}


/******************************************************************************/
/* Event detail
/******************************************************************************/

.event .column1 {
  width:500px;
  float:left;
}

.event .column2 {
  padding-top:10px;
  width:200px;
  float:right;
}


.event .tickets {
  margin-top: 20px;
  padding: 10px 10px 12px 10px;
  background-color: #ECEEF2;
}

.event .ticket-table {
  margin-top: 10px;
  border-top: #CBCFDD 1px solid;
  width:100%;
}

.event .ticket-table td {
  padding: 5px 0 5px 10px;
  border-bottom: #CBCFDD 1px solid;
  text-align:right;
  white-space: nowrap;
}

.event .ticket-table td.ticket-title {
  padding-left: 0;
  white-space:normal;
  text-align:left;
  width:100%;
}

.event .ticket-table td.sold-out {
  color: red;
  text-transform: uppercase;
  font-weight: bold;
}

.event .sponsor {
  width: 178px;
  padding: 10px;
  margin-top: 10px;
  border: #dddddd 1px solid;
  color: #aaaaaa;
  text-align: center;
}

.event .sponsor p {
  margin: 0 0 10px 0;
  text-align:left;
}

.event .last-few {
  color: red;
}
