/*
Theme Name: Heron WordPress Theme
Theme URI: http://justgoodthemes.com/
Author: Just Good Themes
Author URI: http://justgoodthemes.com/
Description: A simple, modern, visually clean and responsive WordPress theme for blogging.
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, one-column, flexible-width, custom-menu, editor-style, featured-images, microformats, translation-ready
Text Domain: jgtheron

This theme, like WordPress, is licensed under the GPL.
*/

/* Fonts
------------------------*/
/* Entypo Icons - http://www.entypo.com/
   License:  CC BY-SA 3.0- http://creativecommons.org/licenses/by-sa/3.0/ */

@font-face {
	font-family: 'entypo';
	src:url('fonts/entypo.eot');
	src:url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('fonts/entypo.woff') format('woff'),
		url('fonts/entypo.ttf') format('truetype'),
		url('fonts/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-search,.icon-list,.icon-cross,.icon-plus,.icon-minus,.icon-arrow-left,.icon-arrow-right,.icon-facebook,.icon-twitter,.icon-googleplus,.icon-pinterest,.icon-flickr,.icon-github,.icon-dribbble,.icon-behance,.icon-vimeo,.icon-rss { font-family: 'entypo'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; }
.icon-search:before { content: "\e000"; }
.icon-list:before { content: "\e004"; }
.icon-cross:before { content: "\e001"; }
.icon-plus:before { content: "\e003"; }
.icon-minus:before { content: "\e002"; }
.icon-arrow-left:before { content: "\e005"; }
.icon-arrow-right:before { content: "\e006"; }
.icon-facebook:before { content: "\e007"; }
.icon-twitter:before { content: "\e008"; }
.icon-googleplus:before { content: "\e009"; }
.icon-pinterest:before { content: "\e00a"; }
.icon-flickr:before { content: "\e010"; }
.icon-github:before { content: "\e00b"; }
.icon-dribbble:before { content: "\e00c"; }
.icon-behance:before { content: "\e00e"; }
.icon-vimeo:before { content: "\e00d"; }
.icon-rss:before { content: "\e00f"; }

/* Reset
------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	background: #9e9e9e;
	font-size: 100%;
	height: 100%;
	-webkit-text-size-adjust:	100%;
	-ms-text-size-adjust:		100%;
	-webkit-font-smoothing: antialiased;
}

html,
button,
input,
select,
textarea {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
	background: #ebebeb;
	color: #777;
	line-height: 1.625;
	margin: 0;
}

a {
	color: #e57163;
	text-decoration: none;
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #404040;
	font-weight: 300;
	margin: 0 0 24px;
}

h1 { 
	font-size: 38px;
	line-height: 42px;
}

h2 {
	font-size: 32px;
	line-height: 36px;
}

h3 { 
	font-size: 28px;
	line-height: 32px;
}

h4 { 
	font-size: 22px;
	line-height: 26px;
}

h5, h6 { 
	font-size: 18px;
	line-height: 22px;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #fef4ab;
	color: #777;
}

ins {
	background: #fef4ab;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 15px;
}

pre {
	background: #f5f5f5;
	color: #404040;
	font-family: monospace;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 24px;
	padding: 24px;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	border-left: 4px solid #ebebeb;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	margin: 0 0 24px;
	padding: 6px 0 6px 20px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	font-style: normal;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 24px;
}

ul,
ol {
	margin: 0 0 24px;
	padding: 0 0 0 24px;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

button,
input,
select,
textarea {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	border-radius: 3px;
	font-size: 16px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ebebeb;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 24px;
	text-align: left;
	width: 100%;
}

caption {
	color: #9e9e9e;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 12px;
	text-align: left;
}

th,
td {
	border-top: 1px solid #ebebeb;
	padding: 8px 6px;
}

th {
	background: #f5f5f5;
	color: #404040;
	font-weight: bold;
}

hr {
	background: #ebebeb;
	border: 0;
	height: 1px;
	margin: 24px 0;
}

/* Repeatable Patterns
------------------------*/
/* Clearing floats */
.grid:after,
.inner:after,
.menu-wrap:after,
.entry-content:after,
.gallery:after,
.author-box:after,
.nextprev-nav:after,
.slides:after,
.jgtheron-dribbble-shots:after,
.jgtheron-flickr-photos:after { 
	clear: both; 
}

.grid:before,.grid:after,
.inner:before,.inner:after,
.menu-wrap:before,.menu-wrap:after,
.entry-content:before,.entry-content:after,
.gallery:before,.gallery:after,
.author-box:before,.author-box:after,
.nextprev-nav:before,.nextprev-nav:after,
.slides:before, .slides:after,
.jgtheron-dribbble-shots:before, .jgtheron-dribbble-shots:after,
.jgtheron-flickr-photos:before, .jgtheron-flickr-photos:after { 
	content: ""; 
	display: table; 
}

/* Assistive text */
.screen-reader-text {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

/* Form fields */
button,
input,
select,
textarea {
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	color: #777;
	padding: 6px;
}

button,
input,
textarea {
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

input:focus,
select:focus,
textarea:focus {
	background: 0;
	border-color: #ebebeb;
	outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: 0;
	border-color: #ebebeb;
	font-size: 14px;
	padding: 7px 24px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
	border-color: #e57163;
	color: #e57163;
}

/* Search Form */
.search-form {
	position: relative;
}

.search-form .search-field {
	-webkit-appearance: none;
	height: 42px;
	padding-right: 48px;
	width: 100%;
}

.search-form .search-submit,
.search-form .icon-search {
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

.search-form .search-submit {
	padding: 0;
	z-index: 2;
}

.search-form .search-submit,
.search-form .search-submit:active,
.search-form .search-submit:focus,
.search-form .search-submit:hover {
	background: 0 !important;
	border: 0 !important;
}

.search-form .icon-search {
	color: #b8b8b8;
	text-align: center;
	z-index: 1;
}

.search-form .icon-search:before {
	font-size: 18px;
	line-height: 42px;
}

.search-wrap .search-field,
.search-wrap .search-field:focus {
	background: 0;
	border-color: #f5f5f5;
	color: #f5f5f5;
}

.search-wrap .icon-search {
	color: #f5f5f5;
}

.search-wrap .search-field::-webkit-input-placeholder {
	color: #ebebeb;
}

.search-wrap .search-field::-moz-placeholder {
	color: #ebebeb;
}

/* Comment Form */
.commentform-field {
	margin-bottom: 18px;
	position: relative;
}

.commentform-field label {
	background: #f5f5f5;
	bottom: 2px;
	font-size: 16px;
	left: 2px;
	line-height: 22px;
	padding: 8px 12px;
	position: absolute;
	top: 2px;
	width: 80px;
}

.commentform-field input,
.commentform-field textarea {
	-webkit-appearance: none;
	padding-left: 112px;
	width: 100%;
}

.commentform-field input {
	height: 42px;
}

.commentform-field textarea {
	padding-top: 8px;
}

.form-submit {
	margin-top: 30px;
}

.form-submit #submit {	
	height: 42px;
}

/* Post password */
.post-password-required form {
	text-align: center;
}

.post-password-required form input {
	margin-bottom: 6px;
	margin-left: 6px;
}

/* Images */
img {
	border-radius: 3px;
	height: auto;
	max-width: 100%;
}

img.wp-smiley,
.rsswidget img,
.logo-img img {
	border-radius: 0;
}

a img {
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

a:hover img {
	opacity: 0.8;
}

.wp-caption {
	max-width: 100%;
}

.wp-post-image {
	border-radius: 3px 3px 0 0;
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin-right: 24px;
}

.alignright {
	float: right;
	margin-left: 24px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 6px;
	margin-top: 6px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #9e9e9e;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	padding-top: 6px;
	text-align: center;
}

.author-info .avatar,
.comment-author .avatar {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 	0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 		0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

/* Video and embeds */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.embed-container {
	height: 0;
	margin: 0 0 24px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position:relative;	
	overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {	
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.featured-video .embed-container {
	border-radius: 3px 3px 0 0;
	margin: 0;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* WP 3.6 mediaelements */
.entry-content .wp-audio-shortcode,
.entry-content .wp-video-shortcode {
	margin: 0 0 24px;
}

/* Galleries */
.gallery {
	margin: 0 -12px;
}
 
.gallery-item {
	float: left;
	margin: 0 0 24px;
	text-align: center;
}
 
.gallery-columns-1 .gallery-item {
	width: 100%;
}
 
.gallery-columns-2 .gallery-item {
	width: 50%; 
}
 
.gallery-columns-3 .gallery-item {
	width: 33.333%;
}
 
.gallery-columns-4 .gallery-item {
	width: 25%;
}
 
.gallery-columns-5 .gallery-item {
	width: 20%;
}
 
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
 
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
 
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
 
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
 
.gallery-icon {
	display: block;
	padding: 0 12px;
}
 
.gallery-caption {
	margin: 0;
	padding: 6px 12px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery br + br {
	display: none;
}

/* Headings */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 36px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
	margin-top: 0;
}

/* Selection */
::-moz-selection {
	background: #fef4ab;
	color: #404040;
}

::selection {
	background: #fef4ab;
	color: #404040;
}

/* Structure
------------------------*/
.inner {
	margin: 0 auto;
	max-width: 1100px;
}

.site-nav-wrap,
.wrap,
.supplementary,
.footer-bottom {
	padding: 0 17px;
}

.grid {
	margin-left: -34px;
}

.one-half,
.one-third {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	float: left;
	padding-left: 34px;
}

.one-half {
	width: 50%;
}

.one-third {
	width: 33.333%;
}

/* Site Navigation
------------------------*/
.site-nav-wrap {
	background: #fff;
	-webkit-box-shadow:	0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:	0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 		0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	position: relative;
}

#menu-toggle {
	color: #9e9e9e;
	cursor: pointer;
	display: none;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 14px 18px 14px 40px;
	position: relative;
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

#menu-toggle:before {
	content: "\e004";
	font-family: 'entypo';
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	left: 18px;
	line-height: 22px;
	position: absolute;
	speak: none;
	text-transform: none;
	top: 14px;
	-webkit-font-smoothing: antialiased;
}

#menu-toggle.active:before {
	content: "\e001";
}

.site-nav {
	float: right;
	position: relative;
	right: 50%;
}

.site-menu,
.site-search {
	float: left;
	left: 50%;
	position: relative;
}

.site-search {
	padding: 14px 0;
}

.menu-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-wrap li {	
	float: left;
	padding: 14px 0;
	position: relative;
}

.menu-wrap a,
#search-toggle {
	border-left: 1px solid #ebebeb;
	color: #9e9e9e;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 0 18px;
}

.menu-wrap li:first-child a {
	border-left: 0;
}

.menu-wrap .sub-menu,
.menu-wrap .children {
	background: #fff;
	border-top: 2px solid #e57163;
	-webkit-box-shadow:	0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:	0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 		0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	display: none;
	left: -1px;
	position: absolute;
	top: 100%;
	width: 170px;
	z-index: 997;
}

.menu-wrap .sub-menu li,
.menu-wrap .children li {
	border-top: 1px solid #ebebeb;
	float: none;
}

.menu-wrap .sub-menu li:first-child,
.menu-wrap .children li:first-child {
	border-top: 0;
}

.menu-wrap .sub-menu a,
.menu-wrap .children a {
	border: 0;
	font-size: 12px;
	line-height: 18px;
}

.menu-wrap .current-menu-item > a,
.menu-wrap .current-menu-ancestor > a,
.menu-wrap .current_page_item > a,
.menu-wrap .current_page_ancestor > a,
#menu-toggle:hover,
#menu-toggle.active {
	color: #e57163;
}

.menu-wrap li:hover > a,
a#search-toggle:hover {
	color: #e57163;
	text-decoration: none;
}

#search-md,
#search-overlay {
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

#search-md {
	z-index: 999;
}

#search-overlay {
	background: #e57163;
	z-index: 998;
}

.search-wrap {
	margin: 0 auto;
	max-width: 756px;
	padding-top: 84px;
}

.search-wrap .search-form {
	margin: 0 17px;
}

.search-wrap .search-info {
	color: #f5f5f5;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
	padding: 0 17px;
	text-align: center;
}

#search-close {
	border: 2px solid #f5f5f5;
	border-radius: 3px;
	color: #f5f5f5;
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 17px;
	text-align: center;
	top: 17px;
	width: 36px;
}

a#search-close:hover {
	text-decoration: none;
}

