/* ================================================================================
 *
 * ### WordPress ###
 * Theme Name: mhm
 * Theme URI: http://www.mhm-muenster.de
 * Description: WordPress Theme for MHM - Mensch und Hund im M&uuml;nsterland eV, MHM - Green Impression ist ein kundenspezifisch erstelltes Wordpress Theme von <a href="http://www.upisdown" target="_blank">UPISDOWN - Computerservice &amp; Webdesign</a>.
 * Version: 1.0
 * Author: Patric Comin
 * Author URI: http://www.upisdown.de
 *
 *
 * @project UPISDOWN - Computerservice &amp; Webdesign
 * @version 1.0
 * @author Patric Comin
 * @copyright 2012 by Patric Comin @ UPISDOWN - Computerservice & Webdesign
 *
================================================================================= */

body {
	padding: 10px 0 20px 0;
	margin: 0;
    background-image:url('images/body.bg.gif');
    background-attachment:fixed;
	background-color: #ccc;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #564b47;
}
#container {
	margin: 0 auto 0 auto;
	width: 800px;
    background: #e3e8d0;
	text-align: left;
}
a img {
	border: none;
}
a {
	color: #456FA2;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: none;
}
ul, ol {
	margin: 4px 0 15px 35px;
	padding: 0;
}
ul ul, ol ol {
	margin: 4px 0 0 15px;
	padding: 0;
}
li {
	margin: 0 0 4px 0;
	padding: 0;
}
#header {
    background:url('images/header.jpg') no-repeat;
    width:800px;
    height:130px;
	position: relative;
}
#header img {
	display: block;
    border-bottom:10px solid #FFF;
}
#search-box {
	position: absolute;
	top: 10px;
	right: 10px;
}
#search-box form {
	margin: 0;
	padding: 0;
}
#search-box input {
	margin: 0;
	padding: 0;
	width: 160px;
	color: #888888;
}
#content {
	width: 630px;
	float: right;
	display: inline;
	margin: 20px 2px 20px 0;       
	font-size: 12px;
	border-right:5px solid #e3e8d0;
	background:#e3e8d0;
}
.post {
	margin: 0 0 10px 0;
	background:#cbd3a6;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	font-size: 1.3em;
	color: #564b47;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #564b47;
}
#content h1 a {
	color: #666;
	text-decoration: none;
}
#content h1 a:hover {
	color: #666;
	text-decoration: none;
}
#content h1.pagetitle {
	font-size: 1.1em;
	color: #fff;
	margin-bottom: 5px;
	background:#cbd3a6;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	font-size: 1.25em;
	color: #707070;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #404040;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	font-size: 1.05em;
	color: #606060;
}
#content .post-date {
	color: #707070;
	font-size: 0.8em;
	margin: 0;
	padding-right: 20px;
	text-align:right;
}
.entry > p {
	margin: 0 0 12px 0;
	line-height: 140%;
	padding:5px 20px 0 20px;
}
.entry > div {
	margin: 0 0 12px;
	padding: 5px 20px 0;
}
#content .post-info {
	color: #564b47;
	font-size: 0.8em;
	background: #e3e8d0;
	padding: 4px 8px 4px 8px;
	text-align:right;
}
#content .post-info a {
	color: #666;
	text-decoration: none;
}
#content .post-info a:hover {
	text-decoration: underline;
}
#content .single-date {
	text-align: right;
	font-size: 0.9em;
	color: #707070;
	margin-bottom: 3px;
}
#content .attachment-image {
	text-align: center;
	padding: 10px 0 10px 0;
}
.entry {
    padding:5px;
}
tr, td {
font-size:12px;
}
code {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #456FA2;
}
blockquote {
	background: #F4F4F4;
	padding: 4px 8px 4px 8px;
	margin: 5px 0 15px 0;
	font-size: 0.9em;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #808080;
}
.navigation {
	display: block;
}
#wp-calendar caption {
	text-decoration: none;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.9em;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #333;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td a {
	color: #333;
	font-weight: bold;
}
#wp-calendar td.pad:hover {
	background: #fff; 
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}
img.alignnone {
	padding: 4px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.center {
	text-align: center;
}
.dogofmonth {
    width:150px;
    height:160px;
    margin:10px 10px 0 10px;
}
#sidebar {
	width: 150px;
	float: left;
	display: inline;
	margin: 0px;
	padding-top:20px;
    background: #e3e8d0;
}
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #333;
	margin: 0 10px 2px 10px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #fff;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul ul {
	margin: 6px 0 15px 8px;
	padding: 0;
}
#sidebar ul ul ul {
	margin-bottom: 6px;
}
#sidebar li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.95em; 
}
#sidebar a {
	color: #666;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333;
	text-decoration: none;
}
#sidebar .logoList {
	text-align: center;
}
h3#comments, h3#respond {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 6px 0;
	font-size: 1.1em;
	background: #e3e8d0;
	color: #333;
	padding: 3px 10px 3px 10px;
}
ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}
ol.commentlist li {
	margin: 0;
	padding: 0;
	border-top: 8px solid #F4F4F4;
	padding: 3px 0 5px 0;
}
ol.commentlist li.alt {
	border-top: 8px solid #E8E8E8;
}
ol.commentlist .comment-date {
	width: 35%;
	float: right;
	text-align: right;
	font-size: 0.9em;
	display: inline;
}
ol.commentlist .comment-author {
	width: 55%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0;
	font-size: 1.2em;	
	color: #808080;
	display: inline;
}
ol.commentlist .comment-date a, ol.commentlist .comment-author a {
	text-decoration: none;
}
ol.commentlist .comment-date a:hover, ol.commentlist .comment-author a:hover {
	text-decoration: underline;
}
ol.commentlist .comment-text {
	clear: both;
}
form#commentform textarea {
	width: 100%;
}
form#commentform label {
	font-size: 0.9em;
}
#footer {
	background:url('images/body.bg.gif') #fff;
	border-top:1px solid #564b47;
	padding:5px 15px;
	margin:0 auto;
	color: #ccc;
	font-size: 0.75em;
	text-align: left;
	clear: both;
}
#footer a {
	color: #cbd3a6;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
.realisierung {
text-align: left;
}

h5 { margin: 5px 0; }

.floatbox { display: table; width: 100%; }
