/* Basic stuff */

body {
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	background: #fff;
	color: #777;
}

b { font-weight: 500; font-family: "museo-slab-1","museo-slab-2", sans-serif; letter-spacing: 1px; }

a { text-decoration: none; color: #05659C; font-weight: 500; }

.right { float: right; }


/* Fasta objekt */

#container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

#header {
	margin-top: 100px;
}

#header a {
	color: #777;
}

/* Post */

.info { font-size: 11px;  }

.post {
	margin-top: 70px;
	font-weight: 300;
}

.post .headline { color: #777; }

.post .content { margin: 10px 0 10px 0; padding: 0; font-size: 11px;}

.post i { display: block; margin: 0 30px -13px 30px; }

.post .postdate { color: #999; font-size: 11px; margin-top: 1px; }

.post .video, .post .pic { padding: 10px 0 0 0; }

.post .video, .post .pic { padding: 10px 0 0 0; }

#header a, .post .tipser a, .post .comments a, .post .source a { color: #777; }

.small { display: none; }

#disqus_thread {
	margin-top: 60px;
	font-size: 11px;
}

#disqus_thread #dsq-global-toolbar, #disqus_thread #dsq-like-tooltip, #disqus_thread #dsq-sort-by, #disqus_thread #dsq-subscribe
		{ display: none; }
		
#disqus_thread h3, #disqus_thread h3 a { font-weight: 300; font-size: 11px; }


#disqus_thread .dsq-comment-header {
	background: none;
	background-color: #e7e7e7;
	border: none;
	font-size: 11px;
	font-weight: 300;
}
	
#disqus_thread .dsq-commenter-name {
	font-size: 11px;
	font-weight: 300;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body { font-size: 16px; }
		
		.info { font-size: 14px;  }
		
		.post .content { font-size: 14px;}
		
		.post .postdate { font-size: 12px; display: none; }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body { font-size: 14px; }
	
		#container {
			width: 300px;
			margin
		}
		
		.post { margin-top: 40px; }
		
		.info { font-size: 12px;  }
		
		.post .content { font-size: 12px; }
		
		.post .postdate { font-size: 12px; }
		
		.small { display: block; }
		
		.large { display: none; }
}