body {
	margin-bottom: 10em !important;
}

div.column10, div.column20, div.column30,
div.column40, div.column50, div.column60,
div.column70, div.column80, div.column90 {
	float:left;
}

div.column10 { width:9.99%; }
div.column20 { width:19.99%; }
div.column30 { width:29.99%; }
div.column40 { width:39.99%; }
div.column50 { width:49.99%; }
div.column60 { width:59.99%; }
div.column70 { width:69.99%; }
div.column80 { width:79.99%; }
div.column90 { width:89.99%; }

#post {
	position: fixed;
	width:100%;
	height: 10px;
	bottom: 40px;
	background-color: #222;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:67%;
	line-height:1.8em;
	color:#999;
}

#post div.wrapper {
	width:960px;
	margin:-28px auto 0 auto;
}

#post-link, #post-prev, #post-next {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	/* padding:30px 0 0 0; */
}

#post-link {
	float:right;
	margin-right:10px;
}

#post-prev, #post-next {
	margin-right:10px;
	float:right;
}

#post a {
	text-decoration:none;
	padding:10px 20px 5px 20px;
	line-height:30px;
	height:30px;
}

#post a:link, #post a:visited {
	color:#000;
	background-color:#00ffae;
}

#post a:active, #post a:hover {
	color:#000;
	text-decoration:underline;
	background-color:#FFF;
}

#post-link a:link, #post-link a:visited {
	color:#fff;
	background-color:#222;
}

#post-link a:active, #post-link a:hover {
	color:#000;
	background-color:#ff0;
}

#post-prev a:link, #post-prev a:visited {
	color:#fff;
	background-color:#222;
}

#post-next a:link, #post-next a:visited {
	color:#fff;
	background-color:#222;
}

#post-prev a:active, #post-prev a:hover {
	color:#000;
	background-color:#00ffae;
}

#post-next a:active, #post-next a:hover {
	color:#000;
	background-color:#00eaff;
}


#foot {
	position: fixed;
	height:40px;
	bottom: 0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:67%;
	line-height:1.8em;
	color:#999;
	background-color:#222;
}

#foot div.wrapper {
	width:960px;
	margin:0 auto;
}
/*
#comments, #common-nav {
	margin:0 15px 20px 0;
	padding:20px;

	background-color:#000;
}

#common-nav {

}

#comments {
	
}
*/

#foot a {
	text-decoration:none;
}

#foot a:link, #foot a:visited {
	color:#FFF;
}

#foot a:active, #foot a:hover {
	color:#000;
	background-color:#00ffae;
}
/*
#foot dl, #foot ul {
	margin-top:0;
}

#foot dd, #foot ul {
	margin-left:3em;
}

#foot dt a:active, #foot dt a:hover {
	background-color:#00eaff;
}

#foot dd a:active, #foot dd a:hover {
	background-color:#ff00b4;
}

#foot ul a:active, #foot ul a:hover {
	background-color:#ffc000;
}
*/

#foot #tiny {
	color:#555;
	width:100%;
}

#foot #tiny a:link, #foot #tiny a:visited {
	color:#555;
}

#foot #tiny a:active, #foot #tiny a:hover {
	color:#555;
	background-color:#111;
}
