/*
    Theme Name: The Financial Brand
    Theme URI: http://thefinancialbrand.com/
    Description: A custom Genesis child theme for The Financial Brand
    Author: Reaktiv Studios
    Author URI: http://reaktivstudios.com/
    Version: 1.0

    Template: genesis
    Template Version: 1.8.2

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #dddddd;
}

::selection {
	background-color: #dddddd;
}

::-webkit-input-placeholder {
   color: #333;
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
   font-style: italic;
}

:-ms-input-placeholder {
   color: #333;
   font-style: italic;
}

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem

	Further reading on the use and compatibility of rems:

	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem

*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
	color: #1e1e1e;
}

a {
	color: #aa0000;
	text-decoration: none;
}

a:hover,
a:visited {
	color: #aa0000;
	text-decoration: underline;
}

h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	color: #ff2a00;
}

.post-info,
.post-meta,
#description {
	color: #636363;
}

input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

a.red-button,
input.red-button,
button.red-button {
	text-decoration: none;
	width: auto;
	padding: 3px 5px;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
	border-radius:3px ;
	color: #fff;
	border-top: 1px solid #bc1a17;
	border-left: 1px solid #8f0503;
	border-right: 1px solid #8f0503;
	border-bottom: 1px solid #8f0503;
	background-color: #aa0000;
}

a.red-button:hover,
input.red-button:hover,
button.red-button:hover {
	background-color: #990000;
}

a.red-button-large,
input.red-button-large,
button.red-button-large {
	font-size: 18px;
	padding: 3px 8px;
}

a.red-button-xlarge,
input.red-button-xlarge,
button.red-button-xlarge {
	font-size: 24px;
	padding: 3px 10px;
}

a.red-button-center,
input.red-button-center,
button.red-button-center {
	text-align: center;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	left: 45%;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: Arial, Helvetica, sans-serif;
}

h4,
h5,
h6,
.entry-title {
	color: #aa0000;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1 {
	font-size: 20px;
	font-size: 1.25rem;
}


h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}


/* 03d - Font Miscellaneous ----------- */

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
	font-weight: 700;
}

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

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	width: 100%;
}

#wrap .wrap {
	margin: 0 auto;
	max-width: 1152px;
	padding: 0 12px;
	padding: 0 0.75rem;
}

#inner {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
	top: 111px;
}

body.fbnd-2016 #inner {
	top: 141px;
}

#nav .wrap {
	margin: 0 auto;
	width: 980px;
	padding: 0 12px;
	padding: 0 0.75rem;
}

#before-content-item {
	clear: both;
	position: relative;
	top: 111px;
	font-size: 14px;
	margin-bottom: 18px;
	line-height: 1.625;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	max-width: 1152px;
}

body.fbnd-2016 #before-content-item {
	top: 141px;
}

#before-content-item a {
	text-decoration: underline;
}

#inner .wrap {
	overflow: hidden;
	margin: 0 auto;
	width: 980px;
	padding: 0 12px;
	padding: 0 0.75rem;
}

/* 04b - 1152px CSS Grid ----------- */

#content {
	width: 565px;
/*	width: 600px; */
}

body.spread-width #content {
	width: 585px;
}

.sidebar {
/*	width: 395px; */
	display: inline;
	line-height: 1.5;
	width: 336px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}

body.spread-width .sidebar {
	padding-top: 22px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */
#header-nav-wrapper {
	position: fixed;
	top: 0;
	z-index: 9999;
	padding: 0;
	width: 100%;
	display: block;
	-webkit-box-shadow: 0 4px 3px -3px rgba( 0, 0, 0, 0.15);
	   -moz-box-shadow: 0 4px 3px -3px rgba( 0, 0, 0, 0.15);
	        box-shadow: 0 4px 3px -3px rgba( 0, 0, 0, 0.15);
}

#header {
	background: #aa0000;
	border-bottom: 2px solid #fff;
	padding: 0;
	width: 100%;
	display: block;
/*
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 9999;
*/
}

body.admin-bar #header-nav-wrapper {
	top: 32px;
}

#header .wrap {
/*	width: 1040px; */
	width: 980px;
	padding: 5px 0.75rem;
}

#header .content-dym-block {
	width: 510px;
	height: 60px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

body.fbnd-2016 #header .content-dym-block {
	width: 565px;
	height: 90px;
}

#header .content-dym-block a {
	display: block;
	width: 510px;
	height: 60px;
	margin: 0;
	text-align: right;
}

body.fbnd-2016 #header .content-dym-block a {
	width: 565px;
	height: 90px;
}

body.fbnd-2016 #header .content-dym-block a img {
	margin: 0;
	display: block;
}

#header #title-area {
	width: 470px;
	height: 60px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

body.fbnd-2016 #header #title-area {
	width: 400px;
	height: 90px;
	float: none;
}

#title-area #title {
	width: 265px;
	text-indent: -9999px;
	height: 56px;
	display: block;
	margin: 0;
	padding: 0;
}

body.fbnd-2016 #title-area #title {
	height: 90px;
}

#title-area #title a {
	background: url(images/banner-crisp.png) no-repeat center center;
	display: block;
	height: 16px;
	width: 265px;
	margin: 0;
	padding: 20px 0;
}

body.fbnd-2016 #title-area #title a {
	padding: 36px 0;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

#content h1.entry-title {
	letter-spacing: -1px;
}

#content .post h1.entry-title {
	margin-bottom: 10px;
}

