/*
Theme Name: brooksian-v7
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brooksian-v7
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 brooksian-v7 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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 centered 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/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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 {
	outline: 0;
}




/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family:'Chronicle SSm A', 'Chronicle SSm B',Georgia, serif;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote, .post blockquote {
	margin: 1em 1em;
	border-left:4px solid #F2F0ED;
	padding-left:1em;
	line-height:1.7;
	font-size:0.9em;
	font-weight:300;
}
.share-icon {
	opacity: 0.4;
	-webkit-filter: grayscale(100%);
	       -moz-filter: grayscale(100%);
	         -o-filter: grayscale(100%);
	        -ms-filter: grayscale(100%);
	            filter: grayscale(100%); 
}
.share-icon:hover {
	opacity:1;
	-webkit-filter: grayscale(0%);
	       -moz-filter: grayscale(0%);
	         -o-filter: grayscale(0%);
	        -ms-filter: grayscale(0%);
	            filter: grayscale(0%); 
}
.share-icon a:hover {
	opacity:1;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono","Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background-color:#F2F0ED;
}

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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	width:50%;
	border:3px solid #F2F0ED;
	margin-top:4em;
	margin-bottom:2em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}
li {
	margin-bottom:0.45em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 125%; /* Adhere to container width. */
	display:block;
	max-height:30em;
}
#ZoomImage {
	max-height:100%;
	height:auto;
	width:auto;
	max-width:100%;
}
.short-post img {
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}
ol.footnotes{
	font-size:0.75em; 
	line-height:1.4;
	padding-top:1em;
	color:#555;
	margin-left:0;
	padding-left:1.1em;
	width:80%;
}
ol.footnotes a {
	border-bottom:none;
	color:#444;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	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;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	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,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #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"] {
	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: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #333;
	text-decoration:none;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: #CF3621;
	border-bottom:none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
/*	display: block;*/
/*	float: left;*/
	width: 100%;
	float:right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align:right;
}

.main-navigation li {
	float: right;
	/*position: relative;*/
}

.main-navigation a {
	/*display: block;
	text-decoration: none;*/
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.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 {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

.welcome {
	float:right;
	margin-top:-8em;
	font-style:italic;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-size:0.6em;
	color:#888;
	padding-right:2em;
	padding-top:none;
}


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

.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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

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

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.sub-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post {
	width:55%;
	max-width:1024px;
	padding-bottom:1em;
	margin-left:auto;
	margin-right:auto;
}
.posts {
	width:55%;
	margin-left:auto;
	margin-right:auto;
	max-width:1024px;
}
.posts .byline {
	visibility:hidden;
}
#note {
	text-align:center;
	font-size:1.2em;
	font-weight:300;
	padding-top:1em;
	margin:auto;
	width:55%;
}
.banner a, .banner {
	padding-top:1em;
	text-transform:uppercase;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	color:#CF3621;
}
#masthead {
	width:80%;
	margin:auto;
	max-width:1200px;
	padding-bottom:5em;
}
#site-navigation {
	padding-top:4em;
	text-transform:uppercase;
	text-align:right;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 600; 
	font-style: normal;
}
#site-navigation ul {
	text-align:right;
	margin-bottom:4em;
}
#site-navigation li:first-child {
	padding-left:0px;
}
#site-navigation li {
	padding-right:20px;
	display:block;
	text-align:left;
	line-height:1;
}
#site-navigation .the {
	visibility: hidden;
	opacity: 0;
	top: .125em;
	-webkit-transition: visibility 0s ease-out 0.2s,opacity 0.2s ease-out;
	-moz-transition: visibility 0s ease-out 0.2s,opacity 0.2s ease-out;
	transition: visibility 0s ease-out 0.2s,opacity 0.2s ease-out;
	font-size:0.6em;
	color:#CCCAC8;
	font-weight:700;
	padding-bottom:0;
	margin-bottom:0;
	line-height:0;
