/*
Theme Name: LittleKnown
Theme URI: http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/
Description: Based on a design by Karsten Kuhnen (Simplicity).
Author: Scott Little
Tags: green, simple, fixed width, two columns
Version: 0.1

Notes: Inspired and created for minimalist, content focused blogs or websites. Customize, edit, poke,  prod, and adapt to your own style.

Please leave credit where credit is due so that others may find the source for your site and adapt a suitable version for their own website.

The CSS, XHTML and design is released under the GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	color: #4a7539;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #d1eeac;
	font-size: 12px;
}


blockquote {
	border-left: 4px solid #c5e88f;
        color: #19462d;
        font-size: 1.00em;
        padding-left: 10px;
        padding-right: 10px;
	margin: 10px 30px;
}

a {
	color: #83d50f;
	text-decoration: none;
        outline: none;
}

code {  background: #f5f5f5;
        border: 1px solid #cccccc;
	color: #555555;
        font: 11px;
        padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Headlines ###*/
/*#####################*/

h1 a {
	color: #468b43;
	font-weight: 100;
	text-decoration: none;
	display: block;
	font-size: 24px;
}

h1 {
	color: #468b43;
	font-weight: 100;
	font: 24px;
	margin: 0;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: left;
}

h2, h2 a {
	color: #468b43;
        font-weight: 100;
	margin: 0;
	padding: 0;
}

h3, h3 a {
	color: #468b43;
        font-weight: 100;
	margin: 15px 0 0px 0;
	padding: 0;
}

h4 {    color: #468b43;
	font: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
        }

ol, form {
	padding: 0;
	margin-left: 0;
}

p {
	line-height: 1.7em;
	text-align: left;
}

.entry {
	line-height: 1.3em;
	text-align: left;
	margin-left: 10px;
}

small {
	font-size: 10px;
}

#page {
	background: transparent;
        margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 810px;
}

/*################*/
/*### Header   ###*/
/*################*/

#header {
        background: transparent;
        overflow: hidden;
        color: #383d44;
	font-size: 13px;
        height: 150px;
	margin: 0 auto;
        text-align: left;
	padding: 0 0 0 0;
}

#blogname {
        padding-top: 60px;
}

#header h2 {
        float: left;
        font: 30px Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding: 0px 15px 0 0;
	border-right:1px solid #cccccc;
	}

#header h2 a { text-decoration:none; }

#header p {
        padding: 13px 0 0 10px;
	margin:0;
	line-height: 1em;
}

/*###################*/
/*### Topmenu ###*/
/*###################*/

#top {
          background: #4b4e52;
          border-bottom: 1px solid #dd4003;
          height: 34px;
          margin: 0 auto;
          width:100%;
          text-align: center;
          overflow: hidden;
}

#topbar { height: 34px;
          width: 810px;
          margin: 0 auto;
          padding: 0;
          text-align: center;
}

ul.topmenu {
        background: transparent;
        float: left;
        margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.topmenu li {
	float: left;
}

ul.topmenu li a {
	float: left;
	display: block;
        height: 34px;
	padding: 9px 20px 0 0px;
	color: #cbcbcb;
}

ul.topmenu li a:hover {
	color: #ffffff;
        text-decoration: none;
}

/*################*/
/*### Content  ###*/
/*################*/

#content {
	background: transparent;
        border: none;
	color: #282828;
	float: left;
	margin: 20px 0px 30px 0px;
	padding: 0 40px 0 0px;
        text-align: left;
	width: 510px;
}


#content a:hover {
        color: #669933;
        background: transparent;
        text-decoration: none;
}

#content img {
	float: left;
	margin: 3px 10px 5px 0;
        _margin: 3px 5px 5px 0;
	border: 1px solid #cccccc;
        padding: 5px;
        background-color: transparent;
}

#content a:hover img {
        border: 1px solid #777777;
        background: transparent;
}

#content h1 a:hover {
        color: #669933;
        background: transparent;
        text-decoration: none;
}

#content h2 a:hover {
        color: #669933;
        background: transparent;
        text-decoration: none;
}

#content h3 a {
        text-decoration: none;
}

#content h3 a:hover {
         color: #669933;
         background: transparent;
         text-decoration: none;
}

#content ul {
         list-style-type: circle;
         margin: 0 0 0 25px;
         padding:  0 0 0 0;
}

#page-content ul li {
         margin: 0;
         padding: 5px;
	text-align: left;
	line-height: 1.5em;
}

/*############################*/
/*#### Comments #### */
/*############################*/

#comment {
}

.commentbody {
	border: 1px solid #468b43;
	color: #468b43;
    background: #fafafa;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align: left;
}

.commentbody.alt {
	text-align: right;
}

.commentbody a {
	color: #83d50f;
    text-decoration: none;
	font-style: italic;
}
.commentbody a:hover {
	color: #c5e88f;
}