/* Header
------------------------*/
.site-header {
	padding-bottom: 72px;
	padding-top: 60px;
}

.site-title {
	margin-bottom: 12px;
	text-align: center;
}

.site-title .logo-text {	
	border: 3px solid #d2d2d2;
	border-radius: 3px;
	color: #777;
	display: inline-block;
	padding: 14px 34px;
}

.site-title a.logo-text:hover {
	border-color: #e57163;
	color: #e57163;
	text-decoration: none;
}

.site-description {
	color: #9e9e9e;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: -4px;
	text-align: center;
}

/* Content
------------------------*/
.sticky {}
.bypostauthor {}

.hentry,
.page-box,
.comments-area {
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 	0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 		0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 60px;
}

.post-box,
.page-box {
	padding: 0 34px 60px;
}

.entry-header,
.entry-content,
.entry-footer,
.author-info,
.page-title,
.page-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 722px;
}

.entry-header {
	margin-bottom: 30px;	
	padding-bottom: 30px;
	padding-top: 60px;
	position: relative;
}

.entry-header:after,
.intro:after {
	background: #d2d2d2;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -34px;
	position: absolute;
	width: 68px;
}

.intro {
	color: #9e9e9e;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}

.page-header {
	border-radius: 3px 3px 0 0;
	margin-bottom: 30px;
	padding-top: 60px;
}

.archive-header {
	background: #f5f5f5;
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 24px 34px;
}

.search-results .page-header,
.author .page-header {
	background: #f5f5f5;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 60px;
	margin-left: -34px;
	margin-right: -34px;
	padding: 24px 34px;
}

.entry-title {
	font-size: 48px;
	line-height: 52px;
}

.entry-title,
.page-title,
.archive-title {
	margin-bottom: 0;
	text-align: center;
}

.entry-title a {
	color: #777;
}

.entry-title a:hover {
	color: #e57163;
	text-decoration: none;
}

.search-results .page-title,
.author .page-title,
.archive-title {
	color: #b8b8b8;
	font-size: 28px;
	line-height: 34px;
}

.page-title .highlight,
.archive-title .highlight {
	color: #e57163;
}

.entry-meta {
	color: #b8b8b8;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 24px;
	text-align: center;
}

.entry-header .entry-meta {
	margin-bottom: 0;
	margin-top: 24px;
}

.entry-meta a {
	color: #777;
}

.entry-header .entry-meta a {
	color: #b8b8b8;
}

.entry-header .entry-meta a:hover,
.entry-meta a:hover {
	color: #e57163;
	text-decoration: none;
}

.single-author .entry-author {
	display: none;
}

.read-more {
	margin-top: 48px;
	text-align: center;
}

.read-more .more-link {
	border: 2px solid #ebebeb;
	border-radius: 3px;
	color: #9e9e9e;
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	padding: 8px 24px;
}

.read-more a.more-link:hover {
	border-color: #e57163;
	color: #e57163;
	text-decoration: none;
}

.author-info {
	min-height: 90px;
	position: relative;
}

.author-info .avatar {
	height: 90px;
	left: 0;
	position: absolute;
	top: 0;
	width: 90px;
}

.author-info .author-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	padding-left: 124px;
}

