/*
Theme Name: Revolution Music
Theme URL: http://www.revolutiontheme.com
Description: Revolution Music is a 3-column Widget-ready theme created for WordPress.
Author: Brian Gardner
Author URI: http://www.briangardner.com
Version: 1.0
Please read the theme's FAQ page at http://www.revolutiontheme.com/faqs for licensing agreements.
Changelog:
v1.0 - 08.14.08
First Release of Revolution Music
*/

body {

	background-attachment: fixed;
	background-image: url(http://www.ustfccca.org/images/background-XC.jpg);
	background-position: center top;
	background-color: #343131;
	background-repeat:no-repeat;
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
        ## Buttons
        ## Paging (from twentyfourteen)
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
/*	font-family: 'Source Sans Pro', serif;*/
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.site-content {
    font-size: 1.125em;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
        line-height: 1.3em;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
}

h2 {
/*    font-family: 'Volkhov', sans-serif; */
}

h1, h3, h4, h5, h6 {
/*    font-family: 'Frutiger', 'Volkhov', sans-serif;    */
}

h1 { 
    border-bottom-style: double;
    border-bottom-color: #D6D6D6;}
h2 { 
    border-radius: 0.5em;
    padding: 0.5em;
    font-style: italic;
    background:lightgray;
    font-weight:700;
    text-transform:uppercase;
    margin:15px;
    padding:3px 0 3px 10px;    
   }
h2 a {
    text-decoration: underline;
    color: darkgray;
}
h2 a:visited {
    text-decoration: none;
    color: darkblue;
}
h2 a:hover {
    text-decoration: underline;
    color: white;
}
h3 { 
    border-radius: 0.25em;
    color: white;
    background-color: #004990;
    padding: 0.25em;
}
h4 { 
    font-size: 1.4em;
    border-bottom-style: double;
    border-bottom-color: #D6D6D6;
}
h5 { font-size: 1.2em; }
h6 {    
    border-color: red;
    border-style: solid;
    border-width: 5px;
    margin: 12px;
    color:#333;
    font-size:18px;
    /* font-family:'Francois One', Georgia, Arial; */
    font-weight:700;
    padding:2px;
    line-height: 24px;    
}

p {
	margin-bottom: 1.5em;
}

#headlines p {
    margin-bottom: 0;
}

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

blockquote {
background:#E8E8E8;
border-top:1px solid #DDD;
border-right:1px solid #666;
border-left:1px solid #DDD;
border-bottom:1px solid #666;
margin:0 25px 15px;
padding:10px 20px 0 15px
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

#moreHeadlines p {
    font-size: 0.9em;
    margin: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.site-content {
    max-width: 1140px;
    background: #f9f9f9;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    position: relative;
    margin-left: auto;
    margin-right: auto;    
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Gravity Forms MOD
--------------------------------------------------------------*/
/* using h2 settings */
body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
    font-size: 1.8em; 
    border-radius: 0.5em;
    padding: 0.5em!important;
    font-style: italic;
    color: white;
    text-align: left;
    background: #E03A3E; 
    line-height: 1em;
}
/* using h3 settings */
body .gform_wrapper .gform_heading .gform_title {
    clear: both;
    line-height: 1.3em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.6em;
    border-radius: 0.25em;
    color: white;
    background-color: #004990;
    padding: 0.25em;    
}
body .gform_wrapper .gform_heading .gform_description{
    font-style: italic;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
    font-style: italic;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	font-size: 1em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation a {
	position: relative;
	display: block;
	padding: 0.8em 0.7em;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6em;
	color: white;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #fff;
	color: #000;
}

.main-navigation a,
.main-navigation ul ul li:lastchild a {
	border-bottom: 1px solid white;
}

.main-navigation ul li:last-child a {
	border-bottom: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a{
	padding-right: 48px;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	position: absolute;
	height: 27px;
	width: 27px;
	top: 12px;
	right: 6px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	font-family: 'FontAwesome';
	background-color: #000;
	border: 1px solid #fff;
	content: "";
	color: #fff;
	text-transform: lowercase; /* Stop screen readers from reading the text as capital letters */
}

.dropdown-toggle:after {
	content: "\f078";
	font-size: 14px;
	line-height: 27px;
	position: relative;
	top: 0;
	left: 1px;
	width: 27px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #fff;
	color: #000;
}

.dropdown-toggle.toggle-on:after {
	content: "\f077";
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
    position: fixed;
    z-index: 100;
    bottom: 1em;
    left: 1em;
    font-size: 1em;
    text-transform: uppercase;
    background-color: #004990;
    color: white;
    border: solid 2px #fff;
    transition: all ease-out 400ms;
}

.menu-toggle.hide {
    bottom: -2.5em;     
}

@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

/* Make sure the button doesn't hide when menu is open. */

.toggled .menu-toggle.hide {
	bottom: 1em;
}


.menu-toggle:hover,
.menu-toggle:focus {
	text-decoration: underline;
}

@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

/* Hovering menu */

.main-navigation.toggled {
	position: fixed;
	bottom: 0;
	padding: 1em;
	z-index: 1;
}

.nav-menu {
	padding: 1em;
	margin-bottom: 0.5em;
	background-color: #004990;
}

.main-navigation.toggled ul {
	max-height: calc(100vh - 8em);
	overflow-y: auto;
}

.main-navigation.toggled ul ul {
	display: none;
}

.main-navigation.toggled ul ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on > ul {
	display: block;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {
	
	/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		position: relative;
		min-height: 3.5em;
		max-width: 900px;
		margin: 0 auto;
		padding: 0 3.5em;
		background-color: #000;
		background-color: hsla(0, 0%, 0%, .7);
	}
	
	.nav-menu {
		padding: .3em 0 0 0;
		background-color: transparent;
	}
	
	.main-navigation ul,
	.main-navigation.toggled ul {
		max-height: none;
		padding-left: 0;
		text-align: center;
	}
	
	.main-navigation.toggled ul {
		overflow-y: visible;
	}
	
	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
		border: none;
	}
	
	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: 1px solid #333;
	}
	
	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
	}
	
	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}
	
	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
		color: #fff;
		text-decoration: underline;
		outline: solid 1px #b3b3b3;
	}
	
	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #eee;
		color: #000;
		text-decoration: none;
	}
	
	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 12em;
		display: block;
		z-index: 10;
		margin-left: 0;
		background: #000;
	}
	
	.main-navigation ul ul ul.toggled-on {
		position: relative;
	}
	
	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	
	/* Simplify the drop-down toggle */
	.dropdown-toggle {
		top: 11px;
		right: 12px;
		border: none;
	}
	
	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
	}
	
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.edit-link {
    float:right;
}

.edit-link a {
    text-decoration: none;
}

.register-button {
    display: block;
    position: relative;
    font-size: 1.5rem;
    padding: 14px 1rem;
    border-radius: 8px;
    border: #004990 solid 8px;
    font-weight: 900;
    text-align: center;
    background-color: #E03A3E; /* Coaches' red */
    text-transform: uppercase;
    width: 100%;
    margin: 0.4rem auto;  
} 

@media screen and (min-width: 45em) {
    .register-button {
            font-size: 2rem;
            width: 60%;
    }
}

.register-button a {
    color: white;
}

.register-button:hover {
    background-color: white;
    border: solid #E03A3E 8px;
    color: black;
}




/*--------------------------------------------------------------
## Other Navigation
--------------------------------------------------------------*/
.comment-navigation,
.post-navigation,
.paging-navigation {
	padding: 2em 0;
	text-align: left;
	overflow: hidden;
}

@media screen and (min-width: 50em) {
	.comment-navigation,
	.post-navigation,
	.paging-navigation {
		padding: 2em 3em;
	}
}

.nav-links {
	max-width: 45em;
	margin: 0 auto;
	padding: 0 .4em;
}

.comment-navigation a,
.post-navigation a,
.paging-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1em;
	border: 1px solid #c3c3c3;
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:hover,
.paging-navigation a:focus {
	border-color: #E03A3E;
}

.post-navigation .post-title {
	font-size: 1.2em;
	font-weight: 700;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	text-decoration: underline;
}

.nav-previous {
	padding-bottom: 1em;
}

@media screen and (min-width: 30em) {

	.nav-links {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 0;
	}

	.comment-navigation .nav-previous,
	.post-navigation .nav-previous {
		display: flex;
		align-items: stretch;
		float: left;
		width: 48%;
	}

	.nav-previous {
		padding-bottom: 0;
	}

	.comment-navigation .nav-next,
	.post-navigation .nav-next {
		display: flex;
		align-items: stretch;
		float: right;
		text-align: right;
		width: 48%;
	}
}

