/*
Theme Name: meinMetaCoach
Description: Blog-Theme for B. Neumann @ meinMetaCoach.de
Author: Dreampainter.de - Internet & Werbeagentur
Version: 1.0
License: Non Public - Private
Tags: metacoach, coaching, meinmetacoach
*/


#content {
    border: 1px solid #E9E9E9;
    height: auto;
    min-height: 600px;
    overflow: visible;
    padding: 20px;
}

#primary,
#secondary {
    height: auto;
    overflow: visible;
}

#wrapper {
    height: auto;
    overflow: visible;
    border: 0px solid green;
} 

#content .entry-title, #content #comments-title, #content #reply-title {
   display: inline-block;
   margin: 0px 0px 10px 0px;
   padding: 0px;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: bold;
   color: #7C7C7C;
}

#content .entry-title a {
    color: #7C7C7C;
}

#content .entry-title a:hover {
	color: #EE7F01;
}

.post {
    border: 0px solid #8EACC8;
    margin: 30px 0px 30px 0px;
    padding: 0px 10px;
}

.wp-post-image {
    float: left; 
    margin-right: 10px;
    border: 0px solid #8EACC8;
}

.entry-utility { border-top: 1px dotted #7C7C7C; }
.entry-summary { display: inline; }