/*
Theme Name: Fanoe
Theme URI: http://themes.webdesign-florian-brinkmann.de/fanoe/
Author: Florian Brinkmann
Author URI: http://webdesign-florian-brinkmann.de
Description: The Fanoe Theme is a fully responsive theme with a off canvas sidebar. The post-formats are highlighted with different background colors. The main color of the design can be changed in the theme-options. 
Version: 1.0.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: post-formats, one-column, custom-background, light, flexible-width, sticky-post, theme-options, translation-ready, threaded-comments, white, custom-colors
Text Domain: fanoe
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
::selection {
	background: #fff9c0;
	color: #000;
}
::-moz-selection {
	background: #fff9c0;
	color: #000;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
html{
	overflow-y:scroll;
}
body {
	background: #fff;
	font-family:Source Sans Pro;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
table{
	margin:1em 2em;
}
th, td{
	padding:.2em;
}
th{
	font-style:italic;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Alignment */
.alignleft, .attachment-post-thumbnail {
	display: inline;
	float: left;
	height:auto;
	margin-right: 1.625em;
	max-width:100%;
}
.alignright {
	display: inline;
	float: right;
	height:auto;
	margin-left: 1.625em;
	max-width:100%;
}
.aligncenter{
	clear: both;
	display: block;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
.wp-caption img{
	height:auto;
	max-width:100%;
}
.alignnone{
	height:auto;
	margin:0 .5em 0 0;
	max-width:100%;
}
h1,h2,h3,h4,h5,h6 {
	color:#444;
	font-weight:700;
}
h1{
	font-size:1.8em;
	margin-bottom:.8em;
	padding-top:.2em;
}
h2{
	font-size:1.5em;
	margin-bottom:.5em;
}
h3{
	font-size:1.2em;
	margin-bottom:.3em;
}
h4{
	margin-bottom:.1em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	color:#444;
	line-height:1.6em;
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.2em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: Source Code Pro;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #444;
	-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: none;
	color: #fff;
	font-family:Source Sans Pro;
}
input[type=text]:focus, input[type=text]:hover,
input[type=password]:focus, input[type=password]:hover,
input[type=email]:focus, input[type=email]:hover,
input[type=url]:focus, input[type=url]:hover,
input[type=number]:focus, input[type=number]:hover,
textarea:focus, textarea:hover {
	background: #84A11D;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number]{
	padding:5px;
}
textarea {
	width: 98%;
	padding:1%;
	resize:vertical;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#444;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	margin-bottom:1.6em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
video {
	max-width: 100%;
	height: auto;
}
/* Links */
a {
	color: #84A11D;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	background:#84A11D;
	color:#fff;
}
a.image:hover, a.image:active, a.image:focus{
	background:none;
}
.assistive-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.assistive-text:hover,
.assistive-text:active,
.assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
.sticky{
	background: #FFFEE6;
}
.wp-caption{
	
}
.wp-caption-text{
	color:#777;
	font-style:italic;
}
.gallery-caption{
	
}
.gallery-item{
	float:left;
}
#wrapper{
	position:relative;
}
#branding{
	position:relative;
}
#site-title{
	font-size:1.4em;
	font-variant:normal;
	padding:40px 0;
	text-align:center;
}
#site-title a{
	color:#444444;
}
#site-title a:hover, #site-title a:active, #site-title a:focus{
	background:none;
	color:#84A11D;
}
#site-title span{
	color:#777777;
}
#site-title a:hover span, #site-title a:active span, #site-title a:focus span{
	color:#00ADD8;
}
#site-description{
	font-size:1.2em;
	font-weight:400;
	margin-top:-30px;
	text-align:center;
}
.js #branding .sidebar-button{
	background:#fff;
	background:rgba(255,255,255,.9);
	font-size:1.2em;
	padding:20px;
	position:fixed;
	right:0;
	top:0;
	z-index:100;
}
.js #branding .sidebar-button:hover, .js #branding .sidebar-button:focus, .js #branding .sidebar-button:active{
	color:#444;
}
.nojs #branding .sidebar-button{
	display:none;
}
.active-sidebar #branding .sidebar-button{
	right:60%;
}

