@font-face {
  font-family: 'Disqus';
  src: url('../../../fonts/disqus-webfont.eot');
  src: local('☺'), url('../../../fonts/disqus-webfont.woff') format('woff'), url('../../../fonts/disqus-webfont.ttf') format('truetype'), url('../../../fonts/disqus-webfont.svg#webfontphKv1xv9') format('svg');
  font-weight: normal;
  font-style: normal;
}

.dsq-font {
  font-family: 'Disqus';
  letter-spacing: 2px;
}

#dsq-content_thread {
  margin: 0 0 30px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

#dsq-content h3 {
  margin: 0 0 1.5em;
  position: static;
}

#dsq-content ul, #dsq-content li {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dsq-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.dsq-clearfix {
  zoom: 1;
}

#dsq-content .dsq-avatar {
  position: absolute;
  left: 0;
}

#dsq-content .dsq-avatar img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
}

#dsq-content p {
  font: 9pt/12pt arial;
  color: #666;
  margin: 0;
  padding: 0 0 19px;
}

#dsq-content p a {
  color: #666;
  text-decoration: underline;
}

.dsq-textarea {
  margin: 0 0 1em 0;
}

.dsq-textarea-reply {
  margin-left: 46px; /* avatar width + 10 */
  margin-bottom: 1.8em;
}

.dsq-textarea-background {
  background: #fff url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -480px repeat-x;
  width: auto;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
  -moz-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
  box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
  position: relative;
}

.dsq-textarea-wrapper {
  min-height: 60px;
  padding: 10px;
}

.dsq-textarea-wrapper iframe {
  height: 60px;
  display: block; /* iframes not block by default, apparently */
  position: inherit;
  top: 0px;
}

.dsq-textarea-loading-text {
  display: none;
}

.dsq-textarea-loading .dsq-textarea-loading-text {
  display: block;
  color: #666;
  font-size: 13px;
}

.dsq-textarea-wrapper.dsq-textarea-loading iframe {
  position: absolute;
  top: -10000px;
}

#dsq-textarea textarea {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  outline: 0;
  font-size: 13px;
  color: #999;
}

/* first reply box has post-tools hidden */
#dsq-reply .dsq-post-tools {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-property: height, opacity;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;

  -moz-transition-property: height, opacity;
  -moz-transition-duration: .2s;
  -moz-transition-timing-function: ease-in-out;

  -o-transition-property: height, opacity;
  -o-transition-duration: .2s;
  -o-transition-timing-function: ease-in-out;

  transition-property: height, opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  z-index:100;
}

.dsq-comment-new {
  opacity: 0;
  -webkit-transition-property: height, opacity;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;

  -moz-transition-property: height, opacity;
  -moz-transition-duration: .2s;
  -moz-transition-timing-function: ease-in-out;

  -o-transition-property: height, opacity;
  -o-transition-duration: .2s;
  -o-transition-timing-function: ease-in-out;

  transition-property: height, opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

.dsq-comment-new.dsq-comment-new-reveal {
  opacity: 1;
}

.dsq-post-tools {
  background: #fff url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -480px repeat-x;
  position: relative;
  border-top: 1px dotted #d6d6d6;

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;

  -webkit-box-shadow: inset 0 1px 0 #fff, inset 0 -1px 3px rgba(0,0,0, .04);
  -moz-box-shadow: inset 0 1px 0 #fff, inset 0 -1px 3px rgba(0,0,0, .04);
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 3px rgba(0,0,0, .04);
  font-size: 12px;
  line-height: 15px;

}

#dsq-content .dsq-show-tools .dsq-post-tools {
  display: block;
  height: 22px;
  opacity: 1;
  -moz-opacity: 1;
  padding: 5px 0 5px 10px;
}

#dsq-content .dsq-show-tools.dsq-show-tools-finished .dsq-post-tools {
  overflow: visible;
}

#dsq-content .dsq-post-tools li {
  float: left;
}
#dsq-content .dsq-post-tools li.dsq-share-on {
  margin: 0 10px 0 0;
  padding: 4px 0;
}

.dsq-post-tools .dsq-post-as {
  float: right;
  padding: 0;
}

.dsq-post-tools .dsq-post-as .dsq-button {
  margin: 0;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #585c60;
  background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -250px repeat-x;
  border: 1px solid #acb2b8;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);

  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;


  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255, .4), inset -1px 0 0 rgba(255,255,255, .4) ,0 1px 2px rgba(72,76,80, .25);
  -moz-box-shadow: 0 1px 2px rgba(72,76,80, .25);
  box-shadow: 0 1px 2px rgba(72,76,80, .25);

  font-weight: 600;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;

  height: 34px;
}

