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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

#nav a { text-transform: uppercase; }
#content h3, .response-by, #content .commentform .formbutton { text-transform: uppercase; }
#header h1 a { text-transform: none; }

#content h3 { 
	font-family: "PT Sans Narrow", cursive; 
}

#header h1 { 
	font-family: "Cookie", sans-serif; 
}
#header { background-position: top left; }

#content h3 { 
	font-size: 42px;
	text-align: left; 
}
#content h3 a { color: #000; }

#header h1 , #header h2 { text-indent: 0px; }
a, a:hover, body, #sidr-btn a, #back-top a {
	color: rgba(0,0,0,1);
}

#content .entry .meta .date-count { color: rgba(0,0,0,1); }

@media only screen and (max-width: 1000px) {
	#content .entry:first-of-type .meta .date-count {
		color: rgba(0,0,0,1);
	}
}
#header h1, #header h2, #content .entry:first-of-type .meta p, #content .entry:first-of-type .meta .date-count { text-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.3); }
#content .entry .meta, 
#content .entry .meta a, 
#content .entry .meta .share-button span, 
#content .entry .meta .entypo-export:before {
	color: rgba(116,116,116,1);
}

@media only screen and (max-width: 1000px) {
	#content .entry:first-of-type .meta p {
		color: rgba(116,116,116,1);
	}
}
@media only screen and (max-width: 1000px) {
	#content .meta {
		border-top: 1px dashed rgba(116,116,116,0.3);
		background-color: rgba(255,255,255,1);
	}
}

#nav .social-icons a { background-color: rgba(0,0,0,1); }
#sidr-btn a, #back-top a { background-color: rgba(255,255,255,1); }
@media only screen and (max-width: 1000px) {
	#nav .social-icons a {
		color: rgba(0,0,0,1) !important;
		background-color: rgba(255,255,255,1) !important;
	}
}

#content .letter, #content #commentform, #content .comment, #nav .nav-container {
	background-color: rgba(255,255,255,1);
}
#content .entry:first-of-type .meta p, #content .entry:first-of-type .meta .date-count { color: rgba(255,255,255,1); }
#header h1 a, #header h2 { color: rgba(255,255,255,1); }
#nav .social-icons a { color: rgba(255,255,255,1); }

.post a, .post-fit a { color: #f64b0b; }

body, input, textarea {
	font-size: 16px;
}

#content .share-button span, #content .meta { font-size: 13px; }

body, input, textarea, #content .share-button span {
	font-family: "Open Sans", sans-serif;
}

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

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

#nav li ul { background-color: rgba(255,255,255,1); }

.header { background-image: url(https://static.blogg.se/themes/letters/img/pikapolonica.jpg); }

#content, #nav, #header .h-container { width: 1320px; }

#content .commentform input, #content .commentform textarea, #search input[type="search"], #search button {
	background-color: #f0f0f0;
}

.like-container { display: block !important; text-align: right; }
.like-container .likebtn .likebtn__btn { 
  background: #f64b0b !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #f64b0b !important; 
  background: white !important;
}
.likebtn {
	margin-right: 0px !important;
	margin-top: 15px;
}