#main{
	position:relative;
}
article .entry-header, article .entry-content, article footer.entry-meta, #nav-single, .page-header, #author-info, #comments, .entry-summary, .nojs #sidebar, #share, .page-header, .page-content{
	margin:0 auto;
	width:936px;
}
article{
	clear:both;
	padding:30px 0 0 0;
}
.entry-header{
	position:relative;
	text-align:center;
}
.entry-meta, header .entry-meta a{
	color:#777;
}
header .entry-meta a, header .entry-meta{
	margin:10px 0;
}
.entry-meta a:hover, .entry-meta a:active, .entry-meta a:focus{
	background:none;
	color:#444;
}
.comments-trackbacks{
	margin:10px 0;
}
.entry-content:after, .alignleft:after{
	clear:both;
	display:block;
	content:"-";
	height:0;
	visibility:hidden;
	width:0;
}
.page-link{
	margin:20px 0;
}
.page-link a{
	padding:5px;
}
article footer.entry-meta{
	border-top:thin solid #ccc;
	font-style:italic;
	line-height:1.2em;
	margin-top:10px;
	padding:1em 2em;
}
ul.social{
	padding:0;
	margin:0;
	margin-top:10px;
}
ul.social li{
	list-style-type:none;
	display:inline;
}
ul.social li a{
	color:#bbb;
	padding:5px;
}
a.icon-google-plus:hover, a.icon-google-plus:active, a.icon-google-plus:focus, #share .icon-google-plus{
	background:none;
	color:#d34836;
}
a.icon-twitter:hover, a.icon-twitter:active, a.icon-twitter:focus, #share .icon-twitter{
	background:none;
	color:#00aced;
}
a.icon-facebook:hover, a.icon-facebook:active, a.icon-facebook:focus, #share .icon-facebook{
	background:none;
	color:#3b5998;
}
a.icon-feed:hover, a.icon-feed:active, a.icon-feed:focus{
	background:none;
	color:#FF7400;
}
.wp-pagenavi, #nav-below{
	margin:0 auto;
	padding:30px 0;
	width:936px;
}
.wp-pagenavi a, .wp-pagenavi span{
	border:none !important;
}
.wp-pagenavi span{
	color:#777;
}
#nav-below div{
	width:125px;
}
#nav-below .nav-previous{
	float:left;
}
#nav-below .nav-next{
	float:right;
	text-align:right;
}
/*****Sidebar**********/
#sidebar{
	display:block;
	position:relative;
	width:100%;
}
#sidebar h4{
	font-size:1.4em;
	margin-bottom:1em;
}
#sidebar .widget{
	margin:0 auto;
	text-align:center;
	width:50%;
}
#sidebar .widget ul{
	margin:0;
	margin-bottom:1.6em;
	padding:0;
}
#sidebar .widget li{
	list-style-type:none;
	text-align:left;
}
#sidebar .widget p{
	text-align:left;
}
#sidebar .widget li{
	padding:5px 0;
}

/*********Siedbar mit JavaScript**********/

.js #sidebar{
	height:0;
	left:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	width:0;
	z-index:1;
}
.js #sidebar-content{
	height:100%;
	padding-top:40px;
}
.active-sidebar #branding, .active-sidebar #main{
	right:60%;
}
.active-sidebar #branding .sidebar-button{
	background:none;
	height:100%;
	text-align:right;
	width:100%;
}
.active-sidebar #sidebar{
	border-left:5px solid #84A11D;	
	min-height:100% !important;
	height:auto;
	left:40%;
	width:59%;
}
/********Sidebar mit JS Ende ******/
/****Sidebar Ende*******/


/************* Single View ********/
#author-info, #share{
	margin-top:20px;
}
#author-avatar{
	margin-right:10px;
}
#nav-single{
	height:1em;
	padding:20px 0;
}
#nav-single span{
	width:220px;
}
#nav-single .nav-previous{
	display:block;
	float:left;
}
#nav-single .nav-next{
	display:block;
	float:right;
}
#respond{
	clear:both;
	margin-top:30px;
	padding-bottom:10px;
}
ol.commentlist{
	margin-left:0;
}
ol.commentlist, ol.commentlist ol{
	list-style-type:none;
}
article.comment{
	margin-bottom:0;
	padding:20px;
	position:relative;
}
.comment-meta .avatar{
	float:left;
	padding-right:10px;
}
.comment-meta cite{
	display:block;
	padding-bottom:10px;
}
.comment-content{
	margin-left:50px;
	margin-top:20px;
}
.comment-awaiting-moderation{
	font-weight:700;
}
p.edit-link{
	margin-bottom:.5em;
}
.bypostauthor{
	border-left:5px solid #84A11D;
}
.bypostauthor header cite span{
	bottom:0;
	color:#777;
	font-size:1.5em;
	font-style:normal;
	position:absolute;
	right:0;
}
.comment-form-author, .comment-form-email, .comment-form-url{
	float:left;
	width:33.33%;
}
.comment-form-email input, .comment-form-email label{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.comment-form-url input, .comment-form-url label{
	float:right;
}
.comment-form-comment{
	clear:both;
	display:block;
}
#respond input[type=text],
#respond input[type=email],
#respond input[type=url]{
	padding:3% 2%;
	width:90%;
}
#respond label{
	display:block;
	width:94%;
}
#submit, input[type=submit]{
	background:#444;
	border:none;
	color:#fff;
	padding:10px 15px;
}
input[type=submit]{
	padding:5px 10px;
}
#submit:hover, input[type=submit]:hover, #submit:active, input[type=submit]:active, #submit:focus, input[type=submit]:focus{
	background:#84A11D;
}

/**************Single View Ende***********/

/*********Page View***********/

.page footer.entry-meta{
	border:none;
}
/*********** author.php *********/
#author-avatar{
	float:left;
}
#author-description{
	line-height:1.2em;
	margin-left:78px;
}
/*********** author.php Ende ****/

/*********** Format Link ***************/
.format-link{
	background:#243B22;
}
.format-link header .entry-meta a, .format-link .yarpp-related h3, .format-link .yarpp-related li{
	color:#bbb;
}
.format-link header h1{
	color:#eee;
}
.format-link .entry-meta a:hover, .format-link .entry-meta a:active, .format-link .entry-meta a:focus, .format-link .entry-meta, .format-link .entry-content p{
	color:#eee;
}
.format-link .entry-meta a.icon-google-plus:hover, .format-link .entry-meta a.icon-google-plus:active, .format-link .entry-meta a.icon-google-plus:focus{
	color:#d34836;
}
.format-link .entry-meta a.icon-twitter:hover, .format-link .entry-meta a.icon-twitter:active, .format-link .entry-meta a.icon-twitter:focus{
	color:#00aced;
}
.format-link .entry-meta a.icon-facebook:hover, .format-link .entry-meta a.icon-facebook:active, .format-link .entry-meta a.icon-facebook:focus{
	color:#3b5998;
}

/*********** Format Link Ende **********/

/*********** Format Galerie ***************/
.format-gallery{
	background:#000;
}
.format-gallery header .entry-meta a, .format-gallery .entry-content p, .format-gallery .yarpp-related h3, .format-gallery .yarpp-related li{
	color:#bbb;
}
.format-gallery header h1{
	color:#eee;
}
.format-gallery header .entry-meta a:hover, .format-gallery header .entry-meta a:active, .format-gallery header .entry-meta a:focus, .format-gallery footer.entry-meta a:hover, .format-gallery footer.entry-meta a:active, .format-gallery footer.entry-meta a:focus{
	color:#eee;
}
.format-gallery, .format-gallery footer.entry-meta{
	border-color:#444;
	color:#eee;
}
figure.gallery-thumb{
	margin:10px auto;
}
.format-gallery .gallery-thumb a img{
	display:block;
	height:auto;
	margin:0 auto;
	max-width:100%;
}
.format-gallery .entry-content em{
	color:#eee;
	display:block;
	text-align:center;
}
.gallery {
	margin: auto;
}
.gallery:after{
	content:"-";
	clear:both;
	display:block;
	visibility:hidden;
}
.gallery-item {
	float: left;
	margin:15px;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}
