@charset "UTF-8";
/*
Theme Name: SBFI
Description: The theme for SBFI.
Version: 2.0
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
img {
	border: 0;
	vertical-align: middle;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
small {
	font-size: 82%;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
legend {
	font-size: 133%;
}



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#main {
	width: 960px;
	float: left;
	clear: both;
	padding: 10px 0;
}
#container {
	width: 700px;
	float: left;
}
#content {
	width: 700px;
}
#primary {
	float: right;
	width: 220px;
}
#secondary {
	clear: both;
}
#footer {
	width: 960px;
	margin: 0 auto;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column, .one-column #content {
	width: 960px !important;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	width: 960px;
}


/* =Fonts
-------------------------------------------------------------- */
body, input[type=text], input[type=password], select, textarea, .tag-links, .comment-meta, .reply, #respond, .entry-content label, #content .wp-caption, .bookquotes cite {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
}
#access .menu-header, div.menu, h3, h4, h5, h6, legend, button, .button, .bigbutton, .tribe-events-button, input[type=submit], input[type=button], .entry-meta, .entry-utility, .readmore, .navigation, #followlinks, .comment-author, .wp-accordion h3.wp-tab-title, .registerbar {
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B' !important;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}
h1, h2 {
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B';
	font-weight: 600;
	font-style: normal;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	font-size: 75%;
	line-height: 1.6em;
	color: #000;
	background: #fff url(images/body_bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}

input,
textarea {
	color: #000;
	font-size: 100%;
	line-height: 1.15em;
}
input[type=text], input[type=password], textarea {
	padding: 2px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.5);
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background: #eee;
}
button, input[type=submit], input[type=button] {
	color: #fff;
	background-color: #000;
	padding: 2px 5px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
button:hover, input[type=submit]:hover, input[type=button]:hover {
	background-color: #666;
	cursor: pointer;
}
hr {
	background-color: #000;
	border:0;
	height: 1px;
	margin-bottom: 1.6em;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 1.6em;
}
ul {
	list-style: square;
	margin: 0 0 1.6em 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 1.6em 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 1.6em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.6em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1em;
	line-height: 1em;
}
#access big, #bar big, #main big {
	font-weight: bold;
	color:#47aa42;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	margin-bottom: 1.6em;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
a {
	text-decoration: underline;
}
a:link, .highlight {
	color:#47aa42;
}
a:visited {
	color:#1e6400;
}
a:active,
a:hover {
	color: #82d25f;
}

/* Text meant only for screen readers */
.screen-reader-text {
	height: 1px;
	position: absolute;
	top:  -9000px;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	min-height: 147px;
	width: 960px;
	float: left;
}
#branding {
	min-height: 80px;
	width: 960px;
	float: left;
}
#site-title {
	float: left;
	width: 580px;
}
#site-title img, #site-title a {
	float: left;
}
#headerpromo, #headerpromo a {
	height: 79px;
	width: 370px;
	float: right;
}
#headerpromo a {
	text-indent: -9999px;
	background-image: url(images/header_steppingup_vid.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#headerpromo a:hover {
	background-position: left -79px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	height: 60px;
	width: 960px;
	position: absolute;
	top: 80px;
	left: 0;
}
#access .menu-header,
div.menu {
	font-size: 162%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	line-height: 1em;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 40px;
	padding: 10px 15px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:60px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 190px;
	border: solid 1px #fff;
	z-index: 1200;
}
#access ul ul li {
	min-width: 190px;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	font-size: 88%;
	line-height: 1.2em;
	background:#000;
	height:auto;
	padding: 5px 15px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#47aa42;
}
#access li:hover > a > big {
	color: #000;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #47aa42;
}

#access ul li.current_page_item:hover > a,
#access ul li.current_page_item:hover > a > big,
#access ul li.current-menu-ancestor:hover > a,
#access ul li.current-menu-item:hover > a,
#access ul li.current-menu-parent:hover > a {
	color: #000;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#47aa42;
}

#access .menu-item-5593 a {
	color: #fcb040;
}

/* =Follow Bar
-------------------------------------------------------------- */

