/*
Theme Name: NWC :: SUBTXT Redesign
Theme URI: http://nerdywithchildren.com
Author: SUBTXT, LLC
Author URI: http://subtxt.us
Description: Redesign of Nerday With Children, by SUBTXT.
Version: 1
License: Private. Do not replicate.
Tags:

*/

body {
  background: #F9F9F9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #222222;
  }
  
@font-face {
	font-family: 'Proxima';
	src: url('../fonts/ProximaNova-Light.eot');
	src: local('FakeFont'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'VAG';
	src: url('../fonts/BPreplayExtended.eot');
	src: local('FakeFont'), url('../fonts/BPreplayExtended.woff') format('woff'), url('../fonts/BPreplayExtended.ttf') format('truetype'), url('../fonts/BPreplayExtended.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wrapper {
  margin: 0 auto;
  padding-top: 10px;
  max-width: 1100px;
  width: 90%; }

a {
  font-weight: normal;
  color: #e03b3b;
  color: #e65100;  
  text-decoration: none; }
  a:hover {
    color: #ff3f3f;
    text-decoration: underline;
  }


p {
  margin-bottom: 5px;
  margin-bottom: .5rem;
}

h1, #main .content header h1 {
  font-size: 40px;
  font-size: 3.95rem;
  line-height: 38px;
  line-height: 3.8rem;
  color: #333333;
  letter-spacing: -.8px;
  font-weight: 100;
}

.content header h1, #main .homepage-section-content h1{
	font-family: Proxima;
	font-weight: 100px;
}

#main .category-blog .content h1 {
}



#header {
  /* background-color: #FFD000; */
  border-top: 5px #ffb500 solid;
  padding: 0px;
  height: auto;
  width: 100%; }
  #header h1 {
    margin: 0; }
    #header h1 img {
      display: block;
      margin: 0 auto;
      padding-top: 40px;
      padding-top: 4rem;
      width: 90%;
      max-width: 300px; }
      

.metanav-right {
	float: right;
	margin-top: 10px;
}

.metanav-right .search {
	float: right;
	padding: 10px;
	padding-right: 0px;
}

.metanav-right img{
	padding-top: 1200px;
	padding: 10px;
	padding-right: 3px;
	float: right;
}




#nav-select {
  width: 100%;
  height: 40px;
  margin-top: 21px;
  background: none;
  border: none;
  -webkit-appearance: none;
  font-size: 12px;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
  text-shadow: 0px 1px 0px #3e2a64;
}
#nav {
  display: block;
  background: url(../images/DISABLED-nav_bg.png);
  margin-top: 11px;
  height: 44px;
  width: 100%;
  margin-left: -1px;
  border: 0px solid #F9F9F9;
  border-left: none;
  line-height: 16px; }
  
  #nav a {
    display: inline-block;
    background-color: #49BEFA;
    width: 16.666667%;
    padding-top: 14px;
    padding-bottom: 14px;
    float: left;
    border-left: 1px solid #F9F9F9;
    border-right: 1px solid #F9F9F9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1.7rem;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: -.7px;
    color: white;
    font-family: VAG;
}
    #nav a:hover {
      background: url(../images/DISABLED-nav_hover.png);
      background-color: #299EDA;
    }
    #nav a:first-child {
      border-left: 0px solid; }
    #nav a:last-child {
      border-right: 0; }
    #nav a.current {
      position: relative;
      background: #94b8f6 url(../images/DISABLED-nav_current_bg.png);
      background-color: #299EDA;
    }
    
    #nav a.current:before {
    background-color: #299EDA;
    clear: both;
    content: url("../images/triangle.png");
    display: block;
    position: absolute;
    top: 42px;
    left: 45%;
    height: 13px;
	}

#subnav {
  background: #b7cbec;
  height: 40px;
  border: 1px solid #9cb7e9;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }
  #subnav a {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 2.55%;
    font-weight: bold;
    text-decoration: none;
    color: black;
    line-height: 42px; }

.main.wrapper {
  margin-top: 20px;
  margin-top: 2rem;
}

#main > section, #main > article, .section, .box {
  background: white;
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #BFBFBF;
  }

  #main > .box {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }

  #main > section:first-child, #main > article:first-child, .section > article:first-child, .box:first-of-type {
    margin-top: 0; }
  #main > section:last-child, #main > article:last-child, .section > article:last-child, .box:last-of-type {
    margin-bottom: 0; }