#content .post p.post-date {
	color: #444444;
	font-size: 13px;
	margin-bottom: 15px;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 30px;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

body.inner-content #content .entry-content {
	padding-top: 5px;
}

.entry-content h3.large a,
.entry-content h3.large a:visited {
	color: #aa0000;
}

.entry-content h3.subhead {
	border-top: 2px dotted #bbb;
    color: #444444;
    margin: 15px 0;
    padding: 6px 0 0;
	letter-spacing: -1px;
}

.gform_wrapper .gform_heading h3.gform_title {
	border-top: 2px dotted #bbb;
    color: #444444;
    margin: 15px 0;
    padding: 6px 0;
	letter-spacing: -1px;
	font-size: 24px;
	font-size: 1.5rem;
}

.entry-content h4.pullquote {
    border-bottom: 2px solid #aa0000;
    border-top: 2px solid #aa0000;
    float: right;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0 10px 20px;
    padding: 10px;
    text-align: center;
    width: 200px;
}

.entry-content h4.pullquote a,
.entry-content h4.pullquote a:visited {
    color: #444444;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
}

.entry-content h4.pullquote a:hover {
    color: #aa0000;
    text-decoration: underline;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	font-size: 14px;
	margin-bottom: 18px;
}

.entry-content p.summary {
    color: #444444;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.8px;
    margin: 0 0 5px;
    padding: 0 0 15px;
}

.entry-content p.contrib-byline {
	font-size: 12px;
}

.entry-content p.wp-caption-text {
	color: #444;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    line-height: 15px;
    margin: 0;
    padding: 8px 0 5px 0;
    text-align: left;
}

.entry-content blockquote {
    background-color: #ddd;
    border: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 20px 0 5px;
}

.entry-content blockquote p {
    margin: 0 0 5px;
    padding: 0 20px 10px;
    font-size: 14px;
    line-height: 18px;
}

.entry-content #textbox {
    background-color: #efefef;
    border: 1px solid #ddd;
    color: #000;
    float: right;
    margin: 2px 0 2px 10px;
    padding: 10px 8px 7px 10px;
    width: 200px;
}

.entry-content #textbox h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 5px;
    letter-spacing: -1px;
}

.entry-content #textbox p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px;
}

.entry-content .dynamic-post-item {
	margin: 0 0 10px;
}

.entry-content div.sharedaddy div.sd-block {
	border-top: none;
}

.entry-content .getty {
	clear: both;
	width: 100%;
	display: block;
	padding: 10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-content .getty ul {
	list-style: none;
	width: 565px;
	display: block;
	margin: 0 0 15px;
	padding: 0;
}

.entry-content .getty ul li {
	display: inline-block;
	vertical-align: bottom;
	width: 270px;
	padding: 0;
	margin: 0;
}

.entry-content .getty ul li:last-child {
	margin-left: 20px;
}

.entry-content .getty ul li a.getty-title {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 5px;
}

.entry-content .getty ul li a.getty-title:hover,
.entry-content .getty ul li a.getty-title:focus {
	text-decoration: none;
	color: #222;
}

.entry-content .getty ul li img {
	max-width: 100%;
	height: auto;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 0 0 30px;
}

.categories,
.tags {
	display: block;
}

p.disclaimer {
	font-size: 11px;
	margin: 0 0 15px;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */
/*  http://www.colorzilla.com/gradient-editor/#a30202+0,aa0000+50,a30202+100;Custom  */
#nav {
	background: rgb(163,5,5);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2JiMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(163,5,5,1) 0%, rgba(187,0,0,1) 50%, rgba(163,5,5,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,5,5,1)), color-stop(50%,rgba(187,0,0,1)), color-stop(100%,rgba(163,5,5,1)));
	background: -webkit-linear-gradient(top,  rgba(163,5,5,1) 0%,rgba(187,0,0,1) 50%,rgba(163,5,5,1) 100%);
	background: -o-linear-gradient(top,  rgba(163,5,5,1) 0%,rgba(187,0,0,1) 50%,rgba(163,5,5,1) 100%);
	background: -ms-linear-gradient(top,  rgba(163,5,5,1) 0%,rgba(187,0,0,1) 50%,rgba(163,5,5,1) 100%);
	background: linear-gradient(to bottom,  rgba(163,5,5,1) 0%,rgba(187,0,0,1) 50%,rgba(163,5,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30505', endColorstr='#a30505',GradientType=0 );
	border-bottom: 5px solid #CCCCCC;
}
/*
#nav {
	position: relative;
	top: 72px;
}
*/

.genesis-nav-menu {
	clear: both;
/*	overflow: hidden; */
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {

}

#nav .menu-primary {
	position: relative;
	height: 28px;
	width: 100%;
	display: block;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	font-size: 13px;
	line-height: 19px;
	float: left;
	display: block;
	list-style-type: none;
	text-align: left;
	border-right: 2px solid #fff;
}

.genesis-nav-menu li.menu-item-home-icon {
	font-size: 18px;
}

.genesis-nav-menu li.menu-item-search-icon {
	float: right;
	color: #fff;
	border-right: none;
}

.genesis-nav-menu li.menu-item-search-icon span {
	display: block;
	font-size: 18px;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.genesis-nav-menu li.menu-item-search-icon span.search-exposed,
.genesis-nav-menu li.menu-item-search-icon span:hover,
.genesis-nav-menu li.menu-item-search-icon span:focus {
	background: #870000;
}

#nav .genesis-nav-menu li a {
	display: block;
	padding: 5px 12px;
	position: relative;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#nav .genesis-nav-menu li a:hover {
	background: #870000;
	color: #fff;
}

/*  http://www.colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231  */
body.inner-content #nav .genesis-nav-menu li.current-menu-item a {
	color: #666666;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 280px;
	z-index: 99;
	margin: 0 0 0 -2px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#nav .genesis-nav-menu li ul.sub-menu li {
	border-top: 1px solid #fff;
	border-right: none;
	width: 100%;
}