.author-info .author-bio {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
	padding-left: 124px;
}

.author-info .author-title {
	margin-bottom: 6px;
}

.hentry .author-box {
	background: #f5f5f5;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #ebebeb;
	padding: 30px 34px;
}

.page-content .search-form {
	margin-bottom: 24px;
}

/* Search results, author archive */
.posts-list {
	list-style: none;
	margin-top: 60px;
	padding-left: 0;
}

.posts-list li {
	margin-bottom: 48px;
}

.posts-list .post-title {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
}

.posts-list .post-details {
	color: #b8b8b8;
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
}

.posts-list .post-details a {
	color: #b8b8b8;
}

.posts-list .post-details a:hover {
	color: #e57163;
	text-decoration: none;
}

.posts-list .post-excerpt {
	margin-top: 12px;
}

/* 404 page, archive template */
.archive-lists h2 {
	font-size: 22px;
	line-height: 26px;
	margin-top: 24px;
}

.archive-lists ul {
	color: #9e9e9e;
	line-height: 22px;
	list-style: none;
	padding: 0;
}

.archive-lists li {
	margin: 12px 0;
}

/* Timeline template */
.timeline-title {
	font-size: 22px;
	line-height: 26px;
}

.timeline {
	border-left: 1px solid #d2d2d2;
	line-height: 22px;
	list-style: none;
	margin-left: 12px;
	padding: 6px 0 0;
}

