@import url("resource/syntax/style.css");
@import url("../../lib/fonts/cantarell/regular/style.css");
@import url("../../lib/fonts/duru-sans/regular/style.css");
@import url("../../lib/fonts/basic/regular/style.css");
@import url("../../lib/fonts/numans/regular/style.css");
@import url("../../lib/fonts/notcouriersans/regular/style.css");
@import url("../../lib/fonts/notcouriersans/bold/style.css");

@media (min-width: 800px)
{
    body
    {
        margin: 15px;
    }
    
    div#main
    {
        width: 85%;
    }

    div#heading
    {
        height: 550px;
    }

    div#heading div.title
    {
        font-size: 140px;
    }

    div#heading div.title div#left
    {
        left: -14px;
        top: 14px;
    }

    div#heading div.title div#right
    {
        top: -14px;
        left: 14px;
    }

    div#log div.entry div.body
    {
        padding: 30px 100px 10px 100px;
        font-size: 17px;
        line-height: 30px;
    }
}

@media (max-width: 800px)
{
    body
    {
        margin: 6px;
    }
    
    div#main
    {
        width: 100%;
    }

    div#heading
    {
        height: 220px;
    }

    div#heading div.title
    {
        font-size: 55px;
    }

    div#heading div.title div#left
    {
        left: -4px;
        top: 4px;
    }

    div#heading div.title div#right
    {
        top: -4px;
        left: 4px;
    }

    div#links
    {
        display: none;
    }

    div#log div.entry div.body
    {
        padding: 6px 25px;
        font-size: 16px;
        line-height: 25px;
    }
}

body
{
    background: url("img/Bazooka-Warhead.png");
    text-align: center;
}

div#main
{
    margin: auto;
    text-align: left;
}

div#heading
{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 8px groove lime;
}

div#heading img
{
    position: absolute;
    top: 5px;
    z-index: 3;
    border: 0px;
}

div#heading img#rss
{
    right: 10px;
}

div#heading img#twitter
{
    right: 45px;
}

div#heading div.title
{
    position: relative;
    font-family: Basic, sans-serif;
    z-index: 2;
}

div#heading div.title div#center a
{
    position: relative;
    z-index: 1;
    opacity: .95;
    color: #FF0050;
    text-decoration: none;
}

div#heading div.title div#left
{
    position: absolute;
    color: cyan;
    z-index: 0;
}

div#heading div.title div#right
{
    position: absolute;
    color: yellow;
    z-index: 0;
}

div#heading div#syntax
{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    letter-spacing: 8px;
    line-height: 18px;
    background: #f0f0f0;
    padding: 0px 20px;
}

div#links
{
    border-top-color: #FAB0FA;
    border-right-color: #8F008F;
    border-bottom-color: #6F006F;
    border-left-color: #EA88EA;
    border-style: solid;
    border-width: 10px;
}

div#menu
{
    position: relative;
    background: url("img/Slabe.png");
    height: 108px;
    color: #282828;
    font-size: 16px;
    padding: 18px 10px 10px 10px;
}

div#menu img
{
    position: absolute;
    top: 4px;
    right: 142px;
}

div#menu div
{
    position: relative;
    margin-bottom: 8px;
    z-index: 1;
}

div#menu span.heading
{
    font-family: CantarellRegular, sans-serif;
    display: inline-block;
    width: 60px;
    background: lime;
    color: red;
    padding: 2px;
}

div#menu a.option
{
    padding: 2px;
    font-weight: bold;
    letter-spacing: 2px;
    background: #D8D8D8;
    color: slateblue;
    text-decoration: none;
    font-family: DuruSansRegular, sans-serif;
}

div.scanner
{
    height: 8px;
    font-size: 0px;
    background: url("img/scanner/stripes.png");
    position: relative;
}

div.scanner div
{
    position: relative;
    height: 4px;
    top: 2px;
}

div#divider
{
    margin: 10px 0px;
    border-width: 2px 0px;
    border-top-style: groove;
    border-bottom-style: ridge;
    border-color: lightpink;
    width: 100%;
    height: 10px;
}

div#log
{
    margin-top: 10px;
}

div#log div.entry
{
    margin-top: 10px;
    background: white;
    color: black;
    border-width: 2px;
    border-style: ridge;
    border-color: orange;
    overflow: hidden;
}

div#log div.entry div.info
{
    background: yellow;
    border-bottom: 2px groove #C8FFBF;
    text-align: right;
    padding: 3px 20px;
    font-family: NotCourierSans, sans-serif;
}

div#log div.entry div.info a
{
    color: slateblue;
    text-decoration: none;
}

div#log div.entry div.info span.permalink
{
    margin-left: 12px;
    font-size: 18px;
}

div#log div.entry div.body
{
    font-family: BasicRegular, sans-serif;
    text-align: justify;
}

div#log div.entry div.body a
{
    color: olive;
    text-decoration: none;
}

div#log div.entry div.body a:visited
{
    color: olive;
}

div#log div.entry div.body a:hover
{
    color: darkcyan;
}

div#log div.entry div.body p
{
    margin-bottom: 30px;
}

div#log div.entry div.body p.center, div#log div.entry div.body p.captioned
{
    text-align: center;
    margin: inherit auto;
}

div#log div.entry div.body p img
{
    max-width: 100%;
}

div#log div.entry div.body pre
{
    font-family: NotCourierSans, monospace;
    color: #202020;
    background-color: #eee;
    font-size: 15px;
    line-height: 17px;
}

div#log div.entry div.body span.caption, div#log div.entry div.body p.captioned
{
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    font-family: BasicRegular, sans-serif;
}

div#rss
{
    font-family: NotCourierSans, monospace;
    font-size: 15px;
    text-align: center;
    margin: 20px auto 20px auto;
    border: 4px solid black;
    border-radius: 4px;
    /* position: relative; */
    width: 192px;
    /* height: 32px; */
}

div#rss div
{
    /* position: absolute; */
    z-index: 0;
    font-size: 0px;
}

div#rss a
{
    display: block;
    line-height: 22px;
    font-weight: bold;
    /* position: relative; */
    background: navajowhite;
    color: brown;
    text-decoration: none;
    padding: 0px 0px;
    z-index: 1;
}

div#rss a:hover
{
    background: mintcream;
    color: forestgreen;
}

table#badge
{
    width: 100%;
    margin: 10px auto 0px auto;
}

table#badge td
{
    text-align: center;
}

img.badge
{
    border: 0px;
}
