/*
Theme Name: Nellchen
Description: Layout for Nellchen.de
Author: Handspiel GmbH Leipzig
*/

*
{
        margin:0;
        padding:0;
}

body
{
  background-color: #94A5B0;
  background-image: url('../../../../skin/frontend/default/nellchen/images/body.jpg');
  background-repeat: no-repeat;
        color:#fff;
        font:80% Verdana,Arial,Helvetica,sans-serif;
}

#body
{
        background:#EEE;
  padding: 3px 0;
  margin-left: 6px;
}

textarea
{
        background:#ededed;
        color:#3e4a3e;
        margin:0 10px 10px 0;
        padding:.2em;
}

textarea
{
        overflow:auto;
}

.clear
{
        clear:both;
}

#wrapper
{
        width: 920px;
        color:#3e4a3e;
        height:100%;
        text-align:left;
  margin-left: 48px;
}

#search
{
        width:190px;
        float:right;
        padding: 10px 10px 5px 10px;
}

#breadcrumb
{
        margin:0 185px;
}

#sidebar
{
        display:inline;
        width:190px;
        float:right;
        clear:both;
  padding: 0 10px 10px 10px;
}

#sidebar a:link,#sidebar a:visited
{
        color:#3e4a3e;
        background:inherit;
}

#sidebar ul ul
{
        margin-bottom:15px;
}

#sidebar h2
{
        font-size:1.2em;
        margin-bottom:5px;
}

#sidebar ul li
{
        list-style:none;
        line-height:1.5em;
}

#sidebar-right,#sidebar-left
{
        width:160px;
        overflow:hidden;
        float:right;
        font-size:.95em;
        padding:10px;
}

#content
{
        background:#fff;
        color:#3e4a3e;
        margin:0 210px 0 3px;
        padding: 10px;
}

#content a:link,#content a:visited
{
        background:inherit;
        text-decoration:none;
        color:#3B4894;
}

#content a:hover,#content a:active,#content a:focus
{
        color:#3B4894;
        background:inherit;
}

#content p
{
        line-height:1.4em;
}

#content ul li
{
        list-style-image:url(images/list.gif);
}

#content h3
{
        font-size:1.1em;
}

#content h4
{
        font-size:1em;
        margin:.8em 0;
}

#content blockquote
{
        min-height:55px;
        text-align:justify;
        font-style:oblique;
        margin:20px;
}

#content pre
{
        margin:10px;
}

#content acronym,#content abbr
{
        border-bottom:1px dashed #ededed;
        cursor:help;
}

#content table
{
        border-collapse:collapse;
        margin:1em;
}

#content caption
{
        font-weight:bold;
        margin:1em 0;
}

#content th
{
        font-weight:bold;
        background:#556b56;
        border:1px solid #fff;
        color:#b8c5b7;
        padding:.2em;
}

#content td
{
        background:#ededed;
        color:inherit;
        border:1px solid #fff;
        padding:.2em;
}

#content .date
{
        width:50px;
        float:left;
        text-align:center;
        background:#ededed;
        color:#556b56;
}

#content .year
{
        display:block;
        font-size:1em;
        font-weight:bold;
        background:#556b56;
        color:#b8c5b7;
}

#content .month
{
        display:block;
        font-size:.8em;
}

#content .day
{
        display:block;
        font-size:1.8em;
        margin-top:5px;
}

#content .heading
{
        font-size:1em;
        letter-spacing:1px;
        text-align:right;
        padding:3px 0;
}

#content .post-header h2
{
        margin-left:60px;
}

#content .post
{
        margin-bottom:10px;
        overflow:hidden;
        padding:5px;
}

#content .post-info
{
        font-size:.8em;
        margin-left:60px;
        border-bottom:3px solid #ededed;
        padding:5px 0;
}

#content .post-footer
{
        font-size:.8em;
        border-top:3px solid #ededed;
        margin-top:10px;
        padding-top:5px;
}

#content .post ul,#content .post ol
{
        margin:.8em 0 .8em 2em;
}

#content .text
{
        margin-top:20px;
        padding:5px 0;
}

#content .pages
{
        margin:15px 0 0 15px;
}

#content .tags
{
        font-size:.8em;
        margin:1.5em 0;
}

#content #comments
{
        float:left;
        margin:15px 0 0 5px;
}

#content #comments ol
{
        margin-left:-8px;
}

#content #comments ol li
{
        list-style:none;
}

#content .comment-header
{
        font-size:.8em;
        padding:5px 0;
}

#content .comment,#content .comment-author
{
        margin:10px;
        padding:10px;
}

#content .comment
{
        background:#ededed;
        color:#556b56;
}

