/*
Theme Name: Minimal 2.0
Theme URI: http://cudazi.com
Author: Cudazi
Author URI: http://cudazi.com
Description: Completely rewritten version of the popular Minimal theme by Cudazi
Version: 2.0
License: See License Folder
License URI: license.txt
Text Domain: cudazi-minimal
Domain Path: /languages/
Tags: none
*/


/* =Reset
-------------------------------------------------------------- */

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;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}






/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	font-weight: bold;
	/*letter-spacing: -1px;*/
	margin: 0 0 20px 0;
}
.widget-title {
	margin-bottom: 10px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5,
.widget-title,
.archive .page-title,
.search .page-title,
.textpromo span {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
hr {
	clear: both;
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 40px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 40px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 20px 20px
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 40px;
}
address {
	margin: 0 0 20px;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 20px;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	line-height: 1;
	padding: 9px 16px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}





/* Links */
a,
a:visited,
.entry-meta a:hover {
	color: #b86443;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #333
}
.entry-meta a {
	color: #555;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}




/* =Menu
----------------------------------------------- */

.main-navigation ul {
	
	margin: 0 0 40px 0;
	text-align: center;
	display: block;
	position: relative;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	
}
.main-navigation ul li {
	position: relative;
}
.main-navigation li {
	list-style-type: none;
	display: inline-block;
}
.main-navigation a,
.main-navigation a:visited {
	font-size: 14px;
	padding: 0 20px;
	line-height: 50px;
	color: #afafaf;
	text-transform: uppercase;
	font-weight: bold;
}
.main-navigation a:hover {
	color: #333;
}
.main-navigation ul ul {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	display: none;
	float: left;
	position: absolute;
		top: 50px;
		z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.main-navigation ul ul a {}
.main-navigation ul ul li {}
.main-navigation li:hover > a {}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	color: #333;
}
.main-navigation .sub-menu {
	width: 200px;
	text-align: left;
	background: #fff;
	opacity: .95;
}
.main-navigation .sub-menu li {
	display: block;
}
.main-navigation .sub-menu li:first-child {
	padding-top: 10px;
}
.main-navigation .sub-menu li:last-child {
	padding-bottom: 8px;
}
.main-navigation .sub-menu ul { /* remove padding drop */
	top: -10px;
}
.main-navigation .sub-menu li:first-child ul { /* account for the border */
	top: -1px;
}
.main-navigation .sub-menu a {
	text-transform: none;
	display: block;
	line-height: 18px;
	padding: 10px 20px;
}
/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
	text-align: center;
}



#site-navigation.toggled * {
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	float: none;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
	box-shadow: none;
}
#site-navigation.toggled,
#site-navigation.toggled .menu-toggle {
	margin-bottom: 10px;
}

#colophon .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#colophon .menu li {
	display: inline-block;
	padding: 0 4px;
	font-size: 11px;
}





/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 60px;
	/*border-bottom: 1px dotted #afafaf;*/
	border-bottom: 1px solid #e0e0e0;
}
.page .hentry {
	border-bottom: none;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	/*margin: 20px 0 0;		was padding top, adding instead to headings? */
}
.page-links {
	clear: both;
	margin: 0 0 20px;
}
.entry-meta {	
	font-size: 11px;	
	margin: 0 0 20px 0;
	padding-right: 100px; /* allows for better wrap on mobile */
	position: relative;
} 
.entry-meta .cat-links,
.entry-meta .tags-links {
	white-space: nowrap;
}
.entry-meta-header {
	/*border-top: 1px dotted #afafaf;
	border-bottom: 1px dotted #afafaf;*/
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;	
}
.entry-meta .byline,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .comments-link {
	padding-left: 10px;
}
.entry-meta .comments-link {
	position: absolute;
	right: 0;
}
.entry-meta-footer { }