.commentbody p {
	line-height: 1.2em;
}

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}

.gravatar {
	background-color: inherit !important;
	padding: 4px !important;
	border: 1px solid #eaeaea !important;
	float: left;
	margin-right: 10px;
	margin-left: 11px;
}

.alt .gravatar {
	float: right;
}

* html .gravatar {
	position: relative;
}


/*################*/
/*### Suchfeld ###*/
/*################*/

/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar {
        text-align: left;
        margin: 20px 0px 30px 0px;
        padding: 0;
        line-height: 1.6em;
        color: #383d44;
}

.sidelist {
        background: transparent;
        margin: 0 0 20px 0;
        padding: 0;
        }

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li {
	margin: 0;
        padding: 0;
        display: block;
}

#sidebar li.linkcat,
#sidebar li.categories,
#sidebar li.pagenav

{
        border-bottom: 0px solid #cccccc;
	margin: 0;
        padding: 0;
        display: block;
	}

#sidebar li a {
        display: block;
        background-color: transparent;
        color: #83d50f;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
        border-bottom: 0;
	text-shadow: #d0f4b5 1px 1px 8px;
}

#sidebar li a:hover {
        color: #c5e88f;
        text-decoration: none;
	}

#sidebar h2{
        background: inherit;
        color: #468b43;
        font: 24px;
        font-weight: 100;
        padding: 3px 0px 3px 0px;
        margin: 10px 0 0;
}

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}


.date {
	background: transparent;
	color: #363636;
	font: 11px;
	margin: 0;
	padding: 0;
}

.postmetadata {
        background: transparent;
        font-style: italic;
        color: #468b43;
        line-height: 1.5em;
	margin: 20px 0;
	padding:3px 3px 3px 3px;
	text-align: right;
	clear: left;
}

.postmetadata a {
	background: transparent;
	color: #83d50f; 
	text-decoration: none;
}

.postmetadata2 {
        background: #d9ecb5;
        color: #468b43;
        border: 1px solid #88c800;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a {
	background: inherit;
	color: #83d50f;
        text-decoration: none;
	font-style: italic;
}

.commentheader {
        background: inherit;
        font-size: 18px;
        font-weight: lighter;
        text-align: left;
        color: #468b43;
        padding: 0;
        line-height: 1.5em;
}

.clear {clear:left;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


<!-- LittleKnown specific stuff -->

a { color: #4a7539; text-decoration: none; }

.post-separator {
	width: 70%;
	border-bottom: 1px solid #83d50f;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.post {
	padding: 10px 10px 0;
}


h1, h2, h3, h4 {
	color: #468b43;
}

a:visited { }
a:hover { text-shadow: 0px 0px 4px #c4de84; }

#container
{
	width: 800px;
	margin: 10px auto;
}

#header
{
	width: 800px;
	height: 50px;
}

.lk_image_logo {
	float: left;
}

#menu {
	padding-right: 20px;
	bottom: auto;
	top: auto;
	margin-left: 240px;
	min-height: 50px;
	max-height: 50px;
	background-color: #8bc62d;
	width: 540px;
	text-align: right;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}

.menu-item {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2%;
	margin-bottom: auto;
	margin-right: 2%;
	margin-top: 15px;
	text-shadow: 1px 1px 2px #bad47e;
	text-transform: lowercase;
	color: #4a7539;
	text-align: center;
	display: inline-table;
	font-size: 18px;
}

.menu-item a {
	color: #326830;
	text-decoration: none;
	font-weight: bold;
}

.menu-item a:hover {
	color: #ceeaa9;
}

#alpha { width: 100%;
	margin-top: 2px;
}
#beta { 
	width: 600px;
}
#gamma, #delta { width: 180px;
	float: right;
}

#page-content, #sidebar {
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 25px;
	background-color: #f0f0f0;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #8bc62d;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #8bc62d;
}

#page-content {
	min-height: 650px;
}

#copyright p {
	margin-top: 5px;
	color: #8bc62d;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.selected {
	font-style: italic;
}

h2.widgettitle {
	margin-top: 10px;
}

input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #468b43;
    font: 12px;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
	color: #468b43;
    background: #fafafa;
}

#submit {
	height: 24px;
	border: 1px solid #83d50f;
	color: #c5e88f;
    background: #468b43;
	padding-right: 10px;
	padding-left: 10px;
}

textarea {
	-webkit-border-radius: 8px;
	-moz-border-radius: 5px;
	border: 1px solid #468b43;
    font: 12px;
	color: #468b43;
    background: #fafafa;
    overflow:auto;
	padding: 5px;
	vertical-align: middle;
	width: 97%;
	margin-left: 3px;
}

.pagenavigation2 {
	padding: 10px;
	margin-bottom: 11px;
}

.lk_note {
	padding-left: 25px;
}

.product-name {
	color: #b47738;
	font-style: italic;
}
