/*
Theme Name:     Ari - McDope's Anpassungen
Theme URI:      http://blog.mcdope.org/
Description:    Child theme for the Ari theme 
Author:         Tobias Baeumer
Author URI:     http://blog.mcdope.org/
Template:       ari
Version:        0.1.0
*/

@import url("../ari/style.css");

@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);


.parallaxBack-1 {
  /* background: url('images/escheresque_ste_inv.png') repeat; */
  background: url('images/para.png') repeat;
  position: fixed;
  width: 100%;
  height: 300%;
  top:0;
  left:0;
  z-index: -2;
}


.parallaxBack-2 {
  /* background: url('images/escheresque_ste_inv.png') repeat; 
  background: url('images/geek.png') no-repeat;*/
  background-position: right bottom;
  position: fixed;
  width: 100%;
  height: 300%;
  z-index: -1;
}

.boxed, .widget-container, .logo, .post, #page, #yoast_breadcrumbs, h1.archive {
    background: none repeat scroll 0 0 #FEFEFE;
    background: rgba(254, 254, 254, .7);
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);   
    text-shadow: 0 1px 1px #FFFFFF;
    padding: 5px!important;
}

.logo {
	margin-top: 14px!important; 
}

body {
	background: none repeat scroll 0 0 #FAFAFA;
	background-attachment: fixed;
	background-color: #EEEEEE;
	background-image: url("images/bg-light.jpg");
	background-position: 0 0;
	background-repeat: repeat;
}

ul.sidebar li.widget-container, ul.sidebar li.pagenav, ul.sidebar li.categories {
    /* border-bottom: 1px dotted #4C4C4C; */
    border-bottom: none;
}

#yoast_breadcrumbs {
/*        border-bottom: 1px dotted #4C4C4C; 
	font-family: 'Droid Serif',Times,serif;*/
	font-size: 12px;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

ul.sidebar li.widget-container {
	margin: 0 0 15px;
}

ul.sidebar li.widget_sociallinks a {
	background: none !important;
	padding: 5px;
}

ul.sidebar li.widget_sociallinks {
	display: inline-block;
}

li.widget_social_links_fa ul {
	text-align: center;
}

.similiarPostsLI {
	padding: 0px!important;
	line-height: auto!important;
	font-size: 11px!important;
}

.similiarPostsUL {
	padding: 0px!important;
	padding-left: 20px!important;
	/* padding-bottom: 20px!important; */
	line-height: auto!important;
}

.li1, .li2, .de1, .de2 {
	font-size: 11px!important;
	padding: 0px!important;
	line-height: auto!important;
	font-family: 'Source Code Pro', sans-serif!important;
}

ol {
	padding-top:0px!important;
}

select.postform {
	margin:0px 4px 0px 0px;
	padding:4px 7px 4px 7px;
	float:right;
	background:#4C4C4C;
	border:none;
	font-family:'Droid Sans', arial, sans-serif;
	font-size:1em;
	color:#fff;
	cursor:pointer;
	width: 97%;
}

#content {
	font-size: 12px;
	min-width: 62.5%!important;
	max-width: 75%!important;
	width: 75%;
	padding: 0px;
}

#content .post p, #content .page p {
	font-size: 12px;
	line-height:18px;
}

#content .post p small {
	font-size:11px;
}

#comment-submit { 
	margin:0px 4px 0px 0px!important;
	padding:4px 7px 4px 7px!important;
	float:right!important;
	background:#4C4C4C!important;
	border:none!important;
	font-family:'Droid Sans', arial, sans-serif!important;
	font-size:1em!important;
	color:#fff!important;
	cursor:pointer!important;
}

#wrap {
	max-width: 1200px; 
	margin-top: 0px;
}

pre, code { 
	font-family: 'Source Code Pro', sans-serif!important;
}

#main {
	margin-top: 15px;
}

.search-input {
	max-width: 80%;
	width: 80%;
	margin: 0px;
	background: none repeat scroll 0 0 #4C4C4C;
	border: 1px solid;
	border-color: #4C4C4C;
	color: #FFFFFF;
    	font-family: 'Droid Sans',arial,sans-serif;
	padding: 2.5px;
	transition: background-color 0.3s, border-color 0.3s ease 0s;
}

.search-input:hover, .search-input:focus {
	border: 1px solid;
	border-color: #88C34B;
	background-color: #88C34B;
}

select#cat:hover {
	background-color: #88C34B;
}

#searchsubmit:hover, form#commentform p.form-submit input#submit:hover, input.wpcf7-submit:hover, select#cat:hover,
#searchsubmit, form#commentform p.form-submit input#submit, input.wpcf7-submit, select#cat {
	transition: background 0.3s ease 0s;
}

#content .post, #content .page {
    border-bottom: 0px;
}

#content .post #comments-content #respond h3#reply-title {
	border-bottom: 0px;
}

/* Infinite Scroll related
html body.infinite-scroll div#wrap.clearfix div#main div#content p.previous, html body.infinite-scroll div#wrap.clearfix div#main div#content p.next {
	display: none;
} */


#content .post p.meta, #content .page p.meta {
	background: none;
	padding: 0px;
	margin: 0px;
}

/* http://www.drweb.de/magazin/wordpress-und-social-media-statische-teilen-buttons-sorgen-fuer-mehr-geschwindigkeit-52967/ */
.share-buttons { border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; margin: 10px 0; padding: 20px 0; position: relative; line-height: 1; text-align: center; }
.share-buttons a { text-decoration: none; margin-right: 20px; border-radius: 3px; text-align: center; color: #fff; padding: 5px 15px 5px 15px;}
.share-buttons a:hover { text-decoration: none; }
.share-buttons a.twitter {background: #5DB5DE;} 
.share-buttons a.facebook {background: #3D62B3;} 
.share-buttons a.googleplus {background: #D34836;} 
.share-buttons a.googleplus:hover {background: #f75b44}
.share-buttons a.facebook:hover {background: #4273c8} 
.share-buttons a.twitter:hover {background: #32bbf5}

.borderBottomPseudoBox, #content .post p.meta, #content .page p.meta, div#mc_sayfa_sayac, div#mc_similiar_posts {
	border-bottom: 1px dashed #ddd; 
	padding-bottom: 10px;
}

div#mc_sayfa_sayac, div#mc_similiar_posts {
	padding-top: 10px;
}

#mc_similiar_posts > h4 {
	padding: 0px;
}

#comments-content ol li.post.pingback {
	margin: 10;
}

#mc_post_bottom_ads {
	text-align: center;
}

.screen-reader-text { position: absolute; left: -1000em; }
