.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}
.btn {
  display: inline-block;
  padding: 15px 20px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 1px 1px 3px #bbb;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #0044cc;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary[disabled]:hover {
  color: #111;
  background-color: #aaa;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
body {
  width: 100%;
}
body:before,
body:after {
  display: table;
  content: "";
  line-height: 0;
}
body:after {
  clear: both;
}
body {
  background: #f0f0f0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Ubuntu', 'Helvetica Neue', sans-serif;
  font-size: 14px;
}
body.busy {
  cursor: wait;
}
a {
  color: #006699;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  line-height: 1.5em;
  margin: 0 0 15px 0;
}
h1 {
  color: #333;
  font-size: 23px;
  margin: 15px 0;
}
h1 a {
  color: inherit;
}
.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 930px;
}
@media (max-width: 960px) {
  .container {
    width: calc(100% - 30px);
  }
}
.content-box {
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #bbb;
  margin: 0 0 10px;
  padding: 15px;
}
.content-box h1 {
  margin: 0 0 10px;
}
.avatar img {
  border-radius: 3px;
}
header {
  background-color: #222;
  background-image: linear-gradient(#222, #333);
  border-bottom: 1px solid #333;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.54);
  height: 45px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
header #logo {
  float: left;
  font-family: Georgia;
  font-size: 29px;
  font-weight: bold;
  line-height: 29px;
  margin-right: 25px;
  position: relative;
  text-transform: none;
}
header #logo a {
  color: #fff;
  display: inline-block;
  padding: 8px 12px 8px 35px;
}
header #logo a:before {
  background: url(../icons/favicon-32x32.png) no-repeat center center;
  background-size: 24px;
  border-radius: 12px;
  content: '';
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 24px;
}
header #logo a:hover {
  text-decoration: none;
}
header #main-nav {
  float: left;
}
header #main-nav ul li {
  float: left;
  font-size: 14px;
  line-height: 29px;
}
header #main-nav ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 8px 12px;
}
header #main-nav ul li a:hover,
header #aux-nav ul li a:hover {
  background-color: #353535;
  background-image: linear-gradient(#3d3d3d, #2d2d2d);
  text-decoration: none;
}
header #aux-nav {
  float: right;
}
header #aux-nav ul li {
  float: left;
  font-size: 13px;
  line-height: 29px;
}
header #aux-nav ul li a {
  border: solid 1px transparent;
  color: #fff;
  border-radius: 3px;
  display: block;
  margin: 8px 0 8px 4px;
  padding: 0px 12px;
}
header #aux-nav ul li a.join {
  border: solid 1px #ccc;
}
header #aux-nav ul li a.join:hover {
  border: solid 1px #fff;
}
/* menu */
header #nav-wrap {
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
}
/* menu icon */
header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 21px 0 21px 21px;
  position: relative;
}
header .menu-icon .navicon {
  background: #dfdfdf;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 22px;
}
header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
  background: #dfdfdf;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
