* {
    margin: 0;
    padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del { text-decoration: line-through }
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}
input, select { vertical-align: middle }

.tags {
	text-align: center;
}

.response { margin-top: 16px; }
.post ul, .post ol {
	margin-left: 30px;
	padding-bottom: 15px;
}
.post ul {
	list-style: disc;
}
.post ol {
	list-style: decimal;
}
hr {
    border-top: 1px dashed #cccccc;
}
.a-archives, #nav-tabs ul li a {
    border-bottom: 1px dashed #CCC;
}
.search-bg {
    font-size: 12px;
}
h1 a {
    font-weight: 900;
    line-height: 1.7em;
}
.tags {
	color: rgba(255,255,255, 0.2); 
	font-size: 11px; 
}
.comment-meta {
    color: #666;
}

.default, body {
    line-height: 1.7em;
}
.search-bg {
    background: url(http://static.blogg.se/themes/cerulean/img/search-input.png);
}
::selection, ::-moz-selection { background: #cce2e4 }
body { -webkit-tap-highlight-color: #cce2e4 }
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: -10px;
    width: 110%;
    height: 10px;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 100;
}
.footer, .footer a {
    color: rgba(0,0,0,0.6);
}
.post-day {
    font-weight: 700;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
    text-decoration: none;
}
a:focus { outline: 0 }
header, #content, footer {
    width: 600px;
    margin: 0 auto;
}

img::selection { background: transparent }
img::-moz-selection { background: transparent }

#search { float: right }
h1 { margin-top: 30px }
    h1 a {
        text-decoration: none;
    }
h2 {
    padding: 16px 0px 0;
    text-shadow: 0 2px 4px #000;
}
#menu {
    width: 600px;
    margin: 80px auto;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#nav-tabs .list-wrap {
    padding: 10px;
    margin: 0 0 15px 0;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    box-shadow: 0 1px 4px rgba(0,0,0,0.8);
}
#nav-tabs ul { list-style: none }
    #nav-tabs ul li.icon { padding-top: 5px }
        #nav-tabs ul li.icon a { display: inline }
    #nav-tabs ul li a {
        display: block;
        padding: 4px;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    }
#tab-about a {
    padding: 0 !important;
}
#tab-about img {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.a-archives {
    display: block;
    padding: 4px;
}
    .a-archives a {
        display: inline !important;
        border-bottom: none !important;
        padding: 0 0 0 8px !important;
    }
#nav-tabs ul li:last-child a, .a-archives:last-child { border: none !important }
#nav-tabs .nav { overflow: hidden }
    #nav-tabs .nav li {
        width: 118px;
        float: left;
        margin: 0 2.5px 0 0;
    }
    #nav-tabs .nav li.last { margin-right: 0 }
    #nav-tabs .nav li a {
        display: block;
        padding: 5px;
        font-size: 12px;
        text-align: center;
        border: 0;
    }


