.archive ul {
  list-style-type: none;
}
ul.months {
  color: #555555;
}
ul.days {
  color: #000;
}
ul.posts li {
  position: relative;
  top: -22px;
  color: #999;
}
ul.days li h1 {
  line-height: 20px;
}
.author_shadow {
  -webkit-box-shadow: 5px 4px 8px rgba(0,0,0,0.3);
  box-shadow: 5px 4px 8px rgba(0,0,0,0.3);
}
#profile-inner {
  min-height: 180px;
  position: relative;
}
#extendedprofile {
  border-top: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
#extendedprofile p {
  font-size: 16px;
}
.author_box img {
  margin-left: 0px !important;
}
.author_square {
  position: absolute;
  top: 0;
  left: -105px;
  width: 70px;
  background: #3d3d3d;
  background: -moz-radial-gradient(center,ellipse cover,#3d3d3d 0%,#1b1c19 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#3d3d3d),color-stop(100%,#1b1c19));
  background: -webkit-radial-gradient(center,ellipse cover,#3d3d3d 0%,#1b1c19 100%);
  background: -o-radial-gradient(center,ellipse cover,#3d3d3d 0%,#1b1c19 100%);
  background: -ms-radial-gradient(center,ellipse cover,#3d3d3d 0%,#1b1c19 100%);
  background: radial-gradient(ellipse at center,#3d3d3d 0%,#1b1c19 100%);
  border-radius: 3px;
  color: #eee;
  text-align: center;
  font-size: .8em;
  line-height: 1.2em;
  padding-bottom: .3em;
  cursor: default;
}
.author_square .ttip {
  color: inherit;
  text-decoration: none;
  border: none !important;
}
.author_square .ttip:hover {
  color: inherit;
  text-decoration: none;
}
.author_square .author-star {
  color: #eee;
}
.author_square.me .author-message,
.author_square.me .ban_link {
  display: none !important;
}
.author_square .author-star .curator {
  color: #ffc40d;
}
.author_square .author-star .voice {
  color: #eee;
}
.author_square .author_square-name {
  overflow: hidden;
  margin-top: .3em;
}
.author_square .avatar_bound {
  background-size: cover;
  height: 70px;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 3px;
}
.author_square img {
  border-radius: 3px;
  width: 100%;
}
.author_square .author_pop {
  position: absolute;
  width: 0px;
  overflow: hidden;
  height: 0px;
  -webkit-transition: width ease-out 100ms;
  transition: width ease-out 100ms;
}
.author_square .author_pop table {
  opacity: 0;
}
.author_square li {
  color: #666;
  -webkit-transition: color 450ms;
  transition: color 450ms;
}
.author_square li i {
  color: #888;
  -webkit-transition: color 450ms;
  transition: color 450ms;
}
.author_square:hover,
.author_square.popped {
  overflow: visible;
  top: -2px;
  -webkit-transition: top 100ms;
  transition: top 100ms;
  -webkit-transition: left 150ms;
  transition: left 150ms;
  -webkit-box-shadow: 5px 4px 8px rgba(0,0,0,0.3);
  box-shadow: 5px 4px 8px rgba(0,0,0,0.3);
  border-radius: 3px 0 0 3px;
}
.author_square:hover li,
.author_square.popped li {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.author_square:hover li:hover,
.author_square.popped li:hover {
  color: #ddd;
  -webkit-transition: color 450ms;
  transition: color 450ms;
}
.author_square:hover li:hover i,
.author_square.popped li:hover i {
  color: #fff;
  -webkit-transition: color 450ms;
  transition: color 450ms;
}
.author_square:hover .author_pop,
.author_square.popped .author_pop {
  -webkit-transition: width ease-out 100ms;
  transition: width ease-out 100ms;
  font-size: 11px;
  height: 100%;
  background: inherit;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 3px 3px 0;
  display: block !important;
  text-align: left;
  width: 350px;
  -webkit-box-shadow: 5px 4px 8px rgba(0,0,0,0.3);
  box-shadow: 5px 4px 8px rgba(0,0,0,0.3);
  z-index: 10;
}
.author_square:hover .author_pop table,
.author_square.popped .author_pop table {
  opacity: 1;
  -webkit-transition: opacity ease-out 400ms;
  transition: opacity ease-out 400ms;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.author_square:hover .author_pop .authorbio,
.author_square.popped .author_pop .authorbio {
  width: 200px;
  color: #eee;
}
.author_square:hover .author_pop .authorbio .custom_bio,
.author_square.popped .author_pop .authorbio .custom_bio {
  display: inline-block;
  line-height: 1.2em;
  max-height: 3.6em;
  overflow: hidden;
}
.author_square:hover .author_pop .authorbio.custom .default_bio,
.author_square.popped .author_pop .authorbio.custom .default_bio {
  display: none;
}
.author_square:hover .author_pop ul,
.author_square.popped .author_pop ul {
  margin: 0 0 0 1em;
}
.author_square:hover .author_pop ul li,
.author_square.popped .author_pop ul li {
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
}
.author_square:hover .author_pop ul li a,
.author_square.popped .author_pop ul li a {
  color: inherit;
  text-decoration: none;
}
.post.editor .editor {
  margin: 1em 2em;
}
.post.editor .content {
  padding: 0;
}
#dynamic {
  margin: 0 auto 0;
  width: 970px;
}
body.sidebar #posts {
  float: left;
  width: 625px;
}
body.sidebar #sidebar {
  float: right;
  width: 280px;
}
body.sidebar #sidebar h2 {
  font-size: 24px !important;
  letter-spacing: -1px;
}
body.sidebar #sidebar #about.well {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  body #dynamic {
    width: 1170px;
  }
  body.sidebar #posts {
    width: 825px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  body #dynamic {
    width: 750px;
  }
  body.sidebar #posts {
    float: none;
    width: auto;
  }
  body.sidebar #sidebar {
    float: none;
    width: auto;
  }
}
@media (max-width: 991px) {
  body.front #newpostbox .navbar-text {
    display: none;
  }
}
@media (max-width: 1200px) {
  #dynamic {
    max-width: 100%;
    overflow: hidden;
  }
  body #h {
    background-image: none;
  }
  body #h img {
    height: auto;
    opacity: 1;
  }
}
@media print {
  .votebox,
  #suggest {
    display: none !important;
  }
  .byline {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body #dynamic {
    width: auto;
  }
  body .post .content .body {
    margin-right: 20px;
    font-size: 14px;
  }
  body .post a.title {
    font-size: 20px !important;
  }
  body #corner_logo {
    display: none;
  }
  body .post ul.byline {
    font-size: 12px;
  }
  body.sidebar #posts,
  body.sidebar #sidebar {
    float: none;
    width: auto;
  }
}
.text_header {
  padding: 40px 15px 20px 15px;
}
.text_header h1 {
  font-size: 72px;
  line-height: 60px;
  letter-spacing: -4px;
}
.text_header h1 a {
  color: #fff;
}
.text_header h1 a:hover {
  text-decoration: none;
}
.text_header h2 {
  margin-top: 0;
  color: #fff;
  opacity: .8;
}
a#header_link {
  text-decoration: none;
  color: inherit;
}
#dynamic {
  transition: opacity ease-out 300ms;
  -moz-transition: opacity ease-out 300ms;
  -webkit-transition: opacity ease-out 300ms;
  -o-transition: opacity ease-out 300ms;
}
#h {
  text-align: center;
  position: relative;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#h img {
  opacity: 0;
  width: 100%;
  max-width: 1170px;
}
.speech {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: inherit;
  opacity: inherit;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 24px;
  width: 20px;
}
.permalink {
  display: none;
}
#posts > .post:nth-child(1) {
  margin-top: 0;
}
.post.jump  > .content {
  background-color: #fe9;
  -webkit-transition: background-color ease-in 0s;
  transition: background-color ease-in 0s;
}
body.spam_hunter .report-spammer {
  display: block;
}
.post {
  margin-top: 15px;
  margin-left: 105px;
  -webkit-transition: margin 50ms;
  transition: margin 50ms;
}
.post.own > div > .vote .up,
.post.own > div > .vote .down {
  cursor: default;
}
.post.own > div > .vote div.vote_cover {
  display: none;
}
.post.own > div > .vote div.count {
  display: block;
}
.post.message .body {
  min-height: 3em;
}
.post .content {
  padding: 0;
  background-color: #fff;
  position: relative;
  border-radius: 3px;
}
.post .content:before,
.post .content:after {
  content: " ";
  display: table;
}
.post .content:after {
  clear: both;
}
.post .content.promote_message {
  margin-top: 40px;
  background-color: #eef5ff;
  min-height: 5em;
}
.post .content h1.title {
  margin: 15px 10px 0 45px;
  line-height: 1em;
}
.post .content h1.title a {
  color: #000;
}
.post .content .body {
  font-size: 16px;
  line-height: 1.5em;
  margin: 7px 40px 0px 45px;
}
.post .content .body img {
  max-width: 100%;
}
.post .content .body .highlight {
  background-color: #fea;
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}
.post .content .body p,
.post .content .body ul {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin-bottom: 1.5em;
}
.post .content .body li {
  line-height: inherit;
}
.post ul.byline {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: rgba(0,0,0,0.5);
}
.post ul.byline > li {
  float: none;
  display: inline-block;
  margin-right: 5px;
  cursor: default;
}
.post ul.byline li {
  list-style: none;
}
.post ul.byline li .dropdown-menu {
  min-width: auto;
}
.post ul.byline li a {
  color: inherit;
}
.post ul.byline li .byline_label {
  margin-right: 1px;
  color: rgba(0,0,0,0.125);
}
.post ul.byline li .caret {
  border-top-color: rgba(0,0,0,0.125);
}
.post ul.byline li .number {
  display: none;
}
.post .responses .title {
  display: none;
}
.post .responses .post.curator > div > .content {
  background-color: #cef;
  border-color: #9df;
}
.post .responses .post .content {
  padding-bottom: 0px;
  min-height: 7.5em;
}
.post .responses .editor-active.post .content {
  padding-top: 0px;
  padding-bottom: 0px;
}
.post .votebox {
  display: block;
  color: inherit;
  font-family: Courier;
  font-size: 1em;
  line-height: 1;
  padding: 25px 0 10px 0;
  position: absolute;
  text-align: center;
  width: 45px;
  z-index: 3;
  cursor: default;
}
.post .votebox .up,
.post .votebox .down {
  opacity: 40;
  filter: alpha(opacity=4000);
}
.post .votebox .up.selected,
.post .votebox .down.selected {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.post .votebox a {
  cursor: pointer;
  display: block;
  font-size: 20px;
  text-decoration: none;
}
.post .votebox i {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  padding-bottom: 5px;
}
.post .votebox .up,
.post .votebox .down {
  color: #aaa;
}
.post .votebox a.up.voted i {
  display: none;
}
.post .votebox a.up.selected.unvoted i {
  display: none;
}
.post .votebox a.up.selected.voted i {
  color: #f44;
  display: inline;
}
#suggest .votebox {
  position: static;
  width: auto;
  top: 0;
  float: right;
}
#suggest .votebox a {
  display: inline;
  font-size: 30px;
}
.post-options {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 16px;
  color: #aaa;
}
@media (max-width: 767px) {
  .post ul.byline li.optional_display_name {
    display: inline !important;
  }
  div.post {
    margin-left: 0px;
  }
  div.post .speech {
    display: none;
  }
  body {
    padding: 0;
    margin: 0;
  }
}
.pusher {
  float: left;
  margin-bottom: 15px;
  border-radius: 2px;
  margin-right: -20px;
  margin-left: 45px;
  width: 204px;
  height: 136px;
}
.preview_bulk {
  display: table-cell;
  padding: 0;
  margin: 0;
}
.multi .post.compact .body {
  margin-bottom: 25px;
}
.multi .post.compact .body,
.multi .post.compact .body img {
  max-height: 7.5em;
  overflow: hidden;
}
.multi .post.compact .body p {
  display: inline;
  margin: 0 1em 0 0;
  padding: 0;
}
.multi .post.compact .body img {
  display: none;
  float: left;
  margin-right: 1em;
}
#posts > .post.own .responses div.vote_cover {
  display: none;
}
#posts > .post.own .responses div.count {
  display: block;
}
div.vote.voted .vote_cover,
#posts.show_votes .vote_cover {
  display: none !important;
}
div.vote.voted .count,
#posts.show_votes .count {
  display: block;
}
div.vote:hover .vote_cover {
  display: none;
}
div.vote:hover .count {
  display: block;
}
.participants {
  color: #333;
  clear: left;
  overflow: hidden;
  max-height: 1.5em;
}
.participants img {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}
.read_post {
  position: absolute;
  right: 20px;
  bottom: 7px;
}
.multi .post .content.promote_message {
  background-color: #eeeef6;
  z-index: 2;
  border-bottom: 1px solid #e9e9f0;
  border-radius: 2px 2px 0 0;
  border-right: 1px solid #dde;
}
.post ul.byline li.promote_li,
.post ul.byline li.optional_display_name {
  display: none;
}
.mod_somewhere .post ul.byline li.promote_li,
body.curator .post ul.byline .dropdown-menu li.promote_li {
  display: block;
}
body.mod_somewhere #posts.prohibit_promote .post ul.byline li.promote_li {
  display: none;
}
body.curator.mod_somewhere #posts.prohibit_promote .post ul.byline .dropdown-menu li.promote_li {
  display: block;
}
body.community .multi .responses {
  display: none;
}
a.soc-button {
  font-size: 20px;
  margin-left: 11px;
  width: 24px;
}
a.soc-button i {
  width: 24px;
  color: #eee;
  cursor: pointer !important;
  position: relative;
}
i.icon-twitter-sign,
i.icon-twitter {
  color: #3CF !important;
}
i.icon-facebook-sign,
i.icon-facebook {
  color: #3B5998 !important;
}
i.icon-hacker-news {
  color: #f60 !important;
}
i.icon-pinterest-sign {
  color: #AB171E !important;
}
i.icon-reddit {
  color: #ff4500 !important;
}
#pages {
  margin-left: auto;
  margin-right: auto;
}
#sidebar {
  color: #eee;
}
#sidebar .btn-group {
  margin-bottom: 1em;
}
#sidebar .sidebox * {
  max-width: 100%;
}
#sidebar #community_explain {
  font-size: 11px;
  line-height: 1.5em;
}
#sidebar #community ul {
  margin-top: 5px;
  margin-left: 5px;
}
#sidebar #search_box {
  width: 88%;
}
#sidebar ul {
  padding-left: 0;
}
#sidebar ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
#sidebar ul li a {
  color: inherit;
}
#sidebar ul li .tinyavatar {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  display: inline-block;
  background-size: cover;
  border-radius: 2px;
  background-color: #000;
  position: relative;
  top: 3px;
}
#sidebar .sidebody {
  margin-left: 5px;
}
#sidebar .sidebody h4 {
  margin-left: -10px;
}
#sidebar .well {
  background-color: rgba(16,16,16,0.75);
  color: #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 33px;
  border: none;
  border-radius: 0;
}
#sidebar h2 {
  margin-top: -24px;
  margin-left: -15px;
  text-transform: uppercase;
}
#sidebar h2 a {
  color: inherit;
  font: inherit;
}
#sidebar h2 a:hover {
  text-decoration: inherit;
}
#topcommunityposts li a {
  display: block;
  position: relative;
  top: -1.7em;
  left: 2em;
  margin-right: 2em;
  margin-bottom: -1.3em;
}
.close_search {
  position: relative;
  top: 5px;
  float: right;
}
#title {
  display: none;
}
#h {
  background-image: url("http://cdn.sett.com/images/user/20130715/nicktwittersmall9ba76bdede19a0cfea3273937f8bf2d1.jpg");
}
#h img {
  height: 233px;
}
.text_header h1 a,
.text_header h2 {
  color: #FFFFFF;
}
body {
  background-image: url("http://cdn.sett.com/images/user/20130715/blackpaperbc2c4ed82e794585ea07a1d3a11aeacc.png");
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "Segoe UI", Candara, "Nimbus Sans L", "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
.post .content .body {
  font-family: "Segoe UI", Candara, "Nimbus Sans L", "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 16px;
}
.post a.title {
  font-family: "Segoe UI", Candara, "Nimbus Sans L", "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 30px;
  font-weight: normal;
}
.post .content {
  background-color: #EDEDED;
  color: #292929;
}
.post.jumped  > .content {
  background-color: #EDEDED;
  -webkit-transition: background-color ease-in 5s;
  transition: background-color ease-in 5s;
}
a {
  color: #0077CC;
}
body {
  background-color: #151719;
}
.contrast_color {
  color: #FFFFFF;
}