/*	padding-left:0;
	margin-left:0;*/
}
#site-navigation:hover .the {
	visibility: visible;
	opacity: 1;
	padding-top: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;

}
#site-navigation li a {
	color:#888;
	padding:10px 4px;
	margin-bottom:15px;
	border-bottom: 4px solid #F2F0ED;
}
#site-navigation li a:hover {
	color:#333;
	border-bottom:4px solid #CF3621;
}

.site-title, .site-title a {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-style: normal;
	border-bottom: none;
	color:#333;
	font-size:1.3em;
	text-decoration:none;
	margin-left:1em;
	width:90%;
	padding-top:5em;
	text-transform:uppercase;
	font-weight: 600;
	font-style: normal;

}
.short-post p {
	font-size:1.2em;
	font-weight:300;
	line-height:1.7em;
}
.short-post {
	margin-top:1em;
}
.redbg {
	background-color: #CF3621;
	padding-top:5em;
	padding-bottom:0.5em;
	color:#fff;
	padding-left:25px;
	padding-right:5px;
}
.post h2 a, .posts h2 a {
	text-decoration: none;
	border-bottom:none;
	color:#333;
	font-weight: 400;
	font-style: normal;
}
.post h2 a {
	font-size:2.2em;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
}

.posts h2 a {
	font-size:2em;
	font-size:2.2em;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal
}
.post h2 a:hover, .posts h2 a:hover  {
	color: #CF3621;

}
.excerpt {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: italic;
	color:#666;
	font-size:1.15em;
	float:left;
	width:85%;
	padding-right:1em;
}
.details {
	float:right;
	width:15%;
	height:50px;
	padding-left:0.5em;
	padding-righ:0.5em;
	padding-top:0.5em;
	border-left:2px solid #E8E6E3;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-size:0.7em;
	color:#777;
	font-style:italic;
	margin-top:0.5em;
}
.details a {
	border-bottom:none;
	color:#777;
}
.details-small {
	display:none;
}
.subhead {
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	color:#CF3621;
	font-size:1.15em;
	text-transform:lowercase;
	padding-top:1em;
	line-height:1.3;
}
.read-time {
	margin-left:2em;
	font-size:0.8em;
	color:#D1CFCD;
}
.post hr {
	width:50%;
	border:3px solid #F2F0ED;
	margin-top:4em;
	margin-bottom:2em;
}
small {
	font-weight: 300;
	font-style: normal;
	color:#888;
	font-size:0.8em;
}
footer {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
}
footer h4 {
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:0.5em;
}
footer ul {
	margin-left:1.2em;
	list-style-type:circle;
}
#secondary{
	width:80%;
	margin-top:6em;
	margin-right:auto;
	margin-left:auto;
	font-weight: 300;
	font-style: normal;
}
#colophon {
	width:100%;
	padding-top:2em;
	background-color:#F2F0ED;
	font-weight: 300;
	font-style: normal;
	margin-top:5em;
	border-top:1px solid #E8E6E3;
}
.entry-title {
	text-decoration: none;
	border-bottom:none;
	color:#333;
	font-style: normal;
	font-size:2.3em;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
}
.entry-title a {
	border-bottom:none;
}
 .link-title a {
	text-decoration: none;
	color:#333;
	padding-bottom:3px;
	line-height:1.5;
	font-weight: 400;
	font-style: normal;
	font-size:1.2em;
	border-bottom: 2px solid #E8E6E3;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-style: normal;
	text-transform:none;
}
.link-title a:hover {
	border-bottom:none;
}
.quote-title a {
	border-bottom:none;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400;
	text-transform:none;
	border-bottom:2px solid #E8E6E3;
}
.quote-title a:hover {
	border-bottom:none;
}
.qotd, #qotd {
	font-size: 2.1em;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	line-height:1.3;
	font-weight: 400;
	padding-bottom: 1em;
}
.page-title {
	font-size:2em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	padding-bottom:0.5em;
	padding-top:0.5em;
	width:50%;
	color:#333;
	text-align:center;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-style: normal;
	text-transform:uppercase;
	border-bottom:4px solid #E8E6E3;
	border-top:4px solid #E8E6E3;
}
.page-content {
	width:50%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	
}
#page {
	font-weight:300;
}
.form-row {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	margin: auto;
	padding-bottom: 10px;
}
.form-row label {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	padding-right: 10px;
	font-size: 20px;
	font-weight: 400;
}
.form-row input {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-size: 20px;
	font-weight: 200;
	line-height: 0;
	background-color: #fff;
	padding: 0 2px 0 2px;
	border: none;
	border-bottom: 2px #ccc solid;
}
.form-row input:focus,.form-row select:focus,.form-row option:focus {
	outline: none;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
}

