/*   
Theme Name: RYFO.org
Theme URI: https://ryfo.org
Description: A brand new app, a brand new site
Author: Bravery Transmedia
Author URI: http://braverymedia.co
Version: 2.0
Tags:

License:
License URI:
*/

/*
	* Styles adapted from Gridless version 2.0
	
	* Credit is left inline and big thanks to Nicolas Gallagher and Jonathan Neal
	
	* Across this document we use safe CSS hacks: http://mathiasbynens.be/notes/safe-css-hacks
	* Selectors beggining with an underscore (_selector: property) target only IE6
	* Selectors beggining with an asterisk (*selector: property) target only IE6 and IE7
*/

/* HTML5 display definitions
---------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
	display: block;
}

/* Corrects inline-block not defined in IE6/7/8 and FF3 */
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

/* Ensures content is hidden from all presentations, including screenreaders */
[hidden] {
	display: none;
	visibility: hidden;
}

/* Base structure
---------------------------------------- */

/*
	* The body will work like a 'div#wrapper' (for this to work, the 'body' needs to have a set width)

	* To add a background to the PAGE, set it in the 'html' element
	* To add a background to the WRAPPER, set it in the 'body' element
*/
*, *:after, *:before {
    box-sizing: border-box;
}

html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
}

html * {
	-webkit-font-smoothing: antialiased !important;
}

body {
	margin: 0 auto;
	min-height: 100%;
}

/* Fonts settings based on the 100E2R standard: http://www.informationarchitects.jp/en/100e2r/ */
body, button, input, select, textarea {
	font: 1em/1.625 Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #282a2a; /* Full black on white is too much contrast, #222 is a better default */
}

/* Add and/or remove tags as your baseline grid needs */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, h4, h5, h6, img, figure, figcaption, button, hr {
	margin: 0 0 1.625em;
}

/* Headings/small
---------------------------------------- */

/*
	* Font sizes are based on the golden ratio of 16
	* See this for the modular scale: ow.ly/5jGl6
	* Line-heights and margins are adjusted to keep a 26px (1.625em) vertical rhythm across elements 
*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 {
	font-size: 3.25em; /* 68px */
	line-height: 1.1471em;
	margin: 0 0 0.3824em;
	font-weight: 100;
}

h2 {
	font-size: 2.625em; /* 42px */
	line-height: 1.2381em;
	margin: 0 0 0.619em;
}

h3 {
	font-size: 1.625em; /* 26px */
	line-height: 1em;
	margin: 0 0 1em;
}

small {
	font-size: 0.625em; /* 10px */
	margin: 0 0 2.6em;
}

/* Preformatted text and code
---------------------------------------- */

/* Allows line wrapping of 'pre' */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre, code, kbd, samp {
	font: 1em/1.625em Menlo, Consolas, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace;
}

/* Tables
---------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

tr, th, td {
	padding-right: 1.625em;
}

/* Forms
---------------------------------------- */

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

legend {
	border: 0;
	*margin-left: -7px;
}

button, input, select, textarea {
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
	*overflow: auto;
}

/* Quotes
---------------------------------------- */

blockquote, q {
	quotes: "\201C""\201D""\2018""\2019";
	position: relative;
}
blockquote:before {
	content: open-quote;
	color: #66ADCC;
	font-family: Roboto;
	font-weight: 900;
	position: absolute;
	font-size: 3em;
	left: -5px;
	top: 15px;
}
blockquote:after {
	content: '';
}
blockquote, q, cite {
	font-style: italic;
}
	cite {
		display: block;
		text-align: right;
		font-weight: 700;
		margin: 0 0 2em 0;
	}
blockquote {
	padding-left: 1.625em;
	font-size: 1.6em;
	line-height: 1.35em;
	color: #282a2a;
	font-weight: 300;
	margin-bottom: 0;
}

blockquote > p {
	padding: 0;
	margin-bottom: 0;
	
}

/* Lists
---------------------------------------- */

ul, ol {
	list-style-position: inside;
	padding: 0;
}

li ul, li ol {
	margin: 0 1.625em;
}

dl dd {
	margin-left: 1.625em;
}

/* Links
---------------------------------------- */

a, a:visited {
	text-decoration: none;
	color: #ed1c24;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:hover {
	color: #999;
}

a:focus {
	outline: thin dotted;
}

/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

/* Figures
---------------------------------------- */

figure {
	margin: 0;
}

/* Embedded content
---------------------------------------- */