#nav .genesis-nav-menu li ul.sub-menu li:first-child {
	border-top: none;
}

#nav .genesis-nav-menu li ul.sub-menu li a {
	background: #870000;
	color: #fff;
	border: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

#nav .genesis-nav-menu li ul.sub-menu li a:hover {
	background: #550000;
	color: #fff;
}

.genesis-nav-menu li ul ul {
	margin: -31px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* 05a - Navigation Search Bar ----------- */

.genesis-nav-menu li.nav-search-form {
	border-right: none;
	background: #aa0000;
	padding: 2px;
	width: 280px;
	position: absolute;
	right: 15px;
	top: 25px;
	border-radius: 3px;
	-webkit-box-shadow:  0px 0px 2px 2px #fff;
	-moz-box-shadow:  0px 0px 2px 2px #fff;
	box-shadow:  0px 0px 2px 2px #fff;
}

.genesis-nav-menu .ui-effects-wrapper {
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 0;
	padding: 0;
	height: 24px;
}

.genesis-nav-menu li.nav-search-form input.search-input {
	padding: 0.25rem 0.5rem;
	font-size: 11px;
	float: left;
	width: 280px;
}

.genesis-nav-menu li.nav-search-form input.search-submit {
	height: auto;
	width: auto;
	float: left;
	padding: 2px 4px;
	position: relative;
	left: 3px;
	top: 1px;
	color: #aa0000;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.genesis-nav-menu li.nav-search-form input.search-submit:hover {
	color: #A30505;
}

.genesis-nav-menu li.nav-search-form .icon {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	left: -30px;
	top: 2px;
}


.genesis-nav-menu li.nav-search-form input.search-input::-webkit-input-placeholder {
   font-style: normal;
}

.genesis-nav-menu li.nav-search-form input.search-input:-moz-placeholder { /* Firefox 18- */
    font-style: normal;
}

.genesis-nav-menu li.nav-search-form input.search-input::-moz-placeholder {  /* Firefox 19+ */
   font-style: normal;
}

.genesis-nav-menu li.nav-search-form input.search-input:-ms-input-placeholder {
   font-style: normal;
}

#nav .genesis-nav-menu li.rss {
	padding: 0;
	font-size: 16px;
	margin: 4px 5px 0 0;
}

/*  http://www.colorzilla.com/gradient-editor/#ff7400+0,ff7400+100;Orange+Flat  */
#nav .genesis-nav-menu li.rss a {
	padding: 2px 1px 1px 2px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ff6600;
	background: rgb(255,116,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjc0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,116,0,1) 0%, rgba(255,116,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,116,0,1)), color-stop(100%,rgba(255,116,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 );
}

/*  http://www.colorzilla.com/gradient-editor/#ff670f+0,ff670f+100;Orange+Flat+%231   */
#nav .genesis-nav-menu li.rss a:hover {
	background: rgb(255,103,15);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjcwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY3MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,103,15,1) 0%, rgba(255,103,15,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,103,15,1)), color-stop(100%,rgba(255,103,15,1)));
	background: -webkit-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(255,103,15,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(255,103,15,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,103,15,1) 0%,rgba(255,103,15,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,103,15,1) 0%,rgba(255,103,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 );
}

/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-header {

}

.archive-header .archive-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #aa0000;
    letter-spacing: -1px;
}

.archive-header .search-archive-title {
	font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #aa0000;
    letter-spacing: -1px;
}

.archive-header .search-archive-title span.search-query-title {
	text-transform: capitalize;
}

