/*
For ckunte.net log by Chyetanya Kunte.
Edited for logiskhave.dk by Kresten Jacobsen.
*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,600,900,900italic|ABeeZee|Source+Sans+Pro|Source+Serif+Pro);
sup {
font:11px/11px Lato, Helvetica
}
.credits {
    font:11px/11px Lato, Helvetica;
    margin-top:3px
}
del {
    color:#aaa;
}
b, strong, h3, th {
    text-transform:lowercase;
    font-variant:small-caps;
    font-size:120%;
    letter-spacing:1px;
    font-weight: normal;
}
a {
    text-decoration:none;
    color:#000;
}
body {
    color:#000;
    background-color: #e5e5e5;
    height:100%;
    margin:0;
    padding:0;
}
#container {
    width:640px;
    margin:0 auto;
    padding:35px 0;
}
#header {
    margin:0 auto;
    padding: 35px 0;
    width:640px;
}
#footer {
    margin: 0 auto;
    padding: 0 0 25px 0;
}
h1, #footer p {
    text-align:center;
    font-size: 11px;
    font-weight:600;
    font-family:Lato, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}
.post p.date {
    text-align:center;
    font-size: 70%;
    font-weight:400;
    /*
    font-family:Lato, 'Helvetica Neue', Helvetica, sans-serif;
    */
    text-transform:uppercase;
    letter-spacing:2px;
    color:#000;
    margin-bottom:0px;
    padding-left: 4px;
    color:#999;
}
h1 span, #footer p {
    font-weight:400;
}
.post h2 {
    font-family: 'Source Serif Pro', sans-serif;
    font-size:39px;
    text-transform:uppercase;
    text-align:center;
    margin:0 70px;
    color:#333;
}
.post {
    margin:0 0 50px 0;
    padding: 35px 0 45px 0;
    width:640px;
    background-color:#fff;
}
td, th, .post p, .post ul, .post ol, .post pre, .post h3, .post > .date, .post blockquote {
    margin:15px 70px;
    font-family:'Source Sans Pro', 'Helvetica Neue', Helvetica;
}
.post img {
    min-width:640px;
    max-width:640px;
    display: block;
    margin:25px -70px;
}
.post img.screen {
    margin:0;
    min-width: 500px;
    max-width: 500px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    /*
    -o-box-shadow:rgba(0,0,0,0.4) 0 1px 3px;
    -webkit-box-shadow:rgba(0,0,0,0.4) 0 1px 3px;
    -moz-box-shadow:rgba(0,0,0,0.4) 0 1px 3px;
    box-shadow:rgba(0,0,0,0.4) 0 1px 3px;
    */
}
.post iframe {
    min-width:640px;
    max-width:640px;
    display: block;
    margin:25px -70px;
}
.post pre {
    background-color:#eee;
    font:normal 14px monospace;
    overflow:auto;
    border-radius:3px;
    padding:10px;
}
.post p code, blockquote p code, .post li code {
    vertical-align:middle;
    background-color:#eee;
    font:normal 14px monospace;
    border-radius:2px;
    overflow:auto;
    padding:3px;
}
.post p,.post li,.post blockquote, td {
    font-size:15px;
    line-height:24px
}
.post li {margin-bottom:6px;}
.post a {
    font-weight:400;
    /* color:#00f; */
    border-bottom: 1px #ccc solid;
}
.post a:hover {
    border-bottom: 1px #090 solid;
}
.post blockquote {
    border-left:1px solid #ccc;
    margin-left:75px;
}
.post blockquote p {
    margin-left:18px;
    margin-right:18px;
}
hr,.footnote hr {
    width:210px;
    border-color:#ccc;
    border-style:solid;
    border-width:1px 0 0;
}
hr {
    margin:20px auto;
    }
.footnote hr {
    margin:20px 0 0 70px;
    }
.footnote, small {
    font:12.5px/18px ABeeZee,Geneva,'Lucida Grande',sans-serif;
    }
.footnote code {
    font-size:11.5px;
    }
