/*
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.1.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: #27ae60;
	color: #fff;
}
::-moz-selection {
	background: #27ae60;
	color: #fff;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
html{
	overflow-y:scroll;
}
body {
	background: #fff;
	font-family:Libre Baskerville;
	font-size:1em;
	letter-spacing:1px;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
table{
	line-height:2em;
	margin:2em;
}
th, td{
	padding:0 .5em;
}
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;
	word-wrap:break-word;
}
h1{
	font-size:1.875em;
	line-height:1.066em;
	margin-bottom:1.066em;
	margin-top:1.066em;
}
h2{
	font-size:1.625em;
	line-height:1.231em;
	margin-bottom:1.231em;
	margin-top:1.231em;
}
h3{
	font-size:1.375em;
	line-height:1.455em;
	margin-bottom:1.455em;
	margin-top:1.455em;
}
h4{
	font-size:1.125em;
	line-height:1.778em;
	margin-bottom:1.778em;
	margin-top:1.778em;
}
h5{
	line-height:2em;
	margin-bottom:2em;
	margin-top:2em;
}
h6{
	font-size:.938em;
	line-height:2.132em;
	margin-bottom:2.132em;
	margin-top:2.132em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	color:#444;
	font-size:1em;
	line-height:2em;
	margin: 2em 0;
}
ul, ol {
	margin: 2em 0 2em 2.5em;
}
ul ul, ol ol, ul ol, ol ul{
	margin-bottom:0;
	margin-left:1.5em;
	margin-top:0;
}
ul {
	line-height:2em;
	list-style: square;
}
li{
}
ol , ol.commentlist .comment-content ol{
	line-height:2em;
	list-style-type: decimal;
}
ol ol, ol.commentlist .comment-content ol ol {
	list-style: upper-alpha;
}
ol ol ol, ol.commentlist .comment-content ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol, ol.commentlist .comment-content ol ol ol ol {
	list-style: lower-alpha;
}
dl {
	line-height:2em;
}
dt {
	font-weight: bold;
}
dd {
}
.entry-content div{
	line-height:2em;
	margin:2em 0;
}
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 "Source Code Pro";
	line-height: 2.462em;
	margin-bottom: 2.462em;
	margin-top:2.462em;
	overflow: auto;
	padding: 1em 1.625em;
}
code, kbd, samp, var {
	font: Source Code Pro;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	line-height:2em;
	margin: 2em 0;
}
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 {
	border: 1px solid #444;
	color: #444;
	font-family:Libre Baskerville;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=number]:hover,
textarea:hover {
	border-style:dashed;
	border-color: #27ae60;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	border-color: #27ae60;
}

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;
	margin-bottom:1.5em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
video {
	max-width: 100%;
	height: auto;
}
/* Links */
a {
	color: #27ae60;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	background:#27ae60;
	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: #ecf0f1;
}
.wp-caption{
	
}
.wp-caption-text{
	color:#777;
	font-style:italic;
}
.gallery-caption{
	
}
.gallery-item{
	float:left;
}
.clearfix:after{
	clear:both;
	content:"-";
	display:block;
	visibility:hidden;
}
#wrapper{
	position:relative;
}
#branding{
	position:relative;
}
#site-title{
	font-size:1.4em;
	font-variant:normal;
	margin:0;
	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:#27ae60;
}
#site-description{
	font-size:1.2em;
	font-weight:400;
	margin-top:-30px;
	text-align:center;
}
.js #branding .sidebar-button{
	background:#fff;
	font-size:2em;
	font-weight:700;
	padding:20px;
	position:fixed;
	right:0;
	top:20px;
	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:800px;
}
article{
	clear:both;
	padding:2em 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{
	line-height:2em;
}
.entry-meta a:hover, .entry-meta a:active, .entry-meta a:focus{
	background:none;
	color:#444;
}
.comments-trackbacks{
	line-height:2em;
}
.entry-content:after, .alignleft:after{
	clear:both;
	display:block;
	content:"-";
	height:0;
	visibility:hidden;
	width:0;
}
.page-link{
	line-height:2em;
	margin:2em 0;
}
.page-link a{
	padding:0 5px;
}
article footer.entry-meta{
	border-top:thin solid #ccc;
	font-style:italic;
	line-height:2em;
	padding:2em;
}
ul.social{
	padding:0;
	margin:0;
}
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:800px;
}
.wp-pagenavi a, .wp-pagenavi span{
	border:none !important;
}
.wp-pagenavi span{
	color:#777;
}
#nav-below div{
	width:170px;
}
#nav-below .nav-previous{
	float:left;
}
#nav-below .nav-next{
	float:right;
	text-align:right;
}
/*****Sidebar**********/
#sidebar{
	display:block;
	position:relative;
	width:100%;
}
#sidebar .widget{
	line-height:2em;
	margin:0 auto;
	text-align:center;
	width:50%;
}
#sidebar .widget ul{
	margin-bottom:2em;
	margin-top:0;
	padding:0;
}
#sidebar .widget ul ul{
	margin-bottom:0;
}
#sidebar .widget li{
	list-style-type:none;
	text-align:left;
}
#sidebar .widget p{
	text-align:left;
}

