
        
        /* Simply Black */
@import url("//static.blogg.se/themes/simply-black/style.css");


.post footer ul li { width: 25% }


body, #wrapper > header h2, #comment form input[type=text], #comment form input[type=email], #comment form textarea  {
	font-family: "Georgia", serif; 
}

h1, h2, h3, h4, h5, h6, fieldset legend, #wrapper > header h1, .post footer ul li:nth-child(2), .sidebar section ul li {
  font-family: "BebasNeueRegular", Arial, Sans-serif;
}

#wrapper > header, #wrapper > header h1 a, .sidebar section h4  {
	color: #FFF;
}
body { background-color: #FFF; }

#wrapper > header, .sidebar section h4 {
	background: rgba(46, 90, 137, 1);
}
svg { fill: rgba(46, 90, 137, 1); }

.post header h2 a, .post footer ul li a, body {
	color: rgba(46, 90, 137, 1); 
}

a { color: #036; }

.sidebar section ul li a { color: #7c7c7c; }

.sidebar section ul li a:hover { color: #626262; }

.response {
  border-top: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}
.response+div {
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
}
.comments li { border-bottom: 1px solid #DADADA; }
.post footer { border-bottom: 2px solid #DADADA; }

body {
	font-size: 14px;
	line-height: 1.5em;
	background-image: none;
}

#wrapper > header h1 {
	font-size: 70px;
}

#wrapper > header h2 {
	font-size: 25px; 
}

.post header h2 {
	font-size: 40px; 
	line-height: 1em; 
}

.post footer ul li:nth-child(2), fieldset legend, .post header p, .sidebar section ul li, #comment h4, #comment form input[type=text], #comment form input[type=email], #comment form textarea {
  font-size: 16px;
}

.like-container {
  margin-top: -5px;
}
.like-container .likebtn .likebtn__btn { 
  background: #036 !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #036 !important; 
  background: white !important;
}