#main section > h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem; }
#main .products article:nth-child(10) {
  display: none; }
#main .product article header {
  background-repeat: no-repeat;
  background-position: top right; }
#main .content h1 {
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
 #main .product article h1 span {
   display: inline;
   margin-left: 25px;
   margin-left: 2.5rem; }
#main .product.scifi article header {
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(/images/categories/scifi.png); }
#main .product .want-it {
  margin-bottom: 25px;
  margin-bottom: 2.5rem; }

#main .loves {
  background: url(../images/icons/love.png) 0 5px no-repeat;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: bold;
  margin-top: 30px;
  margin-top: 3rem;
  border-top: 0 transparent; }
  #main .loves, #main .loves h1 {
    color: #c50000; }
  #main .loves h1 {
    float: left;
    margin: 0; }
  #main .loves .button {
    float: right;
    position: relative;
    top: -7px; }

.share {
  list-style-type: none; }
  .share li {
    float: left;
    margin-right: 21px;
    display: block; }
    .share li:last-child {
      margin-right: 0; }
    .share li.facebook a {
      background-image: url(../images/icons/facebook.png); }
    .share li.twitter a {
      background-image: url(../images/icons/twitter.png); }
    .share li.pinterest a {
      background-image: url(../images/icons/pinterest.png); }
    .share li.email a {
      background-image: url(../images/icons/email.png); }
  .share a {
    display: block;
    text-indent: -9999px;
    height: 32px;
    width: 32px;
    background: no-repeat;
    position: relative; }

   .share a:before {
    content: "";
    position: absolute;
    top: -13px;
    left: 6px;
    border: 10px solid;
    border-color: rgba(0,0,0,0.8) transparent transparent;
    height: 0;
    width: 0;
    display: none;
   }

  .share a:after {
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px 20px;
    content: attr(title);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: -55px;
    left: -40px;
    text-indent: 0;
    font-size: 11px;
    width: 65px;
    text-align: center;
    display: none;
  }

  .share a:hover:after, .share a:hover:before {
    display: none;
  }

.products article {
  clear: none;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  .products article > div {
    float: left; }
  .products article div:first-child {
    width: 45%;
    margin-right: 5%; }
  .products article div:last-child {
    width: 50%; }
  .products article .image, .nr_panel .nr_ {
    background: url(../images/product_bg.png) no-repeat bottom center;
    padding-bottom: 6px; }
   .products article .image img {
  border: 0px;
  }
  .products article h1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    text-decoration: none; }
    .products article h1, .products article h1 a {
      color: black; }

.posts article {
margin-bottom: 20px;
  margin-bottom: 2rem; }
  .posts article h1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }

.genre {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #989898;
  padding-bottom: 3px;
  padding-bottom: 0.3rem; }

.more {
  display: block;
  margin-top: 20px;
  margin-top: 2rem;
  font-weight: bold;
  text-align: right;
  text-decoration: none; }
  .more:after {
    content: "\00a0\2192"; }

input {
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
}

textarea > .anonymous-div, input {
	width: 185px;
}

#sidebar input, #search input {
  background: #fafafa;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  width: 100%; }
  input.placeholder {
    color: #a6a6a6;
    background: #FFFFFF;
  }

#sidebar section, section.meta article, .product div.meta, #comments {
  border-top: 2px solid #cecece;
  border-bottom: 1px solid #9f9f9f;
  padding-top: 5px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem; }
  section.meta article {
    padding-bottom: 5px;
    padding-bottom: 1rem;
  }

  #sidebar section:first-child, section.meta article:first-child, .product div.meta:first-child {
    border-top: 0; }
  #sidebar section:last-child, section.meta article:last-child, .product div.meta:last-child {
    border-bottom: 0; }

  #sidebar section p:last-child, #sidebar section form:last-child {
    margin-bottom: 0;
  }

#sidebar h1, .meta h1, .comments-title, #reply-title {
  display: block;
  font-size: 18px;
  font-family: VAG;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 21px;
  line-height: 2.1rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }

.post .body {
  margin-right: 0;
  float: right;
}

  .post .body + .meta {
    margin-right: 4.7786366839078%;
  }

