body {
	font-family: 'Trebuchet MS', sans-serif;
/*	margin: 0 0 0 0; */
	margin: 20px auto 20px auto;
	max-width: 63em;
	border-right: 1px #ddd solid;
	border-left: 1px #ddd solid;
	text-transform: lowercase;
	background-image: url(bg_plants.png);
}

#main {
	min-width: 1008px;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a > img {
	border: 0;
}

h1 {
	background: #333;
	color: #fff;
	margin: 0;
	padding: 0.5em;
	letter-spacing: -0.05em;
	font-family: 'Georgia', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 32pt;
}

h2 {
	font-family: 'Georgia', 'Trebuchet MS', sans-serif;
	letter-spacing: -0.05em;
	color: #222;
	border-bottom: 1px #222 solid;
}

h3 {
	font-family: sans-serif;
	letter-spacing: -0.075em;
	color: #999;
	font-size: 16pt;
	margin: 0;
}

h1 > a {
	color: #fff;
}

h2 > a {
	color: #222;
}

h3 > a {
	color: #999;
}

div#header {
/*	background: url(atomfisch.png) no-repeat center; */
	background-color: #121010;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	width: 1008px;
	height: 200px;
/*	margin-bottom: 3em; */
}

div#files {
	font-size: 14pt;
	width: 20em;
	float: right;
	margin: 0 2em 1em 1em;
	padding: 5px;
	background: #fff;
}

div#files ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#files li {
	padding: 0.25em 0.75em;
	border-bottom: 1px #fff solid;
}

div#files li.a {
	background: #eee;
}

div#files li.a:hover {
	border-bottom: 1px #b88 solid;
}

div#files li.b:hover {
	border-bottom: 1px #b88 solid;
}

div#files span {
	display: block;
	font-size: 9pt;
	text-align: right;
	margin-top: -1.5em;
}

div#about, div#blog {
	padding: 0 3em 0 3em;
}

div#tagcloud_link {
	float: right;
}

div#tagcloud_link {
	margin: 1em 3em 0 0;
}

div.posting {
	color: #444;
	margin: 0 0 2em 1em;
}

div.posting h3 {
/*	padding: 2em 0 0.25em 0; */
}

div.posting p.info {
	font-family: sans-serif;
	letter-spacing: -0.075em;
	color: #999;
	font-size: 10pt;
	margin: 0 0 1em 0;
}

div.posting p.info a {
	color: #999;
}

div.posting div.text {
	text-align: justify;
}

div.posting div.text img {
	margin: 1em;
}

div.posting div.text > span {
	display: block;
}

div.posting ul {
	margin: 0;
	padding: 0 0 0 2em;
}

div.posting li {
/*	list-style-type: circle; */
}

div.posting pre {
	background: #f0f0f0;
	color: #444;
	margin: 0;
	padding: 1em;
	text-transform: none;
}

div.posting div.text code {
	color: #000;
}

div#blog {
	border-bottom: 1px #ddd solid;
	padding-top: 1em;
	padding-bottom: 10em;
	background-color: white;
}

div#tagcloud {
/*	margin: 10em 0 0 0; */
	padding: 2em 10em;
/*	border-top: 1px #ddd solid; */
	border-bottom: 1px #ddd solid;
	text-align: center;
	font-family: 'Georgia', sans-serif;
	background-color: white;
}

div#tagcloud ul, div#tagcloud li {
	display: inline;
	padding: 0;
}

div#tagcloud .a {
	font-size: 22pt;
}

div#tagcloud .b {
	font-size: 19pt;
}

div#tagcloud .c {
	font-size: 16pt;
}

div#tagcloud .d {
	font-size: 13pt;
}

div#tagcloud .e {
	font-size: 11pt;
}

.clear {
        clear: both;
	height: 0px;
}

.pixels ul {
        display: inline;
}

.pixels li {
        float: left;
        list-style-type: none;
}

.pixels img {
        margin: 5px;
}

.pixels a:hover {
        border: none;
}

.menu {
	border-bottom: 1px #ddd solid;
	padding: 10px 10px 10px 3em;
	height: 15px;
	background-color: white;
}

.menu ul {
        display: inline;
}

.menu li {
        float: left;
        list-style-type: none;
	margin-right: 10px;
}

#fadeleft {
	background: url(ranks_left.png) left repeat-y;
	height: 100%;
	width: 160px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -2;
}

#faderight {
	background: url(ranks_right.png) right repeat-y;
	height: 100%;
	width: 162px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -2;
}

table {
	border-collapse: collapse;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

div#gfoc_banner {
	position: fixed;
	top: 0;
	left: 0;
	text-decoration: none;
	text-indent: -999em;
	height: 150px;
	width: 150px;
	background: url(../../images/meta/gfoc_notavailable_banner.gif) right no-repeat;
	z-index: -1;
}
