<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Ponyhof am Rheindamm
Theme URI: http://www.ponyhofamrheindamm.de
Author: Matthias GÃžttler
Author URI: http://www.projektkater.de
Description: Customized theme for Ponyhof am Rheindamm
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: ponyhofamrheindamm
*/

html {
	background: url(images/background-wood.jpg) repeat top left;
	background-size: 100%;
	padding: 0;
	margin: 0;
}

body {
	min-height: 100%;
	font-family: "Helvetica Neue", Verdana, sans-serif;
}

h1, h2, h3, h4, h5 {
	color: #44210B;
}

h2 {
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 115%;
	margin: 0 0 24px;
	padding: 0 0 12px;
}

p {
	text-align: justify;
}

a:hover {
	color: #a31;
}

blockquote {
	border-left: none;
	padding-left: 20px;
	padding-right: 20px;
}

blockquote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

.edit-post {
	display: block;
	float: right;
	margin: 10px;
}

.edit-post a {
	display: block;
	text-indent: -10000px;
	width: 16px;
	height: 16px;
	background: url(images/pencil.png) no-repeat center center;
}


header {
	margin-bottom: 30px;
}

header h1 {
	height: 200px;
	background: url(images/header-ponyhof-am-rheindamm.png) no-repeat left top;
	text-indent: -10000px;
}

header p {
	height: 28px;
	text-indent: -10000px;
	background: url(images/header-slogan.png) no-repeat left center;
}

header #pony-logo {
	margin-top: 15px;
}

#main-nav {
	background: rgba(251,242,215,0.7);
	border-radius: 3px 3px 3px 3px;
}

#main-nav ul.nav {
	padding: 20px 15px;
	list-style: none;
}

#main-nav ul.nav li {
	padding-left: 25px;
	min-height: 22px;
	background: url(images/nav-star-small.png) no-repeat left 4px;
	margin-bottom: 8px;
}

#main-nav ul.nav ul {
	list-style: none outside none;
	margin-top: 10px;
	margin-left: 0px;
}

#main-nav ul.nav ul li {
	padding-left: 28px;
	padding-top: 0px;
	margin-bottom: 0;
	background: url(images/nav-star-small.png) no-repeat left top;
}

#main-nav li a {
	text-shadow: 0 0 0 #faa;
	font-size: 18px;
	line-height: 115%;
	letter-spacing: -1px;
}

#main-nav li li a {
	font-size: 14px;
}

#main-nav li a:hover {
	background: none;
	text-decoration: none;
}

.box-shadow {
	box-shadow: 1px 1px 8px rgba(0,0,0,0.7);
}

.boxed-content {
	background: rgba(251,242,215,0.95); /*rgba(251,236,181,0.8); /* rgba(134,58,19,0.2); /**/
	padding: 20px 20px;
	min-height: 600px;
	border: 1px solid rgba(134,58,19,0.5);
	/*border-radius: 25px 25px 25px 25px;*/
	border-radius: 3px 3px 3px 3px;
}

footer {
	margin-top: 30px;
	padding-top: 30px;
	background: url(images/horizontal-line-700.png) no-repeat right top;
}

footer .navbar {
	/*border-top: 2px solid #44210B;*/
}

footer .navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
	min-height: auto;
}

footer .navbar .nav &gt; li &gt; a {
	color: #44210B;
	font-size: 16px;
	text-shadow: 0 1px 0 #866350;
	padding: 8px 0 8px 30px;
}

footer .navbar .nav &gt; li &gt; a:hover {
	color: #a31;
}</pre></body></html>