#bar {
	color: #fff;
	background: #000;
	height: 34px;
	width: 360px;
	padding: 0 10px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 800;
}
#followlinks {
	float: left;
	padding: 5px 0;
}
#plusone {
	float: left;
	padding: 3px 5px;
}
#bar img, #bar iframe {
	vertical-align: middle;
	margin: 0 5px;
}
#barnewsletter {
	line-height: 24px;
	float: right;
	padding: 4px 0;
	position: relative;
}
#barnewsletter .button {
	font-size: 130%;
	float: right;
	padding: 0 10px;
	margin: 0;
}
#bar #barnewsletter img {
	margin-left: 0;
}
#newsletterbox {
	line-height: 1.3em;
	display: none;
	width: 200px;
	border: solid 1px #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
	position: absolute;
	top: 4px;
	right: 0;
}
#newsletterbox a {
	color: #fff;
}
#newsletterbox form {
	margin: 0;
}
#newsletterbox h2, #newsletterbox p, #newsletterbox label, #newsletterbox input {
	margin: 0 0 .5em 0;
}
#newsletterbox h2 {
	font-size: 133%;
	text-transform: uppercase;
	width: 160px;
	float: left;
}
#newsletterbox label {
	display: block;
}
#newsletterbox p {
	text-align: right;
}
#newsletterbox #mce-EMAIL {
	width: 190px;
	padding: 5px;
}
#newsletterbox #mc-embedded-subscribe {
	padding: 2px 10px;
}
.mc-field-group {
	clear: both;
	overflow: hidden;
}
#mce-responses {
	float: left;
	overflow: hidden;
	clear: both;
}
.response {
	display: none;
	font-weight: bold;
}
#mce-error-response {
	color: #ffff00;
}
.closelink {
	width: 16px;
	float: right;
}

/* =Content
-------------------------------------------------------------- */

#content {
	font: 112%/1.6em 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
	font-style: normal;
}
.aboutpage, .abouttext {
	font-size: 82%;
	line-height: 1.6em;
}
.abouttext {
	margin-top: 40px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin: 0 0 1.6em 0;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content h1 {
	font-size: 250%;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
#content table {
	border: 1px solid #000;
	text-align: left;
	margin: 0 -1px 1.6em 0;
	width: 100%;
}
#content table.agenda, #content table.agenda tr td {
	border: none;
}
#content table.agenda th, #content table.agenda td {
	font: 86%/1.2em Arial, Helvetica, sans-serif;
	padding: 5px;
}
#content table.agenda th {
	font-weight: bold;
	text-align: left;
}
th td {
	font-size: 100%;
}
#content tr th,
#content thead th {
	font-weight: bold;
	line-height: 1.3em;
	padding: .5em 1.6em;
}
#content tr td {
	border-top: 1px solid #000;
	padding: .5em 1.6em;
}
#content tr.odd td, #content table.agenda th {
	background: #eee;
}
.category-title {
	font-size: 2em;
	background: #eee;
	margin: 0;
	padding: 5px 15px;
}
.hentry {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 30px 0;
}
.home .sticky {
	background: #eee;
	border-top: 2px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.page-title {
	color: #000;
	font-size: 200%;
	line-height: 1.25em;
	margin: 0 0 30px 0;
}
.page-title a:link,
.page-title a:visited {
	color:#000;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #47aa42;
}
#content .entry-title {
	color: #000;
	font-size: 225%;
	line-height: 1.25em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #47aa42;
}
.entry-meta {
	font-size: 117%;
	color: #999;
	margin-bottom: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #000;
}
.meta-nav img {
	vertical-align: middle;
}
.entry-content,
.entry-summary {
	font-size: 110%;
	line-height: 1.6em;
	clear: both;
	padding: 10px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 10px;
}
.entry-content fieldset {
	border: 1px solid #000;
	margin: 0 0 20px 0;
	padding: 20px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 20px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 20px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 20px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	border-top: 2px solid #000;
	padding: 18px 20px;
	margin: 20px 0;
	clear: both;
}
#entry-author-info #author-avatar {
	background: #fff;
	float: left;
	margin: 0 -104px 0 0;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.tag-links {
	font-size: 75%;
	text-align: right;
	clear: both;
	padding: 5px 0;
}
.entry-utility-prep-tag-links {
	font-weight: bold;
}
.entry-utility {
	font-size: 88%;
	width: 100%;
	float: left;
	clear: both;
	padding: 5px 0;
	border-top: solid 1px #000;
	border-bottom: solid 2px #000;
}
#content .video-player {
	padding: 0;
}
a.more-link {
	text-decoration: none;
}
.readmore {
	font-size: 1.25em;
	white-space: nowrap;
}
.entrycomments {
	width: 53%;
	float: left;
}
.comments-link a {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	background-image: url(images/icon_commentsbutton.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	float: left;
	margin-right: 10px;
	padding: 0 10px 0 25px;
}
.comments-link a:hover {
	color: #82d25f;
}
.entryshare {
	text-align: right;
	width: 47%;
	float: right;
}
.entryshare img, .entryshare iframe, #followlinks iframe {
	vertical-align: middle;
	padding-left: 5px;
}
.entry-plusone {
	display: inline-block;
	margin-right: 5px;
}
.contactsociallinks {
	margin-left: 0;
	padding: 0;
	border-bottom: solid 1px #000;
}
.contactsociallinks li {
	padding: 10px 0;
	list-style: none;
	border-top: solid 1px #000;
}
.contactsociallinks img {
	vertical-align: middle;
	padding-right: 10px;
}
.booklinks {
	padding: 0;
}
.booklinks li {
	display: inline;
	margin: 0 20px 0 0;
	list-style: none;
}
#content .bookquotes blockquote {
	font-style: normal;
	margin: 0;
	padding: 1em 0 .5em 0;
	border-top: solid 1px #000;
}
#content .bookquotes blockquote p {
	margin: 0 0 .5em 0;
}
#content .bookquotes blockquote p cite {
	font-size: 86%;
	line-height: 1.1em;
}
#content h3.bookfeature {
	clear: both;
	margin: 0;
	padding: 1em 0;
	border-top: solid 1px #000;
}
#content h3.bookfeature a {
	text-decoration: none;
}
#content h3.bookfeature em {
	font-style: normal;
}
#content h3.bookfeature cite {
	font: normal 60% Arial, Helvetica, sans-serif;
	text-transform: none;
}
.bookfeature img {
	vertical-align: middle !important;
	padding-right: 20px;
}