.dsq-post-tools .dsq-post-as .dsq-button:hover {
  background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -310px repeat-x;
}

.dsq-post-tools .dsq-post-as .dsq-button:active {
  background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -370px repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .8);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255, .8);
  box-shadow: 0 1px 0 rgba(255,255,255, .8);
  padding-top: 9px;
  padding-bottom: 7px;
}

#dsq-account-dropdown {
  float: right;
}

#dsq-sort-by {
  float: right;
}

#dsq-sort-by select {
  margin: 0;
}

/* ---------------------- Comments ---------------------- */

.dsq-notice {
  background: #ffffc5;
  background: rgba(255,255,0,.2);
  font-size: 13px;
  padding: 10px;
  border: 1px solid #e8ec44;
  border:1px solid rgba(210,210,0,.5);
  margin: 0 0 1.5em;
  max-height: 42px; /* avatar height */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.dsq-error {
  background: #f2d2d1;
  color: #981008;
  border: 1px solid #dd9d99;
  border:1px solid rgba(230,100,100,.5);
}

#dsq-comments a:focus {
  outline: none;
}

#dsq-content .dsq-comment {
  position: relative;
  margin: 0 0 1.5em;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

/*    overflow: hidden;*/
  clear: both;
}

.dsq-comment .dsq-avatar {
  left: 0;
}

* html .dsq-comment .dsq-avatar {
  top: 15px;
}

* html .dsq-reply .dsq-avatar {
  top: 48px;
}

.dsq-comment-body {
  padding: 0 0 0 46px; /* avatar width + 10 */
}

.dsq-threaded .dsq-comment-body {
  margin: 0 0 0 36px; /* avatar width + 10 */
}

.dsq-comment-header {
  background: url(../../../images/themes/houdini/backgrounds-sprite.png) 0 0 repeat-x;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  margin: 0 0 1em;
  max-height: 36px; /* avatar height */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 14px;

}

#dsq-content .dsq-comment-is-collapsed {
  opacity: .6;
}

/*
* Expand/collapse comment replies
*/
.dsq-collapse-toggle {
  display: none;
  position: absolute;
  width: 11px;
  height: 12px;
  top: 8px;
  right: 6px;
  padding: 4px;
}

.dsq-collapse-toggle span {
  display: block;
  width: 11px;
  height: 12px;
  background: url(../../../images/themes/houdini/icons-sprite.png) -235px -12px;
  text-indent: -9999em;
}
.dsq-comment:hover .dsq-collapse-toggle {
  display: block;
}

.dsq-comment-is-collapsed .dsq-collapse-toggle span {
  background: url(../../../images/themes/houdini/icons-sprite.png) -235px 0px;
}
.dsq-expand {
  display: none !important;
}
.dsq-comment-is-collapsed .dsq-collapse {
  display: none;
}
.dsq-comment-is-collapsed .dsq-expand {
  display: block !important;
}
.dsq-collapsed-count {
  display: none;
}
.dsq-comment-is-collapsed .dsq-collapsed-count {
  display: block;
}

/* When comment is collapsed, contents should be invisible */
.dsq-comment-is-collapsed .dsq-commenter-name,
.dsq-comment-is-collapsed .dsq-commenter-bio,
.dsq-comment-is-collapsed .dsq-reply,
.dsq-comment-is-collapsed .dsq-edit,
.dsq-comment-is-collapsed .dsq-media-embed {
  display: none;
}

.dsq-threaded .dsq-comment-header {
  font-size: 11px;
  padding: 6px 10px;
}

.dsq-commenter-name {
  font-weight: 700;
  text-decoration: none;
}

.dsq-commenter-bio {
  opacity: 0.55;
}

/*.dsq-comment-is-collapsed {
  display: none;
}*/
.dsq-comment-is-collapsed .dsq-comment-message { display: none; }
.dsq-comment-is-collapsed .dsq-comment-footer { display: none ;}

/* Smaller, nested styles */

.dsq-threaded .dsq-avatar img {
  width: 25px;
  height: 25px;
}

.dsq-comment-message {
  line-height: 1.5em;
  margin: 0 0 1em;
}

#dsq-content .dsq-comment-text {
  display: inline;
}

#dsq-content .dsq-comment-truncate-expand,
#dsq-content .dsq-comment-truncate-collapse {
  display: none;
}

.dsq-comment-header .dsq-comment-actions {
  font-size: 82%;
  padding: 2px 0 0;
  opacity: .6;
}

.dsq-comment-header .dsq-comment-actions a {
  opacity: 1;
  padding: 0 4px;
}

