/*
Theme Name: nameless
Theme URI: http://koch-werkstatt.de
Description: The Theme without a name
Version: 1.0
Author: Karsten Kuhnen
Author URI: http://koch-werkstatt.de
*/

body {
      background: #e5e5e5;
      color: #000;
      margin: 0;
      padding: 60px 0;
      font: 14px 'helvetica', arial, sans-serif;
      text-align: left;
}


#main_wrapper { 

}

/* ### header ###*/
#header {
     margin: 0 0 0 100px;
     width: 600px;
     background: #e5e5e5;
     height: 80px;
     padding: 20px 40px 0px 40px;
     overflow: hidden;
}


#logo {
     width: 600px;
     padding: 10px 0 20px 0;
}

#logo a {
     font: 28px 'helvetica', arial, sans-serif;
     font-weight: bold;
     padding: 20px 0 0px 0;
     text-shadow: 0px 1px 1px #fff;
}


/* ### content ###*/

#content {
     background: #e5e5e5;
     margin: 0 0 0 100px;
     padding: 0px 40px 0px 40px;
     text-align: left;
     width: 600px;
}

/* ### footer ###*/

#footer {
     background: #e5e5e5;
     margin: 0 0 0 100px;
     padding: 0px 40px 20px 40px;
     text-align: left;
     width: 600px;
}

.footer_text {
     float: left;
     font: 10px 'helvetica', arial, sans-serif;
     width: 600px;
     padding: 20px 0 0 0;
     margin: 0;

}

#footer_text a {
     border-bottom: 1px dotted #000;
     padding: 3px 0px 1px 0px;
}


#footer_text a:hover {
     color: #ff0000;
     font-weight: normal;
     border-bottom: 1px dotted #ff4200;
     padding: 3px 0px 1px 0px;
}


/* ### content styling ###*/

ul, ol {
     margin: 0;
     padding: 0;}

p {
     line-height: 1.5em;
     text-align: left;
}

small {
     font-size: 0.9em;
     margin: 0 0 0 3px;
}

blockquote {
     background: #fff url(images/bquote.gif) no-repeat top left;
     color: #000;
     font-style: italic;
     margin: 0 0 0 0;
     padding: 0px 20px 5px 30px;
}

code {
     font: 14px 'helvetica', arial, sans-serif;
     color: #DD433D;
     line-height: 1.3em;
     font-weight: normal;
}

a {
     color: #000;
     font-weight: normal;
     text-decoration: none;
     outline: none;
}

a:hover {
     color: #666;
     text-decoration: none;
     outline: none;
}

img {
     border: none;
}

.entry h2, .entry h2 a, h2, h2 a {
     font-size: 16px;
     color: #000;
     font-weight: bold;
     text-align: left;
     margin: 0px 0 5px 0px;
     padding: 0;
     border: none;
     display: block;
     line-height: 1.3em;
}

.entry h2 a:hover {
     color: #ff0000;
     font-weight: bold;
     margin: 0 0 5px 0px;
     padding: 0;
     border: none;
     line-height: 1.3em;
}

.entry h3, .entry h3 a {
     font-size: 16px;
     font-weight: bold;
     color: #000;
     margin: 0;
     padding: 5px 0 0 0px;
}

.content_left h4 {
     color: #000;
     font: 14px georgia, serif;
     font-weight: normal;
     font-style: italic;
     padding: 0 0 40px 0;
     margin: 0;
}

.content_left {
     float: left;
     margin-top: 12px;
     width: 600px;
     padding: 0;
}


.post {
     width: 600px;
     padding: 0;
}


.entry {
     float:right;
     padding: 0 0 10px 0;
     width: 600px;
     line-height: 1.5em;
     text-align: left;
}

.entry a {
     color: #000;
     font-weight: bold;

}

.entry a:hover {
     color: #666;
     font-weight: bold;
}

.entry img {
     float: left;
     width: 300px;
     background: #fff;
     margin: 5px 5px 5px 0px;
     border: none;
     padding: 5px;
     border: 1px dotted #ccc;
}

.entry a img {
     float: left;
     width: 300px;
     background: #fff;
     margin: 5px 5px 5px 0px;
     padding: 5px;
     border: 1px dotted #ccc;
}

.entry a:hover img {
     float: left;
     width: 300px;
     background: #f9f9f9;
     margin: 5px 5px 5px 0px;
     padding: 5px;
     border: 1px dotted #aaa;
}


.entry ul {
     margin: 0 0 0 0px;
     list-style: none;
     list-style-position: outside;
}

.entry ol {
     margin: 0 0 0 0px;
     list-style-position: outside;
}

.entry li {
     background: transparent url(images/bgli.jpg) repeat-x;
     margin: 0;
     padding: 15px;
     border-bottom: 0px dotted #ccc;
}

.discription {
     float: left;
     width: 100px;
     font-size: 12px;
     font-weight: normal;
}

.pages {
     float: right;
     width: 470px;
     font-size: 18px;
     font-weight: bold;
     text-shadow: 0px 1px 1px #fff;
}

/* ### fixes ### */

.floatleft {
     float: left;
     margin: 5px 8px 3px 0;
}

.floatright {
     float: right;
     margin: 5px 10px 3px 8px;
}

.left {
     float: left;
     white-space: nowrap;
}

.right {
     float: right;
     white-space: nowrap;
}

.clear {
     clear: both;
}

.clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.clearfix {
     display: inline-block;
}

.fix:after{
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.fix{
     display: inline-block;
}

* html .fix{
     height: 1%;
}

.fix{
     display: block;
}

.alignleft {
     float: left;
     text-align: left;
}

.alignright {
     float: right;
     margin-top: -1px;
     text-align: right;
}

/* Hide from IE Mac \*/
.clearfix {
     display: block;
}
/* End hide from IE Mac */


