/*
Theme Name: Toolbox
Description: An ultra-minimal HTML5 starter theme.
Author: The Automattic Theme Team
Author URI: http://themeshaper.com/
Version: 0.3
Tags: translation-ready, microformats, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* =Structure
-------------------------------------------------------------- */

a{
  color:#666;
}

a:hover{
  color:#333;
}

a:visited{
  color:#444;
}

#branding a{
	text-decoration:none;
	color:#999;
}

#page {
	display: block;
	margin: 1em;
        font-family:Verdana;
        font-size:12px;
        color:#666;
        margin:auto;
        width:800px;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	margin-top:40px;
}
#content {
	margin: 0 200px 0 0;
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 150px;
}
#colophon {
	clear: both;
	display: block;
	font-size:9px;
	text-align:center;
	margin-top:30px;
	line-height:180%;
	margin-right:200px;
	border-top:1px solid #DDD;
	padding-top:10px;
}

/* Increase the size of the content area for templates without sidebars */

.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}

#branding{
	float:left;
	width:300px;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	color:#999;
}
#site-description {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	margin-left:10px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: none;
	display: block;
	float: right;
	margin:0;
	width: auto;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	float: left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul ul a:hover {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0 0;
}
.page-link {
	margin: 0 0 1em 0;
}

/* 404 page */

.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */

.post .notice,
.error404 #searchform {
	background: #EEE;
	display: block;
	padding: 1em;
}

/* Image Attachments */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #EEE;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */

.required {
	color: #CC0033;
}


/* =Comments
-------------------------------------------------------------- */

#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area {
	background:none;
}
.widget-area ul {
	list-style: none;
	padding: 0;
}
.widget-area ul ul {
}

.widget-area li{
	margin-bottom:5px;
	font-size:10px;
}

.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

/* =WordPress basics
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

blockquote.eyecatcher
{
	font-size: 10px;
	line-height: 200%;
	width: 240px;
	margin: auto;
	margin-top: 50px;
	background-image: url(/images/cornerLT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:1px 10px;
}

.eyecatcher p{
	background-image: url(/images/cornerRB.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0px 10px 10px 10px;
}

.page-title{
	font-size:12px;
	font-weight:normal;
	color:#999;
}

.entry-meta{
	font-size:9px;
}

.widget-title{
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	background-color:#999;
	padding:1px 5px;
}

#bookmarkcloud{
	line-height:120%;
}

#bookmarkcloud a{
	text-decoration:none;
	margin-bottom:20px;
	color:#DDD;
}

#bookmarkcloud a:hover{
	text-decoration:none;
	margin-bottom:20px;
	color:#FC3;
}

.entry-summary p{
	line-height:150%;
}

#content nav{
	font-size:9px;
}

.nocomments{
	font-style:italic;
}

.entry-meta{
	border-top:1px solid #FC3;
	padding-top:5px;
}

.weiterlesen{
	margin-bottom:10px;
}