/*  
Theme Name: MB
Description: Ein Theme f&uuml;r Marcus Bittner.
Version: 1
Screendesign: Michael Zimmermann / http://michaelzimmermann.com
Author: Daniel Ehniss
Author URI: http://depone.danielehniss.de 

*/

/* Gesamt */
body {
    background-color: #fff;
    color: #666;    
    font-size: 100%;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    }

#page {
    margin: 0px auto;
    width: 950px;
    text-align: left;
    }

/* Ende Gesamt */

/* Header */

#header {
    background: url(/wp-content/themes/MB/img/bg_header.jpg) top left no-repeat;
    width: 950px;
    height: 133px;
    }

#headerimg {
    float: left;
    margin: 2px 0 0 5px; 
    }

#zitat {
    color: #fff;
    font-size: 0.75em;
    height: 65px;
    margin: 31px 0 0 762px;
    padding: 4px;
    position: absolute;
    width: 165px; 
    }

/* Ende Header */

/* Inhaltsbereich */

#container {
    font-size: 0.9em;
    width: 950px;
    }
    
#content {
    line-height: 1.2em;
    margin: 0 0 0 9px;
    width: 743px;
    float: left;
    }

.post {
    margin: 15px 0 60px 0;
    }

.pagetitle {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #e60042;
    text-align: right;
    font-size: 1.0em;
    margin: 0;
    padding: 0px 6px 0px 0;
    text-transform: uppercase;
    }

.detail {
    float: left;
    margin-top: -31px;
    width: 170px;
    font-size: 0.8em;
    line-height: 1.2em;
    }    

.seitendetail {
    position: absolute;
    margin: -19px 0 0 -184px;
    width: 170px;
    line-height: 1.2em;
    float: left;
    }

.entry {
    font-size: 0.9em;
    margin-left: 180px;
    width: 556px;
    }

.post h2, .post h3 {
    font-size: 1.0em;
    margin-left: 180px;
    }

.post h2 a, .post h3 a {
    background-color: #e60042;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 35px 1px 10px;
    }

h2.seite {
    margin-left: 0px !important;
    background-color: #e60042;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 35px 1px 10px;
    display: inline;
    font-size: 1.1em;
    }

a, a:visited {
    color: #e60042;
    text-transform: uppercase;
    text-decoration: none;
    }
    
.detail a, .detail a:visited {
    color: #b1bc00;
    text-decoration: none;
    text-transform: none;
    }

span.ks {
    display: none !important;
    }

/* Ende Inhaltsbereich */


/* Seitenleiste */

#sidebar {
    margin: 0 0 0 757px;
    width: 182px;
    font-size: 1em;
    }

#sidebar h2 {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #00a2b9;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 0 0px 6px;
    margin: 20px 0 10px 0;
    }

#sidebar h2.oben {
    margin: 0 0 10px 0 !important;
    }

#sidebar a, #footer a {
    color: #00a2b9;
    text-decoration: none;
    text-transform: none;
    }

a:hover, #sidebar a:hover, .detail a:hover {
    background-color: #ededed;
    }

.current_page_item a:hover {
    background-color: #00a2b9 !important;
    }

/* Ende Seitenleiste */

/* Kommentarbereich */

#comments, #respond, #commentform {
    margin: 20px 0 0 184px;
    width: 535px;
    }

.commentlist, #comment {
    margin: 20px 0 0 184px;
    width: 555px;
    }

cite.cautor a, cite.cautor p  {
    text-transform: none;
    margin: 0px 0 2px 5px;
    font-style: normal;
    }

.commentmetadata a {
    text-transform: none !important;
    margin: 0 0 2px 5px;
    }

#author, #email, #url {
    border: 1px solid #ccc;
    padding: 2px;
    color: #666;
    }

#comment {
    margin: 0px;
    width: 549px;
    border: 1px solid #ccc;
    padding: 5px 2px;
    color: #666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    }

input#submit {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 10px;
    color: #666;
    }

input#submit:hover {
    background-color: #ededed;
    }

.commentlist p {
    margin: 10px 2px;
    }

.commentlist li.alt {
    border: 1px solid #fff;
    }

.nocomments {
    margin-left: 180px;
    width: 555px;
    }

h3#comments {
    color: #e60042;
    border-bottom: 1px solid #ccc;        
    border-left: 1px solid #ccc; 
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 15px 1px 7px;
    width: 532px;
    font-weight: normal;
    }

h3#respond {
    color: #e60042;
    border-top: 1px solid #ccc;        
    border-left: 1px solid #ccc; 
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 15px 1px 7px;
    font-weight: normal;
    width: 532px;
    }

.commentlist, #commentform {
    font-size: 0.9em;
    }

.com {
    line-height: 1.2em;
    }

#commentform a {
    text-transform: none;
    }