.archive-header .archive-intro-text {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.archive-header .archive-intro-text p {
	font-size: 15px;
	line-height: 20px;
}

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

.entry-content ol,
.entry-content ul {
	margin:0 0 18px 40px;
}

.entry-content ol li,
.entry-content ul li {
	font-size: 14px;
	line-height: 1.625;
}


.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08aa Home Page Post Blocks
---------------------------------------------------------------------------------------------------- */

.post-index-block {
	width: 100%;
	padding: 0;
	margin: 0 0 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	/* top category name */
.post-index-block h4.post-index-title {
	color: #060606;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #060606;
	margin: 0 0 8px;
}

.post-index-block h4.post-index-title span.post-index-title-cat {
	color: #060606;
	display: inline-block;
	vertical-align: middle;
}

.post-index-block h4.post-index-title span.post-index-title-cat a {
	color: #060606;
	text-decoration: none;
}

.post-index-block h4.post-index-title span.post-index-title-author {
	color: #898989;
	display: inline-block;
	vertical-align: middle;
}

.post-index-block h4.post-index-title span.post-index-title-author a {
	color: #898989;
	text-decoration: none;
}

.post-index-block h4.post-index-title span.post-index-title-author:before {
	color: #898989;
	content: "|";
	margin: 0 5px;
	padding: 0 5px;
}

	/* main item with image */
.post-index-block .post-index-primary {
	display: inline-block;
	vertical-align: top;
	width: 420px;
}

.post-index-block .post-index-primary a.post-index-primary-image {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 10px 0 0;
}

.post-index-block .post-index-primary a.post-index-primary-image img {
	display: block;
	margin: 0;
}

.post-index-block .post-index-primary .post-index-primary-content {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 15px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.post-index-block .post-index-primary .post-index-primary-content h3 {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 7px;
	padding: 0;
}

.post-index-block .post-index-primary .post-index-primary-content h3 a {
	color: #aa0000;
}

.post-index-block .post-index-primary .post-index-primary-content h3 a:hover,
.post-index-block .post-index-primary .post-index-primary-content h3 a:focus {
	color: #A30505;
}

.post-index-block .post-index-primary .post-index-primary-content p {
	font-size: 13px;
	line-height: 21px;
	padding: 0 0 0 160px;
}

.post-index-block .post-index-primary .post-index-primary-content p a.post-index-primary-more {
	font-weight: 700;
}

	/* 3 side list items */
.post-index-block .post-index-sidelist {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	border-left: 1px solid #c2c2c2;
}

.post-index-block .post-index-sidelist ul {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	min-height: 150px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.post-index-block .post-index-sidelist ul li {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px solid #c2c2c2
}

.post-index-block .post-index-sidelist ul li:first-child {
	border-top: 0 none;
	margin: 0;
	padding: 0;
}

.post-index-block .post-index-sidelist ul li a {
	text-decoration: none;
}

.post-index-block .post-index-sidelist ul li a:hover,
.post-index-block .post-index-sidelist ul li a:focus {
	color: #A30505;
}


	/* sponsored content */
.post-native-column h4 span {
	font-weight: 300;
	color: #898989;
}

.post-index-block .post-native-single {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 15px 0 0;
	margin: 0 0 20px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.post-index-block .post-native-single a.post-native-image {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 10px 0 0;
}

.post-index-block .post-native-single a.post-native-image img {
	display: block;
	margin: 0;
}


.post-index-block .post-native-single h3 {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 7px;
	padding: 0;
}

.post-index-block .post-native-single h3 a {
	color: #aa0000;
}

.post-index-block .post-native-single h3 a:hover,
.post-index-block .post-native-single h3 a:focus {
	color: #A30505;
}

.post-index-block .post-native-single p {
	font-size: 13px;
	line-height: 21px;
	padding: 0 0 0 160px;
	margin-bottom: 0;
}

.post-index-block .post-native-single p.post-native-more {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
}

.post-index-block .post-native-single p.post-native-more a {
    background: #aa0000;
    border: 1px solid #aa0000;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 7px;
    position: relative;
    text-align: center;
    transition: background 0.5s ease-in-out 0s;
}

	/* general list */

.post-index-block .post-index-mainlist {
	width: 100%;
	display: block;
}

.post-index-block .post-index-mainlist ul {
	list-style: square;
	margin: 0 0 10px 15px;
}

.post-index-block .post-index-mainlist ul li {
	color: #aa0000;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 4px;
	padding: 0;
}

.post-index-block .post-index-mainlist ul li a:hover,
.post-index-block .post-index-mainlist ul li a:focus {
	color: #A30505;
}

/*
08a1 Home Page First Featured
---------------------------------------------------------------------------------------------------- */

#content .post-primary {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}


#content .post-primary a.primary-image {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	width: 152px;
	height: 152px;
}

#content .post-primary a.primary-image img {
	border: 1px solid #000;
}

#content .post-primary .primary-content-right {
	float: left;
	width: 400px;
}

#content .post-primary .primary-content-right h2 {
	color: #aa0000;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	padding: 0 0 5px 0;
	margin: 0;
}

#content .post-primary .primary-content-right h2 a,
#content .post-primary .primary-content-right h2 a:hover {
	text-decoration: none;
	color: #aa0000;
}

#content .post-primary .primary-content-right p {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin: 0 0 5px;
}

#content .post-primary .primary-content-right p.primary-more {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

#content .post-primary .rotator-content-right p.primary-more a {
	text-decoration: none;
	color: #aa0000;
}

#content .post-primary .rotator-content-right p.primary-more a:hover {
	color: #222;
}

/*
08a Home Ad Blocks
---------------------------------------------------------------------------------------------------- */

#content .content-dym-block {
	width: 565px;
	margin: 0 0 25px 0;
	padding: 0;
}

#content .content-dym-block.content-inner-dym-block {
	margin-left: auto;
	margin-right: auto;
}

/*
08aa Retail Page specifics
---------------------------------------------------------------------------------------------------- */

.retail-page-wrapper .sidebar {
	padding-top: 0;
}

.retail-page-content .retail-banner-setup {
	margin: 0 0 20px;
	padding: 0;
}

/*
08b Home Page Grid
---------------------------------------------------------------------------------------------------- */

.post-grid {
	width: 100%;
	overflow: hidden;
}

.post-grid .grid-item {
	width: 275px;
	float: left;
	display: block;
	margin: 0 0 20px 0;
}

.post-grid .grid-even {
	clear: left;
	margin: 0 15px 20px 0;
}

.post-grid .grid-item h3 {
	background: #aaa;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 0 10px;
}

.post-grid .grid-item h4,
.post-list .list-item h4 {
	font-size: 16px;
	line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin: 0 0 10px;
    padding: 0;
    color: #aa0000;
    display: block;
    overflow: hidden;
    width: 100%;
}