.timeline li {
	padding: 0 0 12px 48px;
	position: relative;
}

.timeline-bullet {
	background: #d2d2d2;
	height: 1px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 6px;
}

.timeline-date {
	position: absolute;
	left: 12px;
	top: 0;
	width: 36px;
}

/* Comments
------------------------*/
.comments-area {
	padding: 0 34px 60px;
}

#comments-title, #rec-title,
#reply-title {
	background: #444;
	border-bottom: 1px solid #333;
	margin-left: -34px;
	margin-right: -34px;
	padding: 24px 34px;
	text-align: center;
}

#comments-title, rec-title {
	border-radius: 3px 3px 0 0;
}

#reply-title {
	border-top: 1px solid #ebebeb;
}

.commentlist,
.comments-closed,
#commentform {
	margin-left: auto;
	margin-right: auto;
	max-width: 722px;
}

.commentlist {
	list-style: none;
	margin-bottom: 60px;
	margin-top: 60px;
	padding-left: 0;
}

.commentlist .children {
	list-style: none;
	margin: 0;
	padding-left: 72px;
}

.depth-3 .children {
	padding-left: 0;
}

.comment-body {
	margin-bottom: 48px;
	padding-left: 72px;
	position: relative;
}

.comment-inner {
	border-left: 1px solid #ebebeb;
	padding-left: 24px;
}