/* =Post Formats
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}
.format-chat p {
	margin: 0;
	padding: 5px 8px;
}
.format-chat p:nth-child(odd){
	background: #f0f0f0;
}
.format-chat p:last-child {
	margin-bottom: 20px;
}



/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 5px 0;
}
.site-content .gallery {
	margin-bottom: 20px 0;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.gallery { 
	margin: 0 auto 20px; 
}
.gallery .gallery-item {
	float: left;
	margin: 0 0 3% 0;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item { 
	width: 50%; 
}
.gallery-columns-3 .gallery-item { 
	width: 33%; 
}
.gallery-columns-4 .gallery-item { 
	width: 25%; 
}
.gallery-columns-5 .gallery-item { 
	width: 20%; 
}
.gallery-columns-6 .gallery-item { 
	width: 16%; 
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-3 .attachment-thumbnail,
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #999;
	font-size: 11px;
	margin: 0 0 3%;
}
.gallery dl, .gallery dt { 
	margin: 0; 
}
.gallery br+br { 
	display: none; 
}

.featured-image {
	margin: 0 0 20px 0;
}
.featured-image img,
.featured-image a {
	display: block;
}



/* Fluid Embed Containers */
video {
	max-width: 100%;
	height: auto;
}
.embed-youtube,
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.embed-youtube iframe,
.embed-container iframe,  
.embed-container object,  
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 20px;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

#comments {
	font-size: 14px;
}
#comments .bypostauthor {
}
#comments .comment-list {
	list-style-type: none;
	margin: 0 0 20px 0;
}
#comments .children {
	list-style-type: none;
}
#comments .comment {
	position: relative;
}
#comments .comment-body{
	padding: 0 0 10px 80px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #afafaf;
}
#comments .comment-meta{}
#comments .comment-metadata{
	display: inline;
	font-size: 11px;
	padding-left: 5px;
}
#comments .comment-metadata a {
	color: #aaa;
}
#comments .comment-metadata a:hover {
	color: #333;
}
#comments .comment-content {
	min-height: 45px;
}
#comments .comment-content a {
	word-wrap: break-word;
}
#comments .says {
	display: none;
}
#comments .reply {
	padding-left: 5px;
}
#comments .reply,
#comments .vcard {
	display: inline;
}
#comments .avatar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 1px;
	border: 2px solid #afafaf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#comments .bypostauthor .avatar {
	border-color: #b86443;
}
#comments .fn {
	font-weight: bold;
}
#comments .comment-edit-link {
	position: absolute;
	right: 0;
	top: 0;
}
#comments .form-allowed-tags code,
#comments .form-allowed-tags {
	font-size: 11px;
	line-height: 16px;
}

#respond{
}
#respond label{
	display: block;
	font-weight: bold;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 40px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit,
.error404 .search-submit {
	display: none;
}

.widget ul, 
.widget ol {
	list-style-type: none;
	margin-left: 0;
}
.widget ul ul, 
.widget ol ol {
	margin-left: 15px;
}



.cudazi-rposts a,
.cudazi-rposts a:visited {
	display: block;
	padding: 5px 8px;
	color: #333;
	font-size: 12px;
	border-top: 1px solid #ccc;
}
.cudazi-rposts a:hover {
	opacity: .8;
}
.cudazi-rposts li:last-child a {
	border-bottom: 1px solid #ccc;
}
.cudazi-rposts span {
	padding-right: 8px;
}
.cudazi-rposts .cudazi-rposts-highlight {
	background: #f0f0f0;
}





#masthead {
	border-top: 4px solid #dfdfdf;
}
#masthead .content-width {
	border-top: 4px solid #333;
	margin-top: -4px;	
	
}
.site-branding {
	padding: 40px 0;
	text-align: center;
}
#masthead .site-title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 43px;
	white-space: nowrap;
}
#masthead .site-title.textlogo a {
	color: #fff;
	line-height: 80px;
	padding: 18px 30px 15px 30px;
	background: #333333 url(images/logo_cutout.png) no-repeat bottom right;
}



.textpromo {
	color: #afafaf;
	padding-left: 90px;
	font-size: 14px;
	line-height: 22px;
}
.textpromo span {
	color: #333;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
.textpromo + .textpromo {
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
}



#promo-wrap {
	padding: 0 0 40px 0;
	text-align: center;
	font-size: 43px;
	color: #afafaf;
	letter-spacing: -1px;
	line-height: 55px;
}
#promo-wrap .widget { 
	margin: 0;
}


.content-width {
	margin: 0 auto;
}










#content {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 2px;
	padding-bottom: 20px;
	word-wrap: break-word;
}


/* Footer */
#colophon {
	text-align: center;
	background: #f0f0f0;
	color: #afafaf;
	font-size: 12px;	
}
#colophon .content-width {
	padding: 40px 20px 100px 20px;
}
#colophon .widget {
	margin-bottom: 0;
}






/* =Columns
----------------------------------------------- */

