@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------------------

	Description: 
	Author: Melanie Below
	Author URI: http://www.the-mel.de
	<link rel="stylesheet" href="css/nerminsgarten.css">

----------------------------------------------------------------------------------- */

body a {
	color: #444;
}

body a:hover {
	color: #444;
}

.blog-menu a {
padding: 26px 14px;
color: rgba(255,255,255,0.9);
}

::selection {
	background: #3b4e71;
	color: #333;
}

/* POST */


.post-meta {
font-size: 0.6em;
}

.post-title a {
color: #83be43;
}

.post-content hr {
width: 100%;
height: 3px;
background: #EEE;
margin: 2em auto;
border: 0;
}

.post-content a.more-link:hover {
background: #83be43;
}

.post-content a.more-link {
background: #3b4e71;
}

/* WIDGET */


.textwidget img {
box-sizing: border-box;
padding: 5px;
border: 1px solid #EEE;
}

.widget_search #searchsubmit:hover {
background: #3b4e71;
border-color: #3b4e71;
}

.post-content input[type="submit"] {
background: #3b4e71;
}

/* SITEBAR RIGHT */

.sidebar .widget-content {
background: #edf5de;
padding: 19px;
border-radius: 2px
}

.sidebar .widget {
	padding-bottom: -18%;
	border-bottom: none;
	margin-bottom: -9%;
}

.sidebar .widget_search .widget-content,
.sidebar .widget_calendar .widget-content{
	background: #FFF; !important
	border-radius: 0px;
	border: 1px solid #edf5de;
}

.sidebar .widget-content .textwidget img {
/* box-sizing: border-box; */
padding: 0;
border: 0px;
}

.sidebar .widget-content a:hover {
	color: #333;!important
}

.sidebar .widget-content a {
	color: #83be43;!important
}

.sidebar .widget-content .widget-title {
	margin-bottom: 16px;
	color: #83be43;
	font-size: 15px;
	padding: 20px 0px -2px 0px;
}


/* FOOTER */

.widget-title {
margin-bottom: 30px;
color: #83be43;
}

.widget_meta a {
 color: #FFF;!important
}

.widget_text a {
 color: #FFF;!important
}

.widget_meta a:hover {
color: #3b4e71;!important
}

.footer .widget-content {
color: #FFF;!important
line-height: 2em;
}

.footer .widget-content ul li {
border-top-color: rgba(255,255,255,0.5);
color: #FFF;
}

.credits, .credits a {
color: #FFF;
}

.credits a:hover {
color: #3b4e71;
}

.credits.no-padding {
font-size: 0.7rem;
}

.credits-inner {
border-top: 1px solid rgba(255,255,255,0.5);
text-transform: uppercase;
letter-spacing: 1px;
}