.cc-date {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-size: 0.7em;
	font-style:italic;
	opacity:0.8;
}
#stripe-submit {
	background-color:#fafafa;
	border:1px solid #eee;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight:600;
	text-transform:uppercase;
	font-size:1.2em;
	margin-top:1.5em;
	color:#CF3621;
}
.interview-ben {
	font-weight: 600;
}
.archive-header {
	width:50%;
	margin:auto;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:2px solid #E8E6E3;
}
.heading a {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size:1.3em;
	line-height:0;
	border-bottom:none;
	padding:0;
	margin:0;
}
.month-heading {
font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
color:#CF3621;
margin-bottom:0.45em;
font-weight:600;
padding-top:1em;
font-size:0.85em;
text-transform:uppercase;
letter-spacing:1px;
}
#archives {
	width:50%;
	margin:auto;
}
#archives ul {
	list-style-type:none;
}
#archives li {
	padding-bottom:1.1em;
}
#archives time {
	padding-left:1.7em;
	font-size:0.75em;
	color: #666;
	font-weight:300;
}
#archives li a {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight:400;
	border-bottom:none;
	font-size:1.1em;
}
.page-content img {
	width:100%;
}
#src {
	float:right;
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400;
	font-style: normal;
}
.entry-content {
	font-weight: 300; 
	color:#333;
	font-size:1.1em;
	line-height:1.65em;
}
.entry-meta {
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
	font-style: normal;
	color:#888;
	text-transform:uppercase;
	font-size:0.8em;
}
.entry-meta a {
	border-bottom:none;
}
.posts ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
.posts li {
	margin-left:0;
	padding-left:0;
	padding-top:2em;
	margin-bottom:60px;
}
#main article {
	width:50%;
	max-width:900px;
}