header .menu-icon .navicon:before {
  top: 6px;
}
header .menu-icon .navicon:after {
  top: -6px;
}
/* menu btn */
header .menu-btn {
  display: none;
}
@media (max-width: 849px) {
  header .menu-btn:checked ~ #nav-wrap {
    background-color: #222;
    left: 0;
    max-height: none;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  header .menu-btn:checked ~ #nav-wrap #main-nav,
  header .menu-btn:checked ~ #nav-wrap #aux-nav,
  header .menu-btn:checked ~ #nav-wrap ul li {
    float: none;
  }
  header .menu-btn:checked ~ #nav-wrap ul li {
    border-bottom: solid 1px #666;
  }
  header .menu-btn:checked ~ #nav-wrap #main-nav {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #666;
  }
}
@media (min-width: 850px) {
  header li {
    float: left;
  }
  header li a {
    padding: 20px 30px;
  }
  header #nav-wrap {
    clear: none;
    max-height: none;
  }
  header .menu-icon {
    display: none;
  }
}
#body-wrap {
  padding-top: 49px;
}
#body-wrap:before,
#body-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
#body-wrap:after {
  clear: both;
}
#content {
  display: inline;
  float: left;
  margin: 10px 0;
  min-height: 400px;
  width: calc(100% - 315px);

}
@media (max-width: 760px) {
  #content {
    width:  100%;
  }
}
#content div h1 {
  margin: 0 0 10px;
}
#sd {
  display: inline;
  float: left;
  margin: 10px 0 15px 15px;
  width: 300px;
}
@media (max-width: 760px) {
  #sd {
    margin: 10px 0 15px;
    width:  100%;
  }
}
#sd h3 {
  font-size: 17px;
  margin: 0;
  padding: 0 0 15px;
}
#sd .sd-ad {
  margin: 15px 0;
}
#sd .nav {
  font-weight: bold;
  margin: 25px 0 0;
}
#sd .nav li {
  margin: 10px 0;
  text-align: right;
}
body.no-side #content {
  display: block;
  width: 100%;
}
body.no-side #sd {
  display: none;
}
footer {
  padding: 25px 0 75px;
}
/******************************
 * Home / Post list
 */
body.home li.posts {
  background-color: #353535;
  background-image: linear-gradient(#3d3d3d, #2d2d2d);
}
body.home .welcome .btn {
  margin: 10px 10px 0 0;
  width: 235px;
}
@media (max-width: 630px) {
  body.home .welcome .btn {
    box-sizing: border-box;
    width: 100%;
  }
}
#post-list li {
  position: relative;
}
#post-list li:before,
#post-list li:after {
  display: table;
  content: "";
  line-height: 0;
}
#post-list li:after {
  clear: both;
}
#post-list li:last-child {
  border: none;
}
.pinned {
  background: transparent url(../img/icon-pin-16.svg) no-repeat center center;
  background-size: 23px;
  height: 23px;
  position: absolute;
  left: -7px;
  top: -7px;
  width: 23px;
}
#post-list h3 {
  font-size: 17px;
  line-height: 21px;
  margin: 0 150px 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#post-list p {
  color: #666;
}
#post-list p.when-who {
  color: #111;
  margin: 0;
}
#post-list p.when-who a {
  font-weight: bold;
}
#post-list p span.date {
  font-weight: bold;
}
#post-list .numbers {
  float: right;
  padding-left: 10px;
  text-align: right;
  width: auto;
}
#post-list .numbers > div {
  padding: 0 0 5px;
}
#post-list .numbers .views {
  font-weight: bold;
  font-size: 15px;
}
#post-list a.replies {
  font-weight: bold;
}
#post-list a.most-recent {
  color: #333;
  font-size: 12px;
}
#post-list a.most-recent span.user {
  color: #006699;
  font-weight: bold;
}
#post-list .tags {
  height: 100%;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}
.tags a {
  background: #ddd;
  border-radius: 2px;
  box-shadow: 0px 0px 1px #555;
  display: inline-block;
  font-weight: bold;
  margin: 47px 0 0 5px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.tags .nba {
  background: url(../img/logo-nba.png) no-repeat center center;
}
.tags .nhl {
  background: url(../img/logo-nhl.png) no-repeat center center;
}
.tags .ncaaf {
  background: url(../img/logo-ncaaf.png) no-repeat center center;
}
.tags .ncaab {
  background: url(../img/logo-ncaab.svg) no-repeat center center;
}
.tags .nfl {
  background: url(../img/logo-nfl.svg) no-repeat center center;
}
.tags .mlb {
  background: url(../img/logo-mlb.png) no-repeat center center;
}
.tags .nba,
.tags .nhl,
.tags .ncaaf,
.tags .ncaab,
.tags .nfl,
.tags .mlb {
  background-size: contain;
  box-shadow: none;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  width: 50px;
}
.tags .nba span,
.tags .nhl span,
.tags .ncaaf span,
.tags .ncaab span,
.tags .nfl span,
.tags .mlb span {
  display: none;
}
@media (max-width: 400px) {
  #post-list .tags .nba,
  #post-list .tags .nhl,
  #post-list .tags .ncaaf,
  #post-list .tags .ncaab,
  #post-list .tags .nfl,
  #post-list .tags .mlb {
    background-size: contain;
    height: 20px;
    margin: 17px 0 0;
    width: 20px;
  }

  #post-list h3 {
    margin-right: 105px
  }
}
#sd-top-users:after {
  clear: both;
  display: table;
  content: "";
  line-height: 0;
}
.sd-wrap .btn {
  box-sizing: border-box;
  display: block;
  font-size: 17px;
  margin: 0 0 10px;
  padding: 15px 0;
  width: 100%;
}
/******************************
 * Registration
 */
