
        
        /* Theme Cotton from Blogg.se */
@import url("//static.blogg.se/themes/cotton/css/stylesheet.css");

@import url('https://fonts.googleapis.com/css?family=Meddon');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Nobile');

#headerimg {
  background: url(http://cdn3.cdnme.se/4325780/6-3/real_header_52c6c0c888e59d36d5083c7b.jpg) no-repeat center;
	width: 1000px;
	height: 206px;
}

#social { text-align: center; }
#social svg { fill: #333; }
#social a:hover svg { fill: rgba(27, 29, 31, 1); }

body {
  background-color: rgba(255, 255, 255, 1);
  color: #333;
  font-family: "Nobile",sans-serif;
  font-size: 16px
}
a {
  color: rgba(27, 29, 31, 1);
}
.btn.blue {
	background: rgba(27, 29, 31, 1) !important;
  border: 1px solid #999;
}
.btn.blue:hover {
  opacity: 0.8;
  border: 1px solid #444;
}

#header h1, #header h1 a { 
  font-family: "Fredericka the Great",sans-serif;
}
#header h1 { 
  line-height: 1.7em;
  font-size: 40px
}

.entryhead h3 { font-size: 32px; }

h3, .entryfooter, .taglist, .entryhead .commentcount,.entrytime. h2 {
  font-family: "Nobile",sans-serif;
}

#header {
  display: inherit;;
  padding-top: 10px;
}

#headerimg {
	height:   206px; 
}
#headerimg.no_image_header { display: none; }

.contentbanner {
	width: 600px;
	margin-left: 115px;
	padding: 20px;
  margin-bottom: 20px;
}

.sprinkle-container { margin-top: 15px; }

.sprinkle-container h4 {
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 16px;
}

.entryshare { margin-top: 10px; }
.t-ico,.f-ico,.c-ico{
  display: inline-block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
figure { margin: 0; }
.icon{ text-indent:-9999px; }
.t-ico { background-image:url("//static.blogg.se/themes/fashion_spot/img/twitter.png"); }
.t-ico:hover { background-image:url("//static.blogg.se/themes/fashion_spot/img/twitter_hover.png"); }
.f-ico { background-image:url("//static.blogg.se/themes/fashion_spot/img/facebook.png"); }
.f-ico:hover { background-image:url("//static.blogg.se/themes/fashion_spot/img/facebook_hover.png"); }

.like-container {
  float: right;
  margin-top: -22px;
}
.like-container .likebtn .likebtn__btn { 
  background: #2BB82B !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #2BB82B !important; 
  background: white !important;
}