
        /* Theme Cotton from Blogg.se */
@import url("https://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=Gruppo');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans');

/* headerbilden kan du ändra här under: */

#headerimg {
    background: url(http://cdn1.cdnme.se/975386/6-3/31896_467914543279419_646098415_n_51caca95e087c318ec02bdf4.png) no-repeat center;
	width: 1000px;
	height: 300px;
}

body {
  background-color: rgba(255, 255, 255, 1);
  color: #333;
  font-family: "Droid Sans",sans-serif;
  font-size: 14px
}
a {
  color: rgba(227, 111, 3, 1);
}
.btn.blue {
	background: rgba(227, 111, 3, 1) !important;
  border: 1px solid #999;
}
.btn.blue:hover {
  opacity: 0.8;
  border: 1px solid #444;
}

#header h1, #header h1 a { 
  font-family: "Gruppo",sans-serif;
}
#header h1 { 
  line-height: 1.7em;
  font-size: 80px
}

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