.format-gallery .entry-meta a.icon-google-plus:hover, .format-gallery .entry-meta a.icon-google-plus:active, .format-gallery .entry-meta a.icon-google-plus:focus{
	color:#d34836;
}
.format-gallery .entry-meta a.icon-twitter:hover, .format-gallery .entry-meta a.icon-twitter:active, .format-gallery .entry-meta a.icon-twitter:focus{
	color:#00aced;
}
.format-gallery .entry-meta a.icon-facebook:hover, .format-gallery .entry-meta a.icon-facebook:active, .format-gallery .entry-meta a.icon-facebook:focus{
	color:#3b5998;
}

/*********** Format Galerie Ende **********/

/*********** Format Chat ***************/
.format-chat{
	background:#FFEC6E;
}
.format-chat header .entry-meta a{
	color:#777;
}
.format-chat header h1{
	color:#444;
}
.format-chat .entry-meta a:hover, .format-chat .entry-meta a:active, .format-chat .entry-meta a:focus, .format-chat .entry-meta, .format-chat .entry-content p{
	color:#444;
}
a.icon-google-plus:hover, a.icon-google-plus:active, a.icon-google-plus:focus{
	color:#d34836;
}
a.icon-twitter:hover, a.icon-twitter:active, a.icon-twitter:focus{
	color:#00aced;
}
a.icon-facebook:hover, a.icon-facebook:active, a.icon-facebook:focus{
	color:#3b5998;
}
.format-chat .entry-meta a.icon-google-plus:hover, .format-chat .entry-meta a.icon-google-plus:active, .format-chat .entry-meta a.icon-google-plus:focus{
	color:#d34836;
}
.format-chat .entry-meta a.icon-twitter:hover, .format-chat .entry-meta a.icon-twitter:active, .format-chat .entry-meta a.icon-twitter:focus{
	color:#00aced;
}
.format-chat .entry-meta a.icon-facebook:hover, .format-chat .entry-meta a.icon-facebook:active, .format-chat .entry-meta a.icon-facebook:focus{
	color:#3b5998;
}

/*********** Format Chat Ende **********/

/*********** Format Image ***************/
.format-image{
	background:#22283B;
}
.format-image header .entry-meta a, .format-image .yarpp-related h3, .format-image .yarpp-related li{
	color:#bbb;
}
.format-image header h1{
	color:#eee;
}
.format-image .entry-meta a:hover, .format-image .entry-meta a:active, .format-image .entry-meta a:focus{
	color:#eee;
}
.format-gallery, .format-gallery footer.entry-meta{
	border-color:#444;
	color:#eee;
}
.format-image footer.entry-meta{
	border-color:#555;
}
.format-image ul.social a{
	color:#777;
}
/*********** Format Image Ende **********/

/*********** Format Quote ***************/
.format-quote{
	background:#ddd;
}
.format-quote blockquote p{
	color:#777;
}
/*********** Format Quote Ende **********/

