
        body {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
	color: #000000;
    background-color: #ffb59b;
}
a {
	color: #000000;
 	text-decoration: none;
}
img {
	max-width: 680px;
}
h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size:40px;
    
}
h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 20px;
}
h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 20px;
}
h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 20px;
}

#header { 
 	width: 1000px;
    height: 400px;
    margin: 0 auto;
    padding: 0px;
    background: #ffffff url(https://cdn2.cdnme.se/4796061/9-3/header_main_5a09606f2a6b22b64cda9790.jpg) no-repeat right center; 
}
#container {
	width: 1000px;
	margin: 0 auto;
    background-color: #98BF64;    
}
#content {
 width: 680px;
 float: right;
 padding: 10px;
}
#content article.entry {
	font-size: 13px;
}

aside#side {
 	width: 280px;
 	padding: 15px;
   
}
#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; }