html {
  margin-top: 0px !important;
}
/* navbar */
/* navbar brand */
.navbar-brand {
  padding: 0px;
  margin-top:5px;
}
.navbar-brand-m {
  display:none;
  float:left;
  height:40px;
  margin-top:5px;
  padding: 0px;
}
/* navbar logo */
.slate-logo {
  width:140px;
  height:40px;
}
.slate-fill {
  fill:#670133;
}
.slate-logo-m {
  width:28px;
  height:40px;
}
/* navbar network */
.navbar-network {
  font-family: 'Roboto', sans-serif;
  float:left;
  margin-top:4px;
  color:#670133;
  font-size:0.9em;
  text-transform:uppercase;
}
/* navbar banner */
.navbar-banner {
  margin:0px auto;
  display:block;
  text-align:center;
}
.navbar-banner img {
  margin:0px auto;
}
.navbar-blogname {
  display:none;
  float:right;
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:15px;
  margin-right:5px;
}
.h50 {
  max-height:50px;
}
.item h1 {
  font-family: 'Roboto Slab', serif;
  font-weight:700;
  margin-top:0px;
  font-size:3.7em;
}
.item h1 a {
  color:#303030;
}
.item h1 a:hover {
  text-decoration:none;
  color:#9b5150;
}
.item h2 {
  font-family: 'Roboto Slab', serif;
  font-weight:700;
  margin-top:0px;
}
.item h2 span {
  color:#303030 !important;
}
.item h2 a {
  color:#303030;
}
.item h2 a:hover {
  text-decoration:none;
  /*color:#670133;
  color:#a02d66;*/
  color:#9b5150;
}
.item p {
  text-align: justify !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight:400 !important;
  font-size:1.2em !important;
}
.item p span {
  font-family: 'Roboto', sans-serif !important;
}
.item p span span {
  font-size:1em !important;
}
.item p a {
  color:#9b5150;
}
.item p strong {
  font-weight:700;
}
.item p iframe {
  display:block;
  margin:0px auto 20px !important;
}
.item iframe {
  display:block;
  margin:0px auto 20px !important;
  max-width:600px !important;
}
.item-post div dl dt {
  width:100% !important;
  background-color:#f8f8f8;
}
.item-post div dl dd {
  color:#949494;
  font-size:0.9em !important;
  text-align:center !important;
  font-style:italic;
  width:100% !important;
  background-color:#f8f8f8;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}
.item-post div dl dt img {
  display:block;
  width:100%;
  height:auto;
}
.clearfix {
  text-align:center;
}
.teaser {
  display:inline-block;
  text-align:center;
  font-size:1.2em;
  font-family: 'Roboto', sans-serif;
}
.aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.wp-caption {
  /*width:100% !important;*/
  /*background-color:#f8f8f8;*/
}
.wp-caption-text {
  color:#949494;
  font-size:0.9em !important;
  text-align:center !important;
  font-style:italic;
}
.size-full {
  display:block;
  /*width:100%;*/
  height:auto;
}
.alignnone {
  display:block;
  margin:10px auto;
}
.post_author {
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1.2em;
}
.postmetadata a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color:#9b5150;
}
ul {
  list-style-type: none;
  margin: 0px auto 20px;
  padding: 0;
}

li {
  font-size:1em;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  border-bottom: 1px solid #ccc;
}

li:last-child {
  border: none;
}

li a {
  text-decoration: none;
  color: #9b5150;
  display: inline-block;

  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

li a:hover {
  color:#9b5075;
  background: #f8f8f8;
  text-decoration:none;
}
.sidebar-ads {
  margin:10px auto;
  background-color:#f8f8f8;
  padding:5px 0px;
  width:100%;
}
.sidebar-ads img, .sidebar-ads iframe, .sidebar-ads embed, .sidebar-ads object {
  display:block;
  margin:0px auto;
}
.ads-top img, .ads-top iframe, .ads-top embed, .ads-top object {
  display:block;
  margin:0px auto;
}

.widget_text {
  border-top:2px solid #000000;
  border-right:2px solid #f8f8f8;
  border-left:2px solid #f8f8f8;
  border-bottom:2px solid #f8f8f8;
  padding:5px;
  margin-bottom:10px;
}
.textwidget img {
  border:0;
  margin:5px;
  max-width:100%;
  /*
  vertical-align:middle;
  border-radius:50%;
  display:block !important;
  width:150px;
  height:150px;
  */
}
.widgettitle {
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  text-align:center;
  font-size:1.4em;
  margin:5px 0px;
  border-bottom:1px solid #dfdfdf;
  padding-bottom:5px;
}
.textwidget p {
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1.4em;
  text-align:justify;
}
.textwidget p a {
  color:#9b5150 !important;
}
.widget_links {
  background-color:#f8f8f8;
  padding:5px;
  border-top:2px solid #000000;
  margin-bottom:10px;
}
.widget_categories {
  border-top:2px solid #000000;
  border-right:2px solid #f8f8f8;
  border-left:2px solid #f8f8f8;
  border-bottom:2px solid #f8f8f8;
  padding:5px;
  margin-bottom:10px;
}
.widget_tag_cloud {
  border-top:2px solid #000000;
  border-right:2px solid #f8f8f8;
  border-left:2px solid #f8f8f8;
  border-bottom:2px solid #f8f8f8;
  padding:5px;
  margin-bottom:10px;
}
.widget_tag_cloud a {
  /*display: inline;
  padding: .2em .6em .3em;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color:#9b5150;
  margin:5px;*/
  color:#9b5150;
}
footer.container p {
  text-align:right;
  font-size:0.9em;
}

/* media queries */
@media (max-width: 1055px) {
  .navbar-brand {
    display:none;
  }
  .navbar-brand-m {
    display:inline;
  }
  .navbar-network {
    margin-top:5px;
    margin-left:2px;
  }
  #searchform {
    display:none;
  }
}

@media (max-width: 992px) {
  #sidebar {
    display:none;
  }
  .item h1 {
    font-size:2.4em;
  }
}

@media (max-width: 540px) {
  .navbar-network {
    display:none;
  }
  .slate-logo-m {
    width:14px;
    height:20px;
    margin-top:10px;
    margin-left:2px;
  }
  .navbar-blogname {
    display:inline-block;
  }
  .navbar-banner {
    display:none;
  }
  .item p iframe {
      max-width:290px !important;
  }
  .item iframe {
      max-width:290px !important;
  }
  #commentform input, #commentform textarea {
    max-width:290px !important;
  }
}