.social { margin-top: 29px; margin-left: -64px; float: left; }
.social svg { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); border-radius: 50%; }
#tab-links li { list-style: none }
#tab-about figure {
    width: 104px;
    float: right;
    padding-left: 20px;
    position: relative;
}
#tab-about figcaption {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
    margin-top: -35px;
    position: absolute;
    text-align: center;
    width: 104px;
}
#tab-links img { padding-top: 5px }
.post-info {
    width: 38px;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-left: -70px;
    margin-top: 61px;
    position: absolute;
}
.post-day {
    letter-spacing: 4px;
    padding-bottom: 0;
    padding-top: 3px;
    text-align: center;
}
.post-month {
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
.post-meta {
    width: 38px;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-left: 610px;
    margin-top: 61px;
    position: absolute;
    display: block;
}
.post-meta:after {
    border-style: solid;
    border-width: 7px 5px 0;
    bottom: -7px;
    content: "";
    display: block;
    left: 39px;
    position: absolute;
    z-index: 1;
}
time { display: block }
time.timeago { display: inline }
article { margin-bottom: 40px }
h3 a {
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.post {
    width: 600px;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
    .post p, .post div { padding: 12px }
    .post a { text-decoration: underline }
    .post p img, .post div img {
        margin-left: -12px;
        margin-top: -12px;
    }
    .post img:first-child {
        -moz-border-radius: 4px 4px 0 0 !important;
        -webkit-border-radius: 4px 4px 0 0 !important;
        border-radius: 4px 4px 0 0 !important;
        margin-top: 0px;
    }
    .post img:last-child {
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        margin-bottom: -7px;
        margin-top: 0;
    }
    .post img {
        max-width: 600px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        margin-bottom: 0;
        margin-top: 7px;
    }
    .post figure, .post iframe, .post object, .post embed, .post video {
        overflow: hidden;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }
.post-footer {
    margin: 0;
    text-align: left;
    line-height: 1.7em;
    padding: 3.5px 6px;
    position: relative;
    -moz-box-shadow: -2px -1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: -2px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -2px -1px 2px rgba(0,0,0,0.4);
    -moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.post-footer:after {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-right-color: transparent;
    right: -14px;
}
.post-meta-off {
    display: none;
    visibility: hidden;
}
footer, footer a {
    padding-left: 5px;
}
.footer, .footer a {
    text-shadow: 0 1px 0 rgba(225,225,225,0.2);
    padding-left: 0px;
}
footer {
    text-align: center;
    font-size: 12px;
}
#post-comments a { text-decoration: underline }
#post-comments {
    width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-nr {
    margin-top: 30px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 5px 10px;
    margin-left: -1px;
}
.comment-num {
    margin-top: 30px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 5px 10px;
}
.comment-header {
    margin-top: 30px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 5px 10px;
    margin-left: -1px;
}
.comment {
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    box-shadow: 0 1px 4px rgba(0,0,0,0.8);
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    padding: 15px;
}
.comment-body { margin-bottom: 5px }

#remember { margin-left: 10px }
.commentform textarea { resize: none }
tr:nth-child(1), tr:nth-child(3), tr:nth-child(5), tr:nth-child(7), tr:nth-child(9) {
    display: block;
    margin-top: 15px;
}
.slide { text-align: right }
    .slide a { text-decoration: none !important }
.default {
    margin-top: 50px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.rotate {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.input-bg {
    border: 0 none;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 6px;
    vertical-align: middle;
    width: 450px;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.search-bg {
    padding: 4px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 0 none;
    vertical-align: middle;
}
.btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),color-stop(25%,#ffffff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff,#ffffff 25%,#e6e6e6);
    background-image: -moz-linear-gradient(top,#ffffff,#ffffff 25%,#e6e6e6);
    background-image: -ms-linear-gradient(#ffffff,#ffffff 25%,#e6e6e6);
    background-image: -o-linear-gradient(#ffffff,#ffffff 25%,#e6e6e6);
    background-image: linear-gradient(#ffffff,#ffffff 25%,#e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
    padding: 5px 10px 5px;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    color: #000;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #FFF;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.5);
    -moz-transition: 0.1s linear all;
    -webkit-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
.btn:hover {
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}
.btn:active {
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);
}
.btn:focus { outline: 1px dotted #666 }
.panel { display: none }
#tab-about li:after, article:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;

}

@media only screen and (min-width:768px) and (max-width:990px) { 
    
}
@media only screen and (max-width:479px) { 
    #content, footer, header { margin: 0 5px }
    #menu { margin: 40px 5px }
    .footer { margin-top: 20px }
    #content, footer, #menu, .post, #post-comments, header, #menu, .post img { width: 310px }
    .post-footer {
        width: 300px;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }
    .post-meta, .post-footer:after, .post-info {
        display: none;
        visibility: hidden;
    }
    #nav-tabs .nav li { width: 310px !important }
    h3 a {
        width: 310px;
        display: block;
    }
    .comment-header {
        overflow: hidden;
        height: 25px;
        margin-bottom: -12px;
        max-width: 248px;
    }
    .input-bg { width: 165px }
    #nav-tabs ul li a {
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        font-size: 14px !important;
    }
    .nav-one a {
        -moz-border-radius: 10px 10px 0px 0px !important;
        -webkit-border-radius: 10px 10px 0px 0px !important;
        border-radius: 10px 10px 0px 0px !important;
    }
    #nav-tabs .nav li { width: 101px }
    h1 a { font-size: 58px; }
    .post-meta-off {
        display: block;
        visibility: visible;
    }
        .post-meta-off a { padding: 0px !important }
}
@media only screen and (min-width:480px) and (max-width:639px) { 
    #content, footer { margin: 0 5px }
    #menu { margin: 40px auto }
    .footer { margin-top: 20px }
    #content, footer, #menu, .post, #post-comments { width: 406px }
    header, #menu { width: 470px }
    .post img { max-width: 406px }
    .post-meta {
        margin-top: 166px;
        margin-left: 412px;
    }
    .post-info { margin-left: 412px }
    #nav-tabs .nav li { width: 92px }
    .nav-two a { font-size: 9px !important }
    h3 a {
        width: 406px;
        display: block;
    }
    .comment-header {
        overflow: hidden;
        height: 25px;
        margin-bottom: -12px;
        max-width: 332px;
    }
    .input-bg { width: 260px }
}
@media only screen and (min-width:640px) and (max-width:767px) { 
    #content, footer { margin: 0 5px }
    #menu { margin: 40px auto }
    .footer { margin-top: 20px }
    #content, footer, #menu, .post, #post-comments { width: 565px }
    header, #menu { width: 630px }
    .post img { max-width: 565px }
    .post-meta {
        margin-top: 166px;
        margin-left: 572px;
    }
    .post-info { margin-left: 572px }
    #nav-tabs .nav li { width: 118px }
    .nav-two a { font-size: 12px !important }
    h3 a {
        width: 565px;
        display: block;
    }
    .input-bg { width: 400px }
}
@media print { 
    .gradient {
        background-color: #FFF !important;
        background-image: none !important;
    }
    .slider, .pagination, .post figure, .post iframe, .post object, .post embed, .post video, body:before, #menu, #search, .post-footer:after, .post-footer, .footer, .post-info, .post-meta {
        display: none;
        visibility: hidden;
    }
    h1 a, h2, h3 a {
        color: #000;
        text-shadow: none;
    }
    .post {
        width: 100%;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
        .post img:last-child, .post img:first-child, .post p img, .post div img, .post img {
            width: 100% !important;
            -moz-border-radius: 0px 0px 0px 0px !important;
            -webkit-border-radius: 0px 0px 0px 0px !important;
            border-radius: 0px 0px 0px 0px !important;
        }
        .post p, .post div { padding: 0 0 12px 0 }
    h1 { margin-top: 0 }
    h2 { margin-bottom: 20px }
    .comment-nr, .comment-num, .comment-header, .comment {
        border: 0 none;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        background: none #FFF;
        color: #000;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .comment-header {
        padding-left: 0px;
        margin-top: 15px !important;
    }
    .comment-nr, .comment-num {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 15px !important;
    }
    .comment-nr:before, .comment-num:before { content: "#" }
    .comment-nr:after, .comment-num:after { content: ":" }
    .comment {
        padding: 5px 0px 15px 0px;
        border-bottom: 1px dashed #666;
    }
    #post-comments:before {
        content: "Kommentarer:";
        margin-bottom: 5px;
        display: block;
        height: 15px;
        font-weight: bold;
        font-size: 18px;
        margin-top: 0px;
    }
}