.navigation {
    margin: 5px 0px 5px 180px;
    width: 555px;
    }
    

.alignleft {
    float: left;
    }

.alignright {
    float: right;
    }

/* Ende Kommentarbereich */

/* Seitenabschluss */

#footer {
    width: 950px;
    height: 30px;
    background: url(/wp-content/themes/MB/img/bg_footer.jpg) top left no-repeat;
    margin: 0 0 20px 0;
    clear: both;
    }

.ftext {
    margin: 10px 0 0 766px;
    font-size: 0.7em;
    position: absolute;
    }

/* Ende Seitenabschluss */


/* Bilder */
img {
    border: none;
    }

.logo {
    border: none;
    display: inline;
    }

.avatar {
    float: left;
    margin: 2px 2px 0 2px;
    }

img.alignleft {
    float: left;
    margin: 3px 20px 20px 0px;
    padding: 0;
    }


img.alignright {
    float: right;
    margin: 3px 0px 20px 20px;
    padding: 0;
    }

/* Ende Bilder */

/* Listen */

.detail ul, #sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

.detail li, #sidebar li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    }

#sidebar ul li ul {
    padding: 3px 0 2px 10px;
    font-size: 0.8em;
    }

#sidebar .page_item {
    font-weight: bold;
    padding: 3px 0 2px 10px;
    margin: 0 0 3px 0 !important;
    font-size: 0.95em;
    }

#sidebar .current_page_item, #sidebar .current_page_item:hover {
    background-color: #00a2b9 !important;
    }

#sidebar .current_page_item a {
    text-transform: uppercase;
    color: #fff;
    }

#sidebar li.page_item a {
    text-transform: uppercase;
    }
    
#sidebar .page_item:hover {
    background-color: #ededed;
    color: #00a2b9 !important;
    }

#sidebar ul li ul li.page_item a {
    text-transform: none;
    font-weight: normal;
    }

#sidebar ul li ul li.page_item a:hover {
    background-color: #ededed !important;
    color: #00a2b9 !important;
    }

#sidebar ul li ul li.current_page_item a:hover {
    background-color: #00a2b9 !important;
    color: #fff !important;
    }

ol.commentlist {
    list-style: none;
    padding: 0;
    line-height: 1.0em;
    } 

.commentlist li {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 5px;
    }
    
/* Ende Listen */

/* Kontaktformular */

.linklove {
    display: none;
    }

.cform {
    font-family: Helvetica, Arial, sans-serif;
    color: #666 !important;
    width: 556px !important;
    }

.cform fieldset {
    background: none !important;
    border: none !important;
    }

div.cf_info {
    width: 522px !important;
    }

.cform .cf_error, ol.cf-ol li.cf_li_err {
    border-top: 1px solid #e60042 !important;
    border-bottom: 1px solid #e60042 !important;
    }

.cform textarea, .cform input {
    width: 300px !important;
    }

.cform textarea, .cform input, .cform select {
    border: 1px solid #ccc !important;
    }

.cform input.sendbutton {
    width: 100px !important;
    background: none !important;
    border: 1px solid #ccc !important;
    margin: -14px 0 0 310px !important;
    }

.cform input, .cform textarea, .cform select {
    background-color: #fff !important;
    color: #666;
    }

.cform input:hover, .cform textarea:hover, .cform select:hover {
    background-color: #fff !important;
    }

div.success {
    background: none !important;
    color: #666 !important;
    }

input.kfeld {
    border: 1px solid #ccc;
    width: 190px;
    padding: 3px 5px;
    }

label {
    display: block;
    width: 130px;
    float: left;
    padding: 3px 0px;
    }

textarea.kfeld {
    border: 1px solid #ccc;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    padding: 3px 5px;
    width: 320px;
    }

/* Ende Kontaktformular */

/* Dopplr */
.dopplr-badge {
    background: none !important;
    border: none !important;
    color: #666 !important;
    padding: 0em !important;
    }

.dopplr-badge p {
    font-size: 0.8em !important;
    }

#dopplr-logo-img, .d-status {
    display: none;
    }

.dinfo {
    font-size: 0.8em;
    margin-bottom: 0px !important;
    }

.dfeed {
    background: url(/wp-content/themes/MB/img/feedicon_b.png) no-repeat top left;
    padding: 0px 0 0px 18px;
    font-size: 0.8em;
    }

.rss-date {
    display: block;
    }

.rsswidget img { 
    float: right;
    margin-right: 7px;
    }

h2.widgettitle a {
    text-transform: uppercase !important;
    }

/* Ende Dopplr */

/* Feed */
.feed {
    background: url(/wp-content/themes/MB/img/feedicon_b.png) no-repeat top left;
    padding: 0px 0 0px 18px;
    }
/* Ende Feed */