/*
Theme Name: janekim
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com
Description: Custom Theme for Jane Kim
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: janekim
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.

janekim 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 Structure & Elements
	3.1 Front Page
	3.2 Header
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
13.0 Footer
14.0 Plugin Styles
15.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1 {
	font-size: 24px;
	font-size: 2.4rem;
}
h2 {
	font-size: 22px;
	font-size: 2rem;	
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;	
}
h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	font-size: 14px;
	font-size: 1.4rem;	
}
h6 {
	font-size: 12px;
	font-size: 1.2rem;	
}
p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "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;
}

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 Structure & Elements
--------------------------------------------------------------*/
/* Structure */
body {
	background: url( 'img/bg.png' ) #fff;
	background-size: cover;
}
body:before {
	border-top: 3px solid #fff;
	background: #b91804;
	content: "";
	display: block;
	height: 8px;
	width: 100%;
}
.site:before,
.site-header:before {
	background: #fff;
	content: "";
	display: block;
	width: 100%;	
}
.site:before {
	border-bottom: 1px dotted #b91804;
	height: 3px;
	padding-top: 0.125em;
}
.site-header:before {
	height: 2px;
	padding-top: 0.125em;
}
.site-branding,
.menu,
.content-wrapper,
.home-content-area,
.supplementary-content,
.site-info,
.hero-content,
.site-connect {
	margin: 0 auto;
	max-width: 970px;
}
#primary {
	float: right;
	margin-left: 2%;
	width: 65%;
}
#secondary {
	float: left;
	max-width: 33%;
}

/* Elements */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}


/*--------------------------------------------------------------
3.1 Front Page
--------------------------------------------------------------*/
.hero-area {
	clear: both;
	position: relative;
}
.hero-area img {
	height: auto;
    margin-top: -48px;
    width: 100%;
    z-index: -2;
}
.hero-area:after {
	border-bottom: 1px dotted #b91804;
    content: "";
    display: block;
    margin-top: -0.2em;
}
.hero-content {
	max-width: 484px;
	position: absolute;
	z-index: 1;
	right: 45px;
    top: 91px;
}
.hero-content .entry-header {
	display: none;
}
#hero .entry-content {
	background: rgba( 255, 255, 255, 0.6 );
	color: #332f2f;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	padding: 1em;
}
.hero-content .entry-content p {
	margin: 0;
}
.signature-box {
    background: #ba5752;
    color: #fff;
    display: inline-block;
    font-family: "Zeyada",cursive;
    font-size: 3rem;
    margin-top: 0.3em;
    padding: 0.3em;
}
.supplementary {
	margin: 1.5em 0;
}
.child-page {
	float: left;
	width: 32.2%;
}
.child-page .hentry {
	margin: 0;
}
.grid-thumbnail {
	position: relative;
}
.child-page .entry-header {
	position: absolute;
	bottom: 1.5em;
	left: 1em;
}
.child-entry-title,
.child-entry-title a,
.child-entry-title a:visited,
.child-entry-title a:active,
.child-entry-title a:hover,
.child-page .read-more a {
	color: #fff;
}
.child-entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: uppercase;
}
.child-entry-title span {
	background: rgba( 255, 255, 255, 0.8 );
	color: #914343;
	display: block;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	margin-left: -0.5em;
	padding: 0 0.3em;
}
.child-page .read-more {
	background: #a80000;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	display: inline-block;
	position: absolute;
	bottom: 1.5em;
	right: 1em;
	padding: 0 0.3em;
	text-transform: uppercase;
}
.child-page .entry-content {
	font-weight: 300;
	margin-top: 1.5em;
	padding-right: 1.5em;
}


