/*
 *  joomla.css
 *  This is for Joomla! related styles.
 */
.article_separator { display: none; }
.componentheading,
.contentheading {
  
}
.article-content {
  position: relative;
  line-height: 1.6em;
}
.readon {
  text-align: right;
  display: block;
  padding: 4px 20px;
  background-color: #eeeeee;
}
.article-tools {
  position: relative;
}
.blog .contentpaneopen {
  position: relative;
}
.blog .contentheading {
  
}
.blog .article-tools {
  
}
/*.blog-featured .item {
  padding-bottom: 16px;
  background: transparent url('../images/article-separator.png') no-repeat center bottom;
}*/

.item-separator {
  padding-bottom: 16px;
  background: transparent url('../images/article-separator.png') no-repeat center bottom;
}

/* Joomla Lists */
.sectiontableheader,
.sectiontableentry1 td,
.sectiontableentry2 td {
  padding: 4px;
}
.sectiontableheader {
  font-weight: bold;
}
.sectiontableheader a {
  
}
.sectiontableentry2 td {
  background-color: #eeeeee;
}
/* Finder Search */
#finder-search fieldset {
  padding: 20px;
  margin: 0px 0px 20px 0px;
}
#finder-search label,
#finder-search input,
#finder-search button {
  vertical-align: middle;
}
#finder-search label {
  margin-bottom: 0px;
}
#q {
  margin-right: 10px;
}
#advanced-search-toggle {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  margin-bottom: 18px;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
}
.advanced-search-tip .term {
  font-weight: bold;
  color: #00529c;
}
#search-query-explained {
  font-weight: bold;
  font-style: italic;
}
dl.search-results {
  margin: 0px;
  padding: 0px;
}
.result-title {
  font-weight: bold;
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  padding: 14px 0px 0px 0px;
  border-top: 1px solid #cccccc;
}
.result-text {
  margin: 0px 0px 28px 0px;
  padding: 14px 0px;
  border-bottom: 1px solid #cccccc;
}
/* Tooltips */
div.tip-wrap {
  z-index: 999;
}
div.tip-wrap .tip {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
div.tip-wrap .tip-title {
  font-weight: bold;
  padding-bottom: 3px;
}
/* Form Layout */
#contact-form dl {
  padding: 0px;
  margin: 20px;
}
#contact-form dt,
#contact-form dd {
  float: left;
}
#contact-form dt {
  width: 100px;
  clear: left;
}
#contact-form dd {
  clear: right;
}
#contact-form dd .button {
  margin: 10px 0px;
}
#contact-form .star {
  display: none;
}
/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Pagination */
.pagination {
  padding: 10px 0px;
}
.pagination ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
.pagination ul > li,
.pagination ul > li > a {
  display: inline-block;
  padding: 0px 10px;
}