/* Default style rules */
/**
 * Popup
 */

.dsq-overlay {
    display: block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.dsq-overlay[id] {
    position:fixed;
}

.dsq-popup h4,
.dsq-popup ul,
.dsq-popup li,
.dsq-popup ol,
.dsq-popup div,
.dsq-popup table,
.dsq-popup td,
.dsq-popup th,
.dsq-popup p,
.dsq-popup a,
.dsq-popup cite,
.dsq-popup img {
    border: 0;
    padding: 0;
    margin: 0;
    float: none;
    text-indent: 0;
    background: none;
}

.dsq-popup h1,h2,h3,h4 {
    position: static;
}

.dsq-popup table {
    border-collapse: separate;
    border-spacing: 0;
}

.dsq-popup {
    font-size: 13px;
    color: #333;
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 0;
    border: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.dsq-popup p {
    margin-bottom: 8px;
}

.dsq-popup[id] {
    position: fixed;
}

.dsq-popup img {
    max-width: none;
}

.dsq-popup ul,
.dsq-popup li,
.dsq-popup ol {
    list-style-type: none;
    list-style-image: none;
    background: none;
    display: block;
}

.dsq-popup li:before {
    content: "";
}

.dsq-popup p,
.dsq-popup ul {
    color: #333;
    line-height: 1.22em;
}

.dsq-popup a {
    color: #1C5392;
}

.dsq-popup a:hover {
    color: #869AAD;
}

.dsq-popup .dsq-popup-top {
    position: relative;
    text-align: right;
    width: 520px;
    height: 20px;
    background: transparent url("../../images/embed/popup-top.png") no-repeat;
}

.dsq-popup .dsq-popup-top img {
    margin: 12px 13px 0 0;
    *margin: 12px 13px 0 0;
}

.dsq-popup .dsq-popup-bottom {
    text-align: right;
    width: 520px;
    height: 20px;
    background: transparent url("../../images/embed/popup-bottom.png") no-repeat;
}

.dsq-popup .powered-by{
    font-size: 90%;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.dsq-popup .dsq-popup-body div.powered-by a {
    color: #888;
    text-decoration:none;
}

.dsq-popup  .dsq-popup-body {
    width: 520px;
    background: transparent url("../../images/embed/popup-body.png") repeat-y;
}

.dsq-popup .dsq-popup-body .dsq-popup-header a.dsq-close-link {
    color: #7aa5d5;
    position: absolute;
    top: -8px;
    right: 5px;
    text-decoration: none;
}

.dsq-popup .dsq-popup-body .dsq-popup-header a.dsq-close-link img {
    width: 23px;
    height: 24px;
    border: 0;
}

.dsq-popup .dsq-subscribe-submit {
    margin: 0 auto;
    padding: 0 10px;
    color: #222;
}

.dsq-popup .dsq-subscribe-submit input {
    font-size: 110%;
    width: 200px;
}

.dsq-popup p.dsq-popup-notice {
    padding: 5px;
    margin: 20px 0 0 0;
    background-color: #fdf1d0;
    border: 1px solid #fad163;
}

/*
 * Popup : Profile
 */

.dsq-popup-profile .dsq-popup-content {
    width: 500px;
}

.dsq-popup-profile .dsq-popup-title {
    _height: 1%;
    overflow: auto;
}

.dsq-popup-profile .dsq-popup-title td {
    vertical-align: top;
}

.dsq-popup-profile .dsq-popup-title img.dsq-popup-profile-avatar {
    width: 48px;
    height: 48px;
}

.dsq-popup-profile .dsq-popup-profile-user {
    padding: 0 10px;
}

.dsq-popup-profile .dsq-popup-profile-user h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.dsq-popup-profile .dsq-popup-profile-user-stats span {
    margin-right: 10px;
}

.dsq-popup-profile .dsq-popup-profile-user-stats big {
    font-weight: bold;
    font-size: 16px;
}

.dsq-popup-profile .dsq-popup-profile-state {
    clear: both;
    padding: 15px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aaa;
    height: auto;
    overflow: hidden;
    margin: -10px -10px 0px;
    border-bottom: 1px solid #B2B2B2;
}

.dsq-popup-profile .dsq-popup-profile-status {
    padding: 10px;
    margin: 0 -10px 0;
    background-color: #EEF9FD;
    border-bottom: 1px solid #9FCDE3;
}

.dsq-popup-profile .dsq-popup-profile-snapshot {
    padding: 15px 0;
}

.dsq-popup-profile .dsq-popup-profile-snapshot table {
    width: 100%;
}

.dsq-popup-profile .dsq-popup-profile-snapshot table td {
    width: 50%;
    vertical-align: top;
}

.dsq-popup-profile .dsq-popup-profile-snapshot table td h4 {
    margin-bottom: 5px;
}

.dsq-popup-profile .dsq-popup-profile-snapshot table td ul {
    margin-bottom: 15px;
    max-height: 200px;
    overflow: auto;
}

.dsq-popup-profile .dsq-popup-profile-snapshot table td ul img {
    vertical-align: text-top;
    margin-right: 5px;
}

.dsq-popup-profile .dsq-popup-profile-snapshot table td ul li {
    margin-bottom: 5px;
}

.dsq-popup-profile .dsq-popup-profile-snapshot table td ul li a {
    font-size: 12px;
    text-decoration: none;
    text-transform: capitalize;
}

.dsq-popup .dsq-popup-body div.show-more {
    padding-left: 10px;
    font-size: 95%;
    color:#7aa5d5;
}

.dsq-popup .dsq-popup-body .dsq-popup-body-padding {
    padding: 0 10px;
    font-size: 13px;
}

.dsq-popup .dsq-popup-body .dsq-popup-header {
    background-color: #e5ebed;
    padding: 0 10px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #445460;
}

.dsq-popup .dsq-popup-body .dsq-popup-header img {
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.dsq-popup .dsq-popup-body .dsq-popup-body-padding cite {
    margin-left: 5px;
    font-style: normal;
    vertical-align: middle;
}

.dsq-popup .dsq-popup .dsq-popup-body .dsq-popup-body-padding cite {
    position: static;
    margin: 0;
}

.dsq-popup .dsq-popup-body .dsq-popup-body-padding cite span {
    font-weight: bold;
    font-size: 150%;
    font-style: normal;
    margin-right: 10px;
    vertical-align: middle;
}

.dsq-popup .dsq-popup-body .dsq-popup-body-padding .dsq-popuplink {
    margin: 0 0 0 5px;
    font-size: 90%;
}

.dsq-popup .dsq-clout {
    float: left;
    width: 72px;
    height: 32px;
    line-height: 32px;
    background: url("../../images/embed/clout-background.png") no-repeat top left;
}

.dsq-popup .dsq-clout.unverified {
    background: url("../../images/embed/unverified-background.png") no-repeat top left;
    line-height: 24px;
}

.dsq-popup .dsq-clout a{
    float: left;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.dsq-popup .dsq-clout.unverified a{
    font-size: 11px;
    font-weight: normal;
}

.dsq-popup .dsq-clout a:hover {
    color: #fff;
}

.dsq-popup .dsq-profile-services {
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aaa;
    height: auto;
    overflow: hidden;
}

.dsq-popup .dsq-profile-services .dsq-profile-userlvl {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.dsq-popup .dsq-profile-services span.dsq-profile-ontheweb {
    float: left;
    font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
    font-size: 95%;
    color: #aaa;
}

.dsq-popup .dsq-profile-services ul {
    margin-left: 15px;
    display: inline;
}

.dsq-popup .dsq-profile-services ul li {
    display: inline;
    margin-right: 15px;
}

.dsq-popup .dsq-profile-services ul li.dsq-service-labeltxt {
    margin: 0;
}

.dsq-popup .dsq-profile-services span.dsq-services-description {
    font-size: 85%;
    color: #555;
    position: absolute;
    top: 25px;
    left: 5px;
    display: none;
    white-space: nowrap;
}

.dsq-popup .dsq-profile-services img {
    border:2px solid #fff;
}

.dsq-popup a.dsq-profile-follow {
    color:#7aa5d5;
}

.dsq-popup .dsq-profile-status,
.dsq-popup .dsq-profile-recentcomments {
    clear: both;
    padding: 10px;
}

.dsq-popup .dsq-profile-status p,
.dsq-popup .dsq-profile-recentcomments p{
    padding: 0;
}

.dsq-popup .dsq-profile-status h4,
.dsq-popup .dsq-profile-recentcomments h4 {
    font-size: 110%;
    border-bottom: 2px solid #D7DBDD;
    margin-bottom: 10px;
}

.dsq-popup .dsq-profile-status h4 span,
.dsq-popup .dsq-profile-recentcomments h4 span {
    background-color: #D7DBDD;
    padding: 2px 5px;
    color: #555;
    font-weight: bold;
}

.dsq-popup p.dsq-profile-label {
    font-family: Trebuchet MS, Trebuchet, Verdana, sans-serif;
    font-size: 95%;
    color: #aaa;
}

.dsq-popup ul.dsq-profile-commentlist {
    margin-top: 10px;
}

.dsq-popup .dsq-profile-commentlist li{
    padding: 5px 0;
    border-bottom: 2px solid #e9ebed;
}

.dsq-popup .dsq-profile-commentlist li img.avatar-small {
    width: 24px;
    height: 24px;
    border: 1px solid #DDD;
    float: left;
}

.dsq-popup .dsq-profile-commentlist li .comment-message {
    margin-left: 30px !important;
    *float: left !important;
    *margin-left: 5px !important;
}

.dsq-popup .dsq-profile-commentlist li span.comment-meta {
    clear: both !important;
    margin-left: 30px !important;
    display: block !important;
    font-size: 90% !important;
    background: none !important;
    float: none !important;
    width: auto !important;
}

.dsq-popup .dsq-profile-commentlist span{
    color: #666;
    font-size: 95%;
}

/**
 * New popup
 */

.dsq-popup .dsq-popup-container {
    position: relative;
}

.dsq-popup-container .dsq-popup-b {
    background:url("../../images/facebox/b.png");
}

.dsq-popup-container .dsq-popup-tl {
    background:url("../../images/facebox/tl.png");
}

.dsq-popup-container .dsq-popup-tr {
    background:url("../../images/facebox/tr.png");
}

.dsq-popup-container .dsq-popup-bl {
    background:url("../../images/facebox/bl.png");
}

.dsq-popup-container .dsq-popup-br {
    background:url("../../images/facebox/br.png");
}

.dsq-popup-container table {
    border-collapse: collapse;
}

.dsq-popup-container td {
    border-bottom: 0;
    padding: 0;
}

.dsq-popup-container .dsq-popup-body {
    padding: 10px;
    background: #fff;
    width: 370px;
}

.dsq-popup-container .dsq-popup-tl, .dsq-popup-container .dsq-popup-tr, .dsq-popup-container .dsq-popup-bl, .dsq-popup-container .dsq-popup-br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

.dsq-popup-container div.dsq-popup-title {
    position: static;
    text-align: left;
    height: auto;
    width: auto;
    margin: -10px -10px 10px;
    padding: 10px;
    
    background: #555; 
   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#323232'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#323232)); 
    background: -moz-linear-gradient(top,  #777,  #323232);
   
    border-bottom: 1px solid #000;
    overflow: hidden;
}

.dsq-popup-container .dsq-popup-title button {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.dsq-popup-container .dsq-popup-title img {
    margin: 0;
}

.dsq-popup-container .dsq-popup-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 1px 3px #333;
}

.dsq-popup-container h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

/* Tabbed Login Popup */

/* Reset */

.dsq-popup h1, .dsq-popup h2, .dsq-popup h3, .dsq-popup p {
    margin: 0  !important;
    font-family: Arial, Helvetica, sans-serif  !important;
    padding: 0 !important;
}

.dsq-popup .dsq-tabbed-modal {
    overflow: hidden;
    border: 1px solid #ddd;
    background: url(../../images/dsq-login-tabs-bg.jpg) repeat-y;
}

* html .dsq-popup .dsq-tabbed-modal {
    height: 1%; /* forces hasLayout in IE6 */
}

.dsq-login-box .dsq-popup-body {
    width: 546px;
}

.dsq-popup .dsq-modal-tabs {
    float: left;
    width: 148px;
    padding: 0 0 20px 0;
    
}

* html .dsq-popup .dsq-modal-tabs, * html .dsq-popup .dsq-tab-container {
    display: inline; /* Fix IE box model */
}

#dsq-popup-message.dsq-popup .dsq-modal-tabs li {
    margin: 0;
    padding: 0;
    border: 0;
}

#dsq-popup-message.dsq-popup .dsq-modal-tabs li a {
    display: block;
    border-bottom: 1px dotted #bbb;
    padding: 14px 12px;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    text-shadow: 0 1px 0 #fff;
}

#dsq-popup-message.dsq-popup .dsq-modal-tabs li a:hover {
    background: url(../../images/dsq-login-tabs-bg-hover.jpg) repeat-y;
    color: #E5EBED;
    text-shadow: 0 -1px 0 #333;
}

#dsq-popup-message.dsq-popup .dsq-modal-tabs li.last a {
    border-bottom: none;
}

#dsq-popup-message.dsq-popup .dsq-modal-tabs li.dsq-active a{
    background: #fff;
    color: #666;
}

#dsq-popup-message.dsq-popup .dsq-modal-tabs li.dsq-active a:hover {
    text-shadow: none;
}

#dsq-popup-message.dsq-popup .dsq-modal-tabs li a span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin: 0 7px 0 0;
}