.post-navigation .meta-nav {
	display: block;
}

@media screen and (min-width: 30em) {
	.post-navigation .meta-nav {
		padding-bottom: 1em;
	}
}

.paging-navigation {
	margin-top: -2em;
	text-align: center;
}

.paging-navigation ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.paging-navigation li {
	display: inline-block;
}

.paging-navigation li a {
	padding: .3em 1.4em;
}

.paging-navigation .current {
	padding: .8em 1.1em;
	font-weight: 700;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
/*	border-top: 5px solid transparent; */
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid;
        border-color: gray;
        color: white;
        background: #004990;
}

.paging-navigation a:hover {
	border-top: 5px solid #E03A3E;
	color: #2b2b2b;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

.dotted-line {
    border-bottom: 1px dotted #94B1DF;
    margin-bottom: 0px;
    padding: 10px;
    clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*
.site-header {
    background-color: #004990;
}
*/

.site-branding {
    text-align: center;
}

.site-title {
    margin: 1.7em 1em 0;
    font-family: 'volkhov';
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
}

@media screen and (max-width: 30em) {
    .site-title {
        font-size: 2em;
    }
}

.site-title a {
    text-decoration: none;
    color: inherit;
}

.site-title a:hover,
.site-title a:focus {
    text-decoration: underline;
}

.site-title::after {
    display: block;
    content: "";
    margin: .7em auto 0;
    width: 3em;
    border-bottom: solid 1px #fff;
    opacity: .5;
}

.site-description {
    margin: 2em 2em 3em;
    font-size: 110%;
    color: #fff;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
	position: relative;
	padding: 1.8em 1.4em 0;
	background-color: darkgray;
}

.widget {
	margin: 0 0 1.5em;
	padding: 1.8em;
	background: lightgray;
}

.widget_rss {
    
}

@media screen and (min-width: 45em) {
	#secondary {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 1.8em;
	}
	
	.widget {
		float: left;
		width: 300px;
		margin: 0 .6em 1.8em;
	}
}

.widget-title {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1em;
/*	text-transform: uppercase; */
}

.widget-title a {
    font-weight: 700;
    text-decoration: none;
    font-size: .9em;
    color: white;
}

.widget ul,
.widget ol {
	padding: .7em 0 0;
	margin: 0;
	list-style-type: none;
}

.site-content .widget li {
	display: block;
	padding: .2em 0;
        border-bottom-color: darkgray;
        border-bottom-style: dotted;
        border-bottom-width: thin;
        margin: 0;
}

.widget li ul,
.widget li ol {
	margin-left: .5em;
}

.widget li:last-child {
	padding-bottom: .35em;
        border-bottom-style: none;
}

@media screen and (min-width: 30em) {
	.widget li ul,
	.widget li ol {
		margin-left: 0em;
	}
}

.widget a {
	font-weight: 700;
	text-decoration: none;
	font-size: .9em;
}

.widget a:hover,
.widget a:focus {
	text-decoration: underline;
}

.widget tr:hover {
    background-color: initial;
}

/* Make sure select elements fit in widgets. */
.widget select {
	width: 100%;
	padding: .5em;
}

/* Archive and Categories widgets */

.widget_archive li {
	color: #808080;
}

.widget_categories .children {
	padding-top: 0;
	padding-bottom: .5em;
}


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

/* Pages and Menu widgets */

.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding-top: 0;
	padding-bottom: .5em;
}

.widget_pages a,
.widget_nav_menu a{
	display: block;
	padding: 0.5em 0;
	border-bottom: 1px solid #c3c3c3;
}

.site-content .widget_pages li,
.site-content .widget_nav_menu li{
	padding: 0;
}

.site-content .widget_pages li:last-child,
.site-content .widget_nav_menu li:last-child{
    margin-bottom: .2em;
}

/* Meta widget */
.site-content .widget_meta li {
	padding: .3em 0;
}

/* RSS widget */


.widget_rss li {
	margin-bottom: 0.2em;
}
.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 1em;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #333;
	font-size: .8em;
}