.dsq-comment-header .dsq-comment-actions a:last-child {
  padding-right: 0 !important;
}

.dsq-comment-header .dsq-comment-actions a {
  text-decoration: none;
}

.dsq-comment:hover .dsq-comment-flag {
  visibility: visible !important;
}

.dsq-comment:hover .dsq-comment-moderate {
  visibility: visible !important;
}

.dsq-comment:hover .dsq-comment-flag a {
  text-decoration: none;
}

.dsq-comment-meta, .dsq-comment-actions {
  overflow: hidden;
}

.dsq-comment-meta a, .dsq-comment-actions a {
  color: inherit;
  opacity: .6;
}

#dsq-content .dsq-comment-actions {
  float: right;
}

/* Show thumb icon oly when comment is liked */
.dsq-like-thumb {
  display: none;
  opacity: .6;
}

.dsq-is-liked .dsq-like-thumb {
  display: inline-block;
  vertical-align: text-top;
}

#dsq-content .dsq-comment-meta li, #dsq-content .dsq-comment-actions li {
  float: left;
  margin: 0 12px 0 0;
  font-size: 90%;
}

.dsq-reply {
  position: relative;
  margin-top: 1.5em;
  clear: both;
}

.dsq-save-edit {
  margin: 0 0 1em;
}

.dsq-save-edit span {
  padding: 0 6px;
}

#dsq-content .dsq-editedtxt {
  opacity: 0.6;
}

/* --------------------------- Share on --------------------------- */

.dsq-share-on h4 {
  float: left;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #888;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", arial, sans-serif;
}

.dsq-share-on span {
  cursor: pointer;
  margin: 1px 0 0 8px;
}

.dsq-share-twitter {
  float: left;
  display: block;
  width: 18px;
  height: 12px;
  background: url(../../../images/themes/houdini/icons-sprite.png) -115px 0;
  text-indent: -9999em;
  font-size: 6px;
}

.dsq-share-facebook {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../images/themes/houdini/icons-sprite.png) -115px -12px;
  text-indent: -9999em;
  font-size: 6px;
}

* html .dsq-share-twitter, * html .dsq-share-facebook {
  overflow: hidden;
}

.dsq-share-twitter.dsq-share-toggled {
  background: url(../../../images/themes/houdini/icons-sprite.png) -133px 0;
}

.dsq-share-facebook.dsq-share-toggled {
  background: url(../../../images/themes/houdini/icons-sprite.png) -133px -12px;
}

#dsq-content #dsq-footer {
  margin: 2em 0;
}

#dsq-content #dsq-footer li {
  float: left;
  margin: 0 10px 0 0;
}

#dsq-content #dsq-footer .dsq-numbered-pagination {
  float: right;
  margin: 0;
}

a.dsq-subscribe-email, a.dsq-subscribe-rss {
  text-decoration: none !important;
  font-weight: normal !important;
}

a.dsq-subscribe-email em, a.dsq-subscribe-rss em {
  text-decoration: underline;
  font-style: normal;
}

#dsq-content #dsq-footer .dsq-font {
  color: inherit;
  text-decoration: none;
}

#dsq-content .dsq-more-button {
  display: block;
  margin: 0 0 1.5em;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 14px;
  color: #585c60;
  background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -250px repeat-x;
  border: 1px solid #acb2b8;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;


  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255, .4), inset -1px 0 0 rgba(255,255,255, .4) ,0 1px 2px rgba(72,76,80, .25);
  -moz-box-shadow: 0 1px 2px rgba(72,76,80, .25);
  box-shadow: 0 1px 2px rgba(72,76,80, .25);

  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

#dsq-content .dsq-more-button:hover {
  background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -310px repeat-x;
}

#dsq-content .dsq-more-button:active {
  background: url("../../../images/themes/houdini/backgrounds-sprite.png") 0 -370px repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255, .8);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255, .8);
  box-shadow: 0 1px 0 rgba(255,255,255, .8);
  padding-top: 11px;
  padding-bottom: 9px;
}

#dsq-content #dsq-show-more-reactions {
  margin: 0 0 1em;
}

#dsq-content .dsq-remove-message {
  background-color:#FDF1D0;
  border:1px solid #FAD163;
  line-height: 1.25;
  padding: 5px 8px;
  color: #817134;
  margin: 10px 0;
}

/* Trackbacks */

.dsq-item-trackback input {
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
  -moz-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
  box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
  padding: 4px;
}

.dsq-reaction-hide {
  visibility: hidden;
}
.dsq-comment:hover .dsq-reaction-hide {
  visibility: visible;
}

.dsq-trackback-url {
  margin-bottom: 1em;
}
.dsq-trackback-url input {
  border: 1px solid #ccc;
  padding: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255,255,255, .85);
}