#dsq-popup-message #dsq-login-disqus iframe {
    height: 340px;
    width: 300px;
}


#dsq-login-tab-guest span {
    background: url(../../images/social-icons/guest.png);
}

#dsq-login-tab-disqus span {
    background: url(../../images/social-icons/disqus.png);
}

#dsq-login-tab-twitter span {
    background: url(../../images/social-icons/twitter.png);
}

#dsq-login-tab-facebook span {
    background: url(../../images/social-icons/facebook.png);
}

#dsq-login-tab-yahoo span {
    background: url(../../images/social-icons/yahoo.png);
}

#dsq-login-tab-sso span {
    background: url(http://newser.com/favicon.ico);
}

#dsq-login-tab-openid span {
    background: url(../../images/social-icons/openid.png);
}

.dsq-popup .dsq-tab-container {
    float: left;
    width: 336px;
    padding: 25px 0 25px 30px;
    font-size: 14px;
}

#dsq-popup-message.dsq-popup .powered-by {
    border-top: 0;
    padding: 0 0 5px 0;
}

/* hidden by default */
.dsq-tab-content {
    height: 100%;
    display:none;
}

.dsq-tab-content small {
    font-size: 11px;
}

/*
 * Raw popup (used for profile modals) has no padding or header/footer
 */
.dsq-popup-raw .powered-by { display: none; }
.dsq-popup-raw .dsq-popup-title { display: none; }
.dsq-popup-raw .dsq-popup-body { padding: 0 !important; }
.dsq-popup-raw .dsq-border {
    border: 8px solid #bbb;
    border: 8px solid rgba(0,0,0,.38);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
/*    background: #fff;*/
}
.dsq-popup-raw .dsq-popup-raw-container {
    background: url('../../images/loading.gif') center center no-repeat #fff;
    width: 100%;
    height: 100%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden; /* no scrollbars */
}
.dsq-popup-raw iframe {
    overflow-y: hidden;
    background: transparent;
}

/* ----------------------------------- Profile Modal ----------------------------------- */

#dsq-profile-modal {
    width: 650px;
    height: 420px;
}

.dsq-popup #dsq-profile-modal .dsq-tab-container {
    width: 452px;
}

.dsq-popup-raw .dsq-modal-close-btn {
    display: block;
    position: absolute;
    background: url(../../images/embed/profile/close-btn.png);
    width: 18px;
    height: 18px;
    z-index: 99999;
    right: 25px;
    top: 28px;
    text-indent: -9999em;
}

/* Buttons */

button::-moz-focus-inner { border: 0; }

button.dsq-button,
button.dsq-button-small {
    color: inherit;
    border: 1px solid #999;
    margin: 0;
    #margin: 0 3px;
    font-family: Arial, Helvetica, Calibri, sans-serif;
    overflow: visible;
    background: transparent url('../../images/themes/narcissus/button-large.png') repeat-x bottom left;
    _background-image: url('../../images/themes/narcissus/button-large.png');
}

button.dsq-button {
    padding: 6px 8px 6px;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
button.dsq-button-small {
    padding: 2px 4px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

button.dsq-button-small:disabled, button.dsq-disabled-btn {
    opacity: .5;
    cursor: default !important;
}

button.dsq-button:hover,
button.dsq-button-small:hover {
    cursor: pointer;
}

button.dsq-button:active, button.dsq-button.dsq-toggled {
    background: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#999999'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#999)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #666,  #999); /* for firefox 3.6+ */
    color: #fff;
    border: 1px solid #555;
    text-shadow: 0 1px 0 #666;
}

/**
 * Tooltips
 */


.dsq-tooltip-outer {
    padding: 0 0 19px;
    margin: 0 0 1em;
    background: url('../../images/tooltip-notch.png') 35px bottom no-repeat;
}

.dsq-tooltip {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    position:relative;
    padding:20px 0 0;
    color:#fff;
    background:#666; /* default background for browsers without gradient support */
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;
    /* NOTE: webkit gradient implementation is not as per spec */
    background:-webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
    background:-moz-linear-gradient(top, #555, #222);
    background:-o-linear-gradient(top, #555, #222);
    background:linear-gradient(top, #555, #222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222');
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.7);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.7);
    zoom: 1;
}

.dsq-tooltip a {
    font-weight: bold;
    color: #fff;
}

.dsq-tooltip-big .dsq-tooltip:after {
    content: "";
    position: absolute; 
    width: 98%;
    height: 30px;
    top: 0;
    left: 1%;    

    -webkit-border-radius:  0 0 15px 15px;
    background-image:       -webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.85) ), to( rgba(255,255,255,.5) ),
                    color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
    background-image:       -moz-linear-gradient(left, rgba(255,255,255,.85), rgba(255,255,255,0) 50%, rgba(255,255,255,0) 80%, rgba(255,255,255,.5) );
    background-image:       gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.85) ), to( rgba(255,255,255,.5) ),
                    color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
    opacity: .05;
}

