@charset "UTF-8";
/*
Theme Name: Stack Exchange
Theme URI: http://www.stackexchange.com
Description: Stack Exchange theme.
Version: 1.0
Author: Jin Yang
Author URI: http://stackexchange.com/

*/
/* reset starts */

.topbarWrapper {
    width: 100%;
    text-align: center;
    height: 34px;
    background-color: rgba(0,0,0,0.86);
}

.topbar {
    width: 960px;
    text-align: left;
    margin: 0 auto;
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
    font-size: 13px;
}

a.logo-se {
    display: block;
    width: 130px;
    height: 20px;
    background: transparent url(https://waybackassets.bk21.net/20141012101340im_/http://programmers.blogoverflow.com/wp-content/themes/stackexchange/images/logo-se.png) no-repeat left top;
    text-indent: -999em;
    float: left;
    margin-top: 4px;
}

.topbar-icon {
    height: 28px;
    display: inline-block;
    padding-top: 6px;
    padding-left: 11px;
    width: 137px;
}

.topbar-icon-on a.logo-se {
    background: transparent url(https://waybackassets.bk21.net/20141012101340im_/http://programmers.blogoverflow.com/wp-content/themes/stackexchange/images/logo-se-black.png) no-repeat left top !important;
}

.topbar-icon-on, .topbar-icon-on:hover {
    background: #f0f0f0 !important;
}

.topbar-icon:hover {
    background-color: #444;
}

#hlinks {
    float: right;
    margin-right: 20px;
    padding-top: 6px;
}

#hlinks a, #hlinks a:visited {
    color: #e0e0e0;
    text-decoration: none;
}

#hlinks a:hover {
    text-decoration: underline;
}

#siteSwitcher-dialog {
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    z-index: 999;
    position: absolute;
    text-align: left;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 375px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
}

#siteSwitcher-dialog ul,
#siteSwitcher-dialog li {
    padding: 0;
    margin: 0 !important;
    list-style: none;
    line-height: 1.3;
    border: none;
}

#siteSwitcher-dialog .siteSwitcher-dialog-content {
    padding: 0;
}

.favicon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: bottom !important;
}

.related-links {
    float:right;
    display: inline-block;
    padding: 0 10px;
}

.related-links a {
    margin-left: 10px;
    color: #07c;
    text-decoration: none;
}

.related-links a:visited {
    color: #18529a;
}

.L-shaped-icon-container {
    float: left;
    padding: 0;
    margin: 2px 6px 0px 5px;
}

.L-shaped-icon {
    width: 10px;
    height: 10px;
    border: solid #b9c1c5;
    border-width: 0px 0px 1px 1px;
    display: inline-block;
}

#siteSwitcher-dialog .siteSwitcher-dialog-content li {
    padding: 7px 3px;
    vertical-align: middle;
}

#siteSwitcher-dialog .siteSwitcher-dialog-content li>a {
    color: #07c;
    text-decoration: none;
}
#siteSwitcher-dialog .siteSwitcher-dialog-content li>a:visited {
    color: #18529a;
}

#siteSwitcher-dialog .current-site-container {
    background-color: #f6fcff;
    border-left: 3px solid #2f96e8;
}

#siteSwitcher-dialog .siteSwitcher-dialog-content li {
    border: none;
}

#siteSwitcher-dialog .siteSwitcher-dialog-content li.more-communities:hover {
    background: none;
}

#siteSwitcher-dialog .siteSwitcher-dialog-content li:hover {
    background-color: #e8f3fa;
}

#siteSwitcher-dialog .siteSwitcher-dialog-header {
    background-color: #f0f0f0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 10px 4px 10px;
    position: relative;
    clear: both;
}

#siteSwitcher-dialog .siteSwitcher-dialog-header h3 {
    color: #666;
    font-weight: bold;
    font-variant: small-caps;
    line-height: 0.8;
    display: inline-block;
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
}

.more-communities {
    text-align: center;
}

/* form elements start */
.frmSearch {
}

.searchBox {
    padding-top: 6px;
}

.frmSearch .txtSearch {
    margin: 0 0 0 20px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: inherit;
    padding-right: 5px;
    width: 210px;
    height: 16px;
    padding: 0 0 1px 4px;
    font-size: 13px;
    color: #888;
    border: 1px solid #000;
    background: #fff !important;
}

.frmSearch .btnSearch {
    color: #fff;
    border: 1px solid #eee;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background-color: #888;
    padding: 2px 5px;
    margin:0px;
    font-size: 12px;
    width: 55px;
    display: none;

}
/* form elements end */

#wpstats {
    display:none;
}
#comments {
    font-size:1.2em;
    width:100%;
}

.commentlist li {
    list-style:none;
}

li.comment {
    font-size:14px;
    line-height:1.3;
    margin-bottom:14px;
}

li.comment #respond {
    margin-left:20px;
}

.commentlist ul.children {
        margin-left:-20px !important;
        margin-top:14px;
}

li.comment div, li.pingback div {
    overflow:auto;
}

li.comment div div, li.pingback div div {
    overflow:visible;
}

/*.commentlist li.even > .comment-body {
    background-color:#fafafa;
}
.commentlist li.odd > .comment-body {
    background-color:#f6f6f6;
}
.commentlist .bypostauthor > .comment-body {
    background:#DEEDFF;
}*/
.commentlist li > .comment-body {
    background-color:#f6f6f6;
}

ul.children li {
    list-style:none;
}

.avatar {
    float:right;
    border:1px solid #eee;
    padding:2px;
    margin:0px 13px 0px 0px !important;
    background:#fff;
}

.comment-meta, .reply {
    margin:0;
    padding:0;
    font-size:0.8em;
}

.comment-meta {
        margin-bottom:1em;
}

.comment-author cite {
    font-style:normal;
    font-weight:bold;
    font-size:1.2em;
}

textarea#comment {
    /*width:100%;*/
}

#comments div.navigation {
    font-size:0.9em;
}

.comment-body ul, .comment-body ul li {
    list-style: disc;
    border:none;
}
.comment-body ol, .comment-body ol li {
    list-style: decimal;
    border:none;
}

.comment-body {
        margin:0px;
        padding:13px !important;
}

/* Comment ends */

blockquote {
    margin-bottom: 1em!important;
}

.post-text img {
    margin-bottom: 14px;
    max-width: 650px;
    height:auto;
}

.adbanner {
    width: 728px!important;
    max-width: 728px!important;
    height: 90px!important;    
}

pre {
    overflow: auto;
    width: 700px;
}

/*
     FILE ARCHIVED ON 10:13:40 Oct 12, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:51:32 Dec 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.242
  exclusion.robots: 0.147
  exclusion.robots.policy: 0.127
  esindex: 0.017
  cdx.remote: 6.213
  LoadShardBlock: 109.043 (3)
  PetaboxLoader3.datanode: 134.453 (5)
  PetaboxLoader3.resolve: 949.889 (3)
  load_resource: 1065.11 (2)
*/