img, object, video {
	max-width: 100%; /* Automatically scales images larger than the container. Consider this first: http://unstoppablerobotninja.com/entry/fluid-images/ */
	height: auto !important;
	/* _width: 100%; /* IE6 doesn't support max-width, so we just use width. If the image is larger than the container, just uncomment this. If it is smaller than the container, uncomment and change the 100% value to an absolute one */
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic; /* Improve IE's resizing of images: css-tricks.com/ie-fix-bicubic-scaling-for-images */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* Abbreviations
---------------------------------------- */

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

/* Marked/inserted/deleted text
---------------------------------------- */

mark {
	background: #ff0;
}

ins {
	text-decoration: none;
	background: #ff9;
}

del {
	text-decoration: line-through;
}

/* Others
---------------------------------------- */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ddd;
}

strong, b, dt {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

var, address {
	font-style: normal;
}

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Helper classes
---------------------------------------- */

/*
	* Micro clearfix hack, more semantically titled with 'group'
	* Source: nicolasgallagher.com/micro-clearfix-hack/
*/
.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	*zoom: 1;
}

.custom-background, .panel {
	background-size: cover;
	background-position: bottom right;
}
	.touch body.custom-background {
		background-size: auto 960px;
		background-position: top center;
	}
/* WordPress Gallery Classes
---------------------------------------- */

.wp-caption { max-width: 100% !important;}
	.wp-caption img {
		margin-bottom: 10px;
	}
.wp-caption-text { font-style: italic; font-size: .85em;}
.home .wp-caption-text {
	 color: #d3d6d8;
}
.sticky { }
.gallery-caption-text { }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.alignleft { float: left; margin: 0 1.5em 1em;}
.aligncenter { clear: both; margin: 0 auto; text-align: center; }

/* Primary styles
---------------------------------------- */
body {
	padding-top: 5em;
}
	body.blog {
		padding-top: 8em;
	}
.site-name {
	display: inline-block;
	width: 15%;
}
.site-name a {
	color: #282a2a;
	font-size: 3em;
}
	.home .site-name a {
		color: #fafafa;
	}
	.site-name a:hover {
		border: 0;
	}
.home .site-name a > i {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	position: relative;
	display: inline-block;
	width: 48px;
}
	.no-touch .home .site-name a:hover > i {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-90deg);
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-90deg);
		-ms-transform-origin: center center;
		-ms-transform: rotate(-90deg);
		transform-origin: center center;
		transform: rotate(-90deg);
	}
	.site-name a span {
		display: none;
	}
header.primary {
	position: fixed;
	width: 100%;
	padding: 0 3.5% 0;
	top: 0;
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	z-index: 100;
}
	.home header.primary {
		background-color: transparent;
	}
	header.primary.hovering, header.primary {
		/* This happens on scroll */
		background-color: rgba(255,255,255,.9);
	}
	.home header.primary.hovering {
		/* This happens on scroll */
		background-color: rgba(0,0,0,.9);
	}
h1.blog-title {
	margin-bottom: 1em;
	font-size: 2em;
}
.page-panels {
	margin-top: 5em;
}
	.panel {
		background-repeat: no-repeat;
		background-size: cover;
		padding: 7em 3.5% 5em;
		position: relative;
		-webkit-transform: translate3d(0,0,0);
		  -moz-transform: translate3d(0,0,0);
		  -ms-transform: translate3d(0,0,0);
		  -o-transform: translate3d(0,0,0);
		  transform: translate3d(0,0,0);
		  z-index: 2;
	}
	.panel h2 {
		font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	.home .panel header > h2 {
		font-weight: 300;
		color: #fff;
		font-size: 3.24em;
		text-shadow: 0 0 7px #000;
		text-transform: none;
	}
	.home .panel h3 {
		color: #66ADCC;
	}
		.panel-page .entry {
			color: #fafafa;
			text-shadow: 0 0 7px #000;
			font-size: 1.65em;
		}
			.panel .entry .button {
				text-shadow: none;
				font-size: 1em;
			}
		.panel .entry .text-box {
			background-color: rgba(0,0,0,.8);
			padding: 1em;
		}
		.panel .entry ol, .panel .entry ul {
			list-style-position: outside;
			margin-left: 1.5em;
		}
.social-panel {
	background-color: #D2D7DA;
}
	.social-panel > div {
		width: 100%;
	}
		.social-panel > div.first {
			margin-left: 0;
		}
		.social-panel > div.last {
			margin-right: 0;
		}
	.social-panel .twitter-timeline-rendered {
		max-height: 280px;
		height: 280px !important;
	}
	.social-panel div h3, .social-panel div h3 a, .home .panel.social-panel h3 {
		color: #282a2a;
	}
	.social-panel {
		box-sizing: border-box;
	}
	.social-panel > div {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 0 0;
	}
	.social-panel .menu {
		text-align: center;
	}
	.social-panel .menu li {
		display: inline;
		font-size: 2.5em;
	}
.post { 
	border-bottom: 4px solid #eaeaea;
}
	article.page li, article.post li {
		padding-left: 2em;
		font-weight: 700;
		font-style: italic;
		margin-bottom: .65em;
	}
	.si_feed {
		text-align: center;
	}
	.si_feed div.si_item, .si_feed_widget li.si_item {
		display: inline-block;
		float: none;
		text-align: center;
		width: 25%;
	}
	.si_feed img {
		margin: 3px;
		border: 4px solid #d3d6d8;
		padding: 2px;
	}
		.si_feed_widget img {
			width: 100%;
			height: auto;
			max-width: 100%;
			margin: 0 0 0 0;
			line-height: 0;
		}
	.si_feed img:hover {
		border: 4px solid #ed1c24;
	}
.widget .recent_posts_with_excerpts li {
	padding: 1em 1em 0;
	background: #FAFAFA;
}
.recent_posts_with_excerpts li h2.recent_posts_with_excerpts {
	font-size: 1.1em;
	font-weight: bold;
}
	.recent_posts_with_excerpts li p.alignright {
		float: none;
		text-align: right;
		font-weight: 700;
	}
.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

.meta { }
.postmetadata { }

.sidebar { }

.nav { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmit { }
	button {
		
	}

/* WordPress Comment Styles
-------------------------------------- */

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

footer.primary {
	background-color: #f4f4f4;
	clear: both;
	padding: 1em 3.2% 0;
	font-size: .75em;
}
	footer.primary .legal {
		text-align: center;
		
	}
	footer.primary .footer-links {
		text-align: center;
	}
		footer.primary .footer-links li {
			display: inline;
			margin: 0 .45em;
		}
/* Brvry Logo */
a#credit {
	background: url(img/brvry.png) no-repeat;
	text-indent: -32000px;
	display: block;
	width: 51px;
	height: 28px;
	background-position: 0 0;
	opacity: .45;
	float: right;
}
	a:hover#credit {
		background-position: 0 -32px;
		opacity: 1;
		
	}
.site-menu {
	display: inline-block;
	vertical-align: middle;
	width: 84%;
	margin-top: -31px;
}
	.site-menu ul {
		text-align: right;
		margin-bottom: 0;

	}
	
	.site-menu li {
		display: inline;
		font-size: 1.1em;
		padding: 0 .5em;
		text-transform: uppercase;
	}
.opener {
	margin: 0 3.2%;
}
 .page .opener {
 	padding-top: 2em;
 }
.home .opener article {
	color: #fff;
}
.home-messaging {
	background: rgba(0,0,0,.35);
	padding: 1em;
	color: #333;
	z-index: 0;
} 
	.home-messaging h2 {
		font-size: 1.8em;
	}
		.home-messaging p {
			font-size: 1.2em;
		}
	.home-messaging p:last-child {
		margin-bottom: 0;
	}
input[type="email"], input[type="number"], input[type="password"],
input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="color"], input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"], input[type="time"],
input[type="week"], textarea,.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
    border: 0;
    border-bottom: 5px solid #838383;
    background-color: #ededed;
    margin-bottom: 0;
    outline: none;
    padding: 15px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 1.2em !important;
    padding: .75em .5em !important;
}

input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover,
input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover,
input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover,
input[type="datetime"]:hover, input[type="datetime-local"]:hover,
input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
textarea:hover {
    background-color: #f2f2f2
}
.button, input[type='submit'].button , input[type="submit"] {
	display: block;
	text-align: center;
	background: #ed1c24;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1.6em;
	padding: .25em 1em;
	margin-bottom: .5em;
	border-radius: 4px;
	-webkit-appearance: none;
	border: 0;
}
	.button:hover {
		color: #fff;
		background: #999;
	}
	a.button:visited {
		color: #fff;
	}
	
.panel .large-video {
	margin: 0 auto;
	width: 90%;
}
	.panel-video .video-container {
		margin-bottom: 2em;;
	}