/*--------------------------------------------------------------
3.2 Header
--------------------------------------------------------------*/
.site-header {
	background: -moz-linear-gradient(top,  rgba(189,190,192,0.49) 0%, rgba(189,190,192,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,190,192,0.69)), color-stop(100%,rgba(189,190,192,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,190,192,0.49) 0%,rgba(189,190,192,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,190,192,0.49) 0%,rgba(189,190,192,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,190,192,0.49) 0%,rgba(189,190,192,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,190,192,0.49) 0%,rgba(189,190,192,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63bdbec0', endColorstr='#00bdbec0',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 1;
}
.site-branding {
	padding-top: 1em;
}
.nav-area-1,
.nav-area-2 {
	float: left;
	width: 35%;
}
.nav-area-1 {
	margin-right: 2%;
}
.nav-area-2 {
	margin-left: 2%;
}
.site-logo {
	float: left;
	width: 25%;
}



/*--------------------------------------------------------------
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"] {
	background: #a10000;
	border: none;
	color: #fff;
	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: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
	padding: .4em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8; 
}

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 {
	opacity: 0.9; 
}

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 #a10000;
}

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,
a:visited {
	color: #a10000;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #680000;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    border-top: 6px double #fff;
    clear: both;
    display: block;
    float: left;
    margin-top: 1.5em;
    padding-top: 1em;
    width: 100%;
}

.main-navigation ul {
	list-style: none;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}
.nav-area-1 .main-navigation li {
	float: right;
}
.main-navigation a:before {
	color: #999;
	content: "+";
	display: inline-block;
	padding-right: 0.3em;
}

.main-navigation a {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	text-decoration: none;
}
.nav-area-1 .main-navigation a {
	margin-left: 0.6em;
}
.nav-area-2 .main-navigation a {
	margin-right: 0.6em;
}

.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 {
}

/* Small menu */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation .nav-previous a,
.paging-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.paging-navigation .nav-next a,
.post-navigation .nav-next a {
	background: #a10000;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: 1em;
}

/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

/* Sidebar Featured Image */
.single-thumb {
	margin: 0 0 1.5em -1.5em;
}
.single-thumb img {
	border-top: 7px solid #b31700;
}

.widget {
	margin: 0 0 1.5em;
}
.widget ul,
.widget li {
	list-style: none;
	margin: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
.widget-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Twitter Widget */
.widget_twitter_timeline iframe {
	border: 1px solid #c4c4c4 !important;
	padding: 0 0.5em;
}
.widget_twitter_timeline .widget-title  {
	background: #b0b0b0;
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 300;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-content {
	border-bottom: 1px dotted #b91804;
	margin-top: -3.2em;
}
.home .site-content {
	 margin-top: 0;
}
.content-wrapper {
	background: rgb(207,207,207); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,207,207,1) 0%, rgba(255,255,255,1) 15%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,207,207,1)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,207,207,1) 0%,rgba(255,255,255,1) 15%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,207,207,1) 0%,rgba(255,255,255,1) 15%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,207,207,1) 0%,rgba(255,255,255,1) 15%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,207,207,1) 0%,rgba(255,255,255,1) 15%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 6.5em 1.5em 1.5em;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.entry-content h1,