/* Home
-------------------------------------------------------------- */

.homepage {
	margin-top: -20px;
}
.homepage .entry-content, .homepage .hentry {
	padding: 0;
}
.homepage #content h1 {
	margin: 0;
}
.homepage #content .hentry p {
	margin: 1em 0 .5em 0;
}
.advanced-recent-posts, .home-videos {
	clear: both;
}
#hometopstory {
	width: 720px;
	float: left;
	clear: both;
	padding: 10px 0;
	border-bottom: solid 1px #000;
}
.top-thumb-wrap {
	text-align: center;
	width: 365px;
	float: left;
	margin-right: 20px;
}
.top-thumb-wrap img {
	max-height: 365px;
	max-width: 365px;
}
.top-teaser {
	margin-left: 385px;
}
.top-teaser h2 {
	font-size:  2.5em;
	line-height: 1em;
	margin-bottom: .5em;
}
.homeposts li:nth-child(4n+0) {
	clear: left;
}
.homepage #secondary h4, .homeposts h3 {
	font-size: 200%;
	line-height: 1.2em;
	text-transform: none;
	margin-bottom: .25em;
}
.recent-posts-thumb-wrap {
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 217px;
	overflow: hidden;
	position: relative;
}
#advancedrecentposts-3 {
	width: 720px;
	float: left;
	clear: both;
}
.homeposts, .homecategory {
	width: 728px;
	float: left;
	clear: both;
}
#advancedrecentposts-3 ul li, .homeposts ul li {
	width: 213px;
	float: left;
	padding: 0 40px 10px 0;
}
.homeposts ul li p {
	margin: 0;
}
#advancedrecentposts-3 ul li:nth-child(3n+0), .homeposts ul li:nth-child(3n+0) {
	padding-right: 0;
}
.recent-posts-thumb {
	display: block;
	width: 213px;
	height: auto;
	margin: 0 0 5px 0;
}
#frontright {
	width: 220px;
	float: right;
}
#frontright #mc_embed_signup {
	clear: right;
}
.home-videos {
	background: #eee;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding: 10px 0;
}
.home-videos h3 {
	margin: 0;
	padding: 0 15px;
}
.homeposts .home-videos ul li {
	width: 213px;
	float: left;
	padding: 0 15px;
}
.homeposts .home-videos ul li:last-child {
	padding-right: 0;
}
.home-videos h4 {
	font-size: 1.375em;
	line-height: 1.25em;
	margin: 0;
}
.intro {
	font-size: 92%;
	line-height: 1.3em;
	height: 365px;
	width: 340px;
	float: right;
	position: relative;
}
.wp-accordion {
	color: #000;
	background: #fff;
	clear: both;
	line-height: 30px;
	width: 340px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.wp-tab-title {
	font-size: 150%;
	text-decoration: none;
	color: #000;
	background: #fff;
	margin: 0 !important;
	padding: 5px 10px;
	border-top: solid 1px #ddd;
	position: relative;
	z-index: 200;
}
.wp-tab-title img {
	vertical-align: top;
	margin: 0 5px 0 0 !important;
}
.wp-tab-title:hover {
	background-color: #fcb040;
	cursor: pointer;
}
.wp-tab-title:focus {
	outline: none;
}
.wp-tab-content {
	font: 86%/1.3em Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000;
	background: #f1f1f1;
	width: 318px;
	float: left;
	padding: 10px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	position: relative;
	z-index: 300;
}
.wp-tab-content p {
	margin: 0 0 5px 0 !important;
}
.ui-state-active {
	color: #fff;
	background: #000;
	border-top: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.ui-state-active:hover {
	background: #000;
}


/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 700px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
#content .aligncenter,
#content img.aligncenter {
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 1em;
}
#content .wp-caption {
	margin-bottom: 1.6em;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	font-size: 62%;
	line-height: 1.3em;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 1.125em;
	width: 100%;
	float: left;
	padding: 5px 0;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
.nav-home {
	float: left;
	width: 10%;
}
.nav-grouped {
	float: right;
	width: 90%;
	text-align:right;
}
.nav-grouped a {
	margin: 0 5px;
}
.nav-grouped a:first-child {
	margin-left: 0;
}
.nav-grouped a:last-child {
	margin-right: 0;
}
#nav-above {
	margin: 0 0 18px 0;
	border-bottom: solid 1px #000;
}
#nav-below {
	margin: 18px 0 0 0;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 20px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 20px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #000;
	margin: 0 0 20px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 20px;
}
#comments .comment-body p:last-child {
	margin-bottom: 5px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 20px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 92%;
	margin: 0 0 20px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 92%;
	padding: 0 0 20px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 92%;
	line-height: 1.6em;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 110%;
}



