.breadbox {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 0;
  display: block; }
  .breadbox > li {
    display: inline-block; }

.catCol label {
  width: 100%;
  float: left; }
  .catCol label.sub {
    padding-left: 2em; }

.tab-pane ul {
  list-style: none; }
  .tab-pane ul li.date {
    font-weight: bold;
    margin-top: 0.5em; }

.social div {
  float: left; }
.social:after {
  clear: both; }

#detail_left {
  width: 45%;
  float: left;
  margin-right: 9%; }

#detail_right {
  width: 45%;
  float: left; }

#categories ul {
  padding: 0; }
  #categories ul li {
    display: inline;
    margin-right: 1em; }

.tools nav ul {
  list-style: none;
  padding: 0;
  padding-left: 0;
  margin-top: 0; }
.tools nav li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .tools nav li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.tools nav a {
  text-decoration: none;
  background: none; }

#hc_search {
  margin-top: 25px;
  margin-bottom: 12.5px;
  float: right; }

#hc_search_keyword {
  height: 39px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 14px;
  line-height: 1.8;
  color: #58595b;
  display: inline-block;
  width: 300px;
  vertical-align: middle; }

#events header, #loc_events header {
  margin-left: 25px;
  position: relative;
  font-weight: bold; }
  #events header:before, #loc_events header:before {
    content: "\f133";
    font-family: FontAwesome;
    left: -25px;
    position: absolute;
    top: 0; }
#events ul, #loc_events ul {
  margin-left: 25px;
  list-style: none;
  padding: 0; }
  #events ul li, #loc_events ul li {
    position: relative; }
#events time, #loc_events time {
  margin-right: 1em; }

fieldset {
  padding: 0.5em;
  margin-bottom: 2em;
  border: 1px solid #ddd; }
  fieldset legend {
    border-bottom: 0;
    margin-bottom: 0; }
  fieldset input[type="text"] {
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 14px;
    line-height: 1.8;
    color: #58595b;
    display: block; }

ul.tools, ul.events, #hc_popular ul, #hc_newest ul, #hc_featured ul {
  list-style: none;
  padding: 0; }
  ul.tools a, ul.events a, #hc_popular ul a, #hc_newest ul a, #hc_featured ul a {
    font-weight: bold;
    margin-right: 1em; }
  ul.tools time, ul.events time, #hc_popular ul time, #hc_newest ul time, #hc_featured ul time {
    margin-right: 1em;
    position: relative;
    margin-left: 25px; }
    ul.tools time:before, ul.events time:before, #hc_popular ul time:before, #hc_newest ul time:before, #hc_featured ul time:before {
      content: "\f133";
      font-family: FontAwesome;
      left: -25px;
      position: absolute;
      top: 0; }

.socialF {
  margin-top: -5px;
  margin-right: 1em; }

.socialG {
  margin-left: 1em;
  margin-right: 0; }

/*# sourceMappingURL=ut-events.css.map */