.nav-links {
	width:50%;
	margin:auto;
	font-weight: 400;
	font-style: normal;
	line-height:2;
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-style: normal;
}
#footer-left-widget {
	float:left;
	text-align:left;
	width:35%;
	margin-left:15%;
}
#footer-right-widget {
	text-align:left;
	margin-right:auto;
	width:35%;
	float:right;
	margin-bottom:2em;

}
footer li a {
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 

	font-size:0.8em;
	line-height:1;
	border-bottom:none;
}
.site-info p {
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-size:0.75em;
}
.category-links, .category-qotd-2{
	margin-bottom:4em;
}
.text-widget {
	font-family:'Chronicle SSm A', 'Chronicle SSm B',Georgia, serif;
}
.site-info {
	text-align:center;
	width:100%;
	clear:both;
}
#search,#s {
	width: 80%;
	max-width: 360px;
	margin: 24px auto 0;
	color: #333;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight: 400; 
}
#search input {
	width: 95%;
	background-color: #F2F0ED;
	border: 4px solid #E8E6E3;
	padding: 4px 2.5%;
	color: #333;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#search input:focus {
	outline: none;
}
article h2 {
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-size:1.2em;
	color:#CF3621;
	margin-bottom:0.45em;
	font-weight:400;
	padding-top:1em;
	text-transform:uppercase;
}
article h3, h3 em {
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-size:1.1em;
	color:#CF3621;
	margin-bottom:0.45em;
	font-weight:400;
	padding-top:1em;
	text-transform:uppercase;
}
.sd-title {
	font-weight:300;
}
article h4 {
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	color:#CF3621;
	margin-bottom:0.45em;
	font-weight:400;
	padding-top:1em;
	text-transform:lowercase;
	font-size:1em;
}
article h5 {
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	color:#CF3621;
	margin-bottom:0.45em;
	font-weight:400;
	padding-top:1em;
	font-size:0.85em;
	text-transform:lowercase;
	letter-spacing:1px;
}
.jp-relatedposts a {
	border-bottom:none;
	font-family: 'Whitney SSm SmallCaps A', 'Whitney SSm SmallCaps B',Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
}
.big-quote {
	display:block;
	padding-top:1em;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:1em;
	border-top:3px solid #f0f0f0;
	border-bottom:3px solid #f0f0f0;
	margin-top:1em;
	margin-bottom:1em;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight:400;
	font-size:1.2em;
}
.big-quote #src {
	font-size:0.7em;
	padding-bottom:1em;
	padding-top:1em;
}
.small {
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight:400;
	font-size:0.75em;
}
.meta-nav {
	color:#CF3621;
}
figure {
	float: right;
	clear: both;
	width: 40%;
	max-height: 29em;
	padding: 5px;
	margin: 1em;
	border: 1px solid #F2F0ED;
	background-color: #F2F0ED;
}
figure img {
	max-width:100%;
	margin-bottom:1.2em;
	overflow:hidden;
	max-height:90%;
	margin-right:auto;
	margin-left:auto;
}
figure img a {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
figcaption {
	text-align: center;
	font-size: 0.65em;
	line-height: 1em;
	color: #555;
	padding-top: 0;
	margin-top: -15px;
	font-family: 'Whitney SSm A', 'Whitney SSm B', Avenir Next, Avenir, Helvetica Neue, Helvetica, Arial, sans-serif; 
	font-weight:400;
	border-bottom: none;
} 
figcaption a {
	text-decoration:underline;
	border-bottom: none;
	padding-bottom:1em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley,
.sub-content img.wp-smiley,
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	display:none;
}
img#wpstats {
     display: none;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

article a img {
		border-bottom:none;
}

a.image-border {
	text-decoration: none;
	border-bottom:none;
	}
.nosquish {
		max-width:100%;
		max-height:100%;
	}

/*Media Queries*/

/*  Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#masthead {
		width:90%;
	}
	.site-title, .site-title a {
		width:100%;
		margin-left:0;
		margin-right:1%;
		font-size:1.2em;
	}
	.post, .posts, .page-content {
		width:80%;
		margin:auto;
	}
	.short-post p {
		font-size:1.1em;
	}
	.post h2, .post h2 a, .posts h2, .posts h2 a {
		font-size:1.3em;
	}
	#footer-left-widget {
		margin-left:5%;
	}
	#footer-right-widget {
		margin-right:5%;
	}
	#site-navigation li {
		padding-top:1em;
	}
	#site-navigation {
		width:90%;
	}

	#main article, .nav-links {
		width:80%;
	}
	img {
		max-width:110%;
		
	}
	.page-title {
		width:80%;
	}
	.post hr {
		width:100%;
	}
	#note {
		width:85%;
	}
	#archives {
		width:80%;
	}
	.archive-header {
		width:80%;
	}
}
/*  Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	#masthead {
		width:100%;
	}
	.site-title, .site-title a {
		width:100%;
		margin-left:0;
		margin-right:1%;
		font-size:1.2em;
	}
	.post, .posts, .page-content {
		width:90%;
		margin:auto;
	}
	.short-post p {
		font-size:1.1em;
	}
	.post h2, .post h2 a, .posts h2, .posts h2 a {
		font-size:1.3em;
	}
	#footer-right-widget, #footer-left-widget {
		float:left;
		width:90%;
		margin-left:5%
	}
	#site-navigation li {
		padding-top:1em;
	}
	#site-navigation {
		width:90%;
	}
	.details {
		float:none;
		border-left:none;
		width:95%;
		display:none;
	}
	.excerpt {
		width:95%;
	}
	#main article, .nav-links {
		width:90%;
	}
	img {
		max-width:105%;
		
	}
	.page-title {
		width:90%;
	}
	.entry-title {
		font-size:2.2em;
	}
	.post hr {
		width:100%;
	}
	#note {
		width:90%;
	}
	#archives {
		width:90%;
	}
	.archive-header {
		width:90%;
	}
}
/*  Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}