.blog .entry-title,
.archive .entry-title {
	background: #a10000;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	margin-bottom: 0.5em;
	padding: 0.5em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #a10000;
	font-weight: 300;
	margin-bottom: 1em;
}
.entry-content .paragraph-start {
	color: #a10000;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
}
.blog-entry-title {
	margin-bottom: 1em;
}
.entry-title,
.blog-entry-title {
	color: #a10000;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1;
}
.blog .entry-title {
	display: block;
	font-size: 31px;
	font-size: 3.1rem;
	margin-bottom: 0.5em;
}
.blog .entry-title a,
.archive .entry-title a {
	color: #fff;
}
.page-header {
	margin-bottom: 2em;
}
.page-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 2em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.edit-link {
	display: block;
	margin-top: 1.5em;
}
.entry-meta,
.entry-meta a {
	color: #a10000;
	font-size: 12px;
	font-size: 1.2rem;
}
.single .entry-meta {
	margin-top: 2em;
}
.comments-link {
	display: inline-block;
	font-weight: 600;
}
.entry-content li {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	list-style: none;
}
.entry-content li:before {
    color: #a10000;
    content: "+";
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    margin-right: 0.3em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
	margin-top: 2em;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-reply-title {
	color: #a10000;
	font-size: 28px; 
	font-size: 2.8rem;
	font-weight: 300;
}
.comment-form {
	margin-top: 1em;
}

.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 {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* 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;
}


/*--------------------------------------------------------------
13.0 Footer
--------------------------------------------------------------*/
.site-footer {
	background: -moz-linear-gradient(top,  rgba(189,190,192,0.69) 0%, rgba(189,190,192,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,190,192,0.69)), color-stop(100%,rgba(189,190,192,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,190,192,0.69) 0%,rgba(189,190,192,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,190,192,0.69) 0%,rgba(189,190,192,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,190,192,0.69) 0%,rgba(189,190,192,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,190,192,0.69) 0%,rgba(189,190,192,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63bdbec0', endColorstr='#00bdbec0',GradientType=0 ); /* IE6-9 */
	margin-top: 0.1em;
	padding: 1.5em;
}
.site-info {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.site-info .sep {
	color: #a80000;
	display: inline-block;
	margin: 0 0.5em;
}
.site-connect {
	margin-top: 1.5em;
}
.newsletter,
.social-links {
	float: left;
}
.newsletter {
	text-align: right;
	width: 45%;
}
.newsletter-form,
#mc_signup_form {
	border: 1px solid #bdbdbd;
	display: inline-block;
	padding: 0.1em;
	width: 59%;
}
.mc_merge_var,
.mc_signup_submit {
	display: inline;
	margin: 0;
}
#mc_signup_form .mc_var_label {
    display: none;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="submit"],
#mc_signup_form input[type="text"],
#mc_signup_form input[type="submit"] {
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	text-shadow: none;
	text-transform: uppercase;
}
.newsletter-form input[type="submit"],
#mc_signup_form input[type="submit"] {
	background: #666;
	color: #fff;
	width: 21%;
}
.newsletter-form input[type="text"],
#mc_signup_form input[type="text"] {
	text-align: center;
	width: 77%;
}
.mc_form_inside .updated {
	display: block;
}
.mc_success_msg {
    color: #a10000;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 1em;
    text-align: center;
}
.social-links {
	width: 45%;
}
.social-links ul,
.social-links li {
	list-style: none;
}
.social-links li {
	display: block;
	float: left;
}
.social-links a {
    /*background: #9e9ea0;*/
    color: #9e9ea0;
    display: inline-block;
    font-size: 32px;
    height: 40px;
    margin-right: 0.2em;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.facebook-link a:before {
    content: '\f203';
}
.twitter-link a:before {
    content: '\f202';
}
.instagram-link a:before {
    content: '\f215';
}
.youtube-link a:before {
    content: '\f213';
}
.genericon:before {
    display: inline-block;
    vertical-align: top;
}

/*--------------------------------------------------------------
14.0 Plugin Styles
--------------------------------------------------------------*/
/* Contact Form 7 */
span.wpcf7-list-item {
    margin-left: 0;
}
.endorsement-checkbox .wpcf7-list-item-label,
.take-off-work .wpcf7-list-item-label {
	font-weight: 700;
	padding-left: 0.2em;
	text-transform: uppercase;
}
.wpcf7 .label {
	display: inline-block;
	width: 144px;
}
.contact-submit {
	margin-bottom: 4em;
}
.contact-submit input,
.form-intro {
	font-size: 16px;
	font-size: 1.6rem;
}
.form-intro {
	font-weight: 300;
}
.volunteer-item .wpcf7-list-item-label,
.availability-option .wpcf7-list-item-label {
	padding-left: 0.2em;
}
.volunteer-item .wpcf7-list-item,
.availability-option .wpcf7-list-item {
	display: inline-block;
	margin-bottom: 0.5em;
	width: 285px;
}

/* Seamless Donations */
#dgx-donate-container {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.dgx-donate-form-section {
    background: none;
    border: medium;
    border-radius: 0;
    margin: 0 0 2.5em;
    padding: 0;
}
.dgx-donate-form-section input.horiz {
	margin-left: 15px;
}
.dgx-donate-form-section h2 {
	background: #a10000;
	color: #fff;
	font-weight: 300;
	margin-bottom: 1em;
	padding: 0.5em;	
}
.dgx-donate-form-section input {
	border-radius: 0;
}
.donate-disclaimer li:before,
.donate-disclaimer li {
	font-size: 16px;
	font-size: 1.6rem;
}