.comment-author .avatar {
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
}

.comment-author {
	padding-right: 84px;
}

.comment-author .fn {
	color: #404040;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
}

.comment-author .url {
	color: #404040;
}

.comment-author .post-author {
	background: #f5f5f5;
	color: #777;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin-left: 6px;
	padding: 0 6px;
}

.comment-meta {
	color: #b8b8b8;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 15px;
	padding-right: 84px;
}

.comment-meta a {
	color: #b8b8b8;
}

.comment-author a.url:hover,
.comment-meta a:hover {
	color: #e57163;
	text-decoration: none;
}

.comment-awaiting-moderation {
	color: #b8b8b8;
	font-size: 12px;
	line-height: 20px;
}

.comment-content {
	font-size: 16px;
	line-height: 24px;
}

.comment-body .reply {
	position: absolute;
	right: 0;
	top: 0;
}

.comment-reply-link {
	font-size: 14px;
	line-height: 22px;
}

.pingback {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 48px;
}

.comment-notes,
.logged-in-as,
.comments-closed {
	color: #b8b8b8;
	font-style: italic;
	text-align: center;
}

.comment-notes,
.logged-in-as {
	margin-bottom: 36px;
	margin-top: 36px;
}

.comment #respond {
	margin-bottom: 48px;
}

.comment #reply-title {
	background: 0;
	border: 0;	
	margin: 0 0 12px;
	padding: 0;
}

.comment .comment-notes {
	margin-top: 0;
}

/* Page Links, Posts Navigation, Comments Navigation */
.posts-nav,
.comments-nav {
	margin: 0 auto 48px;
	max-width: 722px;
}

.page-links {
	margin-top: 48px;
}

.nav-next,
.nav-prev {
	width: 50%;
	margin-bottom: 12px;
}

.nav-next {
	float: right;
	text-align: left;
}

.nav-prev {
	float: left;
	text-align: right;
}

.nextprev-nav a {
	display: inline-block;	
	font-size: 14px;
	line-height: 22px;
	margin: 0 12px;
	padding: 6px 24px;
	position: relative;
}

.nav-prev a {
	padding-left: 36px;
}

.nav-next a {
	padding-right: 36px;
}

.nextprev-nav a:before {
	font-family: 'entypo';
	font-size: 14px;
	font-style: normal;	
	font-variant: normal;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	position: absolute;
	speak: none;	
	text-transform: none;
	top: 6px;
	-webkit-font-smoothing: antialiased;
}

.nav-prev a:before {
	content: "\e005";
	left: 18px;
}

.nav-next a:before {
	content: "\e006";
	right: 18px;
}

