@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
iframe#tumblr_controls {
    top: 62px !important;
    right: 11px !important;
    position: fixed !important;
    z-index: 999999999 !important;
    opacity: 0.3;

    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}
::-webkit-scrollbar {
    width: 7px;
    margin-left: 5px;
    border-right:5px solid transparent;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-right:5px solid transparent;
}
::-webkit-scrollbar-thumb:window-inactive {
    border-right:5px solid transparent;
}

/*      DEFAULT */
body, html {
    margin:0; padding:0;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
}
header {
    height:100vh;
    margin:0; padding:0;
    display:block;
    position: fixed;
    top:0; left:0; right:0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
header > h1 {
    font-weight: bold;
    letter-spacing:1px;
    text-transform: capitalize;
    font-variant: small-caps;
    display: block;
    text-align: center;
    line-height: 100vh;
    margin:0; padding:0;
    font-size: 36pt;
}
#conteudo {
    position: absolute;
    margin: 0; padding:25px;
    top:100vh; left:0; right:0;
    padding-bottom:100px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Sansita One', 'Arial Narrow', cursive;
    font-weight: normal;
    font-variant: small-caps;
}
a {
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
ul {
    list-style-type: none;
    padding-left:1.5em;
}
ul li:before {
    content: '\220E';
    margin: 0 1em;
    font-size: .5em;
}
#menuToggle {
    position: fixed;
    top:25px;
    left:25px;
    font-size:4em;
    cursor: pointer;
}
#tata {
    position:fixed;
    bottom:0px; right:0px;
    padding:10px;
    font-size:10pt;
    font-family: monospace;
    font-weight: bold;
}
pre {
    white-space: pre-wrap;
}

/*      SIDEBAR */
#sidebar {
    width:250px;
    position: fixed;
    padding: 20px;
    top:0; bottom:0;
    left:-290px;
    overflow: auto;
    text-align: center;
}
#me {
    width:150px;
    height:150px;
    margin:50px auto;
    border-radius: 200px;
}
#description {
    font-size:.8em;
    margin:50px auto;
    margin-top:0;
    font-style: italic;
    display:inline-block;
    width:150px;
}
aside {
    margin-bottom: 50px;
    padding:15px;
    font-size: 9pt;
    text-align: justify;
}
aside h4 {
    text-transform: lowercase;
    font-size: 2em;
    text-align: center;
    margin:0;
}
aside ul, aside ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
aside ul li > a {
    display: block;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7pt;
}
aside ul li:last-child {
    border-bottom:0;
}
aside ul li:before {
    content:'';
    display:none;
}
aside img.blogroll {
    float:left;
    margin:5px;
    border-radius: 3px;
    width: 60px;
    height: 60px;
    -webkit-filter: grayscale(.6);
    filter: grayscale(.6);
    -webkit-transition: all .5s;
    transition: all .5s;
}
aside#instaFeed img {
    float:left;
    margin:5px;
    border-radius: 3px;
    width: 95px;
    height: 95px;
    -webkit-filter: grayscale(.6);
    filter: grayscale(.6);
    -webkit-transition: all .5s;
    transition: all .5s;
}
aside img.blogroll:hover, aside#instaFeed img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
input[type=text] {
    background-color: {color:Sidebar BG};
    border:0;
    border-radius: 5px;
    height: 30px;
    width:150px;
    padding:0 10px;
}
input[type=submit] {
    border:0;
    border-radius: 5px;
    width:30px;
    height:30px;
    font-family: 'entypo', sans-serif;
    cursor:pointer;
}

/*      POSTS */
#postArea {
    width:100%;
}
article {
    width:500px;
    margin:100px auto;
}
article:first-child {
    margin-top:0;
}
article > h2 {
    margin:0; padding:0;
    margin-bottom: -5px;
}
article > .postBody img {
    max-width: 600px;
    
}
article > .postBody p {
    padding:5px;
    margin:0;
    text-align: justify;
    text-indent: 1em;
}
article > .postBody p.read_more_container {
    text-align: right;
    display: block;
    font-size: .7em;
    margin-top:-10px;
    padding-right: 0;
    text-transform: lowercase;
    font-style: italic;
}
article > .postBody p.read_more_container a {
    padding: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
article > .postBody blockquote {
    padding:5px;
    margin:0;
    margin-left:15px;
}
article > .postInfo {
    display:block;
}
article > .postInfo:before {
    content: '';
    display:block;
    float:left;
    width:100%;
}
article > .postInfo a.noteC {
    display:inline-block;
    padding:3px;
    float:left;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
article > .postInfo > div span {
    display:inline-block;
    padding:3px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}
article > .postInfo > .postTags {
    text-align: center;
    font-size: .7em;
    margin:25px auto;
    text-transform: uppercase;
    font-variant: small-caps;
}
article > .postInfo > .postTags a {
    margin:auto 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
article > .mainImg {
    width:500px;
}
article > h2.asker {
    vertical-align: bottom;
}
article > h2.asker img {
    border-radius: 64px 64px 0 0;
    float:right;
    border-bottom:0;
    margin-top:-2px;
}
article .question {
    border-top:0;
    margin-top: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
ul.chat li {
    line-height: 1.5em;
    font-size: .8em;
}
ul.chat li:before {
    content: '';
    margin: 0 1em;
}
ul.chat li strong {
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: .8em;
}
ol.notes {
    list-style-type: none;
}
ol.notes li {
    font-size:.7em;
    text-transform: uppercase;
    font-variant: small-caps;
}
ol.notes li blockquote {
    padding:0;
    margin:5px;
    margin-left:15px;
    border:0;
    font-style:italic;
}
ol.notes li img {
    display:none;
}
#copy {
    text-transform: capitalize;
}