.post-grid .grid-item h4 a,
.post-list .list-item h4 a  {
    color: #aa0000;
    text-decoration: none;
}

.post-grid .grid-item .grid-content-left {
	float: left;
	width: 95px;
}

.post-grid .grid-item .grid-content-left a.image-link {
	height: 90px;
	width: 90px;
	display: block;
	position: relative;
	top: 3px;
}

.post-grid .grid-item .grid-content-right {
	float: left;
	width: 180px;
}

.post-grid .grid-item .grid-content-right p,
.post-list .list-item .item-content-right p {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	margin: 0 0 5px;
}

.post-grid .grid-item .grid-content-right p.grid-more,
.post-list .list-item .item-content-right p.grid-more {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.post-grid .grid-item .grid-content-right p.grid-more a,
.post-list .list-item .item-content-right p.grid-more a {
	text-decoration: none;
	color: #aa0000;
}

.post-grid .grid-item h4 a.grid-comments:hover,
.post-list .list-item h4 a.grid-comments:hover,
.post-grid .grid-item .grid-content-right p.grid-more a:hover,
.post-list .list-item .item-content-right p.grid-more a:hover {
	color: #222;
}

/*
08c Home Page List
---------------------------------------------------------------------------------------------------- */

.post-list {
	width: 100%;
	overflow: hidden;
}

.post-list h3 {
	background: #aaa;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 0 10px;
}


.post-list .list-item {
	overflow: hidden;
	display: block;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px dotted #ccc;
}

.post-list .list-item .item-content-left {
	float: left;
	width: 100px;
}

.post-list .list-item .item-content-left a.image-link {
	height: 90px;
	width: 90px;
	display: block;
}

.post-list .list-item .archive-item-left a {
	height: 90px;
	width: 90px;
	display: block;
}

.post-list .list-item .item-content-right {
	float: left;
	width: 465px;
}

/*
08d Reload Posts
---------------------------------------------------------------------------------------------------- */

.post-reload-block.post-reload-active {
	padding: 20px 0 0;
	border-top: 1px solid #060606;
}

.post-reload-block .post-reload-item-ajax {
	display: none;
}


/*
08e Reload Button
---------------------------------------------------------------------------------------------------- */

.post-index-reload {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}

.post-index-reload span.post-reload-button {
	background: #fff;
	border: 1px solid #aa0000;
	color: #aa0000;
	border-radius: 4px;
	text-align: center;
	padding: 5px 30px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}

.post-index-reload span.post-reload-button:hover,
.post-index-reload span.post-reload-button:focus {
	background: rgb(255,153,153);
	background: rgba(255,153,153,0.1);
}

.post-index-reload span.post-reload-button .post-load-spinner {
	visibility: hidden;
	position: absolute;
	right: 7px;
}

/* ---------------[ TABLES ]--------------- */

table {
	margin-bottom:15px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	}

tr, td, th {
	margin:auto;
	}

td, th {
	padding:4px;
	vertical-align:middle;
	}

th {
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:95%;
	line-height:14px;
	background:#ddd;
	color: #444;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

td {
	font-family:arial,helvetica,sans-serif;
	font-size:90%;
	line-height:15px;
	border:1px solid #ccc;
	}

/*
Guest Author Box
---------------------------------------------------------------------------------------------------- */

.guest-author-box {
/*	border-top: 2px dotted #BBBBBB; */
	border-bottom: 2px dotted #BBBBBB;
	padding: 0 5px 15px 5px;
	overflow: hidden;
}

.guest-author-box hr.guest-author-split {
	width: 0%;
}

.guest-author-box p {
	color: #444;
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}

.guest-author-box p img.avatar {
	float: right;
	margin: 0 0 0 10px;
	padding: 1px;
	border: 1px solid #ccc;
}

/*
Sharedaddy
---------------------------------------------------------------------------------------------------- */

.entry-content .sd-sharing-enabled {
	margin: 0 0 10px;
}

/*
Related Posts
---------------------------------------------------------------------------------------------------- */

.posts-related {
	margin: 5px 1px 15px 1px;
}

.posts-related h3 {
	border-top: 2px dotted #bbb;
    color: #444444;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    padding: 0 0 5px;
}

.posts-related ul {
	padding: 4px 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}

.posts-related ul li {
	float: left;
	width: 130px;
	padding: 6px 4px;
	margin: 1px 0 3px;
	border-left: 1px solid #bfbfc1;
}

.posts-related ul li:hover {
	background: #f2f2f2;
}

.posts-related ul li:first-child {
	border-left: none;
}

.posts-related ul li a.related-img-link {
	display: block;
	width: 126px;
	height: 126px;
	margin: 0 auto;
}

.posts-related ul li a.related-img-link img {
	height: 120px;
	width: 120px;
	padding: 2px;
	border: 1px solid #555555;
}

.posts-related ul li h4 {
	margin: 3px 0 0;
	padding: 0 3px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

.posts-related ul li h4 a {
	text-decoration: none;
}


/*
Post Taxonomy list
---------------------------------------------------------------------------------------------------- */

p.post-taxonomies {
	font-weight: 700;
	margin: 0 0 20px;
	font-size: 14px;
}

p.post-taxonomies a {
	font-weight: 400;
	text-decoration: none;
}

/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff2a00;
}

.slideshare-embed {
	text-align: center;
	width: auto;
	margin: 0 auto 20px auto;
}

.slideshare-embed iframe {
	border: 1px solid #ccc;
	border-width:1px 1px 0;
	margin-bottom: 5px;
	max-width: 100%;
}

/*
Numbered Page Nav
---------------------------------------------------------------------------------------------------- */

.post-list .pagination {
	background: #eee;
    border: 1px solid #bbb;
    clear: both;
    margin: 10px 0 0;
    padding: 5px;
    text-align: right;
    overflow: hidden;
	font-size: 12px;
	line-height: 24px;
}

.post-list .pagination span.text-intro {
	float: left;
	font-weight: 700;
	color: #444;
}

.post-list .pagination span.active {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    margin: 0 2px 0 0;
    padding: 2px 3px;
    font-weight: 700;
}

.post-list .pagination a,
.post-list .pagination a:link {
    background: #eee;
    border: 1px solid #ccc;
    color: #444;
    margin: 0 2px 0 0;
    padding: 2px 4px;
    text-decoration: none;
    color: #aa0000;
}

/*
08v Sitemap Template
---------------------------------------------------------------------------------------------------- */

#sitemap-wrapper {
	padding: 14px;
	margin: 0 0 10px;
	border: 1px solid #bbb;
	line-height: 1.5;
	overflow: hidden;
	background: #fff;
/*
	background: rgb(237,237,237);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
*/
}

#sitemap-wrapper h1 {
	font-size: 48px;
	line-height: 1.1em;
	font-weight: 700;
	color: #aa0000;
	margin: 0 0 35px;
}

