
/* =================== */
/* search              */
/* =================== */

body.search .content_title { padding:10px 0px 15px 0px }
.content_title .search_form fieldset { width:960px; }



/* ================= */
/* videos            */
/* ================= */

.video_list ul.video-list li { margin:0; padding:0 10px 10px 0; float:left; width:305px;}

/* EVENTS */
.event_detail .content_title { padding-bottom: 20px; }
.recurring_event_detail .content_title { padding-bottom: 10px; }
.event_detail .content_title .title_info li a { display: inline; float: none; margin-right: 0; color: #388DBF; }

.more_like_this {
  clear: both;
}


/* PUSHDOWN ADS */
.pushdown_ad { margin-bottom: 10px; }
.pushdown_wrapper { overflow:hidden; }
.pushdown_wrapper div { height: 90px; margin: 0 auto 10px; width: 970px; }
.pushdown_wrapper div:hover { height: 415px }
.pushdown_ad.hover .pushdown_wrapper div:hover { height: 415px; }



/* =================== */
/* destinations        */
/* =================== */

body.destination_type-day-away .content_title {
  overflow:visible;
}
body.destination_type-day-away .content_title h1  {
  background: url('../images/logos/day-away.gif') no-repeat scroll top left;
  height: 117px;
  text-indent:-99999em;
  position:relative;
  left: -38px;
  margin-bottom: 0;
}

/* =================== */
/* userland            */
/* =================== */

.users .content_title ul {
  margin-bottom: 20px;
}
.users .content_title li {
  display: block;
}
.users .content_title li a {
  display: inline;
  float: none;
}

/* =================== */
/* sections            */
/* =================== */


.section .section_blog {
    background-color: #f3f3f3;
    padding: 1em;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

/* =================== */
/* playlist button fix */
/* =================== */
.action { width:auto !important; }

