<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Katja Lührs
Copyright 2010 by Katja Lührs
Design: Jens Buss
Code: Jens Buss

*/ 

/* ########## GENERELL ########## */

a img {
	border: none;
}

/* ########## BOXES ########## */

#blog {
	border-top: 1px solid #552266;
}

.centered {
	text-align: center;
	color: #552266;
}

.centered a {
	text-decoration: none;
	color: #552266;
}

/* ########## TOP PART (TITLE / NAVIGATION ETC.) ########## */

h1#head, #blog h1 {
	text-align: center;
	/*text-transform: uppercase;*/
}

#blog h1#head, #blog h1#head a {
	font: normal normal normal 38px Times, serif;
	letter-spacing: 5px;
}

ul#navigation a, #blog h1, #blog h2 {
	font: normal normal normal 20px Times, serif;
}

h1#head a, ul#navigation a, #blog h2, #blog h1 {
	color: #552266;
	text-decoration: none;
	letter-spacing: 2px;
}

h1#head a:hover, ul#navigation a:hover {
	color: silver;
}

/* ########## CONTENT ########## */

#blog h1 a {
	color: #552266;
	text-decoration: none;
}

#blog h2.clear {
	text-align: center;
	/*border-bottom: 1px solid #552266;
	margin: 50px 0 0;*/
}

#blog p {
	font: normal 14px/16px Times;
	margin: 32px 0;
	padding: 0 0 16px;
	color: #552266;
}

#blog p.strong {
	margin: 20px auto 0;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #552266;
}

/*#blog p.strong:first-letter {
	font-size: 200%;
	line-height: 14px;
}*/

#blog #imgCont {
	text-align: center;
}

#blog #imgCont img {
	margin: auto;
}

/* ########## FOOTER &amp; COPYRIGHT ########## */

#footer {
	background-color: white;
	border-top: 1px solid #552266;
}

#copyright {
	font-size: 10px;
	color: #552266;
}

#copyright a {
	color: #552266;
}</pre></body></html>