/**
 * Theme Name: Monospace
 * Theme URI: http://vinicius.soylocoporti.org.br/monospace-wordpress-theme
 * Description: A clean, extra-light, easy, objective, image free and 80 columns monospaced content theme. Made for code, manuals and e-mail publishing. Good for programming blogs, planets and posting by mail.
 * Author: Vinicius Massuchetto
 * Author URI: http://vinicius.soylocoporti.org.br
 * Version: 1.91
 * Tags: white, blue, two-columns, fixed-width, threaded-comments, translation-ready
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

@import url("pygment.css");

body {
    margin: 0px;
    padding: 20px 0px;
    font-family: Merriweather, Monospace;
    color: #585858;
}

a,
a:visited {
    text-decoration: none;
    color: rgb(17, 170, 34);
}

a:hover {
    color: #FFF;
    background-color: #5353CB
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    margin: 0px;
    text-transform: uppercase;
}

h4,
h5,
h6 {
    font-size: 14px;
}

h1 {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

article#h1 {
    padding: 10px 0px 5px;
    margin: 0px 0px 0px 0px;
}

blockquote {
    font-style: italic;
    background: #EAEAEA;
    margin: 20px;
    padding: 5px 10px;
}

blockquote cite {
    display: block;
    padding: 10px 20px 0 0;
    text-align: right;
}

code {
    box-sizing: border-box;
    line-height: 1.5;
    word-wrap: break-word;
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    overflow-wrap: break-word;
    text-size-adjust: 100%;
    white-space: break-spaces;
    width: auto;

    background: rgba(110, 118, 129, 0.4);
    /* margin: 20px; */
    padding: 1px 5px 1px 5px;
}

input,
textarea {
    padding: 5px;
    border: 1px solid #8A8A8A;
    background: #EAEAEA;
}

input:hover,
textarea:hover,
blockquote:hover {
    background: #E5E5E5;
}

h1.index_page {
    color: #999999;
    text-transform: uppercase;
    padding: 0px 15px 15px 0p;
    margin: 8px 0px 15px 0px;
}

#wrap {
    margin: 0px auto;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
}

#container {
    float: right;
}

#sidebar {
    overflow: hidden;
    clear: left;
    text-align: right;
    width: 250px;
    height: auto;
    padding: 0px 15px 0px 0px;
    border-right: 1px dotted #C8C8C8;
}

#sidebar li {
    list-style-type: none;
}

#sidebar>li {
    margin: 20px 0px;
}

#sidebar h1 {
    border-bottom: 1px dotted #C8C8C8;
}

#sidebar .description {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
}

ul.sub-menu,
ul.children {
    margin: 0px 10px 0px 0px;
}

.post {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px dotted #C8C8C8;
}

.post-edit-link {
    clear: both;
}

.meta {
    margin: 10px;
    padding: 15px;
    background: #EAEAEA;
    clear: both;
}

.meta span {
    display: block;
    clear: left;
}

.thumbnail {
    margin: 0px;
    padding: 0px;
}

.thumbnail img {
    float: right;
}

.entry {
    font-size: 16px;
    line-height: 22px;
}

.entry h1 {
    line-height: 26px
}

.entry h2,
h3,
h4,
h5 {
    margin: 30px 0px 10px 0px;
}

.entry img {
    display: block;
    border: none;
}

.entry img.wp-smiley {
    border: 0px !important;
}

.entry a img:hover {
    background-color: transparent;
    border: 1px solid #E5E5E5 !important;
}

.entry .aligncenter,
div.aligncenter {
    margin: 10px auto;
}

.entry .alignleft {
    float: left;
    margin: 10px 15px 10px 0px;
}

.entry .alignright {
    float: right;
    margin: 10px 0px 10px 15px;
}

.entry .alignnone {
    margin: 10px 0px;
}

.entry .gallery,
.wp-caption {
    text-align: center;
    background: #EAEAEA;
    margin: 10px;
    padding: 10px;
    border: 0px;
    max-width: 520px;
    height: auto;
}

.entry .wp-caption img {
    border: 0 none;
    margin: 0px auto;
    padding: 0;
    max-width: 500px;
    height: auto;
}

.entry .gallery:hover,
.wp-caption:hover {
    background: #E5E5E5;
}

.entry .gallery-caption,
.wp-caption-text {
    background: transparent;
}