.dsq-tooltip h3 {
    margin: 0 20px 16px;
    padding: 0;
    text-shadow: 0 -1px 0 #222;
}
.dsq-tooltip p {
    margin: 0 20px 0;
    padding: 0 0 16px;
    color: #ccc;
    text-shadow: 0 -1px 0 #222;
    display: block;
}

.dsq-tooltip ul {
    background: #222;
    border-top: 1px solid #444;
    -moz-border-radius:0 0 9px 9px;
    -webkit-border-radius:0 0 9px 9px;
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.9);
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.9);
    border-radius:0 0 9px 9px;
    overflow: hidden;
    padding: 10px;
    margin: 0;
}

.dsq-tooltip ul li {
    float: right;
    list-style-type: none;
    margin: 0 0 0 4px;
}

.dsq-tooltip ul li a {
    font-size: 13px;
    display: block;
}

.dsq-tooltip ul li a.dsq-primary-action {
    background: #ccc;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    text-shadow: 0 1px 0 #ddd;
    background:-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
    background:-moz-linear-gradient(top, #ccc, #999);
    background:-o-linear-gradient(top, #ccc, #999);
    background:linear-gradient(top, #ccc, #999);
}

.dsq-tooltip ul li a.dsq-secondary-action {
    color: #ccc;
    padding: 4px 4px 0 0;
}

/* Small Tooltips */

.dsq-tooltip-small {
    padding: 0 0 10px;
    background-image: url('../../images/tooltip-notch.png');
    background-position: 15px bottom;
    background-repeat: no-repeat;
}

.dsq-tooltip-small .dsq-tooltip {
    padding: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    font-size: 11px;
}
/**
 * General style rules
 */

#disqus_thread {
    margin-bottom: 10px;
}

.dsq-brlink {
    font-size: 10px;
}

.logo-disqus {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
}

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

#dsq-content .dsq-alert-message a {
    color: #516361;
}

#dsq-content .dsq-alert-message.dsq-error {
    background-color: #FCA09A;
    border-color: #90040B;
    color: #341922;
}

#dsq-content .dsq-alert-message.dsq-error a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 115%;
}

#dsq-content iframe,
.dsq-popup iframe {
    border: 0;
    overflow-y: auto;
    overflow-x: hidden;
    *overflow-x: visible;
    width: 100%;
    background-color: transparent;
    
    /* Set in thread.js

    width: 0px; (if IE7) */
}

#dsq-login-iframe-wrapper iframe {
    height: 340px;
}

#dsq-content iframe.dsq-post-reply,
#dsq-popup-alert iframe.dsq-post-reply {
    height: 300px;
}

#dsq-content iframe.dsq-post-reply-authenticated,
#dsq-popup-alert iframe.dsq-post-reply-authenticated {
    height: 170px;
}


#dsq-content #dsq-comments .dsq-header-avatar .dsq-drop-profile {
    color: #333;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    left: 0px;
    position: relative;
    background: #f0f0f0;
    z-index: 2;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display: none;
    min-width: 64px;

    /* IE6 */
    _position: absolute;
    _z-index: 9000;

    /* Set in thread.js
    top: 30px; (if not integration.show_avatar)
    _top: {{ integration.avatar_size }}px; (if IE6) */
}

#dsq-content #dsq-comments .dsq-header-avatar img {
    /* Set in thread.js
    display: none; (if not integration.show_avatar) */
}

/**
 * Popup : Blacklist
 */
.dsq-popup .dsq-blacklist-option {
    padding: 5px 10px;
    border-bottom: 1px dotted #E5EBED;
}


/**
 * Popup : Help
 */
.dsq-popup ul.dsq-popup-help {
    margin: 0 10px;
}

#dsq-popup-message.dsq-popup ul.dsq-popup-help li {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #E5EBED;
}

.dsq-popup ul.dsq-popup-help li.dsq-help-otheraccts {
    font-weight: bold;
    font-size: 110%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

#dsq-popup-message ul.dsq-list-tick li {
    list-style: none inside url("../../images/tick.png") !important;
    display: list-item;
}

#dsq-popup-message ul.dsq-list-bluebullet li {
    list-style: none inside url("../../images/bullet_blue.png");
    display: list-item;
}

#dsq-popup-message li {
    margin: 10px 0;
    padding: 0 10px;
    border-bottom: 1px dotted #E5EBED;
}

#dsq-popup-message li li {
    padding-left: 10px;
}


/**
 * Popup : Login
 */
.dsq-popup iframe#dsq-popup-login {
    margin-top: 10px;
    height:310px;
    width: 100%;
}

.dsq-popup-login .dsq-popup-content {
    width: 420px;
}


/**
 * Popup : Remote Account Settings
 */
.dsq-popup iframe#dsq-popup-account-settings {
    width: 100%;
    height: 400px;
}

.dsq-popup-account-settings .dsq-popup-content {
    width: 500px;
}


/**
 * Popup : Lightbox : Authenticate
 */
.dsq-lightbox .dsq-popup-content {
    width: 550px;
}

.dsq-lightbox .powered-by {
    display: none;
}

.dsq-lightbox img {
    border: 0 !important;
    height: auto !important;
    width: auto !important;
}

.dsq-lightbox .dsq-lightbox-register-reasons {
    padding: 0 10px !important;
}

.dsq-lightbox .dsq-lightbox-register-reasons li {
    background: url("../../images/small-tick.png") no-repeat;
    padding-left: 12px !important;
    margin: 0 0 0 6px !important;
    display: inline !important;
    font-size: 11px !important;
    color: #555;
}

.dsq-lightbox .dsq-lightbox-register-reasons li img {
    margin-bottom: -1px !important;
}

.dsq-lightbox .dsq-lightbox-submit {
    _height: 1%;
    overflow: auto;
    padding: 0 5px;
    margin-top: 20px;
}

.dsq-lightbox .dsq-lightbox-auth-post {
    float: right;
    padding: 4px;
    background-color: #EAFFCD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radisu: 4px;
}

.dsq-lightbox .dsq-lightbox-auth-skip {
    float: left;
    margin-top: 5px;
    padding: 2px;
}

.dsq-lightbox .dsq-lightbox-switch-auth {
    width: 400px;
    font-size: 11px;
    text-align: right;
    margin: 0 auto;
}

.dsq-lightbox .dsq-lightbox-auth-fields table {
    padding: 8px;
    background-color: #EDFFC9;
    border: 1px solid #A5C469;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 400px;
    margin: 10px auto;
}

.dsq-lightbox .dsq-lightbox-auth-fields table td {
    padding: 4px;
}

.dsq-lightbox .errorlist {
    color: #c03000 !important;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.dsq-lightbox .errorlist li {
    margin: 5px 0 !important;
    padding: 0 !important;
}

.dsq-lightbox-errors p {
    color: #c03000 !important;
    font-size: 11px;
    font-weight: bold;
}

.dsq-lightbox .dsq-lightbox-auth-fields table td input {
    font-size: 13px;
    padding: 2px;
}

.dsq-lightbox-recognized table {
    width: 400px;
    margin: 10px auto;
}

.dsq-lightbox-recognized table td {
    padding: 4px;
}

/**
 * Menu
 */

.dsq-menu {
    margin: 0 !important;
    left: 0px;
    position: absolute;
    _position: absolute;
    _left:;
    background: #f0f0f0 !important;
    z-index: 2 !important;
    border-width: 1px !important;
    border-color: #888 !important;
    border-style: solid !important;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    display: inline;
    padding: 5px 10px 5px 0 !important;
    list-style: none !important;
}

.dsq-menu li {
    margin: 0 !important;
    padding: 0 !important;
    clear: both;
    line-height: 1.3em !important;
    font-size: 12px !important;
    margin-bottom: 2px !important;
    margin-left: 4px !important;
    white-space: nowrap !important;
    list-style: none !important;
    float: none;
    background: none;
    text-align: left;
}

.dsq-menu li:before {
    content: "";
}

.dsq-menu li a.dsq-admin-toggle {
    font-weight: bold;
}

.dsq-menu li.dsq-admin-email,
.dsq-menu li.dsq-admin-ip {
    color: #555;
    font-style: italic;
    cursor: default;
}

.dsq-menu li.dsq-menu-sep {
    border-bottom: 1px dotted #aaa;
    font-size: 1pt !important;
}

.dsq-menu li a{
    text-decoration: none;
    color: #333;
}

.dsq-menu li a:hover {
    color: #869AAD;
}


/**
 * Media embed
 */

.dsq-popup.dsq-media-embed img {
    max-width: 500px;
    max-height: 500px;
}

#dsq-content .dsq-media-embed h4 {
    margin-top: 10px;
    background: transparent url('../../images/themes/narcissus/gray-50.png') repeat-x scroll center top;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 9px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}

#dsq-content .dsq-media-embed a {
    margin-right: 5px;
}


/**
 * Drop profile
 */