#sitemap-wrapper .sitemap-list {
}

#sitemap-wrapper .sitemap-list h3 {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#sitemap-wrapper .sitemap-categories {
	float: left;
	width: 32%;
}

#sitemap-wrapper .sitemap-categories ul {
	margin: 0;
	padding: 0;
}

#sitemap-wrapper .sitemap-categories ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    list-style: none;
    padding: 5px 0 0;
    margin: 0 0 5px;
}

#sitemap-wrapper .sitemap-categories ul li a {
	text-decoration: none;
}

#sitemap-wrapper .sitemap-categories ul li ul.children {
    margin: 5px 0 0 10px;
}

#sitemap-wrapper .sitemap-categories ul li ul.children li {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 13px;
    list-style: none;
    padding: 0;
}

#sitemap-wrapper .sitemap-posts {
	float: right;
	width: 65%;
}

#sitemap-wrapper .sitemap-posts .archive-content-list {}

#sitemap-wrapper .sitemap-posts .archive-content-list .item-content-right {
	width: 245px;
}


/*
08x 404 Template
---------------------------------------------------------------------------------------------------- */

#fouroh-content {
	padding: 14px;
	margin: 0 0 10px;
	border: 1px solid #bbb;
	line-height: 1.5;
	overflow: hidden;
	background: rgb(237,237,237);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}

#fouroh-content h1 {
	color: #aa0000;
}

#fouroh-content p,
#fouroh-content ul,
#fouroh-content ol {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments {
	padding: 14px;
	margin: 0 0 10px;
	border: 1px solid #bbb;
	line-height: 1.5;
	overflow: hidden;
	background: rgb(237,237,237);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(2%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}

#respond {
	padding: 14px;
	margin: 0 0 10px;
	border: 1px solid #bbb;
	line-height: 1.5;
	overflow: hidden;
	background: rgb(237,237,237);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}

#respond p.form-submit input {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

#respond p.form-submit input:hover,
#respond p.form-submit input:focus {
	background: #aa0000;
}

#comments {
	margin-bottom: 32px;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 15px;
}

.comment-list li ul li {
	margin-right: -10px;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background: #eee;
	border: 1px solid #ddd;
}

.comment-list li .avatar {
	float: left;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 3px 5px 5px 0;
    padding: 2px;

}

.comment cite {
	font-size: 14px;
	font-weight: 700;
}

.comment .comment-meta {
	font-size: 10px;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}

.comment-list ul.children .comment {
	background: #fff;
}

	/* trackbacks */

#pings {
	padding: 14px;
	margin: 0 0 32px;
	border: 1px solid #bbb;
	line-height: 1.5;
	overflow: hidden;
	background: rgb(237,237,237);
}

#pings h3 {
}

#pings ol.ping-list {
	color: #aa0000;
	list-style: square;
	margin: 0;
}

#pings ol.ping-list li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 20px 5px 16px;
	padding: 0;
}

#pings ol.ping-list li a {
	text-decoration: none;
}

	/* post navigation */

.single-post-nav {
	overflow: hidden;
	padding: 20px 0 0;
}

.single-post-nav p {
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
}

.single-post-nav span {
	width: 44%;
}

.single-post-nav span a {
	text-decoration: none;
}

.single-post-nav span.prev {
	float: left;
	text-align: left;
}

.single-post-nav span.next {
	float: right;
	text-align: right;
}

/*
Oembed setup
---------------------------------------------------------------------------------------------------- */


.video-wrap {
    background-color: #DDDDDD;
    border: 1px solid #AAAAAA;
    margin: 0 0 10px;
    padding: 20px;
}

/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

/*  http://www.colorzilla.com/gradient-editor/#ededed+0,ffffff+40,ffffff+100;Custom */
.sidebar .widget {
	position: relative;
	padding: 10px;
	margin: 0 0 40px;
	border: 1px solid #aaa;
	border-radius: 5px;
/*	overflow: hidden; */
	/*
	background: rgb(237,237,237);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
	*/
}

