/*
Theme Name: michel-kraemer.de
Theme URI: http://www.michel-kraemer.de
Description: Michel's Theme
Version: 1.0
Author: Michel Kraemer
Author URI: http://www.michel-kraemer.de
Tags: michel
*/

body {
	font-size: 11pt;
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image: url('images/body-border.gif');
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 900px;
}

#header {
	margin: 0;
	padding: 0;
	height: 78px;
	width: 900px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	border-top: 4px solid #a9a9a9;
}

#header-bottom-line {
	border-bottom: 1px solid #f0f0f0;
	padding: 0px 0px 2px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	padding-top: 0px;
	margin: 0;
}

hr {
	display: none;
}

img {
	border: none;
}

.small {
	font-size: 75%;
	line-height: 1.6em;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#menu {
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 0px;
	right: 10px;
	top: 26px;
}

#menu a {
	color: #737373;
	padding: 0px;
	margin-left: 40px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu li {
	display: block;
	list-style-type: none;
	float: left;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 20px;
}

#menu .current {
	color: #333333;
}

#headerimg {
	background: #ffffff url('images/logo.png') no-repeat top left;
	height: 35px;
	width: 325px;
	position: absolute;
	left: 10px;
	top: 22px;
}

#header h1 a {
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	width: 100%;
	height: 35px;
}

.narrowcolumn {
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	width: 605px;
}

.widecolumn {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	width: 880px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
}

.project {
	clear: both;
}

.projects-left {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	font-size: 12px;
	clear: both;
}

.projects-right {
	float: right;
}

.projects-left h3 {
	margin-top: 10px;
}

.projects-left .big {
	font-size: 14px;
	font-weight: bold;
}

.post {
	margin: 30px 0 30px 0px;
	text-align: justify;
}

.postdate {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #777777;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	display: block;
}

h2 a {
	color: blue;
}

#footer {
	padding: 10px 0px 40px 0px;
	margin: 0 auto;
	width: 900px;
	clear: both;
	text-align: right;
	border-top: 1px solid #dfdfdf;
}

#footer #copyright-single {
	text-align: right;
	margin-right: 10px;
	padding-bottom: 30px;
}

#footer #copyright {
	text-align: left;
	margin-left: 10px;
	padding-bottom: 30px;
	margin-right: 40px;
	width: 390px;
	float: left;
}

#footer #copyright a {
	color: #333;
}

#footer p {
	margin: 0;
	padding: 0 0 0.9em 0;
	color: #737373;
	font-size: 12px;
	line-height: 1.4em;
}

#footer a {
	color: #737373;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer #sitemap {
	margin: 0;
	padding: 0px 0px 70px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
}

#footer #sitemap ul {
	margin: 0;
	padding: 0;
}

#footer #sitemap .column {
	margin: 0;
	padding: 0px 0px 70px 0px;
	display: block;
	list-style-type: none;
	float: left;
	width: 100px;
	color: #494949;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
}

#footer #sitemap .recentposts {
	width: 250px;
}

#footer #sitemap li ul {
	margin-top: 5px;
}

#footer #sitemap li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer #sitemap a {
	font-weight: normal;
	color: #737373;
}

#footer .lang-link-de {
	padding-left: 22px;
	background-image: url("images/flags/de.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#footer .lang-link-en {
	padding-left: 22px;
	background-image: url("images/flags/uk.png");
	background-repeat: no-repeat;
	background-position: left center;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
}

h1, h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h2, h3, h4 {
	padding: 0px;
	color: #333;
}

h2 {
	margin: 12px 0px 25px 0px;
}

h3, h4 {
	margin: 30px 0px 20px 0px;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration: none;
	color: #333;
}

h2.pagetitle {
	margin-top: 30px;
}

h2.archivtitle {
	display: inline;
	border-bottom: 1px solid #f0f0f0;
	font-weight: bold;
	padding: 0;
	margin: 30px 0px 0px 0px;
	float: right;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #333333;
	font-size: 8pt;
}

.navigation {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	overflow: visible;
}

.postmetadata-single {
	border-top: 1px solid #f0f0f0;
}

#commentsline {
	clear: both;
	height: 1.5em;
	border: none;
	margin: 20px 0px 0px 0px;
	display: block;
}

#comments {
	clear: both;
	margin: 0;
	padding-top: 40px;
	padding-bottom: 0px;
}

#respond {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 16px;
	width: 573px;
}

#respond h3 {
	margin: 10px 0px 30px 0px;
	padding: 0;
}

#respond form {
	margin: 0;
	padding: 0;
}

#respond form p {
	margin: 12px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
}

#respond input {
	border: 1px solid #ddd;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 11pt;
	padding: 2px;
	margin-right: 10px;
}

#respond textarea {
	width: 567px;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	border: 1px solid #ddd;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 11pt;
}

#respond #submit {
	background-color: #333;
	padding: 4px 5px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	border: none;
	font-size: 12px;
}

.commentlist {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: 605px;
	list-style-type: none;
}

.commentlist li {
	position: relative;
	list-style-type: none;
	padding: 16px;
}

.commentlist .commentnumber {
	position: absolute;
	right: 16px;
	top: 28px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
}