#dsq-content #dsq-comments .dsq-header-avatar:hover .dsq-drop-profile {
    display: inline;
}

#dsq-content #dsq-comments .dsq-drop-profile li {
    float: none;
    clear: both;
    line-height: 1.3em;
    padding: 2px 4px;
    white-space: nowrap;
    margin: 0px;
}

#dsq-content #dsq-comments .dsq-drop-profile li img {
    float: none;
    height: 12px;
    width: 12px;
    margin: 0px 4px 0px 0;
    vertical-align: middle;
    padding: 0px;
}

#dsq-content #dsq-comments .dsq-drop-profile li a {
    color: #1C5392;
    vertical-align: middle;
}

#dsq-content #dsq-comments .dsq-drop-profile li a:hover {
    font-weight: bold;
}


#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services {
    height: 16px;
    padding: 4px 4px;
}

#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services:hover {
    background-color: #ddd;
    outline-top: 1px solid #ccc;
    outline-bottom: 1px solid #ccc;
}

#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-services a {
    display: block;
    width: 100%;
    height: 16px;
}

#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-sep {
    border-bottom: 1px dotted #aaa;
}


#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-showlnk {
    padding: 4px 2px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    height: 16px;
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
}

#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-showlnk a {
    font-weight: bold;
    font-size: 95%;
    display: block;
    width: 100%;
    height: 16px;
}


#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-badge {
    padding: 6px 2px;
    text-align: center;
    font-size: 95%;
    cursor: help;
    border-bottom: 1px solid #ddd;
}

#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-badge span {
    padding: 1px 3px;
}

#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more {
    height:16px;
    background: url("../../images/drop-more.gif");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #ddd;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more:hover {
    background-position: 0px -20px;
    border-top: 1px solid #ccc;
}

#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-more a {
    font-size: 95%;
    height: 16px;
    width: 100%;
    display: block;
}


#dsq-content #dsq-comments .dsq-drop-profile li.dsq-drop-hidden {
    display: none;
    padding: 0;
}


/*
 * Pagination
 */

#dsq-content .dsq-paginate-append-text { display: none; }
#dsq-content .dsq-paginate-all-button { display: none; }
#dsq-content .dsq-paginate-append-button { display: inline; }

/* Extras */

#dsq-content .dsq-global-moderator-extras {
    font-size: 11px;
}

#dsq-content .dsq-global-moderator-extras strong:first-child {
    margin-left: 0;
}

#dsq-content .dsq-global-moderator-extras strong {
    margin-left: 10px;
}


/* Moderate options */

.dsq-moderate-options table {
    background-color: #E5EBED;
    padding: 10px;
    width: 400px;
    margin: 10px auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dsq-moderate-options table td {
    padding: 4px;
}

.dsq-moderate-options table ul {
    margin: 0;
    padding: 0;
}

.dsq-moderate-options table li {
    margin-bottom: 5px;
}

table.dsq-moderator-settings td {
    vertical-align: top;
    border-bottom: solid 1px #fff;
    padding: 10px 6px;
}

table.dsq-moderator-settings td.last {
    border-bottom: none;
}

table.dsq-moderator-settings td p.dsq-form-actions {
    text-align: right;
    margin-top: 5px;
}

span.dsq-options-status {
    margin-left: 10px;
    color: #799c42;
}

#dsq-popup-message ul.dsq-thread-help {
    margin: 0;
    padding: 0;
}

#dsq-popup-message ul.dsq-thread-help li {
    margin: 10px 0;
    padding: 0;
    list-style: disc inside;
    display: list-item;
}

#dsq-popup-message ul.dsq-thread-help li p {
    font-size: 11px;
    color: #555;
    padding-left: 5px;
}

/* Thread settings */
#dsq-content .dsq-thread-settings {
    clear: left;
    background: transparent url('../../images/themes/narcissus/header-grey.png');
    border: solid 1px #999;
    margin-bottom: 1em;
    padding:6px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#dsq-content .dsq-thread-settings a {
    margin-right: 10px;
}

/* Share toggle buttons */

#dsq-content button.dsq-share-toggle {
    border: 0;
    background: none;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 5px 0 0;
}

#dsq-content button.dsq-share-toggle span.dsq-share-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

#dsq-content button.dsq-share-toggle span.dsq-share-status {
    display:block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: -3px;
    font-size: 1%;
    
}

#dsq-content button.dsq-share-toggle.dsq-share-toggled span.dsq-share-status {
    display:block;
    width: 9px;
    height: 9px;
    position: absolute;
    right: -1px;
    top: -3px;
    background: url(../../images/themes/narcissus/share-status.png) 0 -9px;
}

#dsq-content #dsq-share-twitter.dsq-share-toggled, #dsq-content #dsq-share-facebook.dsq-share-toggled {

    color: #fff;
    text-shadow: 0 1px 0 #2E619D;
}

#dsq-content button.dsq-share-toggle span.checkbox {
    display: inline-block;
}

#dsq-content #dsq-share-twitter span.dsq-share-icon {
    background: url(../../images/social-icons/twitter_muted.png);
}

#dsq-content #dsq-share-facebook span.dsq-share-icon {
    background: url(../../images/social-icons/facebook_muted.png);
}

#dsq-content #dsq-share-twitter.dsq-share-toggled span.dsq-share-icon {
    background: url(../../images/social-icons/twitter.png);
}

#dsq-content #dsq-share-facebook.dsq-share-toggled span.dsq-share-icon {
    background: url(../../images/social-icons/facebook.png);
}

.dsq-auth-form h3 {
    font-size: 16px !important;
    margin: 0 0 16px !important;
    font-weight: bold !important;
}

.dsq-auth-form p {
    margin: 0 0 18px 0 !important;
}

.dsq-auth-form label {
    display: block !important;
    font-weight: bold !important;
    margin: 0 0 5px !important;
}

.dsq-auth-form .dsq-login-input-wrapper {
    display: inline-block;
    background: #eee;
    padding: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
}

.dsq-auth-form .dsq-login-input-wrapper input {
    padding: 6px !important;
    font-size: 22px !important;
    border: 1px solid #bbb !important;
    width: 268px !important;
    color: #aaa !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    line-height: 28px !important;
}

.dsq-auth-form .dsq-login-input-wrapper input:focus {
    border: 1px solid #666 !important;
    -moz-box-shadow: 0 0 5px #0099FF !important;
    -webkit-box-shadow: 0 0 5px #0099FF !important;
    box-shadow: 0 0 4px #0099FF !important;
}


.dsq-auth-form .dsq-optional-fields {
    display: none !important;
}

.dsq-auth-form .dsq-login-subscribe {
    font-size: 12px !important;
    vertical-align: middle !important;
}

.dsq-auth-form .dsq-login-subscribe p {
    padding: 0 !important;
}

.dsq-popup .dsq-tab-container .dsq-login-subscribe span {
    margin: 0 5px 0 0 !important;
}

.dsq-popup .dsq-tab-container .dsq-login-subscribe label {
    display: inline !important;
    font-weight: normal !important;
}

.dsq-popup .dsq-tab-container input.blur {
    color: #aaa !important;
}

.dsq-popup .dsq-tab-container #guest .group {
    border: 0 !important;
    margin: 0 0 18px !important;
}

.dsq-popup .dsq-tab-container #guest .group p {
    float: left !important;
    margin: 0 8px 0 0 !important;
}

.dsq-popup .dsq-tab-container #guest .group p input {
    width: 124px !important;
    font-size: 14px !important;
    height: 16px !important;
}

.dsq-popup .dsq-login-add-url {
    font-size: .8em !important;
    opacity: .6 !important;
}

.dsq-popup .dsq-tab-container .copy {
    -moz-border-radius:5px 5px 5px 5px !important;
    -webkit-border-radius: 5px !important;
    background-color:#E8F0F7 !important;
    border:1px solid #CDD6DD !important;
    border-top: 0 !important;
    padding:5px !important;
}

/* Facebook / Twitter Connect / Yahoo / Disqus signin buttons */

.dsq-popup span.dsq-external-launcher {
    display: block;
    width: 150px;
    height: 22px;
}

.dsq-popup span.dsq-facebook-connect {
    background: url("../../images/embed/facebook_signin.png");
}
.dsq-popup span.dsq-twitter-connect {
    background: url("../../images/embed/twitter_signin.png");
}
.dsq-popup span.dsq-yahoo-connect {
    background: url("../../images/embed/yahoo_signin.png");
}
.dsq-popup span.dsq-disqus-connect {
    background: url("../../images/embed/disqus_signin.png");
}

.dsq-popup span.dsq-external-launcher:hover {
    background-position: 0 - 24px;
}
.dsq-popup span.dsq-external-launcher:active {
    background-position: 0 - 48px;
}

.dsq-connect-msg, .dsq-remote-authentication {
    height: 200px;
}

/* Remote Auth loader */

.dsq-remote-authentication {

}

.dsq-remote-authentication img {
    width: 32px !important;
    height: 32px !important;
    margin: 0 auto 20px auto !important;
    display: block !important;
}

.dsq-remote-authentication p {
    text-align: center !important;
}

