/*
Theme Name: Heilpraktikerin im Grund
Theme URI: https://www.heilpraktikerin-im-grund.de/
Author: Florian König-Heidinger
Author URI: https://www.koenig-heidinger.de/
Description: Customized Wordpress Theme for Heilpraktikerin Sandra Fischbach
Version: 1.1.0
Tags: customized
*/

html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	background: #f9e0a8 url(images/background.jpg) top left repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #f9e0a8;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #29291E;
	font-size: 11px;
}
a:link, a:visited {
	color: #8d530c;
}
a:hover {
	color: 595940;
	text-decoration: none;
}


#page {
	margin: 30px auto 0;
	text-align: left;
	width: 800px;
	position: relative;
}
#header {
	padding: 5px 5px 0;
}
#brand-element {
	height: 150px;
}
#top-menu {
	background-color: #efc14e;
}
#top-menu ul {
	margin: 0;
	padding: 2px 0;
	list-style: none;
	text-align: right;
	line-height: 17px;
}
#top-menu li {
	list-style: none;
	margin: 0;
	padding: 0 12px;
	display: inline;
	border-right: 1px solid #9a9a74;
}
#top-menu li:last-child {
	border: none;
}
#top-menu li a:link, #top-menu li a:visited {
	color: #212118;
	text-transform: uppercase;
	text-decoration: none;
}
#top-menu li a:hover {
	color: #e0351f;
}

#main {
	clear: both;
	margin: 0 5px;
}

#left-menu {
	width: 198px;
	margin: 4px 0 0;
	padding: 0;
	float: left;
}
#left-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left-menu li {
	list-style: none;
	margin: 12px 0 10px;
	padding: 0 12px;
}
#left-menu li a:link, #left-menu li a:visited {
	color: #595940;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px 0 17px;
	display: block;
	background: transparent url(images/bullet-7px.gif) 5px 3px no-repeat;
}
#left-menu li a:hover {
	color: #e0351f;
}
#left-menu .current-menu-item > a:link, #left-menu .current-menu-item > a:visited,
#left-menu .current-menu-ancestor > a:link, #left-menu .current-menu-ancestor > a:visited {
	color: #8d530c;
}
.menu-item > .sub-menu {
	display: none;
}
.current-menu-ancestor > .sub-menu, .current-menu-item > .sub-menu {
	display: block;
}

#left-menu .sub-menu li a:link, #left-menu .sub-menu li a:visited {
	padding-left: 12px;
	background: none;
	text-transform: lowercase;
	font-weight: normal;
}

#content {
	width: 582px;
	float: left;
	color: #4c4c4c;
	font-size: 13px;
	margin-right: 10px;
}
#content em {
	color: #c00000;
	font-style: normal;
}
#content strong {
	color: #c00000;
}
h1 {
	font-size: 20px;
}
.post-header-icons {
	text-align: right;
	padding: 0 5px;
	font-size: 10px;
	float: right;
}
.post-header-icons img {
	vertical-align: middle;
}

#footer {
	clear: both;
	padding: 0 5px 5px;
}
#footer #site-generator {
	margin: 0;
	padding: 5px 0;
	background-color: #efc14e;
	text-align: center;
	color: #15150f;
	font-size: 10px;
}
#footer p, #footer .menu-fusszeile-container, #footer .menu, #footer .menu-item {
	display: inline;
}

.alignright {
	text-align: right;
}


.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc, .art-sheet-cr, .art-sheet-cl {
    position: absolute;
    z-index: -1;
}
.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl {
    background-image: url(images/sheet_s.png);
    height: 42px;
    width: 42px;
}
.art-sheet-tl {
    clip: rect(auto, 21px, 21px, auto);
    left: 0;
    top: 0;
}
.art-sheet-tr {
    clip: rect(auto, auto, 21px, 21px);
    right: 0;
    top: 0;
}
.art-sheet-bl {
    bottom: 0;
    clip: rect(21px, 21px, auto, auto);
    left: 0;
}
.art-sheet-br {
    bottom: 0;
    clip: rect(21px, auto, auto, 21px);
    right: 0;
}
.art-sheet-tc, .art-sheet-bc {
    background-image: url(images/sheet_h.png);
    height: 42px;
    left: 21px;
    right: 21px;
}
.art-sheet-tc {
    clip: rect(auto, auto, 21px, auto);
    top: 0;
}
.art-sheet-bc {
    bottom: 0;
    clip: rect(21px, auto, auto, auto);
}
.art-sheet-cr, .art-sheet-cl {
    background-image: url(images/sheet_v.png);
    bottom: 21px;
    top: 21px;
    width: 42px;
}
.art-sheet-cr {
    clip: rect(auto, auto, auto, 21px);
    right: 0;
}
.art-sheet-cl {
    clip: rect(auto, 21px, auto, auto);
    left: 0;
}
.art-sheet-cc {
    background-color: #FFF875;
    bottom: 21px;
    left: 21px;
    position: absolute;
    right: 21px;
    top: 21px;
    z-index: -1;
}

#breadcrumb {
	margin: 16px 0;
}
.breadcrumb {
	font-size: 11px !important;
	padding: 0 !important;
}


#content h1 {
	text-transform: uppercase;
	color: #e0351f;
	font-weight: normal;
	margin-bottom: 0;
}
#content h2 {
	text-transform: uppercase;
	padding: 0 0 0 5px;
	background: transparent url(images/bullet-13px.gif) 0 1px no-repeat;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1em;
}
#content p {
	text-transform: lowercase;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content li {
	margin: 0.5em 0 0.5em 1.5em;
	padding: 0 0 0 7px;
	background: transparent url(images/bullet-7px.gif) 0 5px no-repeat;
	/* border-left: 2px solid #e0351f;*/
	list-style: none;
	text-transform: lowercase;
	
}
#content blockquote {
	font-family: 'Monotype Corsiva', cursive;
	font-size: 21px;
	margin: 0;
	padding: 0;
	color: #e0351f;
}
#content blockquote p {
	text-transform: lowercase;
}
#brand-element a {
	display: block;
	width: 790px;
	height: 150px;
	background: url(images/header.jpg) top left no-repeat;
}
#brand-element img, #brand-element span {
	display: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .commentlist li {
	background: none;
	margin: 0;
	padding: 0;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist .openid_link {
	background: none !important;
	padding-left: 0px !important;
}

.entry-content img {
	border: 2px solid #CFCFCF;
}
.entry-content img.noborder {
	border: none;
}

#fb {
	padding: 12px;
	
}
#fb a {
	display: block;
	padding-left: 36px;
	color: #5a739c;
	font-size: 1.2em;
	background: transparent url(images/f_logo.png) top left no-repeat;
}

@media print {
	#brand-element {
		height: auto;
	}
	#brand-element a {
		width: auto;
		height: auto;
		text-decoration: none;
		color: #000000;
	}
	#brand-element img {
		display: block;
		float: left;
		margin-right: 2em;
	}
	#brand-element span {
		display: inline;
	}
	.post-header-icons, #left-menu, #top-menu {
		display: none;
	}
	#page {
		width: 100%;
	}
	#content {
		width: 100%;
	}
}