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

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

#content h3, #content .mini-cat, #content footer, #menu, #header h1, #header h2, .response-by { 
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}
#content h3 { font-size: 42px; }

a, a:hover, #content .social svg, body, #social svg {
	color: #000;
	fill: #000;
}

#content .mini-cat a, #content .mini-cat, .post a {
	color: #CCC;
}

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

#menu, #content .entry, #menu ul ul, #menu ul ul ul, .comment, .commentform {
	background-color: #FFF;
}
#comment-author, #comment-email, #comment-url, #comment-content, .formbutton {
	background-color: #F8F8F8 !important;
	box-shadow: none !important;
}

#header h1 a, #header h2, #comment-author, #comment-email, #comment-url, #comment-content, .formbutton { color: #000; }

body {
	background-color: #F8F8F8;
	background-image: none;
}

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

#header h1 {
	font-size: 60px;
}

.response-by, .mini-cat, #header h2 {
	font-size: 10px;
}

#content .post img {
	margin: 0 auto 20px !important;
	position: relative;
	left: -3.1%;
	display: block;
}

#content { 
	max-width: 100%;
	width: 1000px; 
}

#menu ul li.about ul li a { padding: 0; }
#menu ul li.about ul li #social a { display: inline-block; }

.like-container {
  vertical-align: text-bottom;
}
.like-container .likebtn .likebtn__btn { 
  background: #000 !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #000 !important; 
  background: white !important;
}
.likebtn { margin-right: 0 !important; }