/*
* Styles for Blog with tx_news Extension
* J. Le Roux
*/

/* Header */
.blog-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0.05rem solid #EEE;
}

.blog h1, .blog h1 a,
.blog h2, .blog h2 a,
.blog h3, .blog h3 a,
.blog h4, .blog h4 a,
.blog h5, .blog h5 a,
.blog h6, .blog h6 a { 
/*   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: normal;
/*   color: #f56f36; */
}

.blog h2.orange a {
  color: #f56f36;
}

.blog-header h1 {
  color: #555;
  margin-bottom: 7px;
}

.blog-post-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog .clear {
  clear: both;
}

.blog .nav ul {
  float: left;
  display: inline;
  margin: 0;
}

.blog .nav li {
  float: left;
}

.blog .nav a {
  float: left;
  display: block;
}

.blog .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.blog .article {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-right: 1px solid #eee;
}

.blog .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.blog .article .blog-img-wrap {
  float: left;
  margin: 0px 12px 5px 0;
/*   background: #fff; */
}

.blog .article .blog-img-wrap a {
  display: block;
  float: left;
  padding: 4px;
/*   border: 1px solid #ddd; */
/*   background: #fff; */
}

.blog .article .blog-img-wrap img {
  float: left;
  height: auto;
  width: auto;
}

.blog .article .teaser-text {
  margin: 0 0 10px 0;
}

.blog .article h3 {
  margin-bottom: 0;
}

.blog .footer {
  clear: both;
  padding: 10px 0 0 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  color: #888;
}

.blog .footer p {
  line-height: 1em;
}

.blog .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}

.blog .footer span:last-child {
  border-right: 0;
}

.blog .footer .blog-category a {
  text-transform: uppercase;
}

.blog .no-blog-found {
  color: #DB0202;
  font-style: italic;
}

.blog .page-navigation p {
  float: left;
}

.blog .page-navigation ul {
  float: right;
}

.blog .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}

.blog .page-navigation ul li a {
  display: block;
}

/* category menu view */
.blog-category-view ul li {
  padding: 5px 8px;
}

.blog-category-view ul li li {
  padding: 2px 8px 2px 12px;
}

.blog-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.blog-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

/* single view */
.blog-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

.blog-single .article .blog-img-wrap {
  float: right;
/*   width: 282px; */
  margin: 0 0 0 25px;
}

.blog-single .article .blog-img-wrap img {
  float: none;
}

.blog-single .teaser-text {
  font-size: 15px;
  color: #888;
}

.blog-text-wrap {
  margin-bottom: 10px;
}

.blog-img-caption {
  color: #888;
}

/* related blog + files */
.blog-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}

.blog-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}

.blog-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}

.blog-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}

.blog-related ul li span:last-child {
  border-right: 0;
  padding-right: 0;
}

.blog-related h4 {
  margin-bottom: 10px;
}

.blog-related-files ul li {
  margin-bottom: 20px;
}

.blog-related-files .blog-related-files-link .jpg {
  background-position: 0 0;
}

.blog-clear {
  clear: both;
}
