
/* --- tooltips & scrollbars --- */

#s-m-t-tooltip {
    position:absolute;
    margin-top: 15px;
    z-index:9999;
    padding:3px 5px;
    background:#ffffff;
    color:#4f4e4e;
    font-size:11px;
    border:1px solid #eeeeee;
    border-radius:3px;
}

::-webkit-scrollbar-thumb {background-color:#f3bc7a;}
::-webkit-scrollbar {background-color:transparent; width:1px; height:1px;}

/* --- basics --- */

body {
    background-color:#fcfcfc;
    background-image:url('img/bg.png');
    background-attachment:fixed;
    background-position:center center;
    
    
    background-repeat:repeat;
    background-size:auto;
    
    color:#4f4e4e;
    font-family: 'Karla', sans-serif;
    font-size:11px;
    line-height:calc(11px + 6px);
    font-weight:400;
    text-align:justify;
    margin:0;
}

a {
    color:#4f4e4e;
    text-decoration:none;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    a:hover {
        color:#4f4e4e;
        text-decoration:none;
    }
    
p a, .side-desc a, li a
{box-shadow:#efebf7 0px -12px 0px inset;}
p a:hover, .side-desc a, li a:hover
{box-shadow:#efebf7 0px -1px 0px inset;}

img {
    border:none;
    text-decoration:none;
}

b, strong, bold {
    color:#9BCACA;
    font-weight:600;
}

i, em, italic {
    color:#9BCACA;
}

u {
    text-decoration:none;
}



s, strike {
    text-decoration-color:#9BCACA;
}

small, sub, sup, big {
    font-size:11px;
    line-height:calc(11px + 6px);
    vertical-align:baseline;
}

blockquote {
    padding:0px 5px 0px 15px;
    border-left:1px solid #eeeeee;
    margin-left:5px;
    margin-right:0px;
}


    
        blockquote blockquote {
            margin-right:0px;
        }
        
         


ul {
    padding-left:15px;
}

    ul li {
        list-style-type:none;
    }
    
        ul li:before {
          content: "— ";
          text-indent: -5px;
        }
        
hr {
    border:none;
    border-bottom:1px solid #eeeeee;
    width:calc(100% - 150px);
    margin:0px auto 20px auto;
}

/* --- header styles --- */

h1 {
    margin:0px 0px 20px 0px;
    font-weight:700;
    color:#9BCACA;
    text-align:center;
    font-size:calc(11px + 8px);
}

h2 {
    font-weight:normal;
    color:#9BCACA;
    text-align:left;
    text-transform:uppercase;
    font-size:calc(11px + 2px);
    letter-spacing:1px;
    word-spacing:2px;
}

    h2 b, b h2, h2 i, i h2,
    h2 strong, strong h2, h2 em, em h2 {
        color:#9BCACA;
    }
    
h3 {
    font-size:calc(11px + 4px);
    font-weight:normal;
    margin:10px 0px;
}
    
/* --- container --- */

.container {
    position:absolute;
    z-index:600;
    top:calc(50% - 301px);
    
    width:1000px;
    left:calc(50% - 501px);
    
    
    height:600px;
    overflow:hidden;
    background-color:#F6F6F6;
    border:1px solid #eeeeee;
    border-radius:3px;
}

/* --- sidebar --- */

.side-title {
    position:absolute;
    z-index:4;
    top:20px;
    left:0px;
    width:200px;
    height:auto;
    font-size:300px;
    line-height:260px;
    font-family: 'Calistoga', cursive;
    color:#f3bc7a;
    text-align:center;
    letter-spacing:-1px;
    pointer-events:none;
}

.side-img {
    position:absolute;
    z-index:20;
    bottom:65px;
    left:20px;
    width:100px;
    height:100px;
    border-radius:100px;
    border:1px solid #eeeeee;
    background-image:url('img/wr.jpeg');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.side-desc {
    position:absolute;
    z-index:220;
    bottom:65px;
    left:140px;
    width:230px;
    height:100px;
    text-align:left;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.side-nav {
    position:absolute;
    z-index:250;
    bottom:0px;
    left:0px;
    width:421px;
    height:45px;
    border-top:1px solid #eeeeee;
    display:flex;
    justify-content:center;
    align-items:center;
}

   .side-nav a {
        display:block;
        width:auto;
        height:20px;
        line-height:20px;
        letter-spacing:1px;
        margin-right:10px;
        cursor:pointer;
    }
    
        .side-nav a:last-of-type {
            margin:0px;
        }
    
    .side-nav a:hover {
        font-weight:bold;
    }
    
.side-blob {
    position:absolute;
    z-index:5;
    bottom:-320px;
    left:-140px;
    width:710px;
    height:710px;
    pointer-events:none;
}

 
/* --- entries --- */

.entries {
    position:absolute;
    z-index:200;
    top:0px;
    right:0px;
    
    width:1000px;
    
    
    height:600px;
    padding:70px 70px 0px 490px;
    overflow:auto;
    background-color:transparent;
    box-sizing:border-box;
}

/* --- posts --- */

.post {
    
    width:400px;
    margin-bottom:70px;
    background-color:#ffffff;
    border:1px solid #eeeeee;
    padding:20px;
    border-radius:3px;
    overflow:hidden;
}

    .post img {
        max-width:100%;
        height:auto;
        display:block;
    }

/* --- texts --- */

.title {
    font-size:calc(11px + 10px);
    line-height:calc(11px + 12px);
    text-align:left;
    width:100%;
    letter-spacing:1px;
    color:#9BCACA;
    margin-bottom:20px;
}




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

      

    



/* --- credit --- */

a.credit {
    position:fixed;
    z-index:10;
    right:20px;
    bottom:20px;
}


a.credit i {font-size:24px;}
