body {
  background: #ededed;
}

header {
  height: auto !important;
  background: #000;
  /*max-width: 1500px;
  margin: 0 auto;*/
}
header.on {
  background: #000;
}

header .header-image {
  height: auto;
  background-image: none !important;
}

header .header-image img {
  display: block;
  margin: 0 auto;
}

header .header-image .lg {
  display: block;
}
header .header-image .sm {
  display: none;
  width: 100%;
}


.nav-placeholder {
  height: 120px;
}

nav {
  /*max-width: 1500px;
  margin: 0 auto;
  float: none;
  min-height: 75px;*/
}


nav {
  /*max-width: 1500px;
  margin: 0 auto;*/
  padding: 0;
}
nav.sticky {
  min-height: 41px;
}

nav .nav-inner {
  display: table;
  position: relative;
  width: 100%;
  z-index: 10;
  min-width: 1000px;
}
nav .nav-filters {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 70%;
  max-width: 840px;
  min-width: 700px;
}
nav .nav-filters li {
  float: left;
  margin: 0;
  width: 14%;
}
nav .nav-filters li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
nav .nav-filters li a:hover {
  
}
nav .nav-filters li a img {
  width: 100%;
  height: auto;
}

a .on {display:none}
a .off {display:block}
a:hover .on {display:block}
a:hover .off {display:none}






nav .nav-filters2 {
  max-width: 866px;
  width: 100%;
  margin: 0;
}
nav .nav-filters2 li {
  margin: 0;
  float: left;
}
nav .nav-filters2 li a {
  padding: 0;
}










nav .submit-art {
  display: inline-block;
  margin-top: 15px;
  margin-left: 15px;
}

nav .submit-art.topnav {
  margin-top: 10px;
}


nav .social-icons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  /*display: block;
  position: static;
  float: none;*/
}
nav .social-icons.hide-inline {
  display: none;
}
nav .social-icons li {
  float: left;
  margin: 0 7px;
}
nav .social-icons li a {
  padding: 0px;
  background: none;
}
nav .social-icons li a:hover {
  background: none;
}

section.intro {
  display: none;
}

.the-posts {
  /*max-width: 1500px;
  margin: 0 auto;
  float: none;*/
}

article .article-date {
	width: 96px;
	hight:auto;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	z-index:1;
	position:absolute;
	top:11px;
	right:0px;
	background-color: #a14538;
}
article .article-date a {
  color: #fff;
}

article.httyd1 .article-date {
	background-color:#b3246b;
}

article.httyd2 .article-date {
	background-color:#ee8452;
}

article.tv .article-date {
	background-color:#f0bc27;
}

article.shop .article-date {
	background-color:#a7bc6b;
}

article.concept_art .article-date {
	background-color:#4ca1d3;
}

article.fan_art .article-date {
	background-color:#485e78;
}


article .article-content {
  border-color: #a14538;
}
article.httyd1 .article-content, {
  border-color: #b3246b;
}
article.httyd2 .article-content {
  border-color: #ee8452;
}
article.tv .article-content {
  border-color: #f0bc27;
}
article.shop .article-content {
  border-color: #a7bc6b;
}
article.concept_art .article-content {
  border-color: #4ca1d3;
}
article.fan_art .article-content {
  border-color: #485e78;
}



/* MOBILE */
.mobile-nav {
  display: none;
}
.mobile-nav .toggle-menu {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.mobile-nav .toggle-menu img {
  margin: 12px auto;
}
.mobile-nav ul {
  list-style-type: none;
  display:none;
}
.mobile-nav ul li a {
  display: block;
}
.mobile-nav ul li a img {
  width: 100%;
  display: block;
}



.permalink nav, .permalink .nav-placeholder {
  display: block;
}

.permalink .double_size {
  display: none;
}
.permalink nav.sticky.fixed {
  position: absolute;
  top: inherit;
}

.permalink .article-date {
  display: none;
}

.single-post article {
  margin-top: 0;
}



.single-post article.submit_view {
  width: 100%;
  max-width: 100%;
}
  .single-post article.submit_view .article-content {
    width: 100%;
    max-width: 1200px;
    padding-right: 500px;
    margin: 0 auto;
    background: #ededed url('https://s3.amazonaws.com/httyd2-tumblr/img/submit-bg.png') no-repeat right top;
    min-height: 1152px;
    border: none;
  }
  .single-post article.submit_view .article-content .left {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    color: #000;
  }
  .single-post article.submit_view .article-content .left p,
  .single-post article.submit_view .article-content .left ul {
    width: 100%;
    max-width: 580px;
  }

  .single-post article.submit_view .article-content .icons,
  .single-post article.submit_view .article-content .post-meta,
  .single-post article.submit_view .article-content .tagged {
    display: none;
  }

.posts-grid article.submit_view {
  display: none;
}


.legal {
  position: fixed;
  bottom: 0;
  background: #fff;
  background: rgba(255,255,255,0.8);
  z-index: 100;
  width: 100%;
  color: #000;
  padding: 2px;
  text-align: center;
  font-size:11px
}


@media all and (max-width: 1200px) {
  nav .social-icons {
    /*position: static;*/
  }
}


@media all and (max-width: 1024px) {
  .single-post article.submit_view .article-content {
    padding-right: 0;
    background-image: none;
  }
}


@media all and (max-width: 800px) {

  header .header-image .lg { display: none; }
  header .header-image .sm { display: block; }
  header .header-image .sm.hide { display: none; }

  header .header-image {
    margin-top: 30px;
  }

  .mobile-nav {
    display: block;
  }

  nav .nav-filters,
  nav .nav-filters2,
  nav .submit-art {
    display: none;
  }

  .nav-placeholder {
    display: none !important;
  }

  nav .nav-inner {
    text-align: center;
    min-width: 0;
  }

  nav .social-icons {
    position: static;
    float: none;
    width: auto;
    display: inline-block;
  }
  nav .social-icons.hide-inline {
    display: inline-block;
  }

  .the-posts {
    margin-top: 20px;
  }

}




.mobile-nav .submit-art,
.mobile-nav .fan-art,
.nav-filters .f6,
.nav-filters2 .f6,
.submit-art {
  display: none !important;
}