.dsq-popup-login #dsq-login-iframe-wrapper iframe {
    height: 355px !important;
}

.dsq-error {
    color: #c03000 !important;
}

/* Global Toolbar */
#dsq-content #dsq-global-toolbar {
    margin: 1em 0;
}

#dsq-content #dsq-global-toolbar table {
    width: 100%;
}

#dsq-content #dsq-global-toolbar table td {
    vertical-align: top;
}


#dsq-content .dsq-global-toolbar-likes {
    width: 100%;
    overflow: hidden;
}

#dsq-content .dsq-global-toolbar-likes a {
    float: left
}

#dsq-content .dsq-global-toolbar-likes p {
    float: left;
    margin: 3px 0 0;
}

#dsq-content #dsq-global-toolbar .toolbar-item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 3px 0 0;
    text-indent: -9999em;
    height: 22px;
    display: block;
    border: 1px solid #707070;
    border: 1px solid rgba(0,0,0,.20);
}

#dsq-content #dsq-toolbar-dropdown {
    position: relative;
}

#dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap {
    position: absolute;
    right: 0;
    top: 27px;
    background: #000;
    width: 90px;
    color: #fff;
    background: url(../../images/toolbar/toolbar-dropdown.png);
    -moz-border-radius: 3px 0 3px 3px;
    -webkit-border-radius: 3px 0 3px 3px;
    padding: 6px;
    border: 1px solid rgba(0,0,0,.20);
    border-top: none;
}

#dsq-content #dsq-toolbar-dropdown:hover #dsq-toolbar-dropdown-wrap {
    display: block !important;
}

#dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap a {
    color: #eee !important;
}
    #dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap a:hover {
        color: #fff !important;
    }

#dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap ul li h4 {
    margin: 0 0 8px;
    padding: 0;
}

#dsq-content #dsq-toolbar-dropdown .dsq-login-buttons {
    margin: 0;
    padding: 0;
}

#dsq-content #dsq-toolbar-dropdown .dsq-login-buttons li {
    margin: 0 0 3px;
    padding: 0;
}

#dsq-content #dsq-global-toolbar.dsq-community-preview .dsq-toolbar-logo {
    width: 73px;
    background: url(../../images/toolbar/toolbar-sprite.png) -123px 0;
    margin: 0 0 3px 0;
}

#dsq-global-toolbar.dsq-community-preview #dsq-toolbar-dropdown:hover .dsq-toolbar-logo {
    background: url(../../images/toolbar/toolbar-sprite.png) -123px -22px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    height: 26px;
    margin: 0;
    border-bottom: 0;
}

#dsq-content #dsq-global-toolbar .dsq-thread-like {
    width: 54px;
    background: url(../../images/toolbar/toolbar-sprite.png);
}
    #dsq-content #dsq-global-toolbar #dsq-like-thread-button:hover  {
        background: url(../../images/toolbar/toolbar-sprite.png) 0 -22px !important;
    }

    #dsq-content #dsq-global-toolbar #dsq-like-thread-button.dsq-toggled  {
        background: url(../../images/toolbar/toolbar-sprite.png) 0 -44px !important;
    }

#dsq-content #dsq-global-toolbar .dsq-thread-dislike {
    width: 23px;
    background: url(../../images/toolbar/toolbar-sprite.png) -54px 0;
    margin:0 0.75em 0 0;
}

    #dsq-content #dsq-global-toolbar #dsq-dislike-thread-button:hover {
        background: url(../../images/toolbar/toolbar-sprite.png) -54px -22px;
    }

    #dsq-content #dsq-global-toolbar #dsq-dislike-thread-button.dsq-toggled {
        background: url(../../images/toolbar/toolbar-sprite.png) -54px -44px;
    }

#dsq-content #dsq-global-toolbar .dsq-admin-settings {
    width: 23px;
    background: url(../../images/toolbar/toolbar-sprite.png) -100px 0;
}

    #dsq-content #dsq-global-toolbar .dsq-admin-settings:hover {
        width: 23px;
        background: url(../../images/toolbar/toolbar-sprite.png) -100px -22px;
    }

    #dsq-content #dsq-global-toolbar a.dsq-admin-settings:active {
        background: url(../../images/toolbar/toolbar-sprite.png) -100px -22px;
    }
    
#dsq-content #dsq-global-toolbar .dsq-community-launcher {
    width: 23px;
    background: url(../../images/toolbar/toolbar-sprite.png) -77px 0;
}

    #dsq-content #dsq-global-toolbar .dsq-community-launcher:hover {
        width: 23px;
        background: url(../../images/toolbar/toolbar-sprite.png) -77px -22px;
    }

    #dsq-content #dsq-global-toolbar a.dsq-community-launcher:active {
        background: url(../../images/toolbar/toolbar-sprite.png) -77px -22px;
    }



#dsq-content .dsq-global-toolbar-likes .dsq-group {
    float: left;
    margin: 0 0 5px 0;
}

/* Like Faces */

#dsq-content .dsq-like-faces {
    overflow: hidden;
    float: left;
}

#dsq-content .dsq-like-faces li {
    float: left;
    margin: 0 5px 5px 0;
}

#dsq-content .dsq-like-faces li img {
    width: 22px;
    height: 22px;
    border: 1px solid #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#dsq-content .dsq-like-faces li a {
    float: none;
}

#dsq-content .dsq-like-activity {
    padding: 3px 0 0;
    white-space: nowrap;
}

/* Login Dropdown */

#dsq-content #dsq-logo-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 3px
}

#dsq-content #dsq-logo-dropdown .dsq-logo {
    display: block;
    float: left;
    font-size: 1%;
    margin-top: 2px;
}
.dsq-community-preview #dsq-logo-dropdown .dsq-logo {
    width: 65px;
    height: 13px;
    background: url(../../images/toolbar/toolbar-sprite.png) 0 -102px;
}

.dsq-community-preview #dsq-logo-dropdown:hover .dsq-logo {
    background: url(../../images/toolbar/toolbar-sprite.png) 0 -115px;
}

#dsq-content #dsq-logo-dropdown a.dsq-dropdown-arrow {
    display: block;
    width: 16px;
    height: 22px;
    background: url(../../images/themes/narcissus/dsq-login-dropdown-icon.png) center center no-repeat;
    text-indent: -9999em;
    position: relative;
    z-index: 2;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 0 0;
    border-radius: 3px 3px 0 0;
    vertical-align: middle;
    float: left;
    margin: -2px 1px 1px;
}

#dsq-content #dsq-logo-dropdown:hover a.dsq-dropdown-arrow,
#dsq-content #dsq-logo-dropdown a.dsq-dropdown-arrow.dsq-visible {
    border: 1px solid #999;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 1) url(../../images/themes/narcissus/dsq-login-dropdown-icon.png) center center no-repeat;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    display: block;
    float: left;
    margin: -3px 0 0;
}

#dsq-content #dsq-logo-dropdown ul.dsq-dropdown-menu {
    position: relative;
    display: none;
    color: #333;
    margin-top: 3px;
    background: #fff;
    z-index: 200;
}

#dsq-content #dsq-logo-dropdown:hover ul.dsq-dropdown-menu,
#dsq-content #dsq-logo-dropdown ul.dsq-dropdown-menu.dsq-visible {
    display: block !important;
    position: absolute;
    right: 0;
    top: 17px;
    background: #fff;
    border: 1px solid #999;
    z-index: 1;
    padding: 12px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-box-shadow: 0 1px 4px #ccc;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

#dsq-content #dsq-logo-dropdown ul li {
    display: block;
    float: none;
    width: 89px;
    margin-bottom: 3px;
}

#dsq-content #dsq-logo-dropdown ul.dsq-dropdown-menu h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: bold !important;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* --------------------------- Captcha -------------------------------------------*/

#dsq-captcha p {
    margin: 0 0 10px !important;
}

#dsq-captcha button {
    margin: 10px 0 0;
}



/*
 * Theme: Narcissus
 */

/* Global Reset */
#dsq-content ul,
#dsq-content li,
#dsq-content ol,
#dsq-content cite,
#dsq-content div,
#dsq-content table,
#dsq-content td,
#dsq-content th,
#dsq-content p,
#dsq-content a,
#dsq-content img,
#dsq-content caption {
    border: 0;
    padding: 0;
    margin: 0;
    float: none;
    text-indent: 0;
    background: none;
    font-style: normal;
    text-align: left;
}

a:focus {outline: 0;}

#dsq-content h3 {
    float: none;
}

#dsq-content ul,
#dsq-content li,
#dsq-content ol,
#dsq-content cite,
#dsq-content a,
#dsq-content img,
#dsq-content select {
    display: inline;
    width: auto;
    max-width: none;
    min-width: none;
}

#dsq-content div,
#dsq-content p,
#dsq-content h3 {
    display: block;
}

#dsq-content input {
    background: transparent;
}

#dsq-content img {
    max-width: none;
}

#dsq-content li,
#dsq-content ul,
#dsq-content ol {
    list-style-type: none;
    list-style-image: none;
    background: none;
    display: block;
}

#dsq-content li:before {
    content: "";
}