.entry .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 5px 50px 0px;
}

.entry .gallery-icon {
    width: 100%;
    height: auto;
}

.entry .gallery-icon img {
    margin: 0px auto;
}

.entry .gallery-caption {
    margin: 5px 10px 0px 0px;
    padding: 0px;
}

.entry p.attachment img {
    margin: 0px auto;
}

.sticky {
    border-bottom: 3px dotted #C8C8C8;
}


.wp_syntax {
    padding: 5px 0px;
}

.wp_syntax pre {
    line-height: 1.3;
}

.wp_syntax pre.php {
    line-height: 1;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss ul li {
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px dotted #C8C8C8;
}

.related {
    margin: 20px 0px 0px 0px;
}

.nav {
    margin: 30px 0px;
    text-align: center;
}

#comments {
    border-top: 1px dotted #C8C8C8;
    margin: 30px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
}

.commentlist li {
    list-style-type: none;
    padding: 10px;
    margin: 20px 0px 0px 0px;
}

.commentlist li.even {
    background: #EAEAEA;
}

.commentlist li.odd {
    background: #D6D6D6;
}

.comment-author img {
    float: left;
    margin: 0px 10px 10px 0px;
}

ul.commentlist ul.children {
    padding-left: 10px;
}

ul.commentlist ul.children li {
    list-style-type: none;
    border: 1px solid #AAA
}

.form-section {
    margin: 10px 0px;
    text-align: right;
}

.form-section div {
    display: inline;
}

.bypostauthor {
    border: 3px dotted #C8C8C8;
}

.form-allowed-tags {
    display: none;
}

#respond {
    margin: 30px 0px 0px 0px;
    background: #FFF;
    border: 1px solid #9A9A9A;
    margin: 30px 0 0;
    padding: 20px;
}

#commentform p {
    text-align: right;
}

#commentform input {
    width: 50%;
    height: auto;
    margin: 0px 0px 0px 10px;
}

#commentform .required {
    font-weight: bold;
}

#commentform textarea {
    width: 95%;
    height: auto;
    margin: 10px 0px 0px 0px;
}

#commentform .comment-form-comment {
    margin-bottom: 5px;
    text-align: right;
}

#commentform .form-allowed-tags {
    color: #8A8A8A;
    margin-top: 0px;
    font-size: 10px;
}

input#submit {
    font-weight: bold;
}

input#s {
    width: 70%;
    height: auto;
    margin: 5px 0px;
}

#footer {
    text-align: center;
    clear: both;
}

#footer div {
    margin: 30px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    border-top: 1px dotted #C8C8C8;
}

#footer li {
    list-style-type: none;
}

#footer .widget_tag_cloud h2 {
    display: none;
}

ul.article_list {
    list-style: none;
    padding: 0;
}

#feedsbar {
    overflow: hidden;
    clear: left;
    text-align: right;
    width: 250px;
    height: auto;
    padding: 0px 15px 0px 0px;
    border-right: 1px dotted #C8C8C8;
}

#feedsbar li {
    list-style-type: none;
}

#feedsbar ul {
    border-bottom: 1px dotted #C8C8C8;
    padding-bottom: 10px;
    margin-top: -3px;
}

#tagcloud {
    overflow: hidden;
    clear: left;
    text-align: right;
    width: 250px;
    height: auto;
    padding: 0px 15px 0px 0px;
    border-right: 1px dotted #C8C8C8;
}

#tagcloud li {
    list-style-type: none;
}

#tagcloud ul {
    border-bottom: 1px dotted #C8C8C8;
    padding-bottom: 20px;
}

ul.tagcloud {
    list-style: none;
    padding: 0;
}

span.blurred {
    color: #999999;
}

ul.tagcloud li {
    display: inline-block;
}

li.tag-0 {
    font-size: 200%;
}

li.tag-1 {
    font-size: 180%;
}

li.tag-2 {
    font-size: 160%;
}

li.tag-3 {
    font-size: 140%;
}

li.tag-4 {
    font-size: 120%;
}

li.tag-5 {
    font-size: 100%;
}

li.tag-6 {
    font-size: 80%;
}

li.tag-7 {
    font-size: 60%;
}

/* LWM EDITS */
#page-title {
    position: relative;
    top: 5px;
}