html, body {
	background: black;
}
a, a:link, a:visited, a:hover {
	color: #555;
}
a:hover {
	color: #877;
}

/*body a.noicon { background:none !important; padding:0 !important; margin:0 !important; }

a[href^="http:"],
a[href^="mailto:"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".xls"],
a[href$=".rss"],
a[href$=".rdf"],
a[href^="aim:"] { padding:2px 22px 2px 0; margin:-2px 0; background-repeat: no-repeat; background-position: right center; }

a[href^="http:"] { background-image: url(../images/icons/external.png); padding-right: 14px; }
a[href^="mailto:"] { background-image: url(../images/icons/email.png); }
a[href^="http:"]:visited { background-image: url(../images/icons/visited.png); }

a[href$=".pdf"] { background-image: url(../images/icons/pdf.png); }
a[href$=".doc"] { background-image: url(../images/icons/doc.png); }
a[href$=".xls"] { background-image: url(../images/icons/xls.png); }

a[href$=".rss"],
a[href$=".rdf"] { background-image: url(../images/icons/feed.png); }
a[href^="aim:"] { background-image: url(../images/icons/im.png); }
a[href^="http://erpe.de"] { background:none; padding:0; margin:0; }*/

#header, #main {
	background: #FDFCFB;
}

#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:hover {
	color: #DDC;
}
#header img {
	margin: 0 72px 0 0;
}

#main h1 a, #main h1 a:link, #main h1 a:visited, #main h1 a:hover,
#main h2 a, #main h2 a:link, #main h2 a:visited, #main h2 a:hover {
	color: black;
}

#blog, #stream {
	margin-bottom: 1.5em;
}
#blog .pagination a, #blog .pagination a:link, #blog .pagination a:visited, #blog .pagination a:hover {
	display: block;
	text-align: center;
	text-decoration: none;
}
#blog .pagination .current-page a, #blog .pagination a:hover {
	background: #DDC;
}
#blog .meta a, #blog .meta a:link, #blog .meta a:visited, #blog .meta a:hover {
  color: #877;
}
#blog .meta a:hover {
  color: #555;
}
#blog .meta, #comments h3, #stream .date h3 {
	color: #877;
}
#blog .meta.additional .label, #comments .meta.additional .label {
	color: #BAA;
}

.entry.span-9 a.photo.normal, .items.span-9 a.photo.normal,
.entry.span-9 a.photo.wide, .items.span-9 a.photo.wide {
	width: 348px;
}
.entry.span-15 a.photo.normal,
.entry.span-15 a.photo.wide {
	width: 588px;
}
.entry.span-9 a.photo.normal img, .items.span-9 a.photo.normal img,
.entry.span-9 a.photo.wide img, .items.span-9 a.photo.wide img {
	width: 348px;
}
.entry.span-15 a.photo.normal img,
.entry.span-15 a.photo.wide img {
	width: 588px;
}
.entry.span-15 object.wide {
	width: 590px;
}

.entry.span-15 .captioned {
	margin: 0 0 1.5em;
	position: relative;
}
.entry.span-15 .captioned .caption {
	color: #877;
	left: 600px;
	position: absolute;
	top: 0;
	width: 230px;
}
.captioned .map {
	margin: 0 0 1.5em;
}

.scroll {
	border: 9px solid #DDC;
	overflow: auto;
}
.entry.span-9 .scroll {
	width: 314px;
}
.entry.span-15 .scroll {
	width: 572px;
}

/*#comments .bypostauthor {
	background: #FFD;
}*/
input, textarea {
	font-family: 'Droid Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 100%;
}
#comments input[type=text], #comments textarea {
	border-color: #BAA #DDC #DDC;
	border-style: solid;
	border-width: 2px 1px 1px;
	color: #222;
	margin: 0 0 .5em 0;
	padding: 2px;
}
#comments label {
	display: block;
	float: left;
	font-weight: normal;
	margin: 0 10px .5em 0;
	width: 110px;
}
#comments input[type=text] {
	display: block;
	float: left;
	width: 464px;
}
#comments textarea {
	display: block;
	float: left;
	width: 584px;
}
#comments input[type=submit] {
	background: #DDC;
	border: none;
	border-bottom: 2px solid #BAA;
	color: #877;
	margin: 0 0 .5em 120px;
	padding: 2px 0;
	width: 110px;
}
#comments input[type=submit]:active {
	background: #BAA;
}

#stream .item .time {
	color: #877;
}
#stream .item a.time, #stream .item a.time:link, #stream .item a.time:visited, #stream .item a.time:hover {
	text-decoration: none;
}

#footer {
	background: black;
	color: #877;
	padding: .5em 0 1.5em 0;
}
#footer.elaborate {
	background: #DDC;
	color: #877;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #877;
}
#footer.succinct a, #footer.succinct a:link, #footer.succinct a:visited, #footer.succinct a:hover {
	color: #BAA;
}
#footer.succinct a:hover {
	color: #877;
}

#footer .calendar, #footer .tags, #footer .search, #footer .recent {
	float: left;
	list-style: none;
	margin: 0;/* 0 1.5em;*/
	padding: 0;
	width: 230px;
}
#footer .recent {
	margin-bottom: 0;
}
#footer .calendar > li, #footer .recent > li {
	border-top: 1px solid #333;
	float: left;
	margin-bottom: .75em;
	margin-top: -1px;
	padding-top: .75em;
	width: 230px;
}
#footer.elaborate .calendar > li, #footer.elaborate .recent > li {
	border-top-color: #BAA;
}
#footer .calendar > li:first-child, #footer .recent > li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#footer .calendar > li > a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 70px;
}
#footer .calendar > li > ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
#footer .calendar > li > ul > li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 30px;
}
#footer .calendar > li > ul > li.last /*#calendar > li > ul > li:nth-of-type(4n)*/ {
	margin: 0;
}
#footer .tags {
	border-top: 1px solid #333;
	margin-top: -1px;
	padding: .75em 0;
}
#footer .tags > li {
	display: inline;
	padding: 0 .5em 0 0;
}
#footer .search {
	border-top: 1px solid #333;
	margin-top: -1px;
	padding-top: .75em;
}
#footer.elaborate .search {
	border-top-color: #BAA;
}
#footer .search input[type=text] {
	background: black;
	border: 1px solid #333;
	color: #877;
	margin: 0;
	padding: 2px;
	width: 224px;
}
#footer.elaborate .search input[type=text] {
	background: #DDC;
	border-color: #BAA;
}

#footer #copyright {
	border-top: 1px solid #333;
	color: #333;
	margin: 3em 0 1.5em 0;
	padding-top: 1.5em;
	text-align: center;
}
#footer.elaborate #copyright {
	border-top-color: #BAA;
	color: #877;
}

a.photo.square.last /*a.photo:nth-of-type(4n)*/ {
	margin-right:3px;
}

#stream .item.lastfm.tracks, #stream .item.lastfm.tracks a, #stream .item.lastfm.tracks a:link, #stream .item.lastfm.tracks a:visited, #stream .item.lastfm.tracks a:hover {
	color: #BAA;
	text-decoration: none;
}

#humanMsg {
	font: 2em/2.5em 'Droid Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
	left: 25%;
	text-align: center;
	top: 130px;
	width: 50%;
}
#humanMsgLog {
	font: 1em 'Droid Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;
}

.jspHorizontalBar {
	height: 18px;
}
.jspTrack {
	background: #DDC;
}
.jspDrag {
	background: #877;
}
