/*  
Theme Name: kleveblog.de
Theme URI: http://www.kleveblog.de
Description: kleveblog.de - Design 2013 inkl. responsive Design
Version: 1.0
Author: clever-code.de / Christina Ehme
Author URI: http://www.clever-code.de
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #e17400;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.entry {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    color: #505050;
    padding-top: 10px;
}

.comment-author-link,
.recentcomments {
    color: #505050;
}

#headerimg {
    padding-top: 32px;
    padding-left: 10px;
    float: left;
}

hr {
    color: #cecece;
    border: 1px #cecece solid;
}

.post {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 10px;
}

.widget_nav_menu,
.jetpack_subscription_widget,
.widget_recent_comments {
    margin-left: 30px;
	margin-top: 50px;
}

#header .description {
	font-size: 13pt;
    font-weight: bold;
    float: right;
    margin-top: 65px;
    margin-right: 20px;
	color: #e17400;
}

.indexComment_meta {
    color: #505050;
}

h3 {
	font-size: 1.3em;
	}


.entry p a:visited {
	color: #b85b5a;
}

.indexCommentContent {
    clear: both;
    font-size: 9pt;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
color: #505050;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
}

#spacerBelowHeader {
    background: #e17400;
    height: 2px;
    width: 100%;
}

#header,
#contentContainer,
#buttonRowContainer,
#footer {
    width: 1025px;
    margin: auto;
}

#header {
	height: 100px;
}

#content {
    width: 725px;
    margin-bottom: 40px;
    float: left;
}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.wp-caption-text {
    font-size: 10pt;
    font-style: italic;
    margin: 0;
    margin-top: 2px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: right;
}

.widget_search {
    text-align: center;
}

.widget_search input[type="text"] {
    width: 135px;
}

.postmetadata {
	clear: left;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

a,
a:visited,
a:active,
a:hover {
    color: #e17400;
}

.add_comment a,
.add_comment a:visited,
.add_comment a:active
.add_comment a:hover {
    color: #505050;
}

.readMore {
    font-size: 11pt;
    font-weight: 700;
    float: left;
    padding-bottom: 25px;
}

.add_comment {
    padding-top: 5px;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 8pt;
}

/*	Begin Headers */
h2 {
	font-family: Arvo;
    font-size: 20pt;
    font-weight: 400;
    color: #e17400;
    padding: 0;
    margin: 0;
    text-align: left !important;
}

h2,
h2 a,
h2 a:visited {
    color: #e17400;
    font-family: Arvo;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited {
    text-decoration: none;
    color: #e17400;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

.entry img {
    padding-top: 1em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#menu-sidebar-3.
#menu-uebersicht-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-sidebar-3 li,
#menu-uebersicht-1 li {
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e9dbdb solid;
    width: 200px;
}

#menu-uebersicht-1 li a,
#menu-sidebar-3 li a,
#menu-sidebar-3 li a:active,
#menu-sidebar-3 li a:hover,
#menu-sidebar-3 li a:visited {
    color: #505050;
}

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

*/



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 300px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#footer {
    background-color: #e17400;
    min-height: 215px;
    clear: both;
    padding-left: 20px;
}

#buttonRowContainer {
    height: 40px;
    position: relative;
}

#buttonRow {
    position: absolute;
    padding-left: 10px;
}

#ulButtonRow,
#ulButtonRow div ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 5px;
    padding-top: 10px;
}

#ulButtonRow div ul li {
    clear: both;
}

#ulButtonRow div ul {
    padding-left: 30px;
    list-style-type: square;
    color: #505050;
}

#ulButtonRow li {
    float: left;
    padding-top: 4px;
}

#ulButtonRow #left {
    width: 170px;
    font-size: 11pt;
    text-align: left;
}

#logo {
  margin-left: 30px;
  margin-bottom: 20px;
}

#ulButtonRow #right {
    width: 170px;
    font-size: 11pt;
    text-align: left;
}

#recent-posts-6, #recent-posts-4, #get-recent-comments {
    display: none;
    margin-top: 5px;
}

#left div h3,
#right div h3 {
    display: none;
}

#left:hover div {
    display: block;
    position: relative;
    background-color: #e17400;
    width: 460px;
    height: 550px;
}

#right:hover div {
    display: block;
    position: relative;
    background-color: #e17400;
    width: 460px;
    height: 650px;
}

#recentcomments {
   padding-left: 20px;
    font-size: 120% !important;
}

#recentcomments li a,
#recent-posts-4 ul li {
    font-weight: bold;	
}

#get_recent_comments_wrap ul {
    padding-left: 10px !important;
}

#get_recent_comments_wrap ul li ul {
    padding-left: 40px !important;
}

#get_recent_comments_wrap ul li {
    list-style-type: none;
}

#get_recent_comments_wrap ul li ul li {
    list-style-type: square;
}

#get_recent_comments_wrap ul li ul {
    padding-top: 0 !important;
}

#get_recent_comments_wrap ul li a,
#get_recent_comments_wrap ul li a:active,
#get_recent_comments_wrap ul li a:visited,
#get_recent_comments_wrap ul li a:hover,
#recent-posts-4 ul li a,
#recent-posts-4 ul li a:active,
#recent-posts-4 ul li a:visited,
#recent-posts-4 ul li a:hover {
    color: #cecece;
    font-weight: normal;
}

.footerHeadline, #recent-posts-4 .widgettitle, #archives-3 .widgettitle {
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 15px;
    text-align: left;
    background-image: none;
    text-transform: none
}

.footerHeadline {
    margin-bottom: 15px;
}

#footerArticle {
    float: left;
    width: 336px;
    padding-right: 20px;
}

.footerContainer {
    float: left;
    width: 305px;
    padding-right: 20px;
    font-size: 10pt;
}

#sidebar {
    width: 250px;
    padding-left: 40px;
    padding-top: 40px;
    float: left;
}

.wp_bannerize div {
    padding: 5px;
}

.widget-title {
    font-size: 12pt;
    padding-bottom: 10px;
}

#footer a, #footer a:visited {
    color: #000000;
    text-decoration: none;
    font-size: 10pt;
    color: #e17400;
}

#footerArticleContainer, #footerCategoriesContainer, #footerLocalContainer, #footerOtherContainer {
    margin-left: 10px;
    text-align: left;
    background-color: #ffffff !important;
    width: 300px;
    padding: 5px;
    height: 130px;
}

#footerOtherContainer {
    text-align: left;
}

#navigationTop {
    display: none;
}

.wp_bannerize div:nth-child(1) {
    float: left;
    text-align: center;
    width: 47%;
  }

.wp_bannerize div:nth-child(2) {
    float: right;
    text-align: center;
    width: 47%;
  }

.wp_bannerize img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-bottom: 5px;
  }

.wc-shortcodes-entry-thumbnail img {
	width: 100%;
	height: auto;
	padding: 0;
}

.wc-shortcodes-post-content {
	padding: 0 10px !important;
}

.wp-block-image img {
	height: auto;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */