
        /* Premium Theme Esther from Blogg.se */
@import url("//static.blogg.se/themes/esther/css/style.css");

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

#content h3, #content .mini-cat, #content .comment-count, #menu .big, #menu h2, .response-by { 
	font-family: "Fjalla One", sans-serif;
	text-transform: uppercase;
}
#content h3 { font-size: 42px; }

#header h1 a, #header h2, #menu .big, #menu .social-icons svg, #comment-author, #comment-email, #comment-url, #comment-content, .formbutton {
	color: #FFF;
	fill: #FFF;
}

a, a:hover, #content .social svg, body {
	color: #999;
	fill: #999;
}
.header {
	background-image: none;
}

.post a {
	color: #CCC;
}

body, #menu p, input, textarea {
	font-family: "Droid Serif", sans-serif;
	font-size: 13px;
}

#header h1 {
	font-family: "Pacifico", cursive;
}

.header, #content, .commentform { border-radius: 8px; }

.comment-count { font-size: 1.8em; }

#content, #menu ul ul, #menu ul ul ul, .comment, .commentform {
	background-color: #FFF;
}
#menu .big { font-size: 1.6em; }
#comment-author, #comment-email, #comment-url, #comment-content, .formbutton {
	background-color: #666 !important;
	box-shadow: none !important;
}

body {
	background-color: #666;
	background-image: url(https://static.blogg.se/themes/tabula_rasa/img/mochaGrunge.png);
}

.response, .response-by {
	background-color: #666;
}

#header h1 {
	font-size: 70px;
	line-height: 1em;
}

#header h1, #header h2 { text-indent: 0px} !important; }

.response-by, #header h2 {
	font-size: 14px;
}

#content h3, #menu .selected, #content .comment {
	border-bottom: 4px solid;
}

#menu .about a { padding: 0 !important; }

.like-container {
  margin-right: 20px;
  vertical-align: baseline;
}
.like-container .likebtn .likebtn__btn {
	margin-right: 0;
    background: none !important;
  color: #999 !important;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-family: "Fjalla One", sans-serif;
  font-size: 2.0em;
  font-weight: 300;
}
.like-container .likebtn.clicked .likebtn__btn { 
  background: #999 !important; 
  white: white !important;
}
.likebtn.likebtn_pos_right > .likebtn__count {
    margin: 4px 1px 0 !important;
}

.likebtn.liked .likebtn__btn {
  background-color: none !important;
  color: red !important;
}