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

@import url('https://fonts.googleapis.com/css?family=Loved+by+the+King');

body {
    background-color: rgba(255, 255, 255, 1);
    background-image: url(http://static.blogg.se/themes/pastel/img/greyfloral.png);
}

.header-big { background-image: url(https://cdn1.cdnme.se/3862603/7-3/325_543c0deae087c32fc1a6fb72.jpg); }
.header-small:first-of-type { background-image: url(https://cdn2.cdnme.se/3862603/7-3/101_543c0e272a6b2263a2326f5f.jpg); }
.header-small:nth-of-type(2) { background-image: url(https://cdn3.cdnme.se/3862603/7-3/247_543c0eae2a6b2290ac0572ba.jpg); }
.header-small:nth-of-type(3) { background-image: url(https://cdn2.cdnme.se/3862603/7-3/331_543c0ebfddf2b310dc77b3e4.jpg); }
.header-small:nth-of-type(4) { background-image: url(https://static.blogg.se/themes/dotty/img/img_04.jpg); }
.header-small:nth-of-type(5) { background-image: url(https://static.blogg.se/themes/dotty/img/img_05.jpg); }
.header-small:nth-of-type(6) { background-image: url(https://static.blogg.se/themes/dotty/img/img_06.jpg); }

#header {
    height: 346px;
}

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

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

.social svg, #social svg { fill: rgba(0, 0, 0, 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(227, 32, 227, 1); 
    border-top: 1px solid rgba(227, 32, 227, 1); 
}

.navheader { border-bottom: 2px solid rgba(227, 32, 227, 1); }

.commentheader { border: 1px solid rgba(227, 32, 227, 1); }

.commenttext, .commentmeta {
    border-bottom: 1px solid rgba(227, 32, 227, 1);
    border-left: 1px solid rgba(227, 32, 227, 1);
    border-right: 1px solid rgba(227, 32, 227, 1);
}

.response-by, .entrymeta { border-bottom: 1px solid rgba(227, 32, 227, 1); }

.response, .response-by {
  border-left: 1px solid rgba(227, 32, 227, 1);
  border-right: 1px solid rgba(227, 32, 227, 1);
}

.dot { color: rgba(227, 32, 227, 1); }

h3, .avatar, .commentheader { 
	background: rgba(227, 32, 227, 1);
}


h3, .navheader { 
	font-family: "Loved by the King", 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: "Verdana", Arial, sans-serif;
}

h3 { 
	font-size: 32px;
}

.navheader {
    font-size: 16px;
}

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

.commentmeta, .commentform, select {
    font-size: 12px;
}
.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;   
}