#sidebar {
  margin-top: 40px;
  background-color: #EEEEEE;
  border: 1px solid #BFBFBF;
  border-left: none;
  padding: 20px;
  padding-top: 0px;
  margin-top: 4rem; }
  #sidebar form {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  #sidebar input, #search input {
    background: #FFFFFF;}
    #sidebar input:focus, #search input:focus {
      background: #fff;
      -webkit-box-shadow: 0 1px 0 white;
      box-shadow: 0 1px 0 white; }

     .content #search input[type=text] {
      margin-right: 1em;
     }

.adsense {
	margin: 0px;
	margin: 0rem
	padding: 0px;
	padding: 0rem;
	position: relative; left: -5px;
}

.adsense-frame {
		padding-bottom: 10px;
		padding-top: 10px;
	border-bottom: 1px solid #BFBFBF;
}
    #header input[type=submit], #sidebar input[type=submit], #search input[type=submit] {
      background: #C3C3C3;
      border: 1px solid #444444;
      color: white;
      font-size: 12px;
      font-size: 1.2rem;
      border: 0;
      -webkit-box-shadow: 0 1px 0 transparent;
      box-shadow: 0 1px 0 transparent;
      cursor: pointer; }
  #search input[type=text], #sidebar #newsletter input[type=text] {
    background-image: url(../images/icons/input_search.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding-left: 34px; }
    #search label {
      display: none;
    }
  #sidebar #newsletter input[type=text] {
    background-image: url(../images/icons/input_newsletter.png); }
  #sidebar p {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  #sidebar .image {
    width: 67px; }
  #sidebar .products article {
    clear: both; }

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar a {
	color: none;
	font-weight: bold;
}

#sidebar .forum:a {
	font-weight: normal;
}

#sidebar section {
	border-top: 1px solid #FFFFFF;
	margin: 0px;
}

/*
TWITTER WIDGET SETTINGS
*/

#twitter-widget-0 .timeline-header, #twitter-widget-0 .avatar {
	display: none;
}

.subscribe {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.25rem;
  background: url(../images/icons/small_facebook.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 30px; }
  .subscribe:visited {
    color: black;
  }
  .subscribe.twitter {
    background-image: url(../images/icons/small_twitter.png); }

#footer {
  margin-top: 20px;
  margin-top: 2rem;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  #footer .copyright {
    font-weight: bold;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    background: url(../images/icons/copyright.png) no-repeat 0 5px;
    padding-left: 18px; }
  #footer nav a {
    color: #646464; }
    #footer nav a.button {
      color: #fff;
      font-size: 11px; }
  #footer a {
    text-decoration: none;
    color: black; }
    #footer a:after {
      content: "\00a0\00a0\2022\00a0"; }
    #footer a:last-child:after {
      content: ""; }