.sidebar .widget:after {
	content: "";
	height: 1px;
	bottom: -20px;
	left: 0;
	position: absolute;
	background: #ccc;
	width: 100%;
}

.sidebar .floater:after {
	background: none;
	bottom: 0;
	height: 0;
}

.sidebar .dym-sidebar-item {
	border: 0 none;
	border-radius: 0;
	padding: 0;
}

.sidebar .dynamic-dual {
	border: 1px solid #aaa;
	border-radius: 9px;
	padding: 15px;
	margin: 0;
	width: 120px;
	display: inline-block;
	vertical-align: top;
}

.sidebar .dynamic-dual.dynamic-dual-left {
	margin-right: 32px;
}

.sidebar .jumbo-side {
	border: 1px solid #aaa;
	border-radius: 9px;
	padding: 17px;
	margin: 0;
	width: 300px;
}


.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.widget-wrap h4.widgettitle {
    background: #aa0000;
    border-bottom: 0 none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 5px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

	/* email form */

.sidebar .email-signup {}

.sidebar .email-signup .email-sidebar-top {}

.sidebar .email-signup select,
.sidebar .email-signup input {
	margin: 0 0 10px;
	padding: 3px 5px;
	border: 1px solid #999;
	border-radius: 0;
	width: 177px;
	color: #333;
}

.sidebar .email-signup .email-sidebar-top input.signup-name {
	margin: 0 10px 10px 0;
}

.sidebar .email-signup .email-sidebar-top p {
	color: #444444;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	margin: 0 0 10px;
}

.sidebar .email-signup .email-sidebar-bottom {}

.sidebar .email-signup .email-sidebar-bottom select,
.sidebar .email-signup .email-sidebar-bottom select option:first-child {
	color: #999;
	font-style: italic;
}

.sidebar .email-signup .email-sidebar-bottom select option {
	color: #333;
	font-style: normal;
}

.sidebar .email-signup .email-sidebar-bottom a.promo {
	float: right;
	height: 25px;
	width: 175px;
	display: block;
}

/*  http://www.colorzilla.com/gradient-editor/#e28681+0,bc1a17+44,8f0503+100;Custom  */
.sidebar .email-signup input.email-subscribe {
	width: 110px;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
	border-radius:3px ;
	color: #fff;
	border: 1px solid #bc1a17;
	background: rgb(226,134,129);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyODY4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2JjMWExNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjA1MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(226,134,129,1) 0%, rgba(188,26,23,1) 44%, rgba(143,5,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,134,129,1)), color-stop(44%,rgba(188,26,23,1)), color-stop(100%,rgba(143,5,3,1)));
	background: -webkit-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 44%,rgba(143,5,3,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 44%,rgba(143,5,3,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 44%,rgba(143,5,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 44%,rgba(143,5,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28681', endColorstr='#8f0503',GradientType=0 );
}

.sidebar .email-signup input.email-subscribe:hover {
	background: rgb(226,134,129);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyODY4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2JjMWExNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjA1MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(226,134,129,1) 0%, rgba(188,26,23,1) 73%, rgba(143,5,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,134,129,1)), color-stop(73%,rgba(188,26,23,1)), color-stop(100%,rgba(143,5,3,1)));
	background: -webkit-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 73%,rgba(143,5,3,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 73%,rgba(143,5,3,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 73%,rgba(143,5,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 73%,rgba(143,5,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28681', endColorstr='#8f0503',GradientType=0 );
}

	/* new email form */
.sidebar .email-signup-new {}

.sidebar .email-signup-new h4.widgettitle {
	background: none;
	color: #aa0000;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 0;
}

.sidebar .email-signup-new h4.widgettitle a {
	color: #aa0000;
	text-decoration: none;
}

.sidebar .email-signup-new h4.widgettitle .icon {
	font-size: 24px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 25px;
}

.sidebar .email-signup-new h4.widgettitle span {
	display: inline-block;
	vertical-align: top;
	width: 235px;
	text-align: center;
}

.sidebar .email-signup-new h4.widgettitle img {
	display: inline-block;
	vertical-align: top;
	width: 73px;
	text-align: right;
}

.sidebar .email-signup-new p.email-widget-text {
	color: #111;
	text-align: center;
	margin: 0;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -1px;
}

.sidebar .email-signup-new p.email-widget-text a {
	color: #111;
	text-decoration: none;
}

	/* image map email */
.sidebar .email-signup-image {
	padding: 0;
	border: 0 none;
	border-radius: 0;
}

	/* social buttons */

.sidebar .social-buttons {
	background: none;
	border: none;
	padding: 7px 0;
}

.sidebar .social-buttons a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 30px;
	width: 160px;
	padding: 0 10px;
}

.sidebar .social-buttons a:hover {
	top: 1px;
}

	/* featured content */

.sidebar .featured-content {}

.sidebar .featured-content h4 {
	background: transparent;
	color: #111;
	border-bottom: 1px solid #666;
	padding: 5px 0;
}

.sidebar .featured-content h5 {
	font-size: 20px;
}

.sidebar .featured-content h5 a {
	color: #aa0000;
	text-decoration: none;
}

.sidebar .featured-content p {
	font-size: 12px;
	line-height: 18px;
}

.sidebar .featured-content p a {
	text-decoration: none;
	font-weight: 700;
}

.sidebar .featured-content p a.feature-img {
	float: right;
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 0 0 10px;
}

.sidebar .featured-content p a.feature-img img {}

.sidebar .featured-content p.feature-learn-more {
	clear: both;
}

/*  http://www.colorzilla.com/gradient-editor/#e28681+0,bc1a17+44,8f0503+100;Custom  */
.sidebar .featured-content p.feature-learn-more a {
	text-decoration: none;
	padding: 3px 7px;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	border: 1px solid #bc1a17;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
	border-radius:3px ;
	background: rgb(226,134,129);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyODY4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2JjMWExNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjA1MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(226,134,129,1) 0%, rgba(188,26,23,1) 44%, rgba(143,5,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,134,129,1)), color-stop(44%,rgba(188,26,23,1)), color-stop(100%,rgba(143,5,3,1)));
	background: -webkit-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 44%,rgba(143,5,3,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 44%,rgba(143,5,3,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 44%,rgba(143,5,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 44%,rgba(143,5,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28681', endColorstr='#8f0503',GradientType=0 );
}

.sidebar .featured-content p.feature-learn-more a:hover {
	background: rgb(226,134,129);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyODY4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2JjMWExNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjA1MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(226,134,129,1) 0%, rgba(188,26,23,1) 73%, rgba(143,5,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,134,129,1)), color-stop(73%,rgba(188,26,23,1)), color-stop(100%,rgba(143,5,3,1)));
	background: -webkit-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 73%,rgba(143,5,3,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 73%,rgba(143,5,3,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 73%,rgba(143,5,3,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,134,129,1) 0%,rgba(188,26,23,1) 73%,rgba(143,5,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28681', endColorstr='#8f0503',GradientType=0 );
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	background: #aa0000;
	position: relative;
	top: 111px;
}

#footer .wrap {
	overflow: hidden;
	padding: 30px 0;
}

	/* footer nav */

#footer .footer-nav {}

#footer .footer-nav ul.footer-nav-items {}

#footer .footer-nav ul.footer-nav-items li {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}

#footer .footer-nav ul.footer-nav-items li {
	padding: 0 0 0 5px;
}

#footer .footer-nav ul.footer-nav-items li:before {
   content: "|";
   padding: 0 5px 0 0;
   font-size: 16px;
   font-weight: 400;
}

#footer .footer-nav ul.footer-nav-items li.footer-nav-date:before {
   content: "";
   padding: 0;
}

#footer .footer-nav ul.footer-nav-items li.footer-nav-rss .icon {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	position: relative;
	top: 2px;
}

#footer .footer-nav ul.footer-nav-items li a {
	color: #fff;
	text-decoration: none;
}


#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 5px;
	width: 100%;
}

