
        
        /* 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=Nothing+You+Could+Do');
@import url('https://fonts.googleapis.com/css?family=Prociono');

#headerimg {
  background: url(https://cdn2.cdnme.se/3070481/7-3/ros_3_1180020730_34562491_545fe6da9606ee4ffd23108b.jpg) no-repeat center;
	width: 1000px;
	height: 206px;
}

#social { text-align: center; }
#social svg { fill: #333; }
#social a:hover svg { fill: #617693; }

body {
  background-color: #e6e6e6;
  color: #333;
  font-family: "Prociono",serif;
  font-size: 14px
}
a {
  color: #617693;
}
.btn.blue {
	background: #617693 !important;
  border: 1px solid #999;
}
.btn.blue:hover {
  opacity: 0.8;
  border: 1px solid #444;
}

#header h1, #header h1 a { 
  font-family: "Nothing You Could Do",sans-serif;
}
#header h1 { 
  line-height: 1.7em;
  font-size: 100px
}

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

h3, .entryfooter, .taglist, .entryhead .commentcount,.entrytime. h2 {
  font-family: "Prociono",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;
}