/* Comments form */
#respond {
	margin: 20px 0;
	border-top: 1px solid #000;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 40px 0 0;
}
h3#reply-title {
	margin: 20px 0;
}
#comments-list #respond {
	margin: 0 0 20px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 92%;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond input {
	margin:0 0 10px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	font-size: 86%;
	color: #888;
}
#respond .form-submit {
	margin: 10px 0;
}
#respond .form-submit input {
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	font-size: 92%;
	line-height: 1.3em;
}
.widget-area ul ul li {
	margin: .5em 0;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 160px;
}
.widget_search label {
	display:none;
}
.widget-container {
	padding: 0 0 10px 0;
}
.widget-title {
	font-size: 133%;
	border-top: solid 2px #000;
	padding: 5px 0;
}
#advancedrecentposts-3 .widget-title, .homeposts .widget-title, #frontright .textwidget .widget-title, #rss-reader-2 .widget-title {
	border-top: none;
	padding: 0;
}
.widget-area .entry-meta {
	font-size: .75em;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}
.widget_tweetblender h3 {
	background: url(images/icon_tweet.png) no-repeat right center;
	min-height: 18px;
}
.sil_rss_widget h3 {
	background: url(images/icon_web.png) no-repeat right center;
	min-height: 18px;
}
.widget_links h3 {
	background: url(images/icon_link.png) no-repeat right center;
	min-height: 18px;
}
.sil_rss_info {
	font-style: italic;
	color: #ccc;
	padding-bottom: 1em;
}
.sil_rss_info a {
	font-size: 112%;
	line-height: 1.3em;
	font-style: normal;
}
.sidecart {
	border-bottom: solid 2px #000;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}
#primary {
}
#secondary {
}
ul.blogroll {
	margin-left: 0;
	padding: 0;
}
ul.blogroll li {
	list-style: none;
}
.widget-area #mc-embedded-subscribe-form, #newsletterbox {
	color: #fff;
	background: #47aa42;
	padding: 10px;
}
#mc-embedded-subscribe-form legend {
	color: #fff;
}
#mc-embedded-subscribe-form input[type=text] {
	border: none;
}
.storenewslink {
	font-size: 150%;
}