#primary, 
#secondary {
	position: relative;
	float: left;
}
#primary {
	width: 70%;
	padding-right: 40px;
}
#primary.full-width {
	width: 100%;
	padding-right: 0;
}
#secondary {
	width: 30%;
	font-size: 13px;
	line-height: 21px;
}




/* =Misc
----------------------------------------------- */
body.home .entry-title {
	display: none; /* hide home page title */
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle {
	position: relative;
	top: -30px;
}


/* apply a natural box layout model to all elements ( http://www.paulirish.com/2012/box-sizing-border-box-ftw/ ) */
*, 
*:before, 
*:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/* Remove WP smiley :) from footer */
img#wpstats{
	display: none;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}






















/* #Media Queries / Layout 
================================================== */
	
	/* full size */
	.content-width {
		width: 1100px;
		padding: 0 20px;
	}


/* Note: Design for a width 1024 Desktop
	================================================== */

	@media only screen and (min-width: 960px) and (max-width: 1199px) {
		/*960	*/
		.content-width {
			width: 960px;
		}    	
	}
	
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
    	/*768*/	
		.content-width {
			width: 748px;	
		}    	
    }	

/* All smaller than 767px
================================================== */

	@media only screen and (max-width: 767px) {
		
		#promo-wrap {

			font-size: 23px;
			line-height: 33px;
		}
		/* Toggle Menu Active*/
		.menu-toggle,
		.main-navigation.toggled .nav-menu {
			display: block;			
		}
	
		.main-navigation ul {
			display: none;
		}
	
		/* Full Width Content */
		.content-width {
			width: 100%;
		}
		#primary,
		#secondary {
			width: 100%;
			float: none;
			padding: 0;
		}
		
		/* Enlarge comment form on small screens*/				
		#respond input[type="text"] {
			width: 98%;
		}
		
		
	}
		
	@media only screen and (max-width: 480px) {
	
		/* Shrink Promo Text */
		#promo-wrap .promo-content {
			font-size: 23px;
			line-height: 33px;
		}
		#masthead .site-title {
			font-size: 28px;
		}
		.column-grid .column {
			width: 100%;
			display: block;
			float: none;
			clear: both;
		}
		.hidemobile {
			display: none;
		}
		
		
	}
	






/* Genericons Icon Font */

.menu-toggle:before,
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.posted-on a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.cat-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before,
.comment-reply-link:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 14px/11px Genericons;
	vertical-align: text-bottom;	
	position: relative;
	left: -1px;
}


.menu-toggle,
.menu-toggle:before {
	font-size: 22px;
	line-height: 24px;
}
.menu-toggle:before {
	content: '\f419';
	padding-right: 3px;
	font-size: 19px;
}

.entry-meta .posted-on a:before {
	content: "\f303";
}
.comments-link a:before {
	content: "\f300";
}
.entry-meta .author a:before {
	content: "\f304";
}
.tags-links a:first-child:before {
	content: "\f302";
}
.cat-links a:first-child:before {
	content: '\f301';
}
.edit-link a:before {
	content: "\f411";
}
.comment-reply-link:before {
	content: '\f412';
}


/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before {        content: '\f100'; }
.genericon-aside:before {           content: '\f101'; }
.genericon-image:before {           content: '\f102'; }
.genericon-gallery:before {         content: '\f103'; }
.genericon-video:before {           content: '\f104'; }
.genericon-status:before {          content: '\f105'; }
.genericon-quote:before {           content: '\f106'; }
.genericon-link:before {            content: '\f107'; }
.genericon-chat:before {            content: '\f108'; }
.genericon-audio:before {           content: '\f109'; }

/* Social icons */
.genericon-github:before {          content: '\f200'; }
.genericon-dribbble:before {        content: '\f201'; }
.genericon-twitter:before {         content: '\f202'; }
.genericon-facebook:before {        content: '\f203'; }
.genericon-facebook-alt:before {    content: '\f204'; }
.genericon-wordpress:before {       content: '\f205'; }
.genericon-googleplus:before {      content: '\f206'; }
.genericon-linkedin:before {        content: '\f207'; }
.genericon-linkedin-alt:before {    content: '\f208'; }
.genericon-pinterest:before {       content: '\f209'; }
.genericon-pinterest-alt:before {   content: '\f210'; }
.genericon-flickr:before {          content: '\f211'; }
.genericon-vimeo:before {           content: '\f212'; }
.genericon-youtube:before {         content: '\f213'; }
.genericon-tumblr:before {          content: '\f214'; }
.genericon-instagram:before {       content: '\f215'; }
.genericon-codepen:before {         content: '\f216'; }
.genericon-polldaddy:before {       content: '\f217'; }
.genericon-googleplus-alt:before {  content: '\f218'; }
.genericon-path:before {            content: '\f219'; }