.registration-page form {
  margin: 0 0 25px;
}
.registration-page ol li {
  display: block;
}
.registration-page ol li.action {
  padding: 10px 0 0;
}
.registration-page ol li label {
  display: block;
  padding: 0 0 10px;
}
.registration-page ol li input[type=text],
.registration-page ol li input[type=url],
.registration-page ol li input[type=password],
.registration-page ol li input[type=email] {
  box-sizing: border-box;
  height: 36px;
  padding: 8px 10px;
  width: 100%;
}
.registration-page ol li input[type="checkbox"] {
  width: auto;
}
.registration-page ol li textarea {
  box-sizing: border-box;
}
.registration-page ol li .btn {
  margin: 0 10px 15px 0;
  padding: 15px 0;
  width: 250px;
}
.registration-page ol ul.errorlist {
  border: none;
  padding: 10px 0;
}
.registration-page ol ul.errorlist li {
  padding: 2px 0;
}
.registration-page ul.errorlist {
  color: #ff0000;
  padding: 0 0 10px;
}
div.pagination {
  padding: 10px 0;
  text-align: center;
}
div.pagination:before,
div.pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
div.pagination:after {
  clear: both;
}
div.pagination span,
div.pagination a {
  display: inline-block;
  margin: 0 2px 10px 0;
  padding: 6px 5px;
}
div.pagination span.page,
div.pagination a.page {
  background: #fff;
  border: solid 1px #bbb;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #bbb;
  font-size: 16px;
  padding: 3px 5px;
}
div.pagination a.page:hover {
  background: #006699;
  color: #fff;
  text-decoration: none;
}
div.pagination span.current {
  background: #006699;
  color: #fff;
}
div.pagination span.disabled {
  color: #ccc;
}
/******************************
 * User List
 */
body.users #content {
  position: relative;
}
body.users li.users {
  background-color: #353535;
  background-image: linear-gradient(#3d3d3d, #2d2d2d);
}
body.users #primary-nav li.users a {
  background: #999;
  color: #fff;
}
body.users #bd {
  position: relative;
}
#user-list li {
  display: inline;
  float: left;
  width: 220px;
  margin: 0 10px 0 0;
  padding: 0 10px 15px 0;
  width: 205px;
}
#user-list div.avatar {
  float: left;
  width: 50px;
}
#user-list div.info {
  font-size: 13px;
}
#user-list div.info a {
  font-weight: bold;
}
#user-list div.info a,
#user-list div.info strong {
  font-size: 15px;
}
#user-list div.info span.joined {
  color: #666;
  display: block;
  font-size: 11px;
}
#user-search {
  position: absolute;
  right: 320px;
  top: 10px;
}
#user-search span,
#user-search input {
  float: left;
  font-size: 13px;
  margin: 0 5px 0 0;
}
#user-search span {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5px 0 0;
}
#user-search input.text {
  width: 85px;
}
#user-search input.btn {
  padding: 3px 10px 7px;
}
#user-sort {
  position: absolute;
  right: 10px;
  top: 15px;
}
#user-sort li {
  display: inline;
}
#user-sort li a,
#user-sort li span {
  padding: 0 7px;
}
#user-sort li span {
  background: #ddd;
  color: #111;
}
#user-sort li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}
/**********************************************
 * Post Form
 */
