body {
  background: #3b3b3b;
  color: #333;
  font: 15px/1.6em "Trebuchet MS", Helvetica, sans-serif;
  margin: 0;
}
a {
  color: #2d89a8;
}
a:hover {
  color: #ff9900;
}
p {
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #888;
  font: bold 14px/1.3em "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 15px;
}
h1 {
  color: #0070a8;
  font-size: 26px;
}
h2 {
  color: #0d80ba;
  font-size: 20px;
}
h3 {
  color: #555;
  font-size: 16px;
}
h4,
h5,
h6 {
  margin: 0;
}
img {
  border: 0;
  height: auto;
  width: auto;
  max-width: 100%;
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 15px;
}
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
ul,
ol {
  margin: 0 0 15px 30px;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
blockquote {
  border-left: 3px solid #0d80ba;
  color: #424242;
  font: italic 14px/1.3em Georgia, serif;
  margin: 0 15px 15px;
  padding: 15px 20px;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  line-height: 1.3em;
  padding: 5px 10px;
}
input.text {
  background: #fff;
  border: 1px solid #ddd;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
}
input.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
  background: #0070a8;
  border: 1px solid #004e75;
  border-bottom: 2px solid #002c42;
  color: #fff;
  font: bold 12px/1em Verdana, Helvetica, sans-serif;
  padding: 5px 10px;
}
input.button:hover {
  background: #555;
  border-color: #555;
}
input.unfollow {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: #d21500;
  border: 1px solid #9f1000;
  border-bottom: 2px solid #6c0b00;
  color: #fff;
  font: bold 12px/1em Verdana, Helvetica, sans-serif;
  padding: 5px 10px;
}
input.unfollow:hover {
  background: #555;
  border-color: #555;
}
textarea {
  background: #fff;
  border: 1px solid #ddd;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  line-height: 1em;
  padding: 5px;
}
.note {
  margin: 15px 0;
}
.note p {
  background: #f1b4ad;
  border: 1px solid #e26456;
  color: #b32e1f !important;
  font: normal 11px/1em Verdana, Helvetica, sans-serif !important;
  margin: 0 !important;
  padding: 7px 10px !important;
}
.note .info {
  background: #add1e3;
  border: 1px solid #61a6c9;
  color: #25546c !important;
}
#top {
  background: #ffffff url("images/border.gif") repeat-x 0 bottom;
  position: relative;
}
#top .header {
  padding: 10px 0;
  text-align: center;
}
#top .header a {
  color: #2d89a8;
  text-decoration: none;
}
#top .header a:hover {
  color: #ff9900;
  text-decoration: none;
}
#top .header p {
  color: #a9a9a9;
  font: 13px/20px Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 10px;
}
#top .site {
  color: #424242;
  display: block;
  font: bold 24px/1em Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  padding: 5px 10px;
}
#top .site a {
  color: #424242;
  text-decoration: none;
}
#top .site a:hover {
  color: #ff9900;
}
#content {
  position: relative;
}
#content h1,
#content h2 {
  border-bottom: 1px solid #e9e9e9;
  line-height: 1em;
  padding: 0 0 5px;
}
#content ol li,
#content ul li {
  margin-bottom: 5px;
}
#content ul {
  list-style: none;
  margin-left: 5px;
}
#content ul li {
  background: url("images/bullet.gif") no-repeat 0 3px;
  padding-left: 25px;
}
#content .head {
  background: url("images/line.gif") repeat-x 0 bottom;
  margin: 0 0 15px;
}
#content .head h1 {
  background: #fff;
  border-bottom: 0;
  display: inline;
  line-height: 1em;
  margin: 0;
  padding: 0 10px 0 0;
}
#content .body {
  min-height: 500px;
}
#content .body:before,
#content .body:after {
  content: "";
  display: table;
}
#content .body:after {
  clear: both;
}
#content .body .left,
#content .body .right {
  margin: 0 auto;
  text-align: center;
}
#content #comments ul {
  background: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #comments li {
  background: 0;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
  padding: 20px 0;
}
#content #comments .card {
  font: 14px/1.1em "Trebuchet MS", Helvetica, sans-serif;
}
#content #comments .card p {
  text-align: center;
}
#content #comments .message ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
#content #comments .message li {
  border-bottom: 0;
  padding: 0;
}
#content #comments .message li:before {
  display: inline;
}
#main {
  background: #ffffff url("images/bg.jpg") no-repeat center 0 fixed;
  position: relative;
}
#main .wrap {
  background: #fff;
}
#main .page {
  padding: 20px 20px 100px;
}
#main .page:before,
#main .page:after {
  content: "";
  display: table;
}
#main .page:after {
  clear: both;
}
.account {
  display: block;
  position: relative;
  right: 20px;
  text-align: right;
  top: 0;
}
.account:before,
.account:after {
  content: "";
  display: table;
}
.account:after {
  clear: both;
}
.account span {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #e9e9e9;
  color: #aaa;
  display: block;
  float: right;
  font: 12px/1em Verdana, Helvetica, sans-serif;
  padding: 5px 10px;
}
.account span a {
  text-decoration: none;
}
.account span a:hover {
  text-decoration: underline;
}
#comments {
  clear: both;
  font-size: 13px;
  margin: 80px 0 50px;
}
#comments p.title {
  border-bottom: 1px solid #e9e9e9;
  color: #555;
  font: bold 16px/1.1em "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
