/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.0
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

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
-------------------------------------------------------------- */



#page {
	display: block;
	width: 840px;
	margin:auto;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1,5;
	text-decoration: none;
	font-size: 14px;
	color: #d37214;
}
#primary {
	float: left;
	margin: 10px 0px 0 0;
	padding: 10px 0 10px 0;
	width: 600px;
	background-color:#000;
}

#content {
	margin: 0 0px 0 0;
	width: 600px;
}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}


/* 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,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


h1  {
	text-decoration:none;
	font-size:18px;
	font-weight:200;
	margin: 0;
}

h2  {
	text-decoration:none;
	font-size:14px;
	font-weight:200;
	margin: 0;
}

a  {
	text-decoration:none;
	color:#d37214;
	font-weight:200;
	
}

a:hover  {
	color:#d37214;
	
}

ul, li, ol {
	padding: 0px;
	list-style:none;
	margin: 0px;
}


p {
	margin: 0px;
}


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

#site-title {
	font-size: 30px;
	height: 42px;
	width: 800px;
	margin: 60px 0 40px 5px;

}
#site-description {
	font-size: 14px;
	font-weight: normal;
}

.page-title {
	display:block;
	font-size: 14px;
	margin: 5px 0 10px 5px;

}

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

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

}
#access ul ul a:hover {

}
#access ul li:hover > ul {
	display: block;
}


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


article {
	display: inline;
	float:left;
	padding: 7px;
	margin: 0px 10px 10px 10px;
	background-color:#fff;
	width:566px;
}

#post-content {
	display: inline;
	float:left;
	background-color:#000;
	padding: 0px;
	margin: 0px 0px;
}

.entry-title {
	font-size: 24px;
}

.entry-content {
	font-style: normal;
	color: #000;
}


#content nav {
	display: block;
	margin: 0 10px 0 10px;
}
#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 {

}
.page-link {
	margin: 0 0 1em;
}

/* 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: #000;
	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 {
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}



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

#post-content img {
	display: inline;
	float:left;
	padding: 7px;
	margin: 5px 5px;
}

.gallery-item  {
	display: inline;
	float:left;
	margin: 0 0;
}


a img {
	border: none;
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 5px;
}
img.alignnone {

}

img.alignright {
	margin-left: 5px;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}

.thickbox {
	max-width: 100%;
	height: auto;
}

#TB_closeWindow {
	text-align: right;
	padding: 0px 7px 7px 0px;
}


#TB_caption {
	text-align: center;
	margin: 7px;
}



/* =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;
}



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


.widget {
	display: block;
	text-align:center;
	background-color:#000;
	margin-bottom: 3px;

}


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

#menu-listen-here {
	background-image: url(../../images/listen.gif);
	background-repeat: no-repeat;
	background-position: 70px 10px;
	background-color:#000;
	margin: 10px 0;
	padding: 40px 0 10px 0;
}

#text-3 {
	background-image: url(../../images/kontakt.gif);
	background-repeat: no-repeat;
	background-position: 50px 10px;
	height: 30px;
	margin: 10px 0;
	padding: 40px 0 0 0;
}




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

#colophon {
	padding: 1em 0 0;
	font-size:10px;
}

#site-generator {
	font-size:10px;
	}
	
	
