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

@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script');

body {
	font-family: "Droid Sans", sans;
	font-size: 14px
}

.profile {
	background: url("profile.jpg") no-repeat center center;
	width: 100px;
	height: 100px;
}

.social svg, #social svg { fill: #666; }

#header h1, #content h3, #content .footer-comment a, .pagination, #side h4, #side #profile h4 {
	font-family: "Pinyon Script", sans-serif;
}

#menu {
	background-color: #BECFDB;
}
#menu .big {
	color: #FFF;
}

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

#menu .big:hover { background: #8ea8bb; }

#content h3 {
  font-size: 62px;
}

.header { 
	background-image: url(https://static.blogg.se/themes/xmas/img/snowman.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#header h1 a, #header h2 { color: #FFF; }

#content .footer-comment a {
  font-size: 32px;
}

body {
	background-color: ;
}

.post a { color: #4ACCC3; }
body, a { color: #666; }
.post a:hover { color: #25948D; }

.gradient {
  background-color: #f1f1f1;
  background-position: bottom left, center center;
  background-repeat: repeat-x, no-repeat;
  
  background-image: url("//static.blogg.se/themes/xmas/img/border.png"), -webkit-gradient(radial, center center, 0, center center, 460, from(#f1f1f1), to(#c7d5e0));
  background-image: url("//static.blogg.se/themes/xmas/img/border.png"), -webkit-radial-gradient(circle, #f1f1f1, #c7d5e0);
  background-image: url("//static.blogg.se/themes/xmas/img/border.png"), -moz-radial-gradient(circle, #f1f1f1, #c7d5e0);
  background-image: url("//static.blogg.se/themes/xmas/img/border.png"), -o-radial-gradient(circle, #f1f1f1, #c7d5e0);
  background-image: url("//static.blogg.se/themes/xmas/img/border.png"), -ms-radial-gradient(circle, #f1f1f1, #c7d5e0);
  background-image: url("//static.blogg.se/themes/xmas/img/border.png"), radial-gradient(circle, #f1f1f1, #c7d5e0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#c7d5e0',GradientType=1 );
}

#content img { margin: 0 auto; display: block; }
#menu { top: 0; }
#bloggse_panorama { padding-top: 30px; }
#menu ul li.about ul li a { background-image: none; padding: 0; }
#menu ul li.about ul li #social a  { display: inline-block; }

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