.blog-content-wrapper {
	width: 100%;
	padding: 0 3.2%;
}
	article.post {
		margin-bottom: 2em;
	}
	.post-meta  {
		font-family: "Roboto Condensed";
		font-size: .85em;
		font-weight: 300;
		padding: .5em 0;
		margin: 0 auto .5em;
		text-align: center;
		background: #fafafa;
		border-bottom: 1px solid #0f5262;
	}
		.post-meta > div {
			display: inline;
			padding: 0 1em;
		}
	.entry h2 {
		font-size: 2.35em;
	}
	.entry .media-title h2 {
		font-size: 1.5em;
		font-style: italic;
	}
	.entry h2 a {
		color: #0f5262;
	}
		
	.sidebar {
		background: #fafafa;
		padding: 2em 1em;
		border-top: 5px solid #ed1c24;
	}
		.sidebar h3 {
			text-transform: uppercase;
			font-size: 1.3em;
			font-family: "Roboto Condensed", Roboto, Helvetica, arial, sans-serif;
		}
			.sidebar li {
				list-style: none;
			}
/* Sidebar Widget Styles */

.sidebar .widget {
	margin-bottom: 3em;
}
	.social-panel .widget {
		margin-bottom: 2em;
	}
	.widget li {
		display: block;
		width: 100%;
		font-size: .9em;
		padding: .25em .7em;
		border-bottom: 1px solid #d3d6d8;
		color: #c6c8c9;
	}
		.widget li a {
			color: #838383;
		}
		.widget li a:hover {
			color: #ed1c24;
		}
		.mailchimp-signup input[type="submit"] {
			display: block;
			width: 100%;
		}
		.twitter-timeline, .twitter-timeline-rendered {
			width: 100%;
			max-width: 100%;
		}
/* Service Icons for Bands */
.panel .service-icons {
	font-size: 2em;
	text-align: center;
}
	.service-icons i span {
		
		display: none;
	}