input[type="image"] {
	width: auto;
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

input[type="password"] {
	width: auto;
	margin: 0 0 10px;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #1e1e1e;
	border: none;
	box-shadow: none;
	cursor: pointer;
/*	padding: 8px 16px; */
	padding: 5px 16px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #ff2a00;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
	color: #333;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

.gform_wrapper .gfield_label {
	font-size: 13px;
	width: 34%;
}

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	padding: 5px 10px;
	font-size: 13px;
}

/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	width: auto;
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}


img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 15px 15px;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

img.sharing-image-fallback {
	height: 1px;
	width: 1px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

/* email modal */
.site-popup-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
	background-color: rgb(0, 0, 0 );
	background-color: rgba(0, 0, 0, 0.3 );
	cursor: wait;
}

.site-popup-box .site-popup-wrapper {
	width: 100%;
	max-width: 500px;
	position: relative;
	top: 25%;
	margin: 0 auto;
	background-color: rgb(255, 255, 255 );
	background-color: rgba(255, 255, 255, 1 );

	border: 1px solid rgb(0, 0, 0 );
	border: 1px solid rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	padding: 20px;
	cursor: text;
}

.site-popup-box .site-popup-wrapper span.popup-modal-close {
	position: absolute;
	right: -12px;
	top: -12px;
	cursor: pointer;
	background-color: #fff;
	padding: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}

.site-popup-box .site-popup-wrapper span.popup-modal-close .fa {
	font-size: 18px;
	height: 18px;
	width: 18px;
	line-height: 1;
	color: #aa0000;
	position: relative;
	bottom: 1px;
}


#upprev_box a.upprev_thumbnail {
	height: 90px;
	width: 90px;
	margin: 0 10px 5px 0;
	float: left;
}

#upprev_box a.upprev_thumbnail img {
	float: none;
	margin: 0;
}

body.view-all-active .skip-page-nav {
	display: none;
}

.entry-content p.multipage-pages {
	font-size: 14px;
	line-height: 26px;
}

.entry-content p.multipage-pages .multipage-intro {
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 4px;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
}

.entry-content p.multipage-pages .multipage-item {
	padding: 5px 12px;
	font-weight: 700;
	font-size: 13px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	border-top: 1px solid #bc1a17;
	border-left: 1px solid #8f0503;
	border-right: 1px solid #8f0503;
	border-bottom: 1px solid #8f0503;
	background-color: #aa0000;
}

.entry-content p.multipage-pages .multipage-link {
	text-decoration: none;
	outline: 0 none;
}

.entry-content p.multipage-pages .multipage-link:hover,
.entry-content p.multipage-pages .multipage-link:focus {
	background-color: #990000;
}

.entry-content p.multipage-pages .multipage-current {
	background-color: #fff;
	color: #aa0000;
}