#post-form h3 {
  font-size: 21px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
#post-form li {
  padding: 0 0 7px;
}
#post-form li.tags {
  margin-bottom: 10px;
  padding: 10px 0 25px 0;
}
#post-form label {
  display: block;
  line-height: 1.4em;
  margin: 0 0 10px;
}
#post-form #id_title {
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 36px;
  padding: 8px 10px;
  width: 100%;
}
#post-form textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 300px;
  padding: 2px 5px;
  width: 100%;
}
#post-form ul.errorlist li {
  color: #ff0000;
  font-size: 11px;
  line-height: 1.2em;
  padding: 0;
}
.jsOn #post-form #id_tags {
  display: none;
}
#tags-select-wrap {
  margin: 5px 0 0 0;
}
#tags-select-wrap:before,
#tags-select-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
#tags-select-wrap:after {
  clear: both;
}
#tags-select-wrap li {
  display: block;
  float: left;
  padding: 0 5px 5px 0;
}
#tags-select-wrap span {
  border: solid 1px #aaa;
  border-radius: 3px;
  color: #aaa;
  cursor: pointer;
  display: block;
  float: left;
  padding: 3px 10px;
}
#tags-select-wrap span.hover {
  background: #ccc;
  border: solid 1px #333;
  color: #333;
}
#tags-select-wrap span.selected {
  background: #008800;
  border: solid 1px #333;
  color: #fff;
}
#btn-post-preview {
  display: none;
}
.jsOn #btn-post-preview {
  display: inline;
}
#post-preview {
  padding: 20px 0 0;
}
#post-preview h2 {
  margin: 0 0 15px;
}
/******************************
 * Post Details
 */
#post-details .post-wrap {
  position: relative;
}
#post-details .post-wrap:before,
#post-details .post-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
#post-details .post-wrap:after {
  clear: both;
}
#post-details .post-wrap h1 {
  border: none;
}
#post-details .numbers {
  float: right;
  padding-left: 10px;
  text-align: right;
  width: auto;
}
#post-details .numbers > div {
  padding: 0 0 5px;
}
#post-details .numbers .views {
  font-weight: bold;
  font-size: 15px;
}
#post-details .numbers .votes {
  color: #777;
}
#post-details .action {
  padding: 7px 0;
}
#post-details .vote {
  padding: 0;
}
#post-details .vote a {
  display: block;
  padding: 7px 0;
}
#post-details .user-text {
  font-size: 15px;
  line-height: 1.5em;
  min-height: 50px;
  padding: 0 0 30px 0;
}
#post-details p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 15px 0;
}
#post-details #replies {
  clear: both;
  margin: 15px 0 0;
  position: relative;
}
#post-details #replies h2 {
  border-bottom: solid 2px #999;
  font-size: 21px;
  padding: 10px 0;
}
#post-details #reply-list {
  padding: 10px 0 0 0;
}
#post-details #replies .reply:before,
#post-details #replies .reply:after {
  display: table;
  content: "";
  line-height: 0;
}
#post-details #replies .reply:after {
  clear: both;
}
#post-details .when-who {
  padding: 0;
}
#post-details .when-who:before,
#post-details .when-who:after {
  display: table;
  content: "";
  line-height: 0;
}
#post-details .when-who:after {
  clear: both;
}
#post-details .author .avatar {
  float: left;
  height: 40px;
  width: 40px;
}
#post-details .author .info {
  line-height: 1.4em;
  padding: 0 0 0 50px;
  text-align: left;
}
#post-details div.date {
  font-size: 12px;
}
#post-details div.date span.date {
  color: #666;
  font-weight: bold;
}
#post-details .tags {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#post-details-sd h3 {
  clear: both;
  font-size: 15px;
  font-weight: normal;
  margin: 15px 0 0 0;
}
#reply-form {
  padding: 20px 0 0 0;
}
#reply-form h3 {
  font-size: 21px;
  margin: 0 0 15px;
}
#reply-form textarea {
  box-sizing: border-box;
  height: 150px;
  width: 100%;
}
#reply-form label {
  display: none;
}
#reply-form li.buttons {
  padding-top: 7px;
}
/******************************
 * Private Messages
 */