#comments .details {
  background: #f0f0f0;
  margin: 0 0 10px;
  padding: 5px;
}
#comments .card {
  color: #555;
}
#comments .card a {
  font-size: 12px;
}
#comments .card p {
  margin: 0 0 5px;
}
#comments .vote {
  color: #555;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
  padding: 15px 0 0;
  text-align: center;
}
#comments .vote input.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url("images/vote.png") no-repeat center center;
  border: 0;
  display: block;
  height: 32px;
  line-height: 100px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 32px;
}
#comments .message .date {
  background: #f6f6f6;
  color: #555;
  font: italic normal 10px/1.3em Verdana, Helvetica, sans-serif;
  margin: 0 0 10px;
  padding: 5px 10px;
}
#comments .message .response {
  padding: 0 10px;
}
#comments .message h1,
#comments .message h2 {
  border-bottom: 0;
  color: #333;
  padding: 0;
}
.form p.title {
  border-bottom: 1px solid #e9e9e9;
  color: #555;
  font: bold 16px/1.1em "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 0 5px;
  padding: 0 0 5px;
}
.form p {
  margin: 0 0 20px;
}
.form p.submit {
  margin: 20px 0 0;
}
.form form {
  background: #fafafa;
  padding: 10px 15px;
}
.form label {
  color: #555;
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 1em;
  margin: 3px 0 0;
}
.form label span {
  color: #f00;
}
.form input.text {
  width: 95%;
}
.form textarea {
  width: 95%;
  min-height: 100px;
  min-width: 95%;
  max-width: 95%;
}
.form .textarea label {
  margin: 0 0 3px;
}
.form .captcha span {
  font-size: 13px;
  line-height: 1.2em;
}
.member {
  margin: 0 0 20px;
}
.member .info {
  background: #f6f6f6;
  margin: 0 0 20px;
  padding: 10px;
}
.member .info h1 {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.member .info p {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0 0 10px !important;
  -ms-word-break: break-all;
  word-break: break-all;
}
.member .info p span {
  display: block;
}
.member .reputation {
  margin: 0 0 15px !important;
}
.member .reputation span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #7ad3ff;
  border: 1px solid #14b1ff;
  display: inline-block;
  font: 11px/1em Verdana, Helvetica, sans-serif;
  margin: 0 0 5px;
  padding: 4px 7px;
}
.member .title {
  background: #f6f6f6;
  color: #555;
  font: bold 14px/1.1em Verdana, Helvetica, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}
