/*
Theme Name: nohuddleoffense
Theme URI: http://www.nohuddleoffense.de/
Description: My theme
Author: nohuddleoffense.de/
Author URI: http://www.nohuddleoffense.de/
Version: 3.0

License: Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.
License URI: http://creativecommons.org/licenses/by-nc-nd/3.0/
*/

html, body, #container {
    margin: 0;
    padding: 0;
    height: 100%;
}
body > #container {
    height: auto;
    min-height: 100%;
    background: #eee;
}
body {
    background-color: #fff;
    font-size: 1.0em;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    line-height: 1.8em;
    color: #444;
    margin: 0;
}
#left {
    float: left;
    width: 62%;
    background-color: #fff;
}
#right {
    float: right;
    width: 38%;
    background-color: #eee;
}
#content {
    padding: 2em;
    margin: 10% 0 0 12em;
}
#sidebar {
    padding: 1em;
    margin: 0 10% 0 10%;
}

#end {
    clear: both;
}
.entry {
    margin-bottom: 4em;
    border-bottom: 1px dashed #444;
}

/* menu */

#navmenu ul {
    list-style-type: none;
    list-style-image: none;
    background: #888;
    padding-left: 14em;
    margin: 0;
}

#navmenu .home {
    font-weight: bold;
    border-bottom: 2px solid #95b143;
}

#navmenu .current_page_item {
    font-weight: bold;
    border-bottom: 2px solid #fb0;
}

#navmenu li {
    margin: 0.2em 0.5em 0.2em 0.5em;
    display: inline-block;
}

#navmenu li a {
    text-decoration: none;
    color: #fff;
}

#navmenu li a:hover {
    font-weight: bold;
}

/* comment box */    

#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

blockquote {
    background: #eee;
    border-left: 2px solid #aaa;
    padding: 10px;
}

/* fonts */

p {
    text-align: justify;
}

p.postmetadata {
    clear: both;
    font-size: 0.8em;
}

#content h2, #content h2 a {
    font-family: Georgia, Serif;
    color: #95b143;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
}

#content a {
    color: #95b143;        
}

#sidebar a {
    color: #444;
}

#sidebar a:hover {
    background: #a5d1e2;
}

#sidebar h1 a {
    color: #95b143;
    font-family: Georgia, Serif;
    text-decoration: none;
}

#sidebar h2, #sidebar h2 a {
    font-family: Georgia, Serif;
    color: #95b143;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

#sidebar small {
    font-family: Georgia, Serif;
    font-style: italic;
}

#sidebar small:after {
    content: ".";
    display: block;
    height: 6em;
    clear: both;
    visibility: hidden;
}

#sidebar li a {
    text-decoration: none;
}

/* img */

img {
   border-style: none;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px;
}

.alignright {
   float: right;
   margin: 5px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

