@CHARSET "UTF-8";

/*
 * Copyright (c)1999-2010 Alexander Barton, alle Rechte vorbehalten.
 * Homepage: <http://www.barton.de/>, E-Mail: <alex@barton.de>
 */

body {
	color: black;
	background-color: #e0e0e0;
	font-family: Arial, sans-serif;
}

#title {
	padding-bottom: 2px;
	border-bottom: 1px solid silver;
	margin-bottom: 0.5em;
}

#title a:hover {
	background-color: transparent;
}

#navigation {
	font-size: small;
	margin-bottom: 1.5em;
}

#navigation span.active,#navigation a {
	padding: 0 0.3em;
}

#navigation span.active {
	background-color: #ffcc66;
}

#content {
	margin: 2.5em;
}

#footer {
	font-size: small;
	margin-top: 2em;
	border-top: 1px solid silver;
}

h1 {
	font-size: 1em;
	margin: 2em 0 1em 0;
}

h1 small {
	font-weight: normal;
}

a:link {
	color: navy;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: purple;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: red;
	background-color: white;
	text-decoration: underline;
}

a:link img {
	border: 0;
}

ul {
	list-style-type: square;
}

p.tweet {
    margin: 0 0 0.5em 0;
    min-height: 32px;
}

.tweet span {
	font-size: 0.8em;
	display: inline-block;
	width: 85%;
	max-width: 45em;
}

.tweet span span {
	display: inline;
	color: gray;
}

.tweet span span:before {
	content: " – ";
}

.tweet img {
	float: left;
	clear: left;
	margin-right: 0.5em;
}

.tweet br {
	display: inline;
}