/* Media embed */
.dsq-media-embed {
  margin-bottom: 1em;
}

#dsq-content .dsq-media-embed h4 {
  background: transparent url('../../../images/themes/narcissus/gray-50.png') repeat-x scroll center top;
  font-weight: normal;
  opacity:.60;
  padding-top: 3px;
}

#dsq-content .dsq-media-embed img {
  border-radius: 3px;
}

/* Media Upload */
#dsq-content .dsq-attach-media .dsq-attach-media-container {
  position: relative;
  width: 70px;
  height: 13px;
  font-weight: 500;
  color: #888;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", arial, sans-serif;
}

#dsq-content .dsq-attach-media .dsq-attach-media-container iframe {
  height: 13px;
  width: 53px;
  background: transparent url(../../../images/themes/houdini/add-image.png) 0 0 no-repeat;
  vertical-align: middle;
  margin: 5px 8px 0 0;
  padding: 0 8px 0 0;
  position: absolute;
  z-index: 1;
}

#dsq-content .dsq-attach-media .dsq-attach-media-border iframe {
  border-right: 1px dotted #ccc;
}

#dsq-content .dsq-attach-media .dsq-attach-media-container span {
  height: 13px;
  top: 3px;
  left: 18px;
  position: absolute;
  z-index: 0;
}

#dsq-content .dsq-attach-media .dsq-attach-media-container iframe:hover {
  background: transparent url(../../../images/themes/houdini/add-image.png) 0 -14px no-repeat;
}

#dsq-content .dsq-media-preview {
  /* div that stores the uploaded media */
  border-top: 1px solid #CCC;
  background: #F2F2F2;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

#dsq-content .dsq-media-preview .dsq-media-wrapper {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 10px;
}

#dsq-content .dsq-media-preview .dsq-media-wrapper .dsq-media-image {
  height: 50px;
  width: 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
}

#dsq-content .dsq-media-preview .dsq-media-wrapper .dsq-media-image-close {
  position: absolute;
  top: -8px;
  right: -10px;
  height: 23px;
  width: 22px;
  background: url(../../../images/themes/houdini/icons-sprite.png) -73px 0 no-repeat;
}

/* Realtime */
#dsq-realtime-options {
  margin: 0 0 1.5em 0;
}


/* Reactions */

#dsq-reactions li {
  float: left;
  margin: 0 1em 1em 0;
}

#dsq-reactions li .dsq-avatar img {
  display: block !important;
}

.dsq-reaction-tooltip .dsq-reaction-tooltip-container {
  padding: 0 20px 20px !important;
  font-size: 11px !important;
  color: #eee !important;
  width: 240px !important;
  text-shadow: 0 -1px 0 #111 !important;
}

.dsq-reaction-tooltip .dsq-reaction-tooltip-container .dsq-reaction-body {
  margin: 0 0 8px !important;
  font-size: 14px !important;
  color: #fff !important;
}

.dsq-reaction-tooltip .dsq-reaction-tooltip-container .dsq-reaction-date {
  float: right !important;
}

.dsq-reaction-avatar {
  position: relative !important;
}

.dsq-remove-reaction {
  display: block;
  width: 17px !important;
  height: 16px !important;
  background: url(../../../img/close-small.png) !important;
  border: none !important;
  text-indent: -9999em !important;
  position: absolute !important;
  bottom: -8px !important;
  right: -8px !important;
}

#dsq-reactions li div.dsq-reaction-avatar:hover a.dsq-remove-reaction {
  display: block !important;
}

/* Login Buttons */

#dsq-content .dsq-login-buttons {
    padding: 0;
    margin: 16px 0;
    *margin: 16px 0 0 0;
}

#dsq-content .dsq-login-button {
    float: left;
    display: block;
    margin-right: 3px;
    background: url('../../../images/themes/narcissus/login-all.png');
    /* can't let local styles override padding, or sprites appear off (#899) */
    padding: 0 !important;
}

#dsq-content .dsq-login-button a {
    display: block;
    width:89px;
    height:21px;
    /* can't let local styles override padding, or sprites appear off (#899) */
    padding: 0 !important;
    margin: 0;
}

#dsq-content .dsq-login-button-disqus   { background-position: 0px; }
#dsq-content .dsq-login-button-facebook { background-position: -89px; }
#dsq-content .dsq-login-button-twitter  { background-position: -178px; }
#dsq-content .dsq-login-button-openid   { background-position: -267px; }
#dsq-content .dsq-login-button-yahoo    { background-position: -356px; }
#dsq-content .dsq-login-button-google   { background-position: -445px; }