/* =Footer
-------------------------------------------------------------- */

#footerwrapper {
	color: #fff;
	background: #000;
	width: 100%;
	float: left;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
#colophon {
	font-size: 90%;
	line-height: 1.35em;
	width: 960px;
	float: left;
	padding: 20px 0 10px 0;
}
#colophon ul.xoxo {
	margin: 0;
	padding: 0;
}
#colophon ul.xoxo li {
	float: left;
	padding: 0 10px;
}
#footer #colophon #first ul.xoxo li {
	line-height:  1em;
	width: 220px;
}
#colophon .widget-title {
	margin-bottom: .25em;
	padding: 0 10px;
}
#colophon .widget_text {
	font-size: 90%;
}
#colophon p {
	margin-bottom: .5em;
}
#colophon .readmore {
	font-size: 120%;
}
#second {
	clear:  both;
}
#second .widget-title {
	display: none;
}
#footer #colophon #second ul.xoxo li {
	padding: 0 20px;
}
.monogram {
	float: left;
	padding-right: 10px;
}
.widget-area ul.menu {
	margin: 0;
	padding: 0;
}
.widget-area ul.menu li {
	list-style: none;
}
#copyright {
	font-size: 75%;
	line-height: 1.3em;
	color: #999;
	clear: both;
	padding: 0 20px 20px 20px;
}
#copyright p {
	margin: 0;
}

/* Event Pages */

.steppingup {
	background: #050708;
}
.steppinguptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	line-height: 1.3em;
	color: #fff;
	padding: 20px;
}
a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	text-decoration: none;
	color: #fff !important;
	background-color: #47aa42 !important;
	padding: 5px 20px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.button:hover, a.bigbutton:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #fcb040 !important;
}
a.bigbutton {
	font-size: 200%;
	text-decoration: none;
	color: #fff;
	background-color: #d50000;
	display: block;
	text-align: center;
	padding: 5px 20px;
}
.tabclear {
	font-size: 1%;
	text-indent: -9999px;
	color: #fff;
	clear: both;
	height: 1px;
}
.clear {
	clear: both;
}
.sponsors {
	text-align: center;
}
.sponsors img {
	vertical-align: middle;
	padding: 10px 30px;
}
#content .sponsors h2 {
	margin: 1em 0 0 0;
}
#content .sponsors p {
	margin-top: 0;
}
#content img {
	margin-bottom: .3em;
}
#content h2.eventtitle {
	margin: 0;
}
.eventlink {
	width: 220px;
	text-align: center;
	display: inline-block;
	padding: 10px 10px 10px 0;
}
.sponsorcolumn, .surveycolumn {
	width: 330px;
	float: left;
}
.sponsorcolumn + .sponsorcolumn, .surveycolumn + .surveycolumn {
	float: right;
}
.surveylist li {
	list-style: none;
	margin-bottom: .25em;
}
.surveycolumn .button, .surveylist .button {
	font-size: 150%;
	display: block;
	padding: 10px 20px;
}
.ipt-uif-custom-black-tie h3 {
	text-transform: none;
}

/* Swiss Event */

