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

@import url('https://fonts.googleapis.com/css?family=Prociono');
@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
    background-color: #ffe2de;
    background-image: url(http://static.blogg.se/themes/pastel/img/bg.png);
}

.header-big { background-image: url(https://cdn3.cdnme.se/4309783/9-3/image_5537c1239606ee709f07fc4e.jpg); }
.header-small:first-of-type { background-image: url(https://cdn1.cdnme.se/4309783/9-3/image_5537c1442a6b22344725567c.jpg); }
.header-small:nth-of-type(2) { background-image: url(https://cdn2.cdnme.se/4309783/9-3/007_5537c495ddf2b3637d7ae1e0.jpg); }
.header-small:nth-of-type(3) { background-image: url(https://cdn2.cdnme.se/4309783/9-3/001_5537c4b32a6b2232efdd0309.jpg); }
.header-small:nth-of-type(4) { background-image: url(https://cdn2.cdnme.se/4309783/9-3/208_5537c5302a6b22339b8db312.jpg); }
.header-small:nth-of-type(5) { background-image: url(https://cdn3.cdnme.se/4309783/9-3/008_5537c6299606ee70aabb8e97.jpg); }
.header-small:nth-of-type(6) { background-image: url(https://cdn1.cdnme.se/4309783/9-3/053_5537c5489606ee702e3b56af.jpg); }

#header {
    height: 346px;
}

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

.entrybody, .commentform, .commenttext, #profile, #profile .info-profile, a:hover, .nav a:hover  { 
	color: rgba(8, 8, 8, 1);
}

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

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

.avatar {  
    border-bottom: 1px solid rgba(247, 209, 202, 1); 
    border-top: 1px solid rgba(247, 209, 202, 1); 
}

.navheader { border-bottom: 2px solid rgba(247, 209, 202, 1); }

.commentheader { border: 1px solid rgba(247, 209, 202, 1); }

.commenttext, .commentmeta {
    border-bottom: 1px solid rgba(247, 209, 202, 1);
    border-left: 1px solid rgba(247, 209, 202, 1);
    border-right: 1px solid rgba(247, 209, 202, 1);
}

.response-by, .entrymeta { border-bottom: 1px solid rgba(247, 209, 202, 1); }

.response, .response-by {
  border-left: 1px solid rgba(247, 209, 202, 1);
  border-right: 1px solid rgba(247, 209, 202, 1);
}

.dot { color: rgba(247, 209, 202, 1); }

h3, .avatar, .commentheader { 
	background: rgba(247, 209, 202, 1);
}


h3, .navheader { 
	font-family: "Oswald", sans;
}

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: "Prociono", sans-serif;
}

h3 { 
	font-size: 24px;
}

.navheader {
    font-size: 17px;
}

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

.commentmeta, .commentform, select {
    font-size: 11px;
}
.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: #525252 !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #525252 !important; 
  background: white !important;
}

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