.commentlist .even .commentnumber {
	color: #d0d0d0;
}

.commentlist .odd .commentnumber {
	color: #e0e0e0;
}

.commentlist .comment {
	border-bottom: 1px solid #f0f0f0;
	text-align: justify;
}

.commentlist .comment-author-admin {
	background-color: #f7f7f7;
}

.commentlist .comment-author-admin .commentnumber {
	color: #666;
}

.commentlist .says {
	display: none;
}

.commentlist .comment-author cite {
	font-style: normal;
	font-size: 20px;
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
}

.commentlist .comment-meta {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 8pt;
	margin: 10px 0px 0px 0px;
	padding: 0;
	display: block;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

.important {
	color: red;
}

#footer .rssurl {
	margin-left: 18px;
}

#backtotop {
	clear: both;
	text-align: right;
	padding: 0px 30px 20px 50px;
	margin: 0px;
	width: 520px;
}

#impressum-address {
	font-weight: bold;
	padding-top: 10px;
}

#sidebar {
	font-size: 16px;
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	padding: 30px 0px 0px 0px;
	margin-left: 650px;
	width: 250px;
}

#sidebar h2 {
	font-size: 16px;
	color: #494949;
	font-weight: bold;
	padding: 3px 10px;
	margin: 0px;
	border-bottom: 1px solid #dfdfdf;
}

#sidebar li {
	list-style-image: none;
	list-style-type: none;
}

#sidebar li a {
	color: #737373;
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	margin-bottom: 25px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 10px;
	color: #737373;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	padding-left: 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar .rsslink {
	display: block;
	width: 250px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 3px 0px;
	margin-bottom: 20px;
}

#sidebar .rsslink a {
	color: #737373;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 10px;
	background-image: url('images/feed-icon-14x14.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#sidebar .rsslink a:hover {
	text-decoration: underline;
}

fieldset {
	border: 0;
}

.gallery {
	line-height: 1em;
}

.gallery img {
	border: 0px none !important;
}

.gallery a {
	display: block;
}

.gallery a span {
	margin-left: auto;
	margin-right: auto;
}

.corner-ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	background-image: url("images/corner-ul.png")
}

.corner-ur {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 8px;
	height: 8px;
	background-image: url("images/corner-ur.png")
}

.corner-ll {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	background-image: url("images/corner-ll.png")
}

.corner-lr {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 8px;
	height: 8px;
	background-image: url("images/corner-lr.png")
}

.drop-shadowed-frame {
	display: block;
	position: relative;
}

.drop-shadowed {
	margin: 15px;
}

.drop-shadow-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	background-image: url("images/drop-shadow-top.gif");
	z-index: 1;
}

.drop-shadow-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 15px;
	background-image: url("images/drop-shadow-bottom.gif");
	z-index: 1;
}

.drop-shadow-left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 15px;
	background-image: url("images/drop-shadow-left.gif");
	z-index: 1;
}

.drop-shadow-right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 15px;
	background-image: url("images/drop-shadow-right.gif");
	z-index: 1;
}

.drop-shadow-ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background-image: url("images/drop-shadow-ul.gif");
	z-index: 2;
}

.drop-shadow-ur {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background-image: url("images/drop-shadow-ur.gif");
	z-index: 2;
}

.drop-shadow-ll {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background-image: url("images/drop-shadow-ll.gif");
	z-index: 2;
}

.drop-shadow-lr {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background-image: url("images/drop-shadow-lr.gif");
	z-index: 2;
}

ul {
	list-style-type: disc;
}

#content {
	padding-bottom: 20px;
}

#content p a {
	border-bottom: 1px solid #f0f0f0;
}

#content p a.download {
	background-image: url('images/document_small_download.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom: none;
}

#content p a, .commentlist a, .navigation a, #social-bookmarks a {
	color: #04495b;
	text-decoration: none;
}

#content p a:hover, #content p a:visited:hover,
	.commentlist a:hover, .commentlist a:visited:hover,
	.navigation a:hover, .navigation a:visited:hover,
	#social-bookmarks a:hover, #social-bookmarks a:visited:hover {
	color: #ee6633;
}

#content p a:visited,
	.commentlist a:visited,
	.navigation a:visited,
	#social-bookmarks a:visited {
	color: #666666;
}

#social-bookmarks {
	font-size: 0.9em;
	display: block;
	height: 1.5em;
	padding-bottom: 6px;
}

#social-bookmarks p {
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: bold;
}

#social-bookmarks ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#social-bookmarks li {
	display: block;
	list-style-type: none;
	float: left;
	white-space: nowrap;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#social-bookmarks #delicious, #social-bookmarks #digg, #social-bookmarks #stumbleupon {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#social-bookmarks #delicious {
	background-image: url('images/delicious.png');
}

#social-bookmarks #digg {
	background-image: url('images/digg.png');
}

#social-bookmarks #stumbleupon {
	background-image: url('images/stumbleupon.png');
}

.thumb-link {
	float: right;
	margin: 2px 0px 10px 20px;
}

.external-link {
	display: inline-block;
	width: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('images/external.png');
}