.paginated-nav,
.page-links {	
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.page-numbers,
.page-link {
	display: inline-block;
	margin: 0 4px 12px;
	min-width: 22px;
	padding: 0 4px;
}

.page-links a {
	display: inline-block;
	margin: 0 4px 12px;
}

.page-links a .page-link {
	margin: 0;
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

.posts-nav a {
	border: 2px solid #d2d2d2;
	border-radius: 3px;
	color: #9e9e9e;
}

.comments-nav a,
.page-links a .page-link {
	border: 2px solid #ebebeb;
	border-radius: 3px;
	color: #b8b8b8;
}

.posts-nav a:hover,
.comments-nav a:hover,
.paginated-nav .current,
.page-link,
.page-links a:hover .page-link {
	border: 2px solid #e57163;
	border-radius: 3px;
	color: #e57163;
	text-decoration: none;
}

/* Footer
------------------------*/
.site-footer {
	-webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 	0px -1px 2px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 		0px -1px 2px 0px rgba(0, 0, 0, 0.05);
	font-size: 14px;
	line-height: 22px;
}

.site-footer.animated-widgets {
	margin-top: 52px;
	position: relative;
}

.supplementary {
	background: #fff;
	color: #9e9e9e;
	padding-top: 30px;
	padding-bottom: 30px;
}

.animated-widgets .supplementary {
	display: none;
}

#widgets-toggle {
	background: #9e9e9e;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 	0px 0px 2px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 		0px 0px 2px 0px rgba(0, 0, 0, 0.05);
	color: #fff;
	display: block;
	height: 40px;
	font-size: 20px;
	left: 50%;
	line-height: 40px;
	margin-left: -20px;
	position: absolute;
	text-align: center;
	width: 40px;
	top: -52px;
}

#widgets-toggle.icon-minus {
	background: #fff;
	color: #9e9e9e;
}

a#widgets-toggle:hover {
	color: #d2d2d2;
	text-decoration: none;
}

a#widgets-toggle:focus {
	outline: 0;
}

.footer-bottom {
	background: #9e9e9e;
	color: #d2d2d2;
	padding-bottom: 30px;
	padding-top: 30px;
}

.footer-bottom a {
	color: #f5f5f5;
}

.footer-bottom a:hover {
	color: #d2d2d2;
	text-decoration: none;
}

.social-links {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
	text-align: center;
}

.social-links a {
	display: inline-block;
	margin: 0 12px 12px;
}

.copyright {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

/* Widgets */
.widget {
	margin: 0 0 30px;
}

.widget-title {
	color: #777;
	font-size: 16px;
	line-height: 22px;
}

.widget li {
	margin: 6px 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #b8b8b8;
	display: block;
	font-size: 12px;
	line-height: 20px;
}

#wp-calendar {
	border: 0;
	line-height: 30px;
	table-layout: fixed;
}

#wp-calendar tr {
	border: 0;
}

#wp-calendar th {
	background: 0;
	border: 0;
	color: #777;
	padding: 0 0 6px;
	text-align: center;
}

#wp-calendar tbody td {
	border: 2px solid transparent;
	height: 30px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#wp-calendar tfoot td {
	padding: 6px 0;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar tbody a {
	display: block;
}

.widget_tag_cloud a {
	display: inline-block;
	margin: 0 4px 8px 0;
	padding: 4px 12px;
}

#wp-calendar tbody a,
.widget_tag_cloud a {
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	border-radius: 3px;
	color: #9e9e9e;
}

#wp-calendar tbody a:hover,
.widget_tag_cloud a:hover {
	background: 0;
	border-color: #e57163;
	color: #e57163;
	text-decoration: none;
}

.widget select,
.widget input,
.widget textarea {
	font-size: 14px;
}

.widget select {
	width: 100%;
}

.widget_search .search-field {
	padding-right: 42px;
	height: 36px;
}

.widget_search .search-submit,
.widget_search .icon-search {
	height: 36px;
	width: 36px;
}

.widget_search  .icon-search:before {
	line-height: 36px;
}

.widget_jgtheron_flickr,
.widget_jgtheron_dribbble {
	max-width: 344px;
}

.jgtheron-flickr-photos,
.jgtheron-dribbble-shots {
	list-style: none;
	margin-bottom: 12px;
	padding: 0;
}

.jgtheron-flickr-photos li,
.jgtheron-dribbble-shots li {
	margin: 0 0 12px;
	padding: 0;
}

.jgtheron-dribbble-shots.medium li {
	float: left;
	width: 50%;
}

.jgtheron-flickr-photos li,
.jgtheron-dribbble-shots.small li {
	float: left;
	width: 25%;
}