/*--------------------------------------------------------------
15.0 Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 985px) {
	.hero-content {
		top: 0;
		right: 0;
	}
	#hero .entry-content {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.signature-box { 
		font-size: 25px;
		font-size: 2.5rem;
		padding: 0.2em;
	}
	#hero .entry-footer {
		text-align: right;
	}
	.supplementary {
	    padding-left: 1.5em;
	}
}

@media screen and (max-width: 902px) {
	.hero-area img {
		margin-top: -44px;
	}
}

@media screen and (max-width: 853px) {
	.hero-area img {
		margin-top: -43px;
	}
	.main-navigation {
		margin-top: 0;
		padding-top: 0.2em;
	}
	.main-navigation a {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.child-entry-title span {
		font-size: 20px;
		font-size: 2rem;
	}
	.newsletter, 
	.social-links {
	    float: none;
	    text-align: center;
	    width: 100%;
	}
	.social-links {
		margin: 0 auto;
		width: 50%;
	}
	.newsletter-form {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.site-logo {
	    float: none;
	    padding: 4em 0 1.5em;
	    position: relative;
	    text-align: center;
	    width: 100%;
	}
	.nav-area-1, 
	.nav-area-2 {
		border: none;
		float: none;
	    margin: 1em 0 0.571429em;
	    min-width: 150px;
	    position: absolute;
	    top: 0;
	    width: 49%;
	    z-index: 5;
	}
	.nav-area-2 {
		right: 0;
	}
	.hero-content {
		position: relative;
		max-width: 100%;
	}
	.hero-content .hentry,
	#hero .entry-content {
		margin: 0;
	}
	#hero .entry-content {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.hero-area img {
		margin-top: 0;
	}
	#hero .entry-footer {
		text-align: center;
	}
	.hero-content .edit-link {
		display: none;
	}
	.signature-box {
		display: block;
		margin: 0;
	}
	.site {
		background: rgb(207,207,207); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(207,207,207,1) 0%, rgba(255,255,255,1) 15%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,207,207,1)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(207,207,207,1) 0%,rgba(255,255,255,1) 15%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(207,207,207,1) 0%,rgba(255,255,255,1) 15%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(207,207,207,1) 0%,rgba(255,255,255,1) 15%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(207,207,207,1) 0%,rgba(255,255,255,1) 15%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
	}
	.site-content {
		margin-top: 0;
	}
	.content-wrapper {
		background: none;
		padding: 1.5em;
	}
}

@media screen and (max-width: 700px) {
	#primary,
	#secondary {
	    float: none;
	    margin-left: 0;
	    max-width: 100%;
	    width: 100%;
	}
	.single-thumb {
		display: none;
	}
	.widget_twitter_timeline iframe {
		width: 100% !important;
	}
	.entry-content input,
	.entry-content textarea {
		max-width: 100%;
	}
}
@media screen and (max-width: 650px) {
	.child-page {
	    float: none;
	    margin-bottom: 1em;
	    width: 100%;
	}
	.child-page:after {
		clear: both;
		content: "";
		display: block;
		width: 100%;
	}
	.grid-thumbnail {
	    float: left;
	    position: relative;
	    width: 34%;
	}
	.child-page .hentry {
	    float: right;
	    width: 63%;
	}
	.child-page .read-more {
		font-size: 14px;
	    font-size: 1.4rem;
	    right: 0;
	}
	.child-page .entry-content {
		margin-top: 0;
		font-size: 13px;
		font-size: 1.3rem;
	    margin-left: 0.5em;
	}
	.child-page .entry-content p {
		margin-bottom: 0;
	}
	.child-page .edit-link {
		font-size: 13px;
		font-size: 1.3rem;
		margin: 0.5em 0 0 0.5em;
	}
	.social-links {
		width: 60%;
	}
}

@media screen and (max-width: 510px) {
	.main-navigation {
		border: none;
	}
	.nav-area-2 {
	    top: 25px;
	}
	.nav-area-1,
	.nav-area-2 {
	    margin: 0.5em 0 0.571429em;
	    width: 100%;
	}
	.main-navigation ul {
	    clear: left;
	    float: left;
	    left: 25%;
	    list-style: none outside none;
	    margin: 0 !important;
	    padding-left: 0;
	    position: relative;
	}
	.child-page .read-more {
	    display: block;
	    position: relative;
	}
	.child-page .entry-header {
		background: rgba(255, 255, 255, 0.8);
		bottom: 2.8em;
		left: 0;
	}
	.child-entry-title, 
	.child-entry-title a, 
	.child-entry-title a:visited, 
	.child-entry-title a:active, 
	.child-entry-title a:hover {
		color: #a10000;
	}
	.child-entry-title span {
		background: none;
		display: inline;
		margin-left: 0;
	}
	.child-entry-title span,
	.child-entry-title {
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 400;
	}
	.social-links {
		width: 75%;
	}
}

@media screen and (max-width: 400px) {
	.main-navigation ul {
	    left: 15%;
	}
	.social-links {
		width: 90%;
	}
}

@media screen and (max-width: 300px) {
	.main-navigation ul {
	    left: 3%;
	}
	.main-navigation a {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

/* Post Meta */
.cat-links,
.tags-links,
.comments-link,
.edit-link {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	margin-right: 0.8em;
}
.cat-links a,
.tags-links a {
	font-weight: 400;
}