.footnote li {
    margin-bottom:9px;
}
.footnote ol li, .footnote p {
    font-size:13px!important;
    line-height: 150%;
}
.footnote ol li > p, .post ol li > p {
    margin:0;
    padding:0;
}
.post ol li > pre {
    margin:10px 0;
    padding:10px;
}
p.list {
    line-height: 100%;
}
.post h2 a {
    text-decoration:none;
    color:#333;
    font-weight:700;
    border: 0;
}
.post h2 a:hover {
    border:0;
}
.navleft {
    text-align:left;
    font-size: 11px;
    font-weight:600;
    font-family:Lato, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    margin: -15px 0 35px 0;
}
.post h3 {
    margin-bottom:-6px;
}
span.credits {
    font-size: 13px;
    text-align: right;
}
small {
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight: normal;
    font-size: 75%;
    color:#999;
}
ul {
    list-style-type: square;
}
ul.archive {
    padding-left:15px;
    padding-right: 0;
}
ul.archive > li {
    list-style-type: none;
}
textarea {
    margin:15px 70px;
    width:500px;
    border:1px solid #ddd;
    font:normal 12px monospace;
}
.output {background:#efefef; border:1px dashed #ddd;}
th    {padding:10px; vertical-align:top;}
td    {text-align:left; vertical-align:top; padding:10px;}
table {width:100%;margin:15px 70px;border-spacing:0;text-align:left;border-collapse:collapse;}
table,th, td {border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
tr:nth-child(odd) {background-color:#f3f3f3;}
tr:nth-child(even) {background-color:#fff;}

/*
Pygments - syntax highlighting.
The style below is autogenerated by the command 'pygmentize -S rainbow_dash -f html -a .codehilite > styles.css'. Requires Pygments.
*/
.codehilite .hll { background-color: #ffffcc }
.codehilite  { background: #ffffff; color: #4d4d4d }
.codehilite .c { color: #0080ff; font-style: italic } /* Comment */
.codehilite .err { color: #ffffff; background-color: #cc0000 } /* Error */
.codehilite .k { color: #2c5dcd; font-weight: bold } /* Keyword */
.codehilite .o { color: #2c5dcd } /* Operator */
.codehilite .ch { color: #0080ff; font-style: italic } /* Comment.Hashbang */
.codehilite .cm { color: #0080ff; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #0080ff } /* Comment.Preproc */
.codehilite .cpf { color: #0080ff; font-style: italic } /* Comment.PreprocFile */
.codehilite .c1 { color: #0080ff; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #0080ff; font-weight: bold; font-style: italic } /* Comment.Special */
.codehilite .gd { background-color: #ffcccc; border: 1px solid #c5060b } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #ff0000 } /* Generic.Error */
.codehilite .gh { color: #2c5dcd; font-weight: bold } /* Generic.Heading */
.codehilite .gi { background-color: #ccffcc; border: 1px solid #00cc00 } /* Generic.Inserted */
.codehilite .go { color: #aaaaaa } /* Generic.Output */
.codehilite .gp { color: #2c5dcd; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #2c5dcd; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #c5060b } /* Generic.Traceback */
.codehilite .kc { color: #2c5dcd; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #2c5dcd; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #2c5dcd; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #2c5dcd } /* Keyword.Pseudo */
.codehilite .kr { color: #2c5dcd; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #5918bb; font-weight: bold } /* Keyword.Type */
.codehilite .m { color: #5918bb; font-weight: bold } /* Literal.Number */
.codehilite .s { color: #00cc66 } /* Literal.String */
.codehilite .na { color: #2c5dcd; font-style: italic } /* Name.Attribute */
.codehilite .nb { color: #5918bb; font-weight: bold } /* Name.Builtin */
.codehilite .nc { text-decoration: underline } /* Name.Class */
.codehilite .no { color: #318495 } /* Name.Constant */
.codehilite .nd { color: #ff8000; font-weight: bold } /* Name.Decorator */
.codehilite .ni { color: #5918bb; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #5918bb; font-weight: bold } /* Name.Exception */
.codehilite .nf { color: #ff8000; font-weight: bold } /* Name.Function */
.codehilite .nt { color: #2c5dcd; font-weight: bold } /* Name.Tag */
.codehilite .ow { color: #2c5dcd; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #cbcbcb } /* Text.Whitespace */
.codehilite .mb { color: #5918bb; font-weight: bold } /* Literal.Number.Bin */
.codehilite .mf { color: #5918bb; font-weight: bold } /* Literal.Number.Float */
.codehilite .mh { color: #5918bb; font-weight: bold } /* Literal.Number.Hex */
.codehilite .mi { color: #5918bb; font-weight: bold } /* Literal.Number.Integer */
.codehilite .mo { color: #5918bb; font-weight: bold } /* Literal.Number.Oct */
.codehilite .sa { color: #00cc66 } /* Literal.String.Affix */
.codehilite .sb { color: #00cc66 } /* Literal.String.Backtick */
.codehilite .sc { color: #00cc66 } /* Literal.String.Char */
.codehilite .dl { color: #00cc66 } /* Literal.String.Delimiter */
.codehilite .sd { color: #00cc66; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #00cc66 } /* Literal.String.Double */
.codehilite .se { color: #c5060b; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #00cc66 } /* Literal.String.Heredoc */
.codehilite .si { color: #00cc66 } /* Literal.String.Interpol */
.codehilite .sx { color: #318495 } /* Literal.String.Other */
.codehilite .sr { color: #00cc66 } /* Literal.String.Regex */
.codehilite .s1 { color: #00cc66 } /* Literal.String.Single */
.codehilite .ss { color: #c5060b; font-weight: bold } /* Literal.String.Symbol */
.codehilite .bp { color: #5918bb; font-weight: bold } /* Name.Builtin.Pseudo */
.codehilite .fm { color: #ff8000; font-weight: bold } /* Name.Function.Magic */
.codehilite .il { color: #5918bb; font-weight: bold } /* Literal.Number.Integer.Long */