body.messages div.body {
  clear: both;
  padding: 10px 0;
  margin: 20px 0;
}
body.messages table.messages {
  text-align: left;
  width: 100%;
}
body.messages table.messages th {
  background: #ddd;
  padding: 5px 10px;
}
body.messages table.messages th.to-from {
  width: 80px;
}
body.messages table.messages th.date {
  width: 170px;
}
body.messages table.messages th.action {
  width: 50px;
}
body.messages table.messages td {
  padding: 5px 10px;
}
body.messages table.messages img {
  float: left;
  margin: 0 5px 0 0;
}
body.messages ul.messages-nav li {
  font-size: 16px;
  padding: 5px 0;
}
body.messages dl.message-headers:before,
body.messages dl.message-headers:after {
  display: table;
  content: "";
  line-height: 0;
}
body.messages dl.message-headers:after {
  clear: both;
}
body.messages dl.message-headers dt {
  clear: both;
  color: #666;
  float: left;
  margin: 0 0 15px;
  padding: 0 10px 0 0;
  width: 75px;
}
body.messages dl.message-headers dd {
  padding: 0 20px 0 0;
}
body.messages dl.message-headers dd:before,
body.messages dl.message-headers dd:after {
  display: table;
  content: "";
  line-height: 0;
}
body.messages dl.message-headers dd:after {
  clear: both;
}
body.messages dl.message-headers dd img {
  float: left;
  margin: 0 5px 0 0;
}
body.messages dl.message-headers dd.body {
  clear: both;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
body.messages form.compose input[type="text"],
body.messages form.compose textarea {
  width: 400px;
}
/******************************
 * Chat
 */
body.chat li.chat {
  background-color: #353535;
  background-image: linear-gradient(#3d3d3d, #2d2d2d);
}
body.chat #chat-box {
  height: 460px;
  overflow: auto;
}
body.chat #chat-box span.time,
body.chat #chat-box span.from {
  color: #666;
}
body.chat #chat-box span.msg {
  color: #111;
}
body.chat #chat-box span.user {
  font-style: normal;
  font-weight: bold;
}
body.chat #chat-box em {
  font-style: italic;
}
body.chat #chat-box li {
  padding: 0 0 5px;
}
body.chat #chat-box li.j {
  background: #ffffff url('/static/img/chat/icons/door_in.png') top left no-repeat;
}
body.chat #chat-box li.l {
  background: #ffffff url('/static/img/chat/icons/door_out.png') top left no-repeat;
}
body.chat #chat-box li.j,
body.chat #chat-box li.l {
  padding-left: 20px;
}
body.chat #chat-box li.j span.msg,
body.chat #chat-box li.l span.msg {
  color: #999;
}
body.chat #chat-box li.j span.action,
body.chat #chat-box li.l span.action {
  color: #333;
}
body.chat #chat-box li.j span.user,
body.chat #chat-box li.l span.user {
  color: #333;
}
body.chat #chat-users {
  margin: 70px 0 0;
}
body.chat #chat-users ol {
  padding: 5px;
}
body.chat #post-msg-form {
  margin-top: 15px;
}
body.chat #post-msg-form legend {
  display: none;
}
body.chat #post-msg-form li {
  display: inline-block;
  vertical-align: top;
}
body.chat #post-msg-form li.msg {
  width: calc(100% - 85px);
}
body.chat #post-msg-form li.send {
  width: 50px;
}
body.chat #post-msg-form li label {
  display: none;
}
body.chat #post-msg-form input.msg {
  box-sizing: border-box;
  font-size: 16px;
  height: 36px;
  margin: 0;
  padding: 8px 10px;
  width: 100%;
}
body.chat #post-msg-form input.btn {
  padding: 7px 20px;
}
body.chat #post-msg-form input.username {
  border: solid 1px #fff;
}
body.chat #chat-msg:before,
body.chat #chat-msg:after {
  display: table;
  content: "";
  line-height: 0;
}
body.chat #chat-msg:after {
  clear: both;
}
body.chat #chat-options {
  padding: 7px 0 0 0;
  text-align: right;
}
body.chat #chat-options:before,
body.chat #chat-options:after {
  display: table;
  content: "";
  line-height: 0;
}
body.chat #chat-options:after {
  clear: both;
}
body.chat #chat-options li {
  display: inline;
  float: none;
  padding: 0 5px;
}
body.chat #chat-options li.color {
  position: relative;
}
body.chat #chat-options input.color {
  width: 65px;
}
body.chat #chat-color-picker {
  background: #f0f0f0;
  border: solid 1px #000;
  display: none;
  left: -35px;
  position: absolute;
  top: -200px;
}
#modalOverlay {
  background-color: #000;
  cursor: wait;
}
#modalContainer {
  height: 100px;
  width: 300px;
  left: 50%;
  top: 35%;
  margin-left: -150px;
  background-color: #fff;
  border: 3px solid #ccc;
}
#modalContainer h2 {
  background: #f0f0f0;
  font-size: 127%;
  font-weight: bold;
  padding: 5px 10px;
}
#modalContainer div.bd {
  padding: 10px;
}
#modalContainer p {
  margin: 0;
}
/* Farbtastic (color picker) */
.farbtastic {
  height: 195px;
  position: relative;
  width: 195px;
}
.farbtastic * {
  cursor: crosshair;
  position: absolute;
}
.farbtastic .wheel {
  background: url('/static/img/chat/farbtastic/wheel.png') no-repeat;
  height: 195px;
  left: 0;
  top: 0;
  width: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
  height: 101px;
  left: 47px;
  top: 47px;
  width: 101px;
}
.farbtastic .overlay {
  background: url('/static/img/chat/farbtastic/mask.png') no-repeat;
}
.farbtastic .marker {
  background: url('/static/img/chat/farbtastic/marker.png') no-repeat;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  width: 17px;
}
/**********************************************
 * user text (post or reply)
 */