#content .comment-author
{
        background:#f9eedb;
        color:#556b56;
}

/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*        Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.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;
}
/* End captions */

.navigation
{
        font-size:.8em;
        padding:20px 0;
}

.next
{
        float:left;
        text-align:left;
        width:50%;
}

.prev
{
        float:right;
        text-align:right;
        width:50%;
}

#footer
{
        background: #618599;
        color:white;
        clear:both;
        font-size:.8em;
        padding:10px;
  margin: 0 0 10px 6px;
}

#footer a:link,#footer a:visited
{
        color:#b8c5b7;
        background:#556b56;
        text-decoration:none;
}

#footer a:hover,#footer a:active,#footer a:focus
{
        color:#ededed;
        background:#556b56;
}

.submit
{
  background-color:#618499;
  padding:2px;
  text-align:center;
  font-size:11px !important;
  border:1px solid #406a83;
  color: #FFFFFF;
}

#searchform .submit
{
  width:100%;
}

#searchform #s
{
        margin: 10px 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wp-calendar
{
        border-collapse:collapse;
        line-height:1.3em;
        margin-bottom:15px;
        color:#3e4a3e;
        background:#b8c5b7;
}

#wp-calendar caption
{
        text-align:left;
        font-weight:bold;
        font-size:1.2em;
        margin-bottom:5px;
}

#wp-calendar table.nav,#wp-calendar th,#wp-calendar td
{
        padding:1px 3px;
}

#wp-calendar #next a
{
        padding-left:1px;
        text-align:right;
}

#wp-calendar #prev a
{
        padding-right:1px;
        text-align:left;
}

#wp-calendar a
{
        display:block;
        text-decoration:none;
}

#wp-calendar tbody td a:link,#wp-calendar tbody td a:visited
{
        color:#a60b02;
        background:#b8c5b7;
}

#wp-calendar tbody td a:hover,#wp-calendar tbody td a:active,#wp-calendar tbody td a:focus
{
        color:#ededed;
        background:#b8c5b7;
}

#wp-calendar #today a:hover,#wp-calendar #today a:active,#wp-calendar #today a:focus
{
        background:#b8c5b7;
        color:#a60b02;
}

hr,#menu-header h2
{
        display:none;
}

.center,#wp-calendar th,#wp-calendar td
{
        text-align:center;
}

#content h2,#content code,#content pre
{
        font-size:1.2em;
}

#content q,#content .edit
{
        font-style:oblique;
}

#wp-calendar #today,#wp-calendar #today a:link,#wp-calendar #today a:visited
{
        background:#b8c5b7;
        color:#ededed;
}

/* begin >> CSS from nellchen.de, tidied up (with additions) */

#head
{
        position:relative;
        width:706px;
        height:114px;
}

#header
{
        position:relative;
        width:706px;
        top:0;
        left:0;
        height:20px;
  background-image: url('../../../../skin/frontend/default/nellchen/images/header.gif');
        background-repeat:no-repeat;
}

#header ul
{
        position:relative;
        width:auto;
        top:12px;
        list-style:none;
        font-size:8pt;
        float:right;
        margin:0;
        padding:0;
}

#header ul li
{
        float:left;
        display:block;
        line-height:10px;
        border-right:1px solid #fff;
        margin:0 0 0 8px;
        padding:0 8px 0 0;
}

#header ul li.no_border
{
        border:0;
        margin:0;
        padding:0;
}

#header a {
  text-decoration: none;
  font-family: Arial;
}

#header .end
{
        border-right:0 solid #fff;
}

h1 a {
  position:absolute;top:28px; left:-8px;
  display:block;
  width: 359px;
  height: 85px;
  background: url('../../../../skin/frontend/default/nellchen/images/logo.gif') no-repeat;
}

h1 a span {
  display:none;
}

.start
{
        float:left;
        font-size:8pt;
        margin:10px 0 0 8px;
}

#nellchen
{
        position:absolute;
        left:590px;
        top:28px;
        width:265px;
        height:85px;
}

#menu
{
        position:relative;
        width:730px;
        top:0;
        left:0;
        height:63px;
        font-family:georgia;
        font-size:15pt;
  overflow: hidden;
}

#menu a {
  display: block;
}

#menu ul
{
        width:730px;
        top:0;
        list-style:none;
        font-size:8pt;
        margin:0;
        padding:0;
}

#menu ul li
{
        display:block;
        float:left;
        margin:0;
        padding:0;
}

#menu img
{
        border:none;
}

#header ul li a,.start a
{
        color:#fff;
}

#header ul li a:hover,.start a:hover
{
        color:#3e4591;
}

/* end << CSS from nellchen.de, tidied up (with additions) */
