/*
Theme Name: Olaf Maikopf
Theme URI: http://kreativ-ackern.de/
Author: Wladislav Miller
Author URI: http://wladislav-miller.de/
Description: Olaf Maikopf Standard Template.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

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

body {
	background-image: url(images/bg.png);
	margin: 0;
	padding: 0;
}

#page {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

body #page {
	font-family: Verdana;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #545447;
	font-weight: bold;
}
h1 {
	color: #656351;
	margin: 0;
}
#primary {
	float: left;
	width: 650px;
}
#main {
	float: left;
	margin: 20px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 330px;
	margin: 0 0 0 20px;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	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;
}


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

#logo {
	background-image: url(images/logo.png);
	margin: 60px auto;
	width: 533px;
	height: 233px;
}


/* =Kante
-------------------------------------------------------------- */

#kante {
	background: #ccc9ac;
	float: left;
	width: 100%;
	height: 10px;
}

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

#access {
	background: #261819;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-khtml-border-radius-topleft: 20px;
	-khtml-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	height: 60px;
}
#access ul {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	list-style: none;
	margin: 0;
	padding-left: 2em;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	text-transform: uppercase;
	color: #fff;
	line-height: 2em;
	margin: 20px 10px 0;
	display: block;
	height: 40px;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	background: #ccc9ac;
	display: none;
	float: left;
	position: absolute;
	top: 3,5em;
	list-style: none;
	padding-left: 0;
	left: 1em;
	z-index: 99999;
}
#access ul ul ul {
	width: 100%;
	left: 100%;
	top: 0;
}
#access ul ul a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	width: 200px;
	color: #fff; 
	line-height: 2em;
	margin: 10px 10px 0;
	height: 25px;
	padding: 0 1em;
	text-decoration: none;
}
#access li:hover > a {
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	background: #ccc9ac;
	color: #000;
}
#access ul ul a:hover {
	background: none;
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
.current_page_item a {
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	background: #ccc9ac;
	color: #000 !important;
}


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

#content {
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	float: left;
	width: 630px;
	padding: 10px;
	margin: 0 0 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ccc9ac;
}
#contentmain {
	float: left;
	width: 100%;
}
articles {
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	float: left;
	width: 630px;
	padding: 10px;
}
#bild {
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px 30px 0 20px;
}
#fuelle {
	float: left;
	width: 470px;
}
#beitrag {
	float: left;
	margin: 0 0 20px;
}
.entry-title {
	color: #261819;
	font-size: 18px;
	margin: 0;
}
.entry-title a {
	color: #261819;
}
.page-title {
	display: block;
	margin: 0 0 20px;
}
.entry-meta {
	clear: both;
	display: block;
}
.entry-meta a {
	color: #a4a451;
}
.entry-content {
	line-height: 2em;
}
.single-author .entry-meta .byline {
	display: none;
}
#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;
	float: left;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

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

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


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

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
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,
.wp-caption {
	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: 1em;
}
img.alignright {
	margin-left: 1em;
}
.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;
}


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

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

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}



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

.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 0;
	text-align: center;
}
.commentlist {
	float: right;
	list-style: none;
	margin: 0 auto;
	width: 100%;

}

.commentlist > li.comment {
	margin: 0 10px 0 24px;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-author {
	margin: 20px 0 0 0;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	margin: 0 0 30px 0;
}
.comment-content {
	margin: 0 60px;
	line-height: 2;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	margin: 10px;
}
.commentlist > li.pingback:before {
	content: '';
}
a.comment-reply-link {
	display: none;
}




/* Comment Form */
#respond {
	float: left;
	background: #f2f2f2;
	-moz-border-radius: 3px;
	margin: 20px 0 1.625em;
	padding: 1.625em;
	width: 550px;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 11px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



/* =Widgets
-------------------------------------------------------------- */
aside {
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 310px;
	padding: 10px;
	margin: 0 0 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ccc9ac;
}
.widget {
	display: block;
}
.widget-title {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


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

#colophon {
	background: #261819;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ccc9ac;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-khtml-border-radius-bottomleft: 20px;
	-khtml-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	clear: both;
	display: inline-block;
	height: 100%;
	width: 100%;
}
#copy {
	clear: both;
	display: block;
	margin: 2em 0;
	font-size: 9px;
}
adown {
	float: left;
	display: block;
	margin-left: 30px;
}
adown .widget-title {
	color: #000;
	background: #ccc9ac;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 2em;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
adown ul {
	list-style: bullets;
}
adown li {
	color: #fff;
	font-size: 22px;
}
adown a {
	font-size: 12px;
	color: #fff;
	
}