.rssSummary {
	padding: .5em 0;
	font-size: .8em;
    line-height: 1.4em;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global -- responsive style
--------------------------------------------------------------*/
.site-main {
    /* default settings for small screens */
     margin: 0.5em;
     font-size: 0.9em;
     line-height: 1.3em;
}
/*
@media screen and (min-width: 40em) {
    .site-main {
        font-size: 1em;
    } 
}

@media screen and (min-width: 57em) {
    .site-main {
        max-width: 45em;
        margin: 1.8em auto;
    } 
}
*/
/* Rules for sidebar left and sidebar right */
@media screen and (min-width: 65em) {
	
	/* Sidebar Right layouts */
	.sidebar-right .content-area {
		float: left;
		width: calc(100% - 308px);
	}

	.sidebar-right #secondary {
		margin: 0;
	}

	.sidebar-right .site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 17em;
		padding: 0 1.5em;
		border-left: 1px solid #ededed;
	}

	/* Sidebar Left layouts */
	.sidebar-left .content-area {
		float: right;
		width: calc(100% - 308px);
	}

	.sidebar-left #secondary {
		margin: 0;
	}

	.sidebar-left .site-content .widget-area {
		float: left;
		overflow: hidden;
		width: 17em;
		padding: 0 1em;
		border-right: 1px solid #ededed;
	}
	
	/* Unified styles */
	.sidebar-right #secondary,
	.sidebar-left #secondary {
		background-color: #fff;
		padding: 1em 0 0;
		margin: 0;
	}
	
	.sidebar-right .widget,
	.sidebar-left .widget {
		padding: 0 1em;
		margin-bottom: 0;
	}
	
	.sidebar-right .widget::after,
	.sidebar-left .widget::after {
/*		display: block;
		width: 33%;
		margin: 0.5em auto;
		content: "";
		border-bottom: 5px solid #c3c3c3; */
	}
	
	

}


@media screen and (min-width: 30em) {
	.site-main {
		margin: 1em;
	}
}

@media screen and (min-width: 40em) {
	.site-main {
		font-size: 1em;
                line-height: 1.2em;
	}
}

@media screen and (min-width: 57em) {
	.site-main {
		max-width: 720px;
		margin: 1.2em auto;
	}
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.style-link a,
.entry-content a,
.entry-content a,
.entry-summary a,
.entry-summary a {
	text-decoration: none;
	border-bottom: 2px solid lightcoral;
        color: black;
}

.style-link a:hover,
.style-link a:focus,
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus {
	border-bottom: 3px solid #004990;
	box-shadow: inset 0 -3px 0 lightgray;
        font-weight: 700;
}

.entry-meta a,
.entry-footer a {
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
	border-bottom: 2px solid #000;
}

.sticky {
	display: block;
        position: relative;
}

.sticky::before {
    position:absolute;
    top: -1.5em;
    right: 0;
    display: block;
    font-family: 'FontAwesome';
    content: "\f08d";
}

.hentry {
	margin: 0 0 1.5em;
}

.entry-category-main {
    border-radius: 0.5em;
    padding: 0.1em;
    font-style: italic;
    color: white;
    text-align: left;
    background: #E03A3E;    
}

.entry-category-main-bowerman {
    border-radius: 0.5em;
    padding: 0.3em;
    color: white;
    text-align: left;
    font-size: 24px;
    background: black;   
}

.super-header a, .super-header a:visited {
    color: white;
    text-decoration: none;
}

.super-header a:hover {
    color: white;
    text-decoration: underline;
}


.entry-meta {
    padding: 0.5em;
    font-size: 90%;
    background: lightgray;
}

.entry-meta-highlight {
    padding: 0.5em;
    border-radius: 0.5em;    
    font-size: 90%;
    font-style: italic;
    color: white;
    text-align: right;
    background: #E03A3E;
}

.entry-meta-highlight a {
    color: white;
    text-decoration: none;
}


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

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-title {

}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

a img {
    border-radius: 2px;
}


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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	text-align: center;
	color: #fff;
	background-color: #004990;
}

.site-footer a {
	color: #fff;
}

/*--------------------------------------------------------------
# ADD TO NEW SITE
--------------------------------------------------------------*/
.listing-item {
    float: left;
    clear: both;
}

.listing-item .image {
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}