*{margin:0;padding:0;}
body{width:100%;max-width:900px;margin:0 auto;font-family:arial,sans-serif;font-size:16px;overflow-x:hidden;}
h1{font-size:1.8em;color:#999999;}
h2{margin:0 0 0.5em;font-size:1.6em;color:#999999;}
a:link,a:visited{color:#062c51;text-decoration:none;}
a:hover{text-decoration:underline;}
p{margin:0.5em 0;font-size:0.8em;color:#062c51;}
.header{width:100%;float:left;padding:1em;box-sizing:border-box;text-align:left;}
.sidebar{width:30%;padding:0.7em;box-sizing:border-box;float:right;background:rgba(6,44,81,1);}
.sidebar p, .sidebar a:link, .sidebar a:visited{color:#ffffff;}
.post{width:100%;padding:1.25em;box-sizing:border-box;float:left;}
.post.component{width:70%;background:rgba(0,174,239,0.1);}
.bodytext{width:100%;max-width:900px;}
.bodytext iframe{width:100%;}
@media only screen and (max-device-width:640px) 
{
	body{max-width:640px;}
	.sidebar
	{
		width: 100%;
		float: left;
	}
	.post, 
	.post.component
	{
		width:100%;
		max-width:640px;
	}
	.post .bodytext{width:100%;max-width:640px;}
}