.button, #submit {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d50110;
  background: #dc1523;
  background: -moz-linear-gradient(top, #f9b0b5 0%, #fe2f3e 3%, #dc1523 97%, #ca0a18 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9b0b5), color-stop(3%, #fe2f3e), color-stop(97%, #dc1523), color-stop(100%, #ca0a18));
  background: -webkit-linear-gradient(top, #f9b0b5 0%, #fe2f3e 3%, #dc1523 97%, #ca0a18 100%);
  background: -o-linear-gradient(top, #f9b0b5 0%, #fe2f3e 3%, #dc1523 97%, #ca0a18 100%);
  background: -ms-linear-gradient(top, #f9b0b5 0%, #fe2f3e 3%, #dc1523 97%, #ca0a18 100%);
  background: linear-gradient(top, #f9b0b5 0%, #fe2f3e 3%, #dc1523 97%, #ca0a18 100%);
  padding: 7px 15px;
  color: white;
  font-weight: bold;
  cursor: pointer; }


  #submit:hover {
    text-decoration: underline;
  }

  #main .loves .button {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0 1px 0 #fef3be;
    margin-right: 0;
    background: fuchsia;
    background: #fff9c4;
    background: -moz-linear-gradient(top, #fff9c4 0%, #fee771 5%, #ffd713 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff9c4), color-stop(5%, #fee771), color-stop(100%, #ffd713));
    background: -webkit-linear-gradient(top, #fff9c4 0%, #fee771 5%, #ffd713 100%);
    background: -o-linear-gradient(top, #fff9c4 0%, #fee771 5%, #ffd713 100%);
    background: -ms-linear-gradient(top, #fff9c4 0%, #fee771 5%, #ffd713 100%);
    background: linear-gradient(top, #fff9c4 0%, #fee771 5%, #ffd713 100%);
    border: 1px solid #dcc45a;
    color: #605400; }

.image img {
  height: auto;
  width: 100%; }

.year {
  font-size: 21px;
  font-size: 2.1rem;
}

.year, .by {
  font-weight: bold;
  color: #b9b9b9; }

img {
  max-width: 100%;
  height: auto;
}

  .mini.posts img {
    max-width: 80%;
  }

#main .side article h1 {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

/* Comment Styles */

.commentlist + #respond {
  border-top: 2px solid #cecece;
  padding-top: 5px;
  padding-top: 0.5rem;
}

#commentform {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

#commentform label {
  display: inline-block;
  font-weight: bold;
  width: 15%;
}

#commentform .required {
  display: none;
}

#commentform textarea {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #999;
  -moz-box-shadow: inset 0 1px 1px #ccc;
  -webkit-box-shadow: inset 0 1px 1px #ccc;
  box-shadow: inset 0 1px 1px #ccc;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 1em 0 0 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-allowed-tags {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.logged-in-as {
  margin: 10px 0;
  margin: 1rem 0;
  color: #666;
}

#comments {
  padding-bottom: 0;
  border-bottom: none;
}

.commentlist {
  border-bottom: 1px solid #9f9f9f;
  padding-top: 10px;
  padding-top: 1rem;
}

.comment {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  display: block;
}

.comment-author .avatar {
  height: 64px;
  width: 64px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.comment-author cite {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #000;
}

/* 404 styles */

.content #search {
  background: #efefef;
  border: 1px solid #e6e6e6;
  padding: 10px;
  padding: 1rem;
  margin: 20px 0;
  margin: 2rem 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.content-links {
  margin: 20px 0 40px;
  margin: 2rem 0 4rem;
  float: left;
}

.content-links h2, .archives h2 {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.content-links li {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding-right: 5%;
  line-height: 1.3;
}

.content-links li ul {
  margin-top: 15px;
}

.content-links li ul li {
  display: list-item;
  color: #999;
  list-style: disc inside;
}

.archives select {
  margin-top: 10px;
  margin-top: 1rem;
  width: 200px;
}

/* Listing Pages */

#listing .page-header, .post .page-header {
  background-repeat: no-repeat;
  background-position: top right;
}

  #listing.artsy .page-header,
    .category-artsy .page-header { background-image: url(../images/icon_category_artsy.png); }
  #listing.rocker .page-header,
    .category-rocker .page-header { background-image: url(../images/icon_category_guitar.png); }
  #listing.scifi .page-header,
    .category-scifi .page-header { background-image: url(../images/icon_category_scifi.png); }
  #listing.techie .page-header,
    .category-techie .page-header { background-image: url(../images/icon_category_techie.png); }
  #listing.gamer .page-header,
    .category-gamer .page-header { background-image: url(../images/icon_category_gamer.png); }

/*category-scifi*/


#listing article {
  border-bottom: 1px solid #9f9f9f;
}

#listing header + article {
  border-top: none;
}

#listing article + article {
  border-top: 2px solid #FAFAFA;
  padding: 20px 0 10px;
  padding: 2rem 0 1rem;
}

#listing.content article header h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#listing .want-it {
  margin-top: 20px;
  margin-top: 2rem;
  display: block;
}
  .want-it a {
    text-decoration: none;
  }

.entry-meta {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  margin-top: 0px;
  margin-top: 0rem;
}

iframe, embed, object {
  display: block;
  max-width: 100%;
  margin: 0px 0;
  margin: 0rem 0;
  border: 2px solid #e6e6e6;
}

object embed {
  border: none;
  margin: 0;
}

.page-header h2 {
  color: #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin: 0;
}

/* Blog Article page */

.blogpost .post .wp-post-image, .blogpost .post .alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

.blogpost .post .alignright {
  float: right;
  margin: 0 0 1em 2em;
}

.blogpost .post {
  padding-bottom: 40px;
  padding-bottom: 4rem;
}

.blogpost .post article h2 {
  margin: 20px 0;
  margin: 2rem 0;
}

.blogpost .post article h3, .blogpost .post article h4 {
  margin: 20px 0 0;
  margin: 2rem 0 0;
}

.blogpost .post article h4 {
  font-style: italic;
  font-weight: normal;
}

.blogpost .post img, .blogpost .post .aligncenter {
  display: block;
  margin: 20px auto;
  margin: 2rem auto;
}

.blogpost .content ol, .blogpost .content ul {
  display: block;
  margin: 20px 0;
  margin: 2rem 0;
  list-style-position: inside;
}

.post p + p {
  margin-top: 10px;
  margin-top: 1rem;
}

.byline {
  margin-bottom: 2rem;
}

  .byline .share {
    position: relative;
    top: -1rem;
  }

/* Love/Unlove Styles */

#bawlu_content {
  display: block;
  margin: 30px 0 20px;
  margin: 3rem 0 2rem;
}

