/*  
Theme Name: Mummenschanz & Puppentanz
Description: WP-Theme for Mummenschanz & Puppentanz
Version: 1.0
Author: Andreas Mey
*/

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #5e4926;
}
body {
	background-color: #f6d112;
	background-image: url(images/paper_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#page {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page_back.gif);
	background-repeat: no-repeat;
	background-position: left 159px;
}
.float-break {
    height: 1%;
	clear: both;
}
#header {
}
#header h1 {
	display: none;
}
#main {
	clear: both;
}
#left {
	width: 169px;
	float: left;
}
#middle {
	width: 482px;
	float: left;
}
#right {
	width: 159px;
	float: left;
}
#topmenu {
	font-family: "Curlz MT", Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	clear: both;
	white-space: nowrap;
	overflow: hidden;
}
#topmenu ul {
	display: block;
	margin: 0;
	padding: 0;
}
#topmenu li {
	padding: 0 3px 0 0;
	margin: 0;
	list-style: none;
	float: left;
}
#topmenu img {
	padding-right: 16px;
}
#topmenu .first {
	padding-left: 0;
}
#topmenu .last {
	padding-right: 0;
	float: none;
	clear: right;
}
#submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	padding-top: 0.6em;
	clear: both;
}
#submenu ul {
	padding: 0;
	margin: 0;
	display: block;
}
#submenu li {
	padding: 0 16px 0 8px;
	margin: 0;
	list-style: none;
	float: left;
	background-image: url(images/gnubbel_gelb.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#submenu .first {
	padding-left: 0;
}
#submenu .last {
	clear: right;
	padding-right: 0;
}
#submenu .active {
	font-style: normal;
}
#submenu a {
	color: #5e4926;
	text-decoration: none;
}
#content {
	font-size: 1.3em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#footer {
	padding: 1em 159px 1em 169px;
	font-style: italic;
}
h1, h2, h3, h4, ul, ol, p, table {
	margin: 0;
	padding: 0;
}
h1 {
	display: none;
}
h2, h3 {
	font-family: "Curlz MT", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #5e4926;
}
p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #79b41e;
}
a:hover {
	color: #e53521;
}
a:focus, a:active {
	color: #03a0c6;
}

#content ul, #content ol {
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 0 0;
}
#content li {
	margin: 0;
	padding: 0.3em 0 0.3em 20px;
}
#content ul {
	list-style-position: inside;
	list-style-type: none;
}
#content ul li {
	background-image: url(images/gnubbel_gelb.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;
}
#content ol {
	list-style-position: outside;
}
#content ol li {
	padding-left: 0px;
	margin-left: 20px;
}

.entry {
	padding-bottom: 1em;
	clear: both;
	border-bottom: 2px dashed #F8D200;
}
.entrymeta {
	padding-bottom: 0.5em;
	clear: both;
}
.postinfo {
	clear: both;
	margin-bottom: 1em;
}
.postinfo div {
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.date {
	background-image: url(images/icon_date.gif);
}
.postedby {
	background-image: url(images/icon_author.gif);
	padding-left: 15px !important;
}
.comment {
	background-image: url(images/icon_comment.gif);
}
.navigation {
	padding-top: 0.5em;
}
.commentlist {
	border-bottom: 2px dashed #F8D200;
	padding-bottom: 1em;
}
.commentcount {
	font-weight: bold;
}
cite {
	font-size: 1em;
	font-weight: bold;
}
em {
	font-size: 1em;
}
.yellow {
	color: #f8d200;
}
.red {
	color: #e53521;
}
.green {
	color: #79b41e;
}
.blue {
	color: #03a0c6;
}
.alignright {
	float: right;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
.alignleft {
	float: left;
	padding-right: 1em;
	padding-bottom: 0.5em;
}
a img {
	border: 0;
}
.pre {
	font-family: "Courier New", Courier, monospace;
}


/* Froms */
textarea {
	width: 100%;
	border: 1px solid #5e4926;
}
input {
	width: 33%;
	border: 1px solid #5e4926;
}