/*********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 #27ae60;	
	min-height:100% !important;
	height:auto;
	left:40%;
	width:59%;
}
/********Sidebar mit JS Ende ******/
/****Sidebar Ende*******/


/************* Single View ********/
#author-info h3{
	margin-bottom:0;	
}
#author-description p{
	font-size:.75em;
	line-height:2.667em;
	margin-bottom:0;
	margin-left:102px;
	margin-top:0;
}
#share .social{
	font-size:1.5em;
	line-height:1.333em;
	margin:1.333em 0;
}
#author-avatar{
	height:100%;
	margin:0 10px 0 0;
}
#nav-single{
	display:block;
	line-height:2em;
	margin-bottom:2em;
	margin-top:2em;
}
#nav-single .nav-previous{
	display:block;
	float:left;
}
#nav-single .nav-next{
	display:block;
	float:right;
}
#respond{
	clear:both;
	margin-top:2em;
	padding-bottom:10px;
}
ol.commentlist{
	margin-left:0;
}
ol.commentlist, ol.commentlist ol{
	list-style-type:none;
}
article.comment{
	margin-bottom:0;
	padding:2em 20px;
	position:relative;
}
.comment-meta{
	line-height:2em;
}
.comment-meta .avatar{
	float:left;
	padding-right:10px;
}
.comment-meta cite{
	display:block;
}
.comment-awaiting-moderation{
	font-weight:700;
}
.bypostauthor{
	border-left:5px solid #27ae60;
}
.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%;
}
input[type=submit], input[type=reset]{
	background:#444;
	border:none;
	color:#fff;
	padding:10px 15px;
}
input[type=submit], input[type=reset]{
	padding:10px 15px;
}
input[type=reset]:hover, input[type=submit]:hover, input[type=reset]:active, input[type=submit]:active, input[type=reset]:focus, input[type=submit]:focus{
	background:#27ae60;
}

/**************Single View Ende***********/

/*********Page View***********/

.page footer.entry-meta{
	border:none;
}
/*********** author.php *********/
#author-avatar{
	float:left;
}
/*********** 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-image, .format-image 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-bottom:2em;
	margin-right:.5em;
	margin-top:0;
}
.format-status{
	background:#27ae60;
}
.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:#27ae60;
}
.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";
}

@media screen and (max-width:898px){
	article footer.entry-meta{
		padding:1em 0em;
	}

}
@media screen and (max-width:843px){
	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:96%;
	}
	.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%;
	}
	#sidebar .widget{
		width:70%;
	}	
	.wp-pagenavi{
		width:100%;
	}

}
@media screen and (max-width:452px){
	body{
		font-size:.9em;
	}
	blockquote {
		margin: 0 2em;
	}
	ul, ol{
		margin-left:1.5em;
	}
	.js #branding .sidebar-button{
		padding:10px;
	}
	.active-sidebar #branding, .active-sidebar #main{
		right:85%;
	}
	.active-sidebar #sidebar{
		left:15%;
		width:83%;
	}
	#sidebar .widget{
		width:80%;
	}
	#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, #author-description p{
		margin-left:0;
	}
	.nojs #sidebar .widget{
		margin:0 auto;
		text-align:center;
		width:70%;
	}
	#nav-single span{
		width:49%;
	}
	.wp-pagenavi .pages{
		display:none;
	}

}