#swiss {
	font: 88%/1.4em Arial, Helvetica, sans-serif;
}
#swiss h2, #swiss h3, #swiss h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
}
#swiss a, #swiss a:visited, #swiss h2, #swiss h3 {
	color: #e21a27;
}
#swiss a.button {
	color: #fff;
}
#swiss a.button:hover, #swiss .swisssplash a.button:hover {
	background: #666;
}
#swiss h2.swisstitle, #swiss a.button, #swiss .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, #swiss .ui-tabs .ui-tabs-nav li.ui-state-disabled a, #swiss .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	background-color: #e21a27;
}
#swiss .swisssplash a.button {
	background-color: #000;
}
#swiss .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: url(images/arrow_red.gif) no-repeat bottom center;
}
.swisssplash {
	color: #fff;
	background: #e21a27;
	width: 100%;
	float: left;
	margin-bottom: 2em;
}
#swiss .swisssplash h2, #swiss h2.swisstitle {
	color: #fff;
}
.swisssplash img {
	float: left;
}
.swisssplashtext {
	padding: 20px 20px 20px 420px;
}
#swiss h2.swisstitle {
	width: 100%;
	float: left;
	margin-top: 0;
}
#swiss h2.swisstitle span {
	display: block;
	padding: 20px;
}
#swiss h2.swisstitle img {
	float: right;
}

/* Directors Page */

.orgdocs {
	width: 440px;
	float: left;
}
.minutes {
	width: 220px;
	float: right;
}
.director {
	text-align: center;
	width: 210px;
	float: left;
	padding: 10px;
}
.director .small {
	font-size: 75%;
	line-height: 1.3em;
	display: block;
}

/* Slideshows */

.slides #information h3 {
	font-size: 100% !important;
	line-height: 1.3em !important;
	padding: 5px 15px !important;
}
.slides #information p {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 75% !important;
	line-height: 1.3em !important;
	padding: 0 15px 15px !important;
}
.slides #imglink {
	display: none !important;
}
.frontslides {
	float: left;
	padding: .8em 0 0 0;
}
.slides #fullsize {
	border: none;
}

/* QA */

div.entry-content p.faq-catname {
	display: none;
}
div.faq-title {
	font-weight: bold;
	margin:  0 0 10px 0;
}
div.faq-answer {
	margin: 0 0 20px 15px;
	display: none;
}
#definitionsearch {
	background: #ddd url(images/icon_search_rev.png) no-repeat 10px center;
	padding: 10px 10px 10px 47px;
	margin-bottom: 1.5em;
	clear: both;
}
#content .taxonomy-picker, #content .taxonomy-picker ul {
	margin: 0;
	padding: 0;
}
#content .taxonomy-picker ul {
	display: inline;
}
#content .taxonomy-picker ul li, #content .taxonomy-picker p {
	display: inline;
	margin: 0 5px 0 0;
	list-style: none;
}
.taxonomy-picker label, .taxonomy-picker select {
	display: none;
}
.taxonomy-picker input[type=text] {
	width: 450px;
}
#featureddefinition {
	font: 75%/1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 1.5em;
}
#featureddefinition h2, #featureddefinition h3, #featureddefinition p {
	margin: 0;
}
#content #featureddefinition div {
	clear: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
#featureddefinition h3, #featureddefinition .entry-content {
	margin-left: 115px;
}
#featureddefinition h2 {
	font-size: 100%;
	text-indent: -9999px;
	background: url(images/icon_featuredterm.png) no-repeat left top;
	height: 63px;
	width: 100px;
	float: left;
	padding: 0 15px 5px 0 !important;
}
#content #featureddefinition h3 {
	font-size: 150%;
	line-height: 1.2em;
}
#definitionsubjects {
	clear: both;
}
#content #definitionsubjects h2 {
	font-size: 108%;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	margin: 0;
	padding: 5px 10px;
}
#definitionsubjects ul {
	margin: 0;
	padding: 0;
}
#definitionsubjects ul li {
	width: 330px;
	float: left;
	margin: 0 20px 0 0;
	list-style: none;
	border-top: solid 1px #ddd;
}
#definitionsubjects ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
}
#definitionsubjects ul li a:hover {
	background: #f5f5f5;
}

/* Section Splash Pages */

