@charset "utf-8";
html {background-color: #000;}
body {
	font: 9px Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height:12px;
}

h1, h2, h3, h4, h5, h6, p , a, ul, ol{ font: 9px Helvetica, Verdana, sans-serif; text-transform:uppercase;}

a img {	border: none;}
a:link, a:visited {	color:#fff;text-decoration:none;}
a:hover, a:active, a:focus {	text-decoration: underline;}

.content {float:left;width:100%;}
section {margin: 144px 276px 144px 0;}
.white {background-color:#fff;}
aside {float:left;margin-left:-276px;width: 276px;background-color:#000;}

#logo {margin:60px 0 0 60px;text-align:left;}
#logo a{ width:58px; height:12px; overflow:hidden; display:block; position:relative;}
#logo a span{position:absolute;width:58px;height:12px;top:0;left:0;background:transparent url('images/squidlogo12px.png') no-repeat 0 0;	}
h2 {margin:12px 0 0 60px;}
nav{margin:48px 0 0 45px;}
nav.grey{margin:36px 0 0 60px;}
.grey{color:#666;}
.grey a{color:#666;}
.cover article{width:168px; height:168px;display:block;float:left;overflow:hidden;}
.postdescription{margin:0 0 168px 60px;}
.postdescription h3{font-weight:bold;}

.fltrt {float: right;margin-left: 12px;}
.fltlft {float: left;margin-right: 12px;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}