
        
        /* Theme Dotty */
@import url("//static.blogg.se/themes/dotty/style.css");

@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Leckerli+One');

body {
    background-color: rgba(245, 196, 237, 1);
    background-image: none;
}

.header-big { background-image: url(https://cdn1.cdnme.se/4414885/9-3/skarmavbild_2015-02-22_kl_135153_54e9d195ddf2b359fb0d341a.png); }
.header-small:first-of-type { background-image: url(https://cdn2.cdnme.se/4414885/9-3/img_0447_54e9c9a42a6b22a0d832f9ac.jpg); }
.header-small:nth-of-type(2) { background-image: url(https://cdn1.cdnme.se/4414885/9-3/img_0433_54e9ca199606ee3a7d783070.jpg); }
.header-small:nth-of-type(3) { background-image: url(https://cdn1.cdnme.se/4414885/9-3/1375687_672001362818942_1880928439_n_54e9cab62a6b22a0c532d939.jpg); }
.header-small:nth-of-type(4) { background-image: url(https://cdn2.cdnme.se/4414885/9-3/img_0468_54e9cbb3ddf2b359ff98e61a.jpg); }
.header-small:nth-of-type(5) { background-image: url(https://cdn3.cdnme.se/4414885/9-3/bild_2014-08-28_kl_1252_54e9cc1d9606ee3af6bcbcb9.jpg); }
.header-small:nth-of-type(6) { background-image: url(https://cdn2.cdnme.se/4414885/9-3/bild_2015-01-23_kl_1059_2_54e9cd78e087c313f002ed5f.jpg); }

#header {
    height: 346px;
}

.nav a, a, body, .nav, .commentmeta a:hover, .navheader, .commentheader, .commentmeta, .commentmeta a { 
	color: rgba(20, 18, 19, 1); 
}

.entrybody, .commentform, .commenttext, #profile, #profile .info-profile, a:hover, .nav a:hover  { 
	color: #333;
}

.social svg, #social svg { fill: rgba(20, 18, 19, 1); }
#social { text-align: center; }
#social svg { border-radius: 50%; }

h1, h2, #header h1 a { color: rgba(255, 255, 255, 1); }
#side, #content, .header-wrap { background: rgba(255, 255, 255, 1); }

.avatar {  
    border-bottom: 1px solid rgba(252, 254, 255, 1); 
    border-top: 1px solid rgba(252, 254, 255, 1); 
}

.navheader { border-bottom: 2px solid rgba(252, 254, 255, 1); }

.commentheader { border: 1px solid rgba(252, 254, 255, 1); }

.commenttext, .commentmeta {
    border-bottom: 1px solid rgba(252, 254, 255, 1);
    border-left: 1px solid rgba(252, 254, 255, 1);
    border-right: 1px solid rgba(252, 254, 255, 1);
}

.response-by, .entrymeta { border-bottom: 1px solid rgba(252, 254, 255, 1); }

.response, .response-by {
  border-left: 1px solid rgba(252, 254, 255, 1);
  border-right: 1px solid rgba(252, 254, 255, 1);
}

.dot { color: rgba(252, 254, 255, 1); }

h3, .avatar, .commentheader { 
	background: rgba(252, 254, 255, 1);
}


h3, .navheader { 
	font-family: "Leckerli One", sans-serif;
}

h1 {
    font-size: 2.2em;
    height: 40px;
    margin-left: 280px !important;
    margin-top: 84px !important;
    overflow: hidden;
    width: 100%;
}

h1, h2, .nav, .entrybody, .commentheader, body, .commenttext, .commentmeta .response, .response-by, .commentform, select {
    font-family: "Oxygen", sans-serif;
}

h3 { 
	font-size: 28px;
}

.navheader {
    font-size: 17px;
}

.entrybody, .nav, .commentheader, .commenttext, h2, .response, .response-by  {
    font-size: 13px;
    line-height: 140%;
}

.commentmeta, .commentform, select {
    font-size: 13px;
}
.header-wrap { position: absolute; bottom: 7px; }
.header-right .header-wrap {width: 354px; right: 0; }

.like-container { float: left; margin-left: 5px; }
.likebtn { margin-right: 0px !important; }
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: #999 !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #999 !important; 
  background: white !important;
}

.entrymeta:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;   
}