
        body {
	font-family: 'Dosis', sans-serif;
  font-weight: 300;
  font-size: 13px;
	color: #222;
  background-color: #9c7070;
}
a {
	color: #555;
  	text-decoration: none;
}
img {
	max-width: 680px;
}
h1 {
font-family: 'Roboto', sans-serif;
    font-weight: 300;
  font-size: 40px;
}
h2 {
font-family: 'Roboto', sans-serif;
    font-weight: 300;
  font-size: 15px;
}
h3 {
font-family: 'Roboto', sans-serif;
    font-weight: 300;
  font-size: 20px;
}
h4 {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
  	font-size: 20px;
}
#header {
  	width: 1000px;
    height: 500px;
  	margin: 0 auto;
    padding: 0px;
    background: #ffffff url(https://cdn2.cdnme.se/4796064/8-3/ratt_header_5a095b8b9606ee3fab54ce46.jpg) no-repeat right center;
}
#container {
	width: 1000px;
	margin: 0 auto;
  	background-color: #ffffff;
}
#content {
  width: 680px;
  float: right;
  padding: 10px;
}
#content article.entry {
	font-size: 13px;
}

aside#side {
  	width: 280px;
  	padding: 10px;
}
#container:after { 
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
div.social {
	display: inline-block;
	vertical-align: middle;
}
label[for="comment-email"], label[for="comment-url"], label[for="comment-content"], #comment-content {
	display: block;
}
label[for="comment-email"], label[for="comment-url"], label[for="comment-content"]{
  margin-top: 10px;
}
#comment-content {
  margin-bottom: 10px;
}

#social { margin-top: 10px; }