/* Meta icons */
.genericon-comment:before {         content: '\f300'; }
.genericon-category:before {        content: '\f301'; }
.genericon-tag:before {             content: '\f302'; }
.genericon-time:before {            content: '\f303'; }
.genericon-user:before {            content: '\f304'; }
.genericon-day:before {             content: '\f305'; }
.genericon-week:before {            content: '\f306'; }
.genericon-month:before {           content: '\f307'; }
.genericon-pinned:before {          content: '\f308'; }

/* Other icons */
.genericon-search:before {          content: '\f400'; }
.genericon-unzoom:before {          content: '\f401'; }
.genericon-zoom:before {            content: '\f402'; }
.genericon-show:before {            content: '\f403'; }
.genericon-hide:before {            content: '\f404'; }
.genericon-close:before {           content: '\f405'; }
.genericon-close-alt:before {       content: '\f406'; }
.genericon-trash:before {           content: '\f407'; }
.genericon-star:before {            content: '\f408'; }
.genericon-home:before {            content: '\f409'; }
.genericon-mail:before {            content: '\f410'; }
.genericon-edit:before {            content: '\f411'; }
.genericon-reply:before {           content: '\f412'; }
.genericon-feed:before {            content: '\f413'; }
.genericon-warning:before {         content: '\f414'; }
.genericon-share:before {           content: '\f415'; }
.genericon-attachment:before {      content: '\f416'; }
.genericon-location:before {        content: '\f417'; }
.genericon-checkmark:before {       content: '\f418'; }
.genericon-menu:before {            content: '\f419'; }
.genericon-refresh:before {         content: '\f420'; }
.genericon-minimize:before {        content: '\f421'; }
.genericon-maximize:before {        content: '\f422'; }
.genericon-404:before {             content: '\f423'; }
.genericon-spam:before {            content: '\f424'; }
.genericon-summary:before {         content: '\f425'; }
.genericon-cloud:before {           content: '\f426'; }
.genericon-key:before {             content: '\f427'; }
.genericon-dot:before {             content: '\f428'; }
.genericon-next:before {            content: '\f429'; }
.genericon-previous:before {        content: '\f430'; }
.genericon-expand:before {          content: '\f431'; }
.genericon-collapse:before {        content: '\f432'; }
.genericon-dropdown:before {        content: '\f433'; }
.genericon-dropdown-left:before {   content: '\f434'; }
.genericon-top:before {             content: '\f435'; }
.genericon-draggable:before {       content: '\f436'; }
.genericon-phone:before {           content: '\f437'; }
.genericon-send-to-phone:before {   content: '\f438'; }
.genericon-plugin:before {          content: '\f439'; }
.genericon-cloud-download:before {  content: '\f440'; }
.genericon-cloud-upload:before {    content: '\f441'; }
.genericon-external:before {        content: '\f442'; }
.genericon-document:before {        content: '\f443'; }
.genericon-book:before {            content: '\f444'; }
.genericon-cog:before {             content: '\f445'; }
.genericon-unapprove:before {       content: '\f446'; }
.genericon-cart:before {            content: '\f447'; }
.genericon-pause:before {           content: '\f448'; }
.genericon-stop:before {            content: '\f449'; }
.genericon-skip-back:before {       content: '\f450'; }
.genericon-skip-ahead:before {      content: '\f451'; }
.genericon-play:before {            content: '\f452'; }
.genericon-tablet:before {          content: '\f453'; }
.genericon-send-to-tablet:before {  content: '\f454'; }
.genericon-info:before {            content: '\f455'; }
.genericon-notice:before {          content: '\f456'; }
.genericon-help:before {            content: '\f457'; }
.genericon-fastforward:before {     content: '\f458'; }
.genericon-rewind:before {          content: '\f459'; }
.genericon-portfolio:before {       content: '\f460'; }

/* Generic shapes */
.genericon-uparrow:before {         content: '\f500'; }
.genericon-rightarrow:before {      content: '\f501'; }
.genericon-downarrow:before {       content: '\f502'; }
.genericon-leftarrow:before {       content: '\f503'; }