#dsq-content table {
    border-collapse: separate;
    border-spacing: 0;
}


/* Shared */
#dsq-content {
    font-size: 12px;
    line-height: 1.5;
}

#dsq-content .dsq-panel {
    background: #f5f5f5;
    padding: 4px 8px 4px 4px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    color: #333;
    z-index: 2;
}

#dsq-content iframe {
    border: 0;
    background: transparent;
    width: 100%;
    height: 90px;
}

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


/* Options */
#dsq-content .dsq-options {
    clear: left;
/*    background: transparent url('../../images/themes/narcissus/gray-50.png') repeat-x bottom;*/
    margin-bottom: 1em;
}

#dsq-content .dsq-options span {
    margin-right: 10px;
}

/* New Post */
#dsq-content .dsq-dc-logo {
    float: right;
    position: relative;
}

#dsq-content #dsq-community .dsq-dc-logo {
    margin-top: 4px;
}

* html #dsq-content .dsq-dc-logo {
    width: 90px; /* IE6 float fix. TODO: Figure out why it's needed */
}


/* Login */
#dsq-content .dsq-login-buttons {
    padding: 1em 0 0 0;
    margin-bottom: 1em;
}

#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; }

/* Request User Info */
#dsq-content .dsq-request-user-info {
/*    background: transparent url('../../images/themes/narcissus/gray-50.png') repeat-x bottom;*/
    margin-bottom: 1em;
}

#dsq-content .dsq-request-user-logout {
    float: right;
}

#dsq-content .dsq-request-user-info td {
    vertical-align: top;
}

#dsq-content .dsq-request-user-info td a {
    font-weight: bold;
}

#dsq-content .dsq-request-user-info td small a {
    font-weight: normal;
}

#dsq-content .dsq-request-user-name { 
    width: 100%;
    font-size: 1.167em;
    padding: .25em 0 0 .5em;
    line-height: 1;
    vertical-align: top;
    border: 0;
}

#dsq-content .dsq-request-user-name small {
    font-size: 9px;
}

#dsq-content .dsq-request-user-stats {
    padding: 0 0 0 .5em;
}

#dsq-content .dsq-request-user-stats span.dsq-request-user-stat {
    margin-right: .75em;
}

#dsq-content .dsq-request-user-stats span.dsq-request-user-stat big {
    font-weight: bold;
    font-size: 1.167em;
}

#dsq-comments-title {
    clear: left;
}

#dsq-content .dsq-request-user-info {
    clear: right;
}

#dsq-content .dsq-request-user-avatar {
    border: 1px solid #ccc;
    padding: 3px !important;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 4px 0 0;
}

/*
 * User area in the reply box
 */
#dsq-content .dsq-append-post .dsq-request-user-stats {
    display: none;
}
#dsq-content .dsq-append-post .dsq-dc-logo {
    display: none;
}
#dsq-content .dsq-append-post img.dsq-request-user-avatar {
    width: 18px;
    height: 18px;
}


/* Form */
#dsq-content .dsq-textarea .dsq-textarea-wrapper,
#dsq-content .dsq-input-wrapper {
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff url('../../images/themes/narcissus/inputshadow.gif') no-repeat top left;
    padding: 3px 5px;
    margin: 3px 0;
}

#dsq-content .dsq-post-footer .dsq-input-wrapper {
    float: left;
    margin: 0;
}

#dsq-content .dsq-textarea .dsq-textarea-wrapper {
    padding: 5px;
    overflow: hidden;
}

#dsq-content .dsq-textarea textarea,
#dsq-content input {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
}

#dsq-content .dsq-textarea textarea {
    border: 0;
    width: 100%;
    height: 36px;
    overflow: auto;
}

#dsq-content .dsq-textarea textarea:focus,
#dsq-content input:focus {
    outline: 0;
}

#dsq-content .dsq-post-fields table {
    max-width:700px;
    position:relative;
    width:100%;
}

#dsq-content .dsq-post-fields td {
    padding:0;
    width:50%;
}

#dsq-content .dsq-post-fields .dsq-post-fields-left {
    padding-right:0.25em;
}

#dsq-content .dsq-post-fields .dsq-post-fields-right {
    padding-left:0.25em;
}

#dsq-content .dsq-post-fields input {
    border:0 none;
    width:100%;
}

#dsq-content .dsq-post-footer input {
    width: 100%;
    border: 0;
}

#dsq-content .dsq-trackback-url {
    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);
}

#dsq-content .dsq-subscribe-menu {
    background: transparent url('../../images/themes/narcissus/gray-15.png');
    _background: #D0D0D0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#dsq-content .dsq-subscribe {
    position: relative;
}

#dsq-content .dsq-subscribe a,
#dsq-content .dsq-subscribe-label {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-indent: -99999px;
}

#dsq-content .dsq-subscribe-label input {
    width: auto;
}

#dsq-content .dsq-subscribe a:hover {
    background-color: #fafafa;
}

#dsq-content .dsq-subscribe ul {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    padding: 0;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#dsq-content .dsq-subscribe-email img, #dsq-content .dsq-subscribe-rs img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

/* Submit */
#dsq-content .dsq-post-footer {
    position: relative;
    margin: 8px 0 10px 0;
}

#dsq-content .dsq-sharing-options {
    float: left;
}

#dsq-content .dsq-sharing-options input,
#dsq-content .dsq-sharing-options label {
    display: inline;
    padding: 0;
    margin: 0;
}

#dsq-content .dsq-sharing-options label span {
    text-transform: capitalize;
}

#dsq-content .dsq-sharing-options span.dsq-share-on-label {
    display: none;
}

#dsq-content .dsq-sharing-options:hover span.dsq-share-on {
    display: none;
}

#dsq-content .dsq-sharing-options span.dsq-share-on input {
    margin: 0 4px;
}

#dsq-content .dsq-sharing-options span.dsq-share-on img {
    width: 13px;
    height: 13px;
    margin-bottom: -2px;
}

#dsq-content .dsq-sharing-options:hover span.dsq-share-on-label {
    display: inline;
}

#dsq-content .dsq-share-on div {
    float: left;
}

/* Sharing icons */

#dsq-content .dsq-sharing-options-label {
    vertical-align: middle;
    padding: 0 5px 0 0;
}

#dsq-content .dsq-share-on .dsq-share-on-icon {
    float: right;
    margin: 0 4px;
}

#dsq-content .dsq-panel .dsq-share-on-icon {
    float: left;
    margin: 0 4px;
}

#dsq-content .dsq-share-on-icon {
    width: 13px;
    height: 13px;
    background: url('../../images/themes/narcissus/13x13-icons-sprite.png');
}

#dsq-content .dsq-share-on-twitter      { background-position: 0px; }
#dsq-content .dsq-share-on-facebook     { background-position: -13px; }
#dsq-content .dsq-share-on-yahoo        { background-position: -26px; }
#dsq-content .dsq-share-on-openid       { background-position: -39px; }
#dsq-content .dsq-share-on-tumblr       { background-position: -52px; }
#dsq-content .dsq-share-on-wordpress    { background-position: -65px; }
#dsq-content .dsq-share-on-movabletype  { background-position: -78px; }
#dsq-content .dsq-share-on-typepad      { background-position: -91px; }

#dsq-content .dsq-sharing-options .dsq-configure-options {
    font-size: 11px;
}

#dsq-content .dsq-sharing-options span small,
#dsq-content .dsq-subscribe small {
    font-size: 7px;
}

#dsq-content .dsq-sharing-options button.dsq-button-small {
    background: transparent url('../../images/themes/narcissus/gray-15.png');
    _background: #F7F7F7;
    border: 0;
    padding: 4px 7px 5px;
    text-shadow: 0;

    min-width: 150px;
    cursor: pointer;
    text-align: left;
}

#dsq-content .dsq-sharing-options:hover button.dsq-button-small {
    background: #f5f5f5 url('../../images/themes/narcissus/button-small.gif') repeat-x top;
    border: 1px solid #999;
    padding: 3px 6px 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 10;
    border-bottom: 0;
    color: #333;
}

#dsq-content .dsq-sharing-options {
    position: relative;
}

#dsq-content .dsq-sharing-options .dsq-panel {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 233px;
    padding: 6px;
    z-index: 9;
}

#dsq-content .dsq-sharing-options .dsq-panel div {
    line-height: 1.33;
    margin: .5em 0 0;
}

#dsq-content .dsq-sharing-options .dsq-panel div img {
    width: 13px;
    height: 13px;
    margin-bottom: -2px;
}

#dsq-content .dsq-sharing-options .dsq-panel input {
    margin-right: .25em;
}

#dsq-content .dsq-sharing-options:hover .dsq-panel {
    display: block;
}

#dsq-content .dsq-post-footer .dsq-button {
    float: right;
    margin-left: 3px;
}

#dsq-content .dsq-post-footer .dsq-post-loading {
    color: #666;
}

#dsq-content .dsq-post-footer .dsq-post-loading img {
    height: 12px;
    margin-bottom: -2px;
}

#dsq-content .dsq-placeholder {
    color: #888;
}


/* New Reply */
#dsq-content .dsq-comment-footer-right button {
    vertical-align: top;
}