/*********** Format Video ***************/
.format-video{
	background:#EADAA6;
}
.fluid-video{
	padding-top:56.1905%;
	position:relative;
	width:100%;
}
.fluid-video iframe, .fluid-video embed, .fluid-video object{
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

/*********** Format Video Ende **********/

/*********** Format Audio ***************/
.format-audio{
	background:#D3E0CA;
}
/*********** Format Audio Ende **********/

/*********** Format Status ***************/
.format-status .entry-content .avatar{
	display:inline;
	float:left;
	margin-right:.5em;
}
.format-status{
	background:#84A11D;
}
.format-status header h1 a, .format-status header h1{
	color:#fff;
}
.format-status header h1 a:hover, .format-status header h1 a:active, .format-status header h1 a:focus{
	background:#fff;
	color:#84A11D;
}
.format-status .entry-content p{
	color:#000;
}
.format-status .entry-content a{
	color:#eee;
}
.format-status .entry-content a:hover, .format-status .entry-content a:active, .format-status .entry-content a:focus{
	color:#fff;
}
.format-status footer.entry-meta{
	color:#eee;
}
.format-status .entry-meta a{
	color:#333;
}
.format-status .entry-meta a:hover, .format-status .entry-meta a:active, .format-status .entry-meta a:focus, .format-status header .entry-meta{
	color:#444;
}

/*********** Format Status Ende **********/

/*********** Format Aside ***************/
.format-aside{
	background:#7d1104;
}
.format-aside .entry-content p{
	color:#eee;
}
.format-aside .entry-meta, .format-aside .yarpp-related h3, .format-aside .yarpp-related li{
	color:#eee;
}
.format-aside header .entry-meta a{
	color:#bbb;
}
.format-aside header h1{
	color:#eee;
}
.format-aside .entry-meta a:hover, .format-aside .entry-meta a:active, .format-aside .entry-meta a:focus{
	color:#eee;
}
.format-aside footer.entry-meta{
	border-color:#777;
}
/*********** Format Aside Ende **********/


@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-google-plus, .icon-twitter, .icon-feed, .icon-facebook {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-google-plus:before {
	content: "\e000";
}
.icon-twitter:before {
	content: "\e001";
}
.icon-feed:before {
	content: "\e002";
}
.icon-facebook:before {
	content: "\e004";
}

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;	
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: hsla(0,0%,100%,.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}


.token.regex,
.token.important {
	color: #e90;
}

.token.important {
	font-weight: bold;
}

.token.entity {
	cursor: help;
}
pre[data-line] {
	position: relative;
	padding: 1em 0 1em 3em;
}

.line-highlight {
	position: absolute;
	left: 0;
	right: 0;
	padding: inherit 0;
	margin-top: 1em; /* Same as .prism’s padding-top */

	background: hsla(24, 20%, 50%,.08);
	background: -moz-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
	background: -webkit-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
	background: -o-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
	background: linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
	
	pointer-events: none;
	
	line-height: inherit;
	white-space: pre;
}

.line-highlight:before,
.line-highlight[data-end]:after {
	content: attr(data-start);
	position: absolute;
	top: .4em;
	left: .6em;
	min-width: 1em;
	padding: 0 .5em;
	color: #000;
	font: bold 65%/1.5 sans-serif;
	text-align: center;
	vertical-align: .3em;
	border-radius: 999px;
	text-shadow: none;
}
.line-highlight[data-end]:after {
	content: attr(data-end);
	top: auto;
	bottom: .4em;
}
@media screen and (max-width:1030px){
	article footer.entry-meta{
		padding:1em 0em;
	}

}
@media screen and (max-width:955px){
	article .entry-header, article .entry-content, article footer.entry-meta, #nav-single, .page-header, #author-info, #comments, .entry-summary, .nojs #sidebar, #share, .page-header, .page-content, #nav-below{
		margin-left:auto;
		margin-right:auto;
		padding-left:0;
		padding-right:0;
		width:98%;
	}
	.js #branding .sidebar-button{
		background:none;
		position:absolute;
	}
	.active-sidebar #branding .sidebar-button{
		right:0;
	}
	.active-sidebar #branding, .active-sidebar #main{
		right:70%;
	}
	.active-sidebar #sidebar{
		left:30%;
		width:69%;
	}
	.wp-pagenavi{
		width:100%;
	}

}
@media screen and (max-width:452px){
	blockquote {
		margin: 0 2em;
	}
	ul, ol{
		margin-left:1.5em;
	}
	#content, .js #branding .sidebar-button, #sidebar{
		font-size:.9em;
	}
	.js #branding .sidebar-button{
		padding:10px;
	}
	.active-sidebar #branding, .active-sidebar #main{
		right:80%;
	}
	.active-sidebar #sidebar{
		left:20%;
		width:78%;
	}
	#nav-single span{
		width:47%;
	}
	.comment-content{
		margin-left:0px;
	}
	.comment-form-author, .comment-form-email, .comment-form-url{
		float:none;
		padding:0;
		width:100%;
	}
	.wpcf7-form-control-wrap input, #respond input[type=text], #respond input[type=email], #respond input[type=url]{
		padding:2% 1%;
		width:98%;
	}
	.comment-form-email input, .comment-form-email label{
		margin-left:0;
		margin-right:0;
	}
	.comment-form-url input, .comment-form-url label{
		float:none;
	}
	#author-avatar img.avatar{
		display:none;
	}
	#author-description{
		margin-left:0;
	}
	.nojs #sidebar .widget{
		margin:0 auto;
		text-align:center;
		width:70%;
	}
	#nav-single span{
		width:49%;
	}
	.wp-pagenavi .pages{
		display:none;
	}

}