
        /* Theme Minimal from Blogg.se */
@import url("//static.blogg.se/themes/minimal/css/style.css");

@import url('//fonts.googleapis.com/css?family=Merriweather:400,700');
@import url('//fonts.googleapis.com/css?family=Monoton');
@import url('//fonts.googleapis.com/css?family=Belgrano');

body, #header { background-color: #FFF; }

.header { 
	background: none no-repeat;
	height: 248px; 
}

.no_image_header { height: 0px !important; }

h1 a, h2 { color: #333; }

#side #profile p  { color: #E2E2E2; }
#side svg { fill: #393939; margin-top: 10px; }

#side a,
#side h4,
#side div,
#side #nav input,
#side #nav input[type="submit"] { color: #393939; }

#nav input[type="search"] { border: 1px solid #393939; }

.post a { color: #666; }

body, #content h3 a, a { color: #151515; }
.social svg { fill: #151515; }

#content article, 
#content .meta-time, 
#content .meta-comment, 
#content .meta-category, 
#content .entry-meta,
.comment-form { background-color: #FFF; }

.social { text-align: center !important; }

.wrapper {
	background: url(//static.blogg.se/themes/minimal/img/bg.png) repeat;
}

@media only screen and (max-width: 799px) {
	#side {
		background: url(//static.blogg.se/themes/minimal/img/bg.png);
	}
}

#side {
	background: url(//static.blogg.se/themes/minimal/img/arrow.png) no-repeat top left;
}

#content .entry-header,
#content .entry-meta { 
	background-image: url(//static.blogg.se/themes/minimal/img/border.png);
}

#gototop { 
	background: url(//static.blogg.se/themes/minimal/img/arrow_up.png) no-repeat;
}

body {  font-family: "Merriweather", sans-serif; }

#side #profile p { font-family: "Monoton", sans-serif; }

h1 { padding-top: 20px; }

h1, 
#content h3, 
#side h4 { font-family: "Belgrano", sans-serif; }

#content h3, h1 { line-height: 1.2em !important; }

#content .meta-time, 
#content .meta-comment, 
#content .meta-category, 
#content .entry-meta, 
.comment-form input, 
.comment-form textarea, 
#side, 
#nav input, 
#nav input[type="submit"] { font-family: "Arial", serif; }

body { font-size: 13px; }
h1 { font-size: 46px; }
#content h3 { font-size: 28px; }

#content .entry-text { margin-top: 0;}
#content .post { margin-top: 10px; }

.like-container { display: block !important; text-align: center; }
.likebtn { margin-right: 0px !important; }
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: #151515 !important;
  color: #FFF !important;
  text-shadow: none !important;
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #151515 !important; 
  background: white !important;
}