.panel {
	clear: both;
}
.help-widgets {
	background-color: #fefefe;
	clear: both;
	width: 100%;
	padding: 2em 0 1em;
	border-top: 4px solid #ed1c24;
	text-align: left;
}
	.help-widgets .widget_nav_menu {
		font-size: 1em;
		padding: 0 2em;
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
		.social-panel .help-widgets .widget_nav_menu .menu li {
			display: block;
			text-align: left;
			font-size: 1em;
		}
		.help-widgets address {
			text-align: center;
			font-size: .95em;
			font-weight: bold;
			padding: 0em 2em;
		}

/* Form Styles */
.gform_wrapper {
	background: #fefefe;
	padding: 2em 1.5em .5em;
	border: 1px solid #c6c8c9;
}
.gform_wrapper .ginput_complex label {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.screen-reader-text {
	visibility: hidden;
}
	
.search-result-term {
	font-weight: 700;
	font-family: "Roboto Condensed";
	color: #838383;
}	
	.search-result-term em {
		color: #0f5262;
	}
	
.error404 p {
	font-size: 1.5em;
	font-style: italic;	
}
	.error404 .video {
		width: 80%;
		margin: 0 auto 2em;
	}

/* Media queries - For responsive designs
---------------------------------------- */

@media only screen and (min-width: 480px) {
	/* Wide mobile (480px+) styles go here */
	.home-messaging .button {
		display: inline-block;
		width: 49%;
		font-size: 1.2em;
	}
}

@media only screen and (min-width: 600px) { 
	
	.custom-background, .panel {
		background-position: top center;
	}
		.touch body.custom-background {
			background-size: auto 1200px;
			background-position: top center;
			background-attachment: fixed;
		}
	.site-name {
		width: 35%;
	}
	.site-name a span {
		display: inline-block;
		font-size: .7em;
		position: relative;
		top: -6px;
	}
	.site-menu {
		width: 64.5%;
	}
		.site-menu li {
			font-size: 1.3em;
		}
	.home-messaging {
		position: fixed;
		margin-right: 3.2%;
	} 
		.touch .home-messaging {
			margin-top: 15%;
		}
	.home-messaging h2 {
		font-size: 2.625em;
	}
		.home-messaging p {
			font-size: 1.4em;
		}
	.panel .large-video {
		margin: 4em auto 2em;
		width: 80%;
	}
	.blog-content-wrapper {
		float: left;
		width: 65%;
		padding-right: 0;
	}
		h1.blog-title {
			padding-bottom: .5em;
			margin-bottom: .5em;
			font-size: 2.5em;
			border-bottom: 1px solid #eaeaea;
		}
		.sidebar {
			margin-right: 3.2%;
			margin-left: 68.2%;
		}
	aside.post-meta {
		width: 130px;
		float: left;
		text-align: left;
		font-size: 1em;
	}
		.post-meta div {
			display: block;
			padding: 0 .25em;
		}
	.post-meta .datebox {
		display: block;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 4px solid #d3d6d8;
	}
	.post-meta .datebox .day {
		display: block;
		font-size: 4em;
		font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 100;
		color: #ed1c24;
		float: left;
		line-height: 1;
	}
		.post-meta .datebox .month, .post-meta .datebox .year {
			text-transform: uppercase;
			font-weight: 900;
			display: block;
			line-height: 1;
		}
		.post-meta .datebox .month {
			padding-top: 26px;
		}
	.post-meta .post-author, .post-meta .post-comments, .post-meta .post-tags {
		clear: both;
		font-size: .9em;
		text-align: center;
		padding: .15em .25em;
	}
		.post-comments {
			margin-bottom: 1.5em;
		}
		.post-tags {
			border-top: 1px solid #d3d6d8;
		}
		.post-tags a {
			display: block;
			width: 100%;
			padding: .25em .7em;
			border-bottom: 1px solid #d3d6d8;
			text-align: center;
		}
		.post-meta a.post-edit-link {
			font-size: .8em;
			color: #fff;
			font-weight: 900;
			display: block;
			text-transform: uppercase;
			background-color: #838383;
			text-align: center;
		}
			.post-meta a.post-edit-link:hover {			
				background-color: #282a2a;
			}
	article .entry, .single #respond {
		margin-left: 170px;
	}
	article.format-image .entry, article.format-video .entry, article.format-gallery .entry {
		margin: 0 0 0 0;
		padding: .25em 1em;
	}
		article.format-image, article.format-video, article.format-gallery {
			background-color: #fafafa;
			border: 1px solid #eaeaea;
		}
	.panel-video .video-container {
		float: right;
		width: 45%;
	}
	.panel-video .video-text {
		margin-right: 50%;
	}
	.attachment-page-feature, .page img.size-full {
		padding: .5em .5em 1.5em;
		border-bottom: 6px solid #ed1c24;
		box-shadow: inset 0px 1px 5px #eaeaea;
		float: left;
		margin-right: 3%;
	}
	.widget_facebook_likebox iframe {
		width: 100% !important;
	}
	.panel .service-icons {
		font-size: 3em;
		margin-bottom: 25px;
	}
	.social-panel > div {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 0.87em;
	}
		.social-panel > div.first {
			margin-right: 1.1em;
			margin-left: 0;
		}
		.social-panel > div.last {
			margin: 0 0 0 0;
			width: 100%;
		}
}

@media only screen and (min-width: 900px) { 
	/* Desktops (1024px+) styles go here */
	.home-messaging {
		margin-top: 3em;
		width: 51%;
		font-size: 1.3em;
	}
	footer.primary .legal {
		text-align: left;
		float: left;
		
	}
	footer.primary .footer-links {
		text-align: right;
		float: right;
	}
	.touch .home-messaging {
		margin-top: 3em;
	}
		.home-messaging h2 {
			font-size: 2em;
		}
		.home-messaging p {
			font-size: 1em;
		}
	.site-menu li {
		margin: 0 .75em;
	}
	.site-menu a {
		color: #282a2a;
		font-size: .95em;
		font-weight: 700;
	}
		.home .site-menu a {
			color: #fafafa;
		}
		.site-menu a:hover {
			color: #ed1c24;
		}
	.social-panel {
		text-align: justify;
	}
	.social-panel > div {
		margin: 0 1.1em;
		width: 31%;
		text-align: left;
	}
	.social-panel > div.first {
		margin-right: 1.1em;
		margin-left: 0;
	}
	.social-panel > div.last {
		margin-left: 1.1em;
		width: 31%;
	}
		
}

@media only screen and (min-width: 1200px) { 
	.home-messaging .button {
		font-size: 1.5em;
	}
}

/* Print styles
---------------------------------------- */

/* Print styles inlined to avoid extra HTTP connection */

@media print {
	* {
		background: transparent !important;
		color: black !important; /* Black prints faster: sanbeiji.com/archives/953 */
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/* Do not show javascript and internal links */
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""; 
	}

	/* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}