#dsq-content .dsq-comment-footer-reply,
#dsq-content .dsq-comment-footer-reply-active {
    position: relative;
}

#dsq-content .dsq-comment-footer-reply-active .dsq-comment-footer-reply-tab {
    display: inline;
}

#dsq-content .dsq-comment-footer-reply-active .dsq-button-small {
    display: none;
}

#dsq-content .dsq-comment-footer-reply-tab {
    background: url("../../images/themes/narcissus/header-grey.png");
    background: rgba(0, 0, 0, 0.08);
    _background: #E6E6E6;
    _color: #333;
    border: 0;
    display: none;
    padding: 2px 4px 9px;
    #padding: 2px 4px 9px;
    font-size: 11px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: inherit;
    margin: 0 0 0 2px;
    text-shadow: 0 1px 0 #fff;
    font-family: Arial, Helvetica, Calibri, sans-serif;
    border:1px solid rgba(0, 0, 0, 0.08);
    border-bottom: none;
}

#dsq-content .dsq-comment-footer-reply-tab::-moz-focus-inner {
    border: none;  /* overrides extra padding in Firefox */
}

.dsq-comment-footer-reply-active span {
    /*position: absolute;*/
    bottom: -21px;
    left: -10px;
    width: 10px;
    height: 10px;
    background: url('../../images/themes/narcissus/reply-corner.png') no-repeat bottom left;
    background: none;
}

#dsq-content .dsq-append-post {
    clear: both;
    margin-top: -1em;
    position: relative;
}

#dsq-content .dsq-append-post .dsq-post-area {
    background: url("../../images/themes/narcissus/header-grey.png");
    _background: #E6E6E6;
    _color: #333;
    padding: 14px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px 5px;
    border:1px solid rgba(0, 0, 0, 0.08);
}

#dsq-content .dsq-append-post .dsq-post-area h3 {
    margin-top: 0;
}

/* Comments */
#dsq-content #dsq-comments {
    margin-bottom: 10px;
}

#dsq-content .dsq-comment-header {
    background: url('../../images/themes/narcissus/header-grey.png');
    _background: #F7F7F7;
    _color: #333;
    line-height: normal;
    height: auto;
    border: 1px solid rgba(0,0,0,.08);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#dsq-content .dsq-moderator .dsq-comment-header {
    background-image: url('../../images/themes/narcissus/header-blue.png');
    _background: #EBF0F5;
}

#dsq-content .dsq-comment-header img.dsq-moderator-star {
    display: none;
}

#dsq-content .dsq-moderator img.dsq-moderator-star {
    display: inline;
    margin-top: -3px;
    vertical-align: middle;
}

#dsq-content .dsq-comment-outline .dsq-comment-header {
    outline: 1px solid #FAD163;
}

#dsq-content .dsq-comment-header table {
    width: 100%;
}

#dsq-content .dsq-comment-header td {
    vertical-align: middle;
}

#dsq-content .dsq-header-avatar {
    width: 1%;
    padding: 0;
    border: 0;
}

#dsq-content .dsq-header-avatar a.dsq-avatar {
    display: block;
    padding: 3px 0 3px 3px;
    _background: #F7F7F7;
}

#dsq-content .dsq-comment .dsq-header-avatar a.dsq-avatar img {
    padding: 3px;
    background: #F5F5F5;
    background: rgba(255,255,255, .40);
    margin: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.12);
}

#dsq-content #dsq-reactions .dsq-comment .dsq-header-avatar a.dsq-avatar img {
    width: 48px;
    height: 48px;
}
    
#dsq-content .dsq-comment:hover .dsq-header-avatar a.dsq-avatar img {
    padding: 3px;
    background: #F5F5F5;
    background: rgba(255,255,255, .70);
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
    margin: 0;
}

#dsq-content .dsq-header-avatar a.dsq-avatar img {
    display: block;
}

#dsq-content .dsq-comment:hover .dsq-header-avatar:hover a.dsq-avatar {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#dsq-content .dsq-header-avatar img {
    padding: 0;
    margin: 0;
    /* Set in thread.js
    width: {{ integration.avatar_size }}px;
    height: {{ integration.avatar_size }}px; */
}

#dsq-content .dsq-comment-header cite {
    font-weight: bold;
    font-size: 110%;
}

#dsq-content .dsq-comment-header-meta {
    padding: 0 8px;
}

#dsq-content .dsq-comment-header-meta-wrapper {
    position: relative;
}

#dsq-content .dsq-comment-header-time {
    padding: 0 8px;
}

#dsq-content a.dsq-reply-link  {
    color: inherit;
    opacity: .6;
}

#dsq-content .dsq-comment-hide-thread,
#dsq-content .dsq-comment-show-thread {
    display: none;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    position: absolute;
    right: 0px;
    top: 0px;
}

#dsq-content .dsq-comment-show-thread {
    display: block;
    margin: 4px 7px 0 0;
    background: url('../../images/themes/narcissus/show-hide-icons.png') 0 0;
    opacity: .65;
}
#dsq-content .dsq-comment-show-thread:hover {
    opacity: 1;
}
#dsq-content .dsq-comment-hide-thread {
    background: url('../../images/themes/narcissus/show-hide-icons.png') 14px 0;
    opacity: .65;
}
#dsq-content .dsq-comment-hide-thread:hover {
    opacity: 1;
}

#dsq-content .dsq-collapsed-comment {
    display: none;
}

#dsq-content .dsq-comment-is-collapsed .dsq-collapsed-comment {
    display: block;
    padding-bottom: 1em;
}

/** Reveal hide on hover */
#dsq-content .dsq-full-comment:hover .dsq-comment-hide-thread {
    display: block;
}
#dsq-content .dsq-comment-hide-thread {
    _display: block; /* IE6 reveals always */
}

#dsq-content .dsq-comment-is-collapsed .dsq-full-comment {
    display: none;
}

#dsq-content .dsq-comment-header-time a {
    text-decoration: none;
    color: inherit;
}

#dsq-content .dsq-comment-header-time a:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

#dsq-content .dsq-comment-header .dsq-comment-header-likes {
    text-align: right;
    padding-right: 8px;
    font-size: .85em;
}

#dsq-content .dsq-editedtxt {
    margin-top: 1em;
    opacity: 0.6;
}

#dsq-content .dsq-comment-message {
    line-height: 1.42;
    margin: 1em 0;
}

#dsq-content .dsq-comment-footer {
    _height: 1%;
    overflow: hidden;
    margin: 1em 0;
}

#dsq-content .dsq-comment-footer-left {
    float: left;
    visibility: hidden; /* Moderate and Flag links hidden by default */
}
#dsq-content .dsq-comment:hover .dsq-comment-footer-left {
    visibility: visible;
}

#dsq-content .dsq-comment-footer-left a {
    margin-right: .5em;
}

#dsq-content .dsq-comment-footer-left .dsq-highlight {
    /* this is a hidden feature, users should overwrite this rule if they
       want to use it */
    display: none;
}

#dsq-content .dsq-comment-footer-left .dsq-highlight img {
    vertical-align: text-bottom;
}

#dsq-content .dsq-comment-footer-right {
    text-align: right;
}

#dsq-content .dsq-comment-footer-right button.dsq-button-small {
    margin-left: 2px;
}

#dsq-content .dsq-comment-footer-right .dsq-like {
    font-size: 11px;
}

#dsq-content .dsq-comment-footer-right .dsq-like img {
    margin-right: 3px;
}

.dsq-popup .dsq-liked-by-user {
    margin-bottom: 10px;
}

.dsq-popup .dsq-liked-by-user a {
    text-decoration: none;
}

.dsq-popup .dsq-liked-by-user img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
}

.dsq-popup-user-votes {
    width: 350px;
    max-height: 400px;
}

.dsq-popup-user-votes ul {
    margin-bottom: 15px;
    max-height: 400px;
    _height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dsq-popup-user-votes p {
    font-size: 11px;
    color: #666;
}


/* Likes */

#dsq-content .dsq-sub-header table {
    width: 100%;
/*    background: url('../../images/themes/narcissus/blue-20.png');*/
    _background: #EEF9FD;
    _color: #333;
}

#dsq-content .dsq-sub-header td {
    padding: .5em;
}

#dsq-content .dsq-sub-header-right {
    text-align: right;
}

#dsq-content .dsq-user-like {
    font-size: 11px;
    margin-left: 8px;
    padding-bottom: 3px;
}

#dsq-content .dsq-user-like a {
    color: inherit;
}

#dsq-content .dsq-user-like img {
    height: 16px;
    width: 16px;
    margin-right: 3px;
    vertical-align: middle;
}


#dsq-content .dsq-comment-buttons {
    white-space: nowrap;
    padding-left: 5px;
}

/* Reactions */

#dsq-content .dsq-h3-reactions {
    background: transparent url('../../images/themes/narcissus/gray-50.png') repeat-x top;
    padding-top: 10px;
    margin-top: 20px;
}

#dsq-content .dsq-reaction-header table {
    width: 100%;
    background: url('../../images/themes/narcissus/blue-20.png');
    _background: #EEF9FD;
    _color: #333;
}