.member .social {
  background: #fcfcfc;
}
.member .social p {
  height: auto;
  margin: 0;
  padding: 10px 8px 0;
  min-height: 50px;
}
.member .social p:before,
.member .social p:after {
  content: "";
  display: table;
}
.member .social p:after {
  clear: both;
}
.member .social a {
  float: left;
  margin: 0 2px;
  width: 34px;
}
.member .social form {
  background: #f6f6f6;
  padding: 10px;
  text-align: center;
}
.activity .title {
  background: #f6f6f6;
  color: #555;
  font: bold 14px/1.1em Verdana, Helvetica, sans-serif;
  padding: 10px;
  text-transform: uppercase;
}
.activity ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.activity li {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 10px;
}
.activity li:before,
.activity li:after {
  content: "";
  display: table;
}
.activity li:after {
  clear: both;
}
.activity li p {
  margin: 0;
}
.activity .meta {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fcfcfc;
  border: 1px solid #efefef;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 2px 5px;
}
.activity .meta:before,
.activity .meta:after {
  content: "";
  display: table;
}
.activity .meta:after {
  clear: both;
}
.activity .meta .date,
.activity .meta .time,
.activity .meta .votes {
  background: url("images/icons.png") no-repeat 0 4px;
  float: left;
  margin-right: 10px;
  padding-left: 20px;
}
.activity .meta .time {
  background-position: 0 -26px;
}
.activity .meta .votes {
  background-position: 0 -56px;
}
.activity .meta .votes span {
  white-space: nowrap;
}
.activity .summary {
  font-size: 13px;
}
.activity .summary h1,
.activity .summary h2 {
  color: #333;
}
.activity .summary p {
  margin: 0 0 15px;
}
.activity .summary ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
.activity .summary li {
  border-bottom: 0;
  padding: 0;
}
.activity .summary li:before {
  display: inline;
}
#bottom {
  background: #3b3b3b url("images/border.gif") repeat-x 0 0;
}
#bottom .footer {
  color: #ccc;
  font: 12px/1.5em Verdana, Helvetica, sans-serif;
}
#bottom .footer:before,
#bottom .footer:after {
  content: "";
  display: table;
}
#bottom .footer:after {
  clear: both;
}
#bottom .title {
  border-bottom: 1px solid #474747;
  color: #ccc;
  font: bold 14px/1.1em Verdana, Helvetica, sans-serif;
  margin: 0 0 10px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