.jgtheron-flickr-photos a,
.jgtheron-dribbble-shots.small a,
.jgtheron-dribbble-shots.medium a {
	display: block;
	margin-right: 12px;
}

/* Responsive Slides, 
   http://responsiveslides.com v1.54 by @viljamis
------------------------*/
.rslides {	
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	display: none;
	left: 0;
	top: 0;
	position: absolute;	
	width: 100%;	
}

.rslides li:first-child {
	display: block;
	float: left;
	position: relative;	
}

.rslides img {
	border-radius: 3px 3px 0 0;
	display: block;
	float: left;
	height: auto;	
	width: 100%;	
}

.slider-container {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	position: relative;
}

.rslides_nav {
	background: #9e9e9e;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	bottom: 12px;
	width: 34px;
	z-index: 3;
}

.rslides_nav:hover {
	text-decoration: none;
}

.rslides_nav.prev {
	right: 66px;
}

.rslides_nav.next {
	right: 0;
}

.slider-container:hover .rslides_nav.prev {
	opacity: 1;
	right: 54px;
}

.slider-container:hover .rslides_nav.next {
	opacity: 1;
	right: 12px;
}

.rslides .caption {
	background: #f5f5f5;
	background: rgba(245,245,245,0.8);
	border-radius: 3px;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	left: 24px;
	margin: 0;
	max-width: 50%;
	padding: 12px;
	position: absolute;
	top: 24px;
}

/* Fixed site navigation
------------------------*/
.fixed-nav .site-nav-wrap {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 996;
}

.fixed-nav .site-nav-wrap.scrolled {
	opacity: 0.9;
}

.fixed-nav .wrap {
	padding-top: 50px;
}