div.user-text li {
  border: none !important;
  height: auto !important;
  margin: 0 0 0 30px !important;
  padding: 0 !important;
}
div.user-text ul li {
  list-style: disc !important;
}
div.user-text ol li {
  list-style: decimal !important;
}
/**********************************************
 * profile details page
 */
#profile-details > .avatar {
  display: inline-block;
  padding: 10px 35px 0 0;
  vertical-align: top;
  width: 70px;
}
#profile-details > .avatar .edit {
  text-align: center;
}
#profile-details .edit {
  font-size: 13px;
}
#profile-details div.info {
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
  width: calc(100% - 120px);
}
#profile-details div.info li {
  padding: 0 0 8px 0;
}

#profile-details div.info li:after {
  clear: both;
}
#profile-details div.info li label {
  display: inline-block;
  font-weight: bold;
  padding: 0 10px 0 0;
  width: 150px;
}
#profile-details .subscriptions {
  margin: 10px 25px;
}
#profile-details .subscriptions li {
  list-style: outside;
}
#latest-activity {
  clear: both;
  padding: 10px 0 0;
}
#latest-activity h2 {
  font-size: 120%;
  margin: 10px 0 20px;
}
#latest-activity .activity-list {
  margin: 10px 0 20px;
}
#latest-activity .activity-list li:before,
#latest-activity .activity-list li:after {
  display: table;
  content: "";
  line-height: 0;
}
#latest-activity .activity-list li:after {
  clear: both;
}
#latest-activity .avatar {
  float: left;
}
#latest-activity .wrap {
  margin: 0 0 0 50px;
}
#latest-activity .date {
  color: #666;
  font-size: 13px;
}
#profile-details-sd {
  font-weight: bold;
}