.love-counter {
  font-style: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

/* Pagination */

.pagination {
  padding: 20px 0;
  display: block;
  border-top: 1px solid #cecece;
}

.pagination ol {
  overflow: hidden;
  float: right;
}

.pagination li {
  float: left;
  display: block;
  margin-left: 1em;
  color: #999;
}

.pagination .current {
  color: #999;
}

.form-allowed-tags {
  display: none;
}

#disqus_thread {
  float: left;
  width: 100%;
}

/* Hacks, thanks Google. */
#main #aswift_0_anchor[style] {
 margin-bottom: 50px !important;
}



/* homepage styles */

.home-content {
	margin: 0px;
	padding: 20px;
	color: #444444;
}

.home-content p {
	color: #999;
}


.home-content p a {
	color: #e65100;
}

.home-content a, .home a:hover {
	color: #222222;
	text-decoration: none;
	font-weight: normal;
	}

.home-content .hero h1 {
	font-family: Proxima;
	font-size: 32px;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
}

.home-content .hero .image {
	width: 100%;
	height: 335px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 30px;
}

.home-content .featured-grid {
	margin-left: -30px;
}

.home-content .featured {
	width: 345px;
	height: 100%;
	padding-left: 30px;
	padding-bottom: 40px;
	float: left;
}

.home-content .featured h3 {
	height: 54px;
	overflow: hidden;
	font-family: Proxima;
	font-weight: 100;
	font-size: 20px;
	line-height: 28px;
}

.home-content .featured .image {
	width: 100%;
	height: 165px;
	overflow: hidden;
	margin-bottom: 10px;
}

.headline-banner {
	position: relative;
	top: 0px;
	width: 94%;
}

/*
	.headline-banner-main {
		background-color: #8B0E4a;
		padding: 12px;
		padding-left: 20px;
		font-family: VAG;
		font-size: 18px;
		color: #FFFFFF;
		width: 100%;
		position: absolute;
		left: -2%;
		top: 0px;
		float: left;
	}
	
	.headline-banner-flag {
		position: absolute;
		right: -1%;
		top: 0px;
		float: left;
		}
	
	.headline-banner-corner {
		position: absolute;
		left: -2%;
		top: 30px;
	}
*/

.headline-banner {
	position: static;
	width: 100%;
}

.headline-banner-main {
        background-color: #8B0E4a;
        padding: 12px;
        padding-left: 10px;
        font-family: VAG;
        font-size: 18px;
        color: #FFFFFF;
        width: 100%;
}

.headline-banner-flag, .headline-banner-corner {
        display: none;
}

.more {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	width: 100%;
	color: #e65100;
}

.d1-d6 .d1-d2, .d1-d6 .d2-d3, .d1-d6 .d3-d4, .d1-d6 .d4-d5, .d1-d6 .d5-d6, .d2-d7 .d2-d3, .d2-d7 .d3-d4, .d2-d7 .d4-d5, .d2-d7 .d5-d6, .d2-d7 .d6-d7, .d3-d8 .d3-d4, .d3-d8 .d4-d5, .d3-d8 .d5-d6, .d3-d8 .d6-d7, .d3-d8 .d7-d8 {
	height: auto;
}