/* Custom animations
------------------------*/
.fadeIn {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:	both;
	-o-animation-fill-mode:		both;
	animation-fill-mode:		both;
	-webkit-animation-duration:	.7s;
	-moz-animation-duration:	.7s;
	-o-animation-duration:		.7s;
	animation-duration:			.7s;
	-webkit-animation-delay:	.4s;
	-moz-animation-delay:		.4s;
	-o-animation-delay:			.4s;
	animation-delay:			.4s;
	-webkit-animation-name:	fadeIn;
	-moz-animation-name:	fadeIn;
	-o-animation-name:		fadeIn;
	animation-name:			fadeIn;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeDown {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:	both;
	-o-animation-fill-mode:		both;
	animation-fill-mode:		both;
	-webkit-animation-delay:	0.3s;
	-moz-animation-delay:		0.3s;
	-o-animation-delay:			0.3s;
	animation-delay:			0.3s;
	-webkit-animation-duration:	1.5s;
	-moz-animation-duration:	1.5s;
	-o-animation-duration:		1.5s;
	animation-duration:			1.5s;        
	-webkit-animation-name:	fadeDown;
	-moz-animation-name:	fadeDown;
	-o-animation-name:		fadeDown;
	animation-name:			fadeDown;
}

@-webkit-keyframes fadeDown {
	0% { opacity: 0; -webkit-transform: translateY(-30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeDown {
	0% { opacity: 0; -moz-transform: translateY(-30px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeDown {
	0% { opacity: 0; -o-transform: translateY(-30px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeDown {
	0% { opacity: 0; transform: translateY(-30px); }
	100% { opacity: 1; transform: translateY(0); }
}

/* No JavaScript
------------------------*/
.no-js .menu-wrap li:hover > .sub-menu,
.no-js .menu-wrap li:hover > .children,
.no-js .animated-widgets .supplementary {
	display: block;
}

.no-js .site-search,
.no-js #widgets-toggle {
	display: none;
}

.no-js .site-footer.animated-widgets {
	margin-top: 0;
}

/* Media Queries
------------------------*/
@media only screen and (max-width: 800px) {
	.one-half {
		width: 100%;
	}
	.one-half .one-half,
	.one-third {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.fixed-nav .wrap {
		padding-top: 0;
	}
	.fixed-nav .site-nav-wrap {
		position: relative;
	}
	.fixed-nav .site-nav-wrap.scrolled {
		opacity: 1;
	}
	.site-nav {
		float: none;
		right: auto;
	}
	#menu-toggle {
		display: block;
	}
	.site-menu {
		clear: left;
		display: none;
		float: none;
		left: auto;
		margin-left: -17px;
		margin-right: -17px;
	}
	.menu-wrap .sub-menu,
	.menu-wrap .children {
		border-top: 0;
		-webkit-box-shadow:	none;
		-moz-box-shadow:	none;
		box-shadow:			none;
		display: block;
		left: auto;
		position: static;
		top: auto;
		width: auto;
		z-index: auto;
	}
	.site-menu .menu-wrap li {
		border: 0;
		display: block;
		float: none;
		padding: 0;
	}
	.site-menu .menu-wrap a {
		border-left: 0;
		border-top: 1px solid #ebebeb;
		padding: 14px 35px;
	}
	.site-menu .menu-wrap a {
		border-left: 0;
		border-top: 1px solid #ebebeb;
		padding: 14px 35px;
	}
	.menu-wrap .sub-menu a,
	.menu-wrap .children a {
		padding-left: 52px;
	}
	.site-search {
		float: none;
		left: auto;
		position: absolute;
		right: 0;
		top: 0;
	}
	#search-toggle {
		font-size: 16px;
		line-height: 22px;
		border: 0;
	}
	.comment .comment-notes,
	.comment .logged-in-as,
	.comment #reply-title {
		text-align: left;
	}
	.rslides_nav.prev {
		opacity: 1;
		right: 54px;
	}
	.rslides_nav.next {
		opacity: 1;
		right: 12px;
	}
	.no-js .site-menu {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.one-third {
		width: 100%;
	}
	.site-header {
		padding-bottom: 48px;
		padding-top: 36px;
	}
	.entry-title {
		font-size: 38px;
		line-height: 42px;
	}
	.comment-inner {
		border-left: 0;
		padding-left: 0;
	}
	.comment-content,
	.pingback {
		font-size: 14px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 540px) {
	.entry-title,
	h1 { 
		font-size: 28px;
		line-height: 32px;
	}
	h2 {
		font-size: 26px;
		letter-spacing: normal;
		line-height: 30px;
	}
	h3 { 
		font-size: 22px;
		line-height: 26px;
	}
	h4 { 
		font-size: 18px;
		line-height: 22px;
	}
	h5, h6 { 
		font-size: 16px;
		line-height: 22px;
	}
	.search-results .page-title,
	.author .page-title,
	.archive-title {
		font-size: 22px;
		line-height: 26px;
	}
	.intro {
		font-size: 18px;
		line-height: 26px;
	}
	.commentlist .children {
		padding-left: 0;
	}
	.commentform-field {
		margin-bottom: 6px;
	}
	.commentform-field label {
		display: block;
		background: 0;
		bottom: auto;
		left: auto;
		line-height: 20px;
		padding: 6px;
		position: static;
		top: auto;	
		width: auto;
	}
	.commentform-field input,
	.commentform-field textarea {
		padding: 6px;
	}
	.comments-area {
		padding-bottom: 48px;
	}
	.commentlist {
		margin-bottom: 48px;
		margin-top: 48px;
	}
	.author-info {
		min-height: 48px;
	}
	.author-info .avatar {
		height: 48px;
		width: 48px;
	}
	.author-info .author-title,
	.author-info .author-bio {
		padding-left: 72px;
	}
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}
	.rslides .caption,
	.gallery br,
	.gallery-caption {
		display: none !important;
	}
}

@media only screen and (max-width: 480px) {
	.nav-next,
	.nav-prev {
		text-align: center;
		width: 100%;
	}
	.one-half .one-half {
		width: 100%;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.333%;
	}
}

@media only screen and (max-width: 420px) {
	.comment-author .avatar,
	.author-box .avatar {
		display: none;
	}
	.comment-body,
	.author-info .author-title,
	.author-info .author-bio {
		padding-left: 0;
	}
}

@media only screen and (max-width: 360px) {
	body {
		font-size: 14px;
		line-height: 22px;
	}
	.post-box,
	.page-box {
		padding-bottom: 48px;
	}
	.entry-header,
	.page-header {
		padding-top: 36px;
	}
	.entry-header .entry-meta {
		margin-top: 12px;
	}
	.read-more {
		margin-top: 36px;
	}
	.search-results .page-header,
	.author .page-header {
		margin-bottom: 48px;
	}
	.posts-list {
		margin-top: 48px;
	}
	.posts-list li {
		margin-bottom: 36px;
	}
	.intro {
		font-size: 16px;
		line-height: 24px;
	}
}