#dsq-content .dsq-reaction-header td {
    padding: .5em;
}

#dsq-content .dsq-reaction-header-right {
    text-align: right;
}

#dsq-content .dsq-show-more-reactions {
    padding: 1em;
    text-align: center;
    margin: 1em 0;
}

#dsq-content .dsq-comment.dsq-reaction:hover .dsq-header-avatar a.dsq-avatar {
   /*
    padding: 3px;
       background: none;
       border: 1px solid transparent;*/

}

#dsq-content .dsq-reaction .dsq-comment-cite {
    padding-left: 8px;
}

#dsq-content .dsq-reaction .dsq-service-name {
    text-transform: capitalize;
}


/* Pagination */

#dsq-content .dsq-pagination {
    text-align: center;
    padding: 1em;
    margin: 1em 0;
/*    background: transparent url('../../images/themes/narcissus/gray-50.png') repeat-x top;*/
}
#dsq-content .dsq-pagination table {
    background: transparent url('../../images/themes/narcissus/gray-50.png') repeat-x bottom;
    width: 100%;
}

#dsq-content .dsq-pagination td {
    padding: .5em;
}

#dsq-content .dsq-pagination-links {
    width: 100%;
    text-align: center;
}

#dsq-content .dsq-pagination span,
#dsq-content .dsq-pagination a {
    margin: 0 .25em;
}


/* Trackbacks */

#dsq-content .dsq-item-trackback {
    padding: 1em 0;
    margin: 1em 0;
/*    background: transparent url('../../images/themes/narcissus/gray-50.png') repeat-x top;*/
}


/* Edit */

#dsq-content .dsq-edit {
    margin: 10px 0;
}
#dsq-content .dsq-textarea textarea.dsq-edit-textarea {
    height: 90px;
}

/* Badges */

.dsq-badge,
.dsq-badge-verified,
.dsq-badge-registered,
.dsq-badge-guest,
.dsq-badge-facebook,
.dsq-badge-twitter,
.dsq-badge-openid,
.dsq-badge-yahoo {
    padding: 2px 4px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 0 5px 0 5px;
    border-radius: 0 5px 0 5px;
    vertical-align: middle;
    font-size: 12px;
    text-transform: capitalize;
}

.dsq-badge-small,
li.dsq-drop-badge span {
    font-size: 10px;
    padding: 1px 2px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius: 0 3px 0 3px;
    border-radius: 0 3px 0 3px;
}

.dsq-badge-verified {
    background: #92C72A;
    border: 1px solid #6CA300;
    color: #fff;
}

.dsq-badge-registered {
    background: #FFFE98;
    border: 1px solid #EAE800;
    color: #333;
}

.dsq-badge-guest {
    background: #DDDDDD;
    border: 1px solid #bbb;
    color: #333;
}

.dsq-badge-facebook {
    background: #46639D;
    border: 1px solid #2D3F65;
    color: #fff;
}

.dsq-badge-twitter {
    background: #31CEFF;
    border: 1px solid #2BB5E0;
    color: #fff;
}

.dsq-badge-openid {
    background: #F9F9F9;
    border: 1px solid #AAAAAA;
    color: #F89B1E;
}

.dsq-badge-yahoo {
    background: #8516A2;
    border: 1px solid #530068;
    color: #fff;
}


/* Drop Profile */

#dsq-content #dsq-comments .dsq-header-avatar .dsq-drop-profile {
    background: #f5f5f5;
    float: none;
    position: absolute;
    left: auto;
}

#dsq-content .dsq-drop-profile a {
    text-decoration: none;
}

/* Moderate options */

.dsq-moderate-options table {
    background-color: #E5EBED;
    padding: 10px;
    width: 400px;
    margin: 10px auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dsq-moderate-options table td {
    padding: 4px;
}

.dsq-moderate-options table ul {
    margin: 0
    padding: 0;
}

.dsq-moderate-options table li {
    margin-bottom: 5px;
}

table.dsq-moderator-settings td {
    vertical-align: top;
    border-bottom: solid 1px #fff;
    padding: 10px 6px;
}

table.dsq-moderator-settings td.last {
    border-bottom: none;
}

table.dsq-moderator-settings td p.dsq-form-actions {
    text-align: right;
    margin-top: 5px;
}

#dsq-popup-message table.dsq-moderator-settings h4,
#dsq-popup-message table.dsq-moderator-settings li {
    margin-bottom: 5px;
    padding: 0;
}

span.dsq-options-status {
    margin-left: 10px;
    color: #799c42;
}

#dsq-popup-message ul.dsq-thread-help {
    margin: 0;
    padding: 0;
}

#dsq-popup-message ul.dsq-thread-help li {
    margin: 10px 0;
    padding: 0;
    list-style: disc inside;
    display: list-item;
}

#dsq-popup-message ul.dsq-thread-help li p {
    font-size: 11px;
    color: #555;
    padding-left: 5px;
}


/* Extras */

#dsq-content .dsq-global-moderator-extras {
    font-size: 11px;
}

#dsq-content .dsq-global-moderator-extras strong:first-child {
    margin-left: 0;
}

#dsq-content .dsq-global-moderator-extras strong {
    margin-left: 10px;
}

/* Login Dropdown */

#dsq-content #dsq-logo-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 3px
}

#dsq-content #dsq-logo-dropdown .dsq-logo {
    display: block;
    float: left;
}

#dsq-content #dsq-logo-dropdown a.dsq-dropdown-arrow {
    display: block;
    width: 16px;
    height: 22px;
    background: url(../../images/themes/narcissus/dsq-login-dropdown-icon.png) center center no-repeat;
    text-indent: -9999em;
    position: relative;
    z-index: 2;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 0 0;
    border-radius: 3px 3px 0 0;
    vertical-align: middle;
    float: left;
    margin: -2px 1px 1px;
}

#dsq-content #dsq-logo-dropdown:hover a.dsq-dropdown-arrow,
#dsq-content #dsq-logo-dropdown a.dsq-dropdown-arrow.dsq-visible {
    border: 1px solid #999;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 1) url(../../images/themes/narcissus/dsq-login-dropdown-icon.png) center center no-repeat;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    display: block;
    float: left;
    margin: -3px 0 0;
}

#dsq-content #dsq-logo-dropdown ul#dsq-dropdown-menu {
    position: relative;
    display: none;
    color: #333;
    margin-top: 3px;
    background: #fff;
    z-index: 200;
}

#dsq-content #dsq-logo-dropdown:hover ul#dsq-dropdown-menu,
#dsq-content #dsq-logo-dropdown ul#dsq-dropdown-menu.dsq-visible {
    display: block !important;
    position: absolute;
    right: 0;
    top: 17px;
    background: #fff;
    border: 1px solid #999;
    z-index: 1;
    padding: 12px;
    -moz-box-shadow: 0 1px 4px #ccc;
    -webkit-box-shadow: 0 1px 4px #ccc;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#dsq-content #dsq-logo-dropdown ul li {
    display: block;
    float: none;
    width: 89px;
    margin-bottom: 3px;
}

#dsq-content #dsq-logo-dropdown ul li a {
    color: #0076CC !important;
    text-decoration: none;
}

#dsq-content #dsq-logo-dropdown ul#dsq-dropdown-menu h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: bold !important;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* Collapsed Thread */

#dsq-content #dsq-comments .dsq-collapsed-comment {
    position: relative;
}

#dsq-content #dsq-comments .dsq-collapsed-comment img  {
   vertical-align: middle;
   margin: 0 12px 0 0;
   width: 24px;
   height: 24px;
   opacity: .55;
   filter: alpha(opacity=55); /* IE lt 8 */
   -ms-filter: "alpha(opacity=55)"; /* IE 8 */
   -khtml-opacity: .55; /* Safari 1.x */
   -moz-opacity: .55; /* FF lt 1.5, Netscape */
}

#dsq-content #dsq-comments .dsq-collapsed-comment .dsq-comment-show-thread {
    float: right;
}

#dsq-content #dsq-comments .dsq-collapsed-comment span  {
    opacity: .55;
}

#dsq-content #dsq-comments .dsq-collapsed-comment a {
    opacity: .55;
}

#dsq-content #dsq-comments .dsq-collapsed-comment a:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    -khtml-opacity: 1; /* Safari 1.x */
    -moz-opacity: 1; /* FF lt 1.5, Netscape */
}

/* Community */

#dsq-community {
    /*border-bottom: 1px dotted #ccc !important;*/
    padding: 8px 0 !important;
    _height: 1%;
    margin: 0 0 8px !important;
}

#dsq-community button {
    vertical-align: middle;
}

#dsq-community .dsq-button-last {
    margin-right: 10px;
}

#dsq-community .dsq-like-activity {
    white-space: nowrap;
    vertical-align: middle;
    line-height: 32px;
}


.dsq-like-thread span.dsq-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../images/themes/narcissus/thumb-up.png') no-repeat;
    vertical-align: text-bottom;
    margin: 0 4px 0 0;
}

.dsq-dislike-thread span.dsq-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../images/themes/narcissus/thumb-down.png') no-repeat;
    vertical-align: text-bottom;
}
