/***************************************************************************
 * event.css
 ***************************************************************************/
.event_group {
  margin-bottom : 1em;
}
.event_group_listing
{
  border        : 1px solid #aaa;
  overflow      : hidden;

  border-radius        : 5px;
  -moz-border-radius   : 5px;
  -webkit-border-radius: 5px;
}

.event_listing
{
  background-color: #ffffff;
  border          : none;
  margin          : 0;
}
.event_listing td {
  padding       : 12px 0 12px 12px;
}

.event_listing .event_listing-content
{
  padding       : 10px 20px;
  vertical-align: top;
}

.event_listing-details {
  background-color: #e7e7e7;
}
.event_listing-details table {
/*width         : 100%;*/
}
.event_listing-details td {
  font-size     : 0.9em;
  padding       : 3px 6px;
}

.event_listing-title
{
  border-bottom : 1px solid #aaa;
  font-size     : 0.8em;
  font-weight   : bold;
  margin        : 0 0 0.9em 0 !important;
  padding       : 0;
}
.event_listing-description {
}
.event_listing-descriptionMore
{
  border-bottom : 1px dotted #aaa;
  border-left   : 1px dotted #aaa;
  float         : right;
  margin        : 0 0 10px 15px;
  padding       : 0 0 10px 15px;
  text-align    : center;

  max-width     : 250px;
  min-width     : 150px;
/*Note: Defined as "width" for ie-lte-6 (will grow if necessary).
  width         : 150px;*/
}
.event_listing-when {
}
.event_listing-where {
}
.event_listing-contact {
}

.event_listing-photo {
  display         : inline-block;
}
.event_listing-photo,
.event_listing-descriptionPhoto
{
  background-color: #f1f1f1;
  border          : 1px solid #ccc;
  margin          : 0;
  overflow        : hidden;
  padding         : 4px;

  border-radius        : 5px;
  -moz-border-radius   : 5px;
  -webkit-border-radius: 5px;
}
#site_content .event_listing-descriptionMore
{
  min-width          : 150px;
  max-width          : 250px;
  width              : 215px;
}
td.event_listing-field_name
{
  font-size    : 1.3em;
  font-weight  : bold;
  padding      : 3px 6px 3px 12px !important;
}
td.event_listing-field_value {
  padding      : 3px 12px 3px 6px !important;
}
