/*  
Theme Name: gubbish-clean
Theme URI: http://gubbish.org
Description: none.
Version: 0.1
Author: chead
Author URI: http://gubbish.org
*/

html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: white;
	color: black;
	font-size: 1em;
	font-family: monospace;
	
}
body > .container{
	padding: 1em;
	width: 800px;
	margin: 0 auto 0 auto;
}
.content > .container {
	padding-top: 1em;
}

a{
	text-decoration: none;
	color: white;
	background-color: black;
	font-family: monospace;
}
#header  h1{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 4em;
}
#header p{
	margin: 0;
}
ul{
	list-style-type: square;
}
#posts{
	float: left;
}
#posts > .container{
	padding-bottom: 1em;
}
.post h2, #posts h2{
	margin: 0;
	padding: 0;
	font-size: 2em;
}
.post cite{
	display: block;
	margin-top: 10px;
}
#feeds{
	width: 20%;
	float: right;
}
#feeds .container{
	padding-left: 1em;
}
.comments{
	margin-bottom: 10px;
}
#comments > .container, .commentform > .container{
}
.comment .content{
	font-size: 1em;
}
.comment .date, .comment .author{
	font-size: 1em;
}
.comment .date p, .comment .author p{
	margin: 0;
	padding: 0;
}
form.comment textarea, form.comment input{
	font-size: .8em;
	font-family: serif;
	padding: 5px;
}
#comments #comment-count{
	display: none;
}
#archives .tags, #archives .archive, #archives .search{
	margin-bottom: 10px;

}
#archives .tags{

}
#archives .archive{
;
}
#archives .search{
	width: 200px;
}
#archives .archive{
	list-style-type: none;
}
#archives .archive ul{
	margin: 0;
	padding: 0;
}
#archives .tags > .container, #archives .archive > .container, #archives .search > .container{
}
#archives .tags > .container, #.archives .archive > .container{
	margin-right: 1em;
}
#archives .search #searchform{
	margin: 0;
	padding-right: 1em;
}
#archives .search #searchform #s{
	margin: 0;
	width: 100%;
}

