html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
body {
    font: 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
    /*font-smoothing: antialiased;*/
    /*background: url(../img/blog/header-bgr.png) repeat-x 0 0;*/
    overflow-y: scroll;
    background: url(../img/blog/pattern-small.jpg) repeat-x center top;
}

a {
    text-decoration: underline;
    color: #2868a4;
}
a:hover {
    text-decoration: none;
}

#content a {
    text-decoration: underline;
    color: #2868a4;
}
#content a:hover {
    text-decoration: none;
    color: #2868a4;
}

h1, h2 {
    font-size: 16px;
    font-weight: 500;
}
#content h1 a, #content h2 a {
    color: black;
    text-decoration: none;
}
#content h1 a:hover, #content h2 a:hover {
    color: black;
    text-decoration: underline;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

#main-header {
    height: 101px;
}
#site-title {
    padding: 70px 0 0 195px;
    font-size: 28px;
}
#site-title a {
    color: transparent;
    letter-spacing: 3px;
}

#content {
    overflow: auto;
    /*margin: 15px 0 0 0;*/
    margin-top: 50px;
}

#articles, #sidebar {
    /*float: left;*/
}

#articles {
    /*width: 70%;*/
    /*width: 740px;*/
    padding: 0 40px;
    max-width: 700px;
    /*text-align: justify;*/
    margin: auto;
}

#articles .notice {
    padding: 0 0 20px 0;
}

#sidebar {
    /*width: 220px;*/
    width: 30%;
    margin-top: 12px;
    padding-left: 20px;
    /*margin-left: 20px;*/
    display: none;
}
#sidebar h2 {
    height: 24px;
}

#sidebar ul li {
    font-size: 13px;
}

#sidebar .categories {
    margin: 0 0 15px 0;
}

.entry {
    overflow: auto;
    /*margin: 0 0 35px 0;*/
    /*margin-top: 35px;*/
    /*padding-top: 15px;*/
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    padding-bottom: 10px;
}
.article-list {
    /*margin-top: 30px;*/
}
.article-list .entry:first-child {
    border-top-style: none;
    padding-top: 0;
}
.entry .entry-date, .entry .entry-content {
    float: left;
}
.entry .entry-content {
    /*width: 680px;*/
    /*overflow: hidden;*/
}
.entry .entry-date {
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #707070;
    width: 195px;
    text-indent: 25px;
}
.entry h1 {
    /*height: 30px;*/
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}
.entry .entry-meta {
    font-size: 13px;
    color: #707070;
    /*display: none;*/
}

.entry .entry-body {
    margin: 20px 0 30px;
    /*font-size: 14px;*/
    font-size: 16px;
}
.entry .entry-body strong,
.entry .entry-body b {
    font-weight: bold;
}
.entry .entry-body p {
    margin: 15px 0;
    /*line-height: 20px;*/
    line-height: 1.58;
}
.entry .entry-body h2 {
    // font-size: 14px;
    font-weight: bold;
}
.entry .entry-body ul {
    margin: 15px 0;
    line-height: 25px;
    padding-left: 20px;
}
.entry .entry-body ul li {
    list-style: disc;
    margin-left: 15px;
}
.entry .entry-body img {
    margin: 10px 0 0 0;
    max-width: 100%;
}

.article-backlink {
    padding-bottom: 13px;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 163px;
}
.article-backlink a {
    display: inline-block;
    background: url(../img/blog/back.gif) no-repeat left center;
    height: 24px;
    line-height: 23px;
    padding-left: 32px;
    font-size: 12px;
}

.social-buttons {
    float: right;
    height: 16px;
    overflow: hidden;
}

.comment-wrapper {
    width: 510px;
    margin-left: 195px;
    border-top: 1px solid #e7e7e7;
    padding-top: 50px;
}

:focus {
    outline: 0;
}
input[type=text], input[type=search], textarea {
    padding: 4px 7px;
    border: 1px solid #ccc;
    font-size: 13px;
}
button, input[type=button], .button {
    display: inline-block;
    background: #47a2f8;
    border-radius: 5px;
    border-style: none;
    color: white;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    font-size: 13px;
}
button:hover, input[type=button]:hover, .button:hover {
    background-color: #47a9ff;
}

#post-search-form {
    margin: 20px 0;
    overflow: visible;
}

#post-search .post-list li {
    margin: 10px 0;
}
#post-search .post-list li a {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.article-author {
    /*margin-left: 195px;*/
    margin-bottom: 40px;
    padding-top: 20px;
    margin-right: 20px;
    font-size: 16px;
    border-top: 1px solid #e7e7e7;
}
.article-author img {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
}
.article-author span {
    margin-right: 10px;
}

h1.page-heading {
    margin-bottom: 10px;
}


@media (max-width: 767px) {
  #articles {
      padding: 0 0 0 25px;
  }
}

#disqus_thread {
    padding-right: 20px;
}
