﻿/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
@font-face {
	font-family: openDyslexic;
	src: url(//manuelcheta.ro/wp-content/uploads/2016/09/OpenDyslexicMono-Regular.otf);
}

.dyslexic {
	font-family: openDyslexic !important;
	letter-spacing: 0;
	text-align: left !important;
	color: #333;
	background: #f2f2f2;
}

#dyslexicBtn {
	float: right;
	cursor: pointer;
	border: solid 1px #ccc;
	padding: 2px;
}

.activeDyslexicBtn {
	border: solid 3px #1e2d8a !important;
	padding: 5px !important;
}

.mcAdBox {
	box-sizing: border-box;
	padding: 20px;
	margin: 10px 0;
	background: #FFFF61;
	display: block;
	border: solid 1px #ccc;
	padding-top: 40px;
	width: 100%;
	float: left;
}

.mcAdBox img {
	border: none;
	box-shadow: none !important;
	float: left;
}

.mcAdBox .quarter {
	width: 25%;
}

.mcBlue {
	background: #80DFFF;
}

.mcAdBox .adTitle {
	margin-top: -49px;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	font-weight: bolder;
	box-sizing: border-box;
	text-transform: uppercase;
}

pre {
	padding: 35px 20px 30px 30px;
	box-sizing: border-box;
	background: #004D3B;
	color: #e18728;
	width: 600px;
	height: 400px;
	margin: 30px 10px;
	position: relative;
	overflow: auto;
}

pre:before {
	content: attr(rel);
	box-sizing: border-box;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	font-family: inherit;
	background: #e18728;
	font-weight: 500;
	font-style: normal;
	padding: 5px 10px;
	text-transform: uppercase;
}

.post .title {
	margin: 0 0 10px;
	font-weight: 400;
	text-align: center;
}

.post-meta {
	margin: 0 0 30px;
	font-size: 12px;
	color: #696767;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	line-height: 11px;
	text-align: center;
	font-weight: bolder;
}

.post-meta span {
	margin-left: 5px;
}

.post-meta .comments {
	float: right;
	display: none;
}

.post-meta span.mcbyline {
	margin-left: 0;
}

#head-left {
	margin: 0 auto;
	text-align: center;
	float: none;
}

.entry p {
	margin: 0 0 15px;
	font-size: 18px;
	font-family: Georgia;
	text-align: justify;
}

.entry img {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	position: relative;
	max-width: 640px !important;
	height: auto;
}

.entry img:after {
	content: "";
	background: url(//fbcdn-static-b-a.akamaihd.net/rsrc.php/v2/yj/r/QijIVO3ZIrO.png) repeat-x 0 0;
	height: 56px;
	left: 0;
	position: absolute;
	top: 75%;
}

div[blogger='Manuel'] {
	width: 100%;
	height: 100px;
	border: solid 2px #0f0;
	background: #00f;
	color: #fff;
	font-size: 24px;
	font-weight: bolder;
	padding: 25%;
	box-sizing: border-box;
}

code {
	font-size: 13px;
	background: #ccc;
	padding-left: 12px;
	border-left: solid 5px #00f;
	color: #000;
	padding: 5px;
	margin: 10px 0;
	display: block;
}

.mcleft {
	float: left;
	margin-right: 10px;
}

.entry blockquote {
    padding: 20px 15px;
    color: #666;
    font-style: italic;
    border-left: 5px solid #ccc;
    margin: 10px 0;
    background: linear-gradient(to right, #eee, #f0f0f0);
}

.entry blockquote p {
    margin: 0;
}

.entry p.wp-caption-text {
	margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    font-style: italic;
}