#bottom ul li,
#bottom ol li {
  margin: 0 0 5px;
}
#bottom .list ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
#bottom .list ul li {
  border-bottom: 1px dotted #474747;
  margin: 0;
  padding: 5px 0;
}
#bottom .list ul li:first-child {
  padding-top: 0;
}
#bottom .list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#bottom .list ul span {
  color: #888;
  display: block;
  font-size: 11px;
}
#bottom .list ul .summary {
  color: #aaa;
  font-size: 12px;
}
#bottom .list ul .summary * {
  background: 0;
  border: 0;
  color: #aaa;
  display: inline;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#bottom .list ul .summary blockquote {
  font-style: normal;
}
#bottom .list ul .summary ul,
#bottom .list ul .summary ol {
  list-style: none;
}
#bottom .row {
  border-top: 1px solid #474747;
  color: #aaa;
  padding: 15px 10px;
}
#bottom .row a {
  color: #ddd;
  text-decoration: none;
}
#bottom .row a:hover {
  text-decoration: underline;
}
#bottom .row:first-child {
  border-top: 0;
}
#bottom .bottom {
  background: #424242;
  color: #999;
  clear: both;
  display: block;
  font-size: 11px;
  line-height: 14px;
  padding: 10px;
  text-align: center;
}
#bottom .bottom a {
  color: #999;
  text-decoration: none;
}
#bottom .bottom a:hover {
  color: #ccc;
}
#bottom .bottom p {
  margin: 5px 0;
}
#bottom .col4 {
  padding-bottom: 30px;
}
#bottom .share {
  padding: 5px 0;
  text-align: center;
}
#bottom .share a {
  background: url("images/share.gif") no-repeat;
  display: inline-block;
  height: 31px;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  vertical-align: top;
  width: 31px;
}
#bottom a.facebook {
  background-position: 0 0;
}
#bottom a.facebook:hover {
  background-position: 0 -31px;
}
#bottom a.twitter {
  background-position: -31px 0;
}
#bottom a.twitter:hover {
  background-position: -31px -31px;
}
#bottom a.youtube {
  background-position: -62px 0;
}
#bottom a.youtube:hover {
  background-position: -62px -31px;
}
#bottom a.gplus {
  background-position: -93px 0;
}
#bottom a.gplus:hover {
  background-position: -93px -31px;
}
#bottom .copyright {
  color: #ccc;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  padding: 5px 0;
  text-align: center;
}
#bottom .copyright a {
  color: #ccc;
  text-decoration: none;
}
#bottom .copyright a:hover {
  color: #fff;
}
p.alignjustify {
  text-align: justify;
}
p.aligncenter {
  text-align: center;
}
p.alignright {
  text-align: right;
}
p.alignleft {
  text-align: left;
}
@media (min-width: 481px) {
  #top .header {
    margin: 0 auto;
    width: 100%;
  }
  #top .site {
    font-size: 30px;
  }
  #content h1 {
    font-size: 30px;
  }
  #content h2 {
    font-size: 22px;
  }
  #content .body .left {
    float: left;
    margin: 0 15px 10px 0;
    text-align: left;
  }
  #content .body .right {
    float: right;
    margin: 0 0 10px 15px;
    text-align: left;
  }
  #content .email .form {
    float: left;
    width: 60%;
  }
  #main .wrap {
    margin: 0 auto;
    width: 96%;
  }
  #main .middle {
    margin: 0 auto;
    max-width: 500px;
  }
  #main .middle form p {
    margin: 0 0 10px;
  }
  #main .middle label {
    float: none;
    line-height: 1em;
    margin: 0 0 3px;
  }
  #main .middle input.text {
    float: none;
    width: 95%;
  }
  #comments li:before,
  #comments li:after {
    content: "";
    display: table;
  }
  #comments li:after {
    clear: both;
  }
  #comments .details {
    float: left;
    width: 26%;
  }
  #comments .card {
    font-size: 14px;
    -ms-word-break: break-all;
    word-break: break-all;
  }
  #comments .message {
    float: right;
    height: auto;
    width: 70%;
  }
  .form p {
    margin: 0 0 5px;
  }
  .form p:before,
  .form p:after {
    content: "";
    display: table;
  }
  .form p:after {
    clear: both;
  }
  .form label {
    float: left;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
  }
  .form input.text {
    float: left;
    margin-right: 8px;
    width: 50%;
  }
  .form .textarea {
    padding: 20px 0 0;
  }
  .form .textarea label {
    float: none;
    line-height: 1em;
    margin: 0 0 5px;
  }
  .form .captcha {
    padding: 20px 0 0;
  }
  .form .captcha label {
    float: none;
    line-height: 1em;
    margin: 0;
  }
  .form .captcha span {
    line-height: 1em;
  }
  .member {
    float: left;
    width: 38%;
  }
  .member .info h1 {
    font-size: 20px !important;
  }
  .member .info p span {
    font-size: 12px;
  }
  .activity {
    float: right;
    width: 60%;
  }
  #bottom .footer {
    margin: 0 auto;
    width: 96%;
  }
}
@media (min-width: 768px) {
  #top .header {
    padding: 15px 0;
  }
  #top .site {
    font-size: 40px;
  }
  .member {
    width: 28%;
  }
  .activity {
    width: 70%;
  }
  #bottom .row:before,
  #bottom .row:after {
    content: "";
    display: table;
  }
  #bottom .row:after {
    clear: both;
  }
  #bottom .share {
    float: right;
    text-align: right;
    width: 28%;
  }
  #bottom .copyright {
    float: left;
    text-align: left;
    width: 69%;
  }
  #bottom .col4 {
    float: left;
    margin-left: 3.85%;
    position: relative;
    width: 30.75%;
  }
  #bottom .col4:first-child {
    margin-left: 0;
  }
  #bottom .col4:last-child {
    float: right;
  }
}
@media (min-width: 1024px) {
  #top .header {
    max-width: 960px;
  }
  #content .body .email .form {
    width: 70%;
  }
  #main .wrap {
    max-width: 960px;
  }
  #main .page {
    padding: 40px 60px 100px;
  }
  #comments .details {
    width: 20%;
  }
  #comments .message {
    width: 76%;
  }
  .member .info h1 {
    font-size: 26px !important;
  }
  .member .info p span {
    display: inline;
    font-size: 14px;
  }
  .activity .meta {
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    width: 100px;
  }
  .activity .meta .date,
  .activity .meta .time,
  .activity .meta .votes {
    float: none;
    margin-right: 0;
  }
  #bottom .footer {
    max-width: 960px;
  }
}