.splash {
	color: #fff;
	background: #47aa42;
	height: 300px;
	width: 700px;
	position: relative;
}
.splashinfo {
	background: url(images/bg_blacktrans.png) repeat left top;
	height: 260px;
	width: 250px;
	padding: 20px 10px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1100;
}
.splashslides {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1002;
}
#content .splashinfo h1, #content .splashinfo h2, #content .splashinfo p {
	margin: 0 0 10px 0;
}
.splashinfo p, .splashinfo ul, .splashinfo ol {
	font: 86%/1.3em Arial, Helvetica, sans-serif;
}
.splashinfo a {
	text-decoration: none;
}
.registerbar {
	color: #fff;
	background: #000;
	text-align: center;
	padding: 10px;
}
#content .registerbar p {
	margin: 0;
}
.registerbar .button {
	font-size: 150%;
	display: inline-block;
	float: none;
}
.registercolumn {
	display: inline-block;
	padding: 0 20px;
}
.splashintro {
	width: 300px;
	float: left;
	padding: 20px 0 0 0;
}
.splashintrofull {
	padding: 20px 0 0 0;
}
.splashside {
	width: 360px;
	float: right;
	padding: 20px 0 0 0;
}
.box {
	background: #eee;
	padding: 20px;
	margin-bottom: 1em;
}
#content .box ul {
	margin-left: 1em;
	margin-bottom: 0;
}
#content p.surveyresults, ul.surveyresults li {
	display: inline-block;
	margin: 0 20px 20px 0;
}
ul.surveyresults li {
	text-align: center;
	list-style: none;
}

/* Ad Banners */

.footerbanner, .topbanner {
	text-align:  center;
	clear: both;
}
.topbanner {
	padding:  0 0 20px 0;
}
.footerbanner {
	padding:  10px 0 20px 0;
}
.sidebanner {
	clear: both;
	padding:  0 0 20px 0;
}

/* Override event styles */

.tribe-events-button {
	font-size: 1.125em !important;
	letter-spacing: normal !important;
	background-color: #47aa42 !important;
	border-radius: 5px !important;
}
.tribe-clear {
	margin-bottom:  1em !important;
}
.tribe-events-list-separator-month {
	clear: both;
	margin: 0 auto !important;
}
.tribe-events-list-event-description {
	font-size: .875em;
}
.tribe-events-list-event-description .button {
	font-size: 1.5em;
}
.tribe-events-loop .vevent {
	box-sizing: border-box;
	background: #fafafa;
	margin-bottom:  10px !important;
	padding: 20px !important;
	border-color: #eee;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.single-tribe_events .tribe-events-event-meta {
	padding-top:  20px !important;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.tribe-events-event-meta .tribe-events-meta-group-details, .tribe-events-event-meta .tribe-events-meta-group-organizer {
	width: 50% !important;
}
.tribe_events {
	clear: both;
}
.tribe-events-schedule h3 {
	float:  left;
	white-space: nowrap;
}
.tribe-events-single .tribe-events-event-cost span {
	font-weight: bold;
	background: #eee;
	border: 1px solid #ddd;
	display: block;
	padding: 5px 10px;
	text-align: center;
	line-height: 1.3;
	font-style: normal;
	text-overflow: ellipsis;
	float: right;
}
.tribe-events-calendar thead th {
	font-size: .75em !important;
	background-color: #000 !important;
}
h3.tribe-events-month-event-title {
	font-size: .875em !important;
}
.tribe-events-calendar td {
	color:  #000 !important;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
	background-color: #47aa42 !important;
}
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val {
	color: #47aa42 !important;
}

/* Override YouTube gallery styles */

#content .ytctitle {
	font-size: 1.5em;
	line-height: 1.25em;
	margin: .25em 0;
}
.ytctdescription {
	font-size: .75em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

/* In The News */

ul.newslogos {
	margin-left: 0;
	padding: 0;
}
ul.newslogos li {
	float: left;
	padding: 5px;
	list-style: none;
}
ul.newslogos img {
	border: solid thin #ccc;
}

/* WooCommerce overrides */

.woocommerce ul.products li.product h3 {
	font-size: 1.5em !important;
	margin-bottom: 0;
	padding: 0 !important;
}
.productcategory {
	font-size: .875em !important;
	margin: .5em 0;
}
.price {
	color: #000 !important;
}
.woocommerce ul.products li.product .price {
	font-size: 1em !important;
	color: #000 !important;
}
.sku_wrapper {
	display: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	clear: none;
}
.checkout-button {
	font-size: 1.5em !important;
}
.related ul.products li.product, .related ul li.product, .upsells.products ul.products li.product, .upsells.products ul li.product {
	width: 30% !important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none !important;
}