/*
Theme Name: Monroe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: monroe
Tags:

This theme, like WordPress, is licensed under the GPL.
Monroe is based on Underscores http://underscores#df471f.me/, (C) 2012-2014 Automattic, Inc.
Resetting - Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ and Blueprint http://www.blueprintcss.org/
*/

/* COLORS: 2017: background:#F2F1E5; BLUE:(old=#0049AE) #0069B5; RED:#e04300 ; ORANGE:#f89604; "black:" #444;
		   2018 green: #006C3C; orange: #F97F08 yellow: #eae5c3; 
           2022: Red Text #df471f; */

/* Josefin sans in 600 from Google fonts spec'd in header.php */

@font-face {
    font-family: 'Playbill';
    src: url('fonts/playbill-webfont.eot');
    src: url('fonts/playbill-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/playbill-webfont.woff2') format('woff2'),
         url('fonts/playbill-webfont.woff') format('woff'),
         url('fonts/playbill-webfont.ttf') format('truetype'),
         url('fonts/playbill-webfont.svg#playbillregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: focus;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul,
ul.nobullets,
.main-navigation li li,
.lcp_catlist {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: focus;
}

a img {
	border: 0;
}
/* =========== RESOURCES PAGES ========== */
/* ----------- Zebra striping ----------- */

.volunteers tr:nth-of-type(odd),
.discography tr:nth-of-type(odd),
.bgboys tr:nth-of-type(odd),
.monmusic tr:nth-of-type(odd) { 
	background: #eeeeee; 
}
th { 
	background: #828282; 
	color: white;
}
td, th { 
	padding: 6px; 
	vertical-align:middle;
}
td {
	border-bottom:1px solid #C3C7D2;
}
.time {
	text-align:right;
	padding-right:1em;
	white-space:nowrap;
}
table.discography {
	padding-top:0;
}
table.monmusic th {
	min-width:90px;
}	
.volunteers,
.discography,
.bgboys,
.monmusic {
	font-size:90%;
	line-height:1.3;
}
.volunteers,
.discography td,
.bgboys td,
.monmusic td {
	padding:6px 10px;
}

/* ========== Lyrics and Charts =============== */

.lyrics h2 {
	color:#df471f;
	color:#e00101;
	font-size:2.5em;
	padding-bottom:0;
}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.songchart {
	max-width:400px;		
}
.songchart tr {
	border:none;
	display:table-row;
}
td.noborder {
	border-width:0;
}
.songchart td {
	border:1px solid #404040;
	width:80px;
	text-align:center;
	padding:6px 0;
	display:table-cell;
}
.chart-title {
    display: block;
    font-weight: bold;
	  font-size:.85em;
	line-height:.5
}
span.provenance	{
	display:block;
	font-family: 'Teko', sans-serif;
	font-size:90%;
}
.index ol.a-i,
.index ol.j-r,
.index ol.s-z {
  margin-left: 0;
}
.index ol li {
  display: inline-block;
  padding: 0 12px 0 0;
	font-size:.85em;
	font-weight:500;
}
ol.a-i:before {
	content:"A-I";
}
ol.j-r:before {
	content:"J-R";	
}
ol.s-z:before {
	content:"S-Z";
}

ol.a-i:before,
ol.j-r:before, 
ol.s-z:before {
	color: #df471f;	
	font-size:1.4em;
	margin-right:.5em;
	border:1px solid;
	padding:3px 7px 0;
	line-height:.5;
	font-family:"Teko",sans-serif;
}
.time-sig {
	margin:0 ;
	font-size:160%;
	font-weight:bold;
}


/* =========== Monroe Music Table ============= */

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:90%;
}
#tablepress-2_wrapper {
    font-size: 85%;
}
#tablepress-2_filter.dataTables_filter label input {
	height:16px;
}
.dataTables_wrapper label input, .dataTables_wrapper label select {
    color:#006C3C;
	color:#df471f;
}

.dataTables_filter  {
	color:#df471f;
	margin-bottom:1em;
	
}
#tablepress-2_filter.dataTables_filter label input {
    height: 14px;
    margin-bottom: 10px;
}
.column-1.sorting,
.column-2.sorting,
.column-3.sorting,
.column-4.sorting,
.column-5.sorting,
.column-6.sorting {
	background: #828282; ;
	color:#fff;
	font-family: 'Teko', sans-serif;
	letter-spacing:.07em;
	text-transform:uppercase;
  border-right:1px solid #fff;
	line-height:1;
}
.column-1.sorting:hover,
.column-2.sorting:hover,
.column-3.sorting:hover,
.column-4.sorting:hover,
.column-5.sorting:hover,
.column-6.sorting:hover {
	background-color:#505050;
}
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background-color: #505050;
	color:#FFF;
	font-family: 'Teko', sans-serif;
	text-transform:uppercase;
}
.tablepress-id-2 .odd td {
	background-color: #df471f15;
}



/*--------------------------------------------------------------------------------------------
2.0 Typography
---------------------------------------------------------------------------------------------*/
body,
input,
select,
textarea {
	color:#444;
	font-size: 18px;
	font-size: 1.8em;
	line-height: 1.7;
	font-family:'Barlow Semi Condensed', sans-serif;
  letter-spacing:0.01em;
}

.dropcap {
	font-size:3em;
	float:left;
	line-height: 0.5;
	padding-right:0;
	color:#e00101;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h3,h5 {	
	color:#e00101;
}
h4 {
    color: #e00101;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    font-size:1.2em;
    text-transform: uppercase;
}
.entry-content h1,
h1.entry-title,
.archive h1.page-title {
	font-size:3em;
	font-family: 'playbillregular', 'arial black', tahoma, sans-serif;
	font-variant:small-caps;
	letter-spacing:.05em;
	line-height:.85;
  font-weight:normal;
  color:#e00101;
}

.archive h1.page-title,
.entry-content h2 {
	color:#e00101;
  font-size:2.2em;
  letter-spacing:.02em;
}
.qualifier { /* tentative class schedule */
	font-family:'Barlow Semi Condensed', sans-serif;
	text-transform:uppercase;
	font-size:50%;
	display:block;
	padding:6px 0;
	margin-bottom:-1em;
}

.entry-content h3,
h1.widget-title,
#text-23 h3.widget-title,
.textwidget .lcp_catlist li a:first-child { 
	font-size:1.3em;
	width:auto;
	clear:none;
	font-weight:bold;
	font-family: 'Teko', sans-serif;
	text-transform:uppercase;
	line-height:1;
    margin-bottom:.5em;
}
.textwidget .lcp_catlist li a:first-child { 
	color:/*#006C3C*/#000;
}
h1.widget-title {
	margin-bottom:.5em;
	color:#e00101;
}
.textwidget #lcp_instance_0.lcp_catlist li a {
	line-height:1;
}
.dropcap {
	font-size:3em;
	float:left;
	line-height: .5;
	padding-right:4px;
	color:#e00101;
	}

/*.widget_a2a_share_save_widget h3.widget-title {
	width:auto;
	float:left;
	line-height:1.5;
}*/
.head-wordspace {
	word-spacing:-.2em;
}
/*.important {
	color:#006C3C;
	font-size:1.1em;
}*/
.post-28269 .lcp_catlist li div.lcp_excerpt:before,
blockquote:before {
    color: #e00101;
    content: "\"";
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 3em;
    font-weight: normal;
    line-height: 1.1;
    margin-left: -0.5em;
    margin-right: 0.08em;
	margin-top:-4px;
    position: absolute;
}
 cite {
    font-size: 90%;
    font-weight: bold;
    font-style: italic;
}

/* -------------- Instructors Page ------------------ */


.lcp_thumbnail.wp-post-image {
	margin-top:-2em;
}


/* ---------- Reviews ------------- */

.post-28269 ul.lcp_catlist {
  margin-left:0;
  list-style: outside none none;
}

.dropcap {
    display: block;
    float: left;
    font-size: 3.2em;
    line-height: .5;
    padding-right: 0.05em;
    margin-top: .3em;
    font-weight: 200;
}

/* ---BG Boys subhead for table--- */

p, li {
	margin-bottom: .8em;
}

p {
	margin-bottom: .8em;
}
b,
strong {
	font-weight:bold;	
}

dfn,
em,
i {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

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

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

abbr,
acronym {
	border-bottom: 1px solid #C3C7D2;
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

/*ul.reading li {
	margin-bottom:.2em;
}
.reading {
    list-style: outside none disc !important;
    padding-left: 1em !important;
}*/

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* ============== IMAGES =============== */
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
a .size-thumbnail,
img.alignright,
img.alignleft,
.wp-post-image {
	padding: 0.3em;
	background-color:#fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/*.alignleft.silhouette,
.alignright.silhouette {
 	box-shadow:none;
	background-color:transparent;
}
.alignleft.noshadow.wp-image-1907 {
	box-shadow:none;
	background-color:transparent;
	margin:-.2em 0 0 -4em;
}
.noshadow.size-full.wp-image-1332 {
    margin-bottom: 1em;
}*/
.noshadow {
	box-shadow: none!important;
	background-color:transparent!important;
}
.silhouette {
 	box-shadow:none;
	background-color:transparent;
}
/*
.entry-content p img.alignleft, .wp-post-image {
  float: left;
  margin: 0 1em 1em 0;
}

.wp-image-1332 {
    margin-bottom: 2em;
}*/
figure {
	margin: 0;
}

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

th {
	font-weight: normal;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #E4E4E4;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #E4E4E4 #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
	line-height:1em;
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

/* ---------My Buttons------------ */

.textwidget form {
	width:80px;
	display:block;
	float:left;
} 
button {
  border-radius: 6px;
  color: #e00101;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: .04em;
  padding: auto 0.4em;
  margin-top: 1em;
  font-family: 'Teko', sans-serif;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #787E93;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #444;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 6px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/* -------FAQs------------ */


.qanda {
    display: inline-block;
    margin-left: -1.4em;
    padding-right: 0.2em;
    text-align: right;
    width: 1.2em;
}



/*------------------------------------------------------------------------------------------
5.0 Navigation
-----------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited,
.main-navigation a:hover,
.collapseomatic {
	color: #e00101;
}
,
a:hover,
a:focus,
a:active,
.entry-content a:hover,
.entry-content a:focus {
	color: #444;
}

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

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

.main-navigation li {
    background-color: transparent;    
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    float: left;
    margin-right: .75em;
    padding: 0.25em 0.5em;
    position: relative;
    text-shadow: 1px 1px 1px #ccc;
    border: 1px solid #C3C7D2;
    text-transform:uppercase;
    font-size:1em; letter-spacing:.04em;
    font-family: 'Teko', sans-serif;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#444;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
    	border-radius: 8px;
	padding:6px;
	margin-left: -.8em;
	margin-top: 5px;
}
.main-navigation ul .sub-menu .sub-menu,
.main-navigation ul ul {
    	
}

/* gallery submenu nav item */

.main-navigation ul ul li:hover > ul {
	padding-left:1em;
	width:200px;
	background:none;
}
.main-navigation ul ul ul {
	top:1.6em;
	left:-99999px;
}
.main-navigation ul ul ul li {
	width:120px;
}
.main-navigation ul ul a {
	white-space: nowrap;
	overflow: visible;
}
.main-navigation ul ul ul li,
.main-navigation ul ul li {
	margin: 0 0 .2em 0;
	clear:left;
	background-color:#ffffff;
}
.main-navigation ul .sub-menu .sub-menu li {
	width:150px;
}
.main-navigation ul .sub-menu .sub-menu {
	width:152px;
}

/*.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}*/
.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color:#e00101;
}

/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 493px) {
  	.site-branding {
		width:14em;
}	
}
@media screen and (min-width: 668px) {
.menu-item-5683 {
	display:none;
}
}
@media screen and (max-width: 668px) {
	.main-navigation li {
    		background-color: transparent;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		margin:0 auto;
	}
	.main-navigation.toggled .nav-menu li {
		clear:both;
	}
	.main-navigation ul {
		display: none;
		width:60%;
		padding:1em 0 0 1.5em;
	}
	.main-navigation ul ul {
		float: left;
		position: relative;
		display:block;
		left:0;
		z-index: 99999;
	    background-color:transparent;
	    border-radius: 8px;
		padding:6px;
		margin-left: -.8em;
		margin-top: 5px;
	}
	.main-navigation ul ul li {
    		margin: 0 0 1.5em;
	}
	/*#menu-item-1227 > a {
    		padding-bottom: 0.5em;
	}
	#menu-item-1227 a:after {
		content:"\:";
	}
	.menu-item-has-children.menu-item-1227 {
    		border: medium none;
    		box-shadow: none;
	}
	#menu-item-1227 > a {
	    margin-left: -0.8em;
	    margin-top: -1em;
	}
	.menu-item-1227 ul.sub-menu {
		margin-left:.1em;
}*/
}
@media screen and (max-width: 424px) {
	.dropcap {
		font-size:1em;
		float:none;
		display: inline;
		line-height: inherit;
		padding-right:0;
	}
	.site-branding {
		height: 170px;
	}
	.entry-content p img.alignright,
	.entry-content p img.alignleft {
		float:none;
		display:block;
		margin:0 auto 1em;
}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

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

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

.alignright {
	display: inline;
	float: right;
	margin-left:.5em;
	padding:.3em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget_text .collapseomatic_content p {
	margin-bottom: 0;
}

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

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.textwidget .wp-image-1324 {
	margin:0;
}

.textwidget .lcp_catlist li a {
	display:block;
	padding-bottom:.2em;
	text-decoration:none;
}
.textwidget .wp-post-image {
    margin-bottom: 1.2em;
    padding: 2px;
    position: relative;
    top: 1em;
}

.widget-area .textwidget {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #C3C7D2;
}
/*#text-8 #lcp_instance_0 {
	margin-bottom:0;
}
#text-8 .textwidget {
	padding-bottom:0;
}
#text-2 .lcp_catlist li a:nth-child(2),*/
.textwidget .lcp_catlist li a:nth-child(3) {
	color: #006C3C;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	text-decoration:underline;
}
/*#text-4 .textwidget {
	padding-bottom:0;
	margin-bottom:0;
}
#text-4 li:first-child {
    border-bottom: 1px solid #c3c7d2;
    margin-bottom: 1em;
    min-height: 160px;
    padding-bottom: 1em;
}

#text-10 .textwidget {
	margin-bottom:0;
	padding:1em 0;
}
#text-10 a button {
	display:block;
	margin:0 auto;
}
.page-id-1143 #text-10 {
	display:none;
}
.page-id-1143 p a button {
	margin-bottom:1em;
}

#text-12 form input:hover {
	opacity:.85;
} 
#text-12 .textwidget form {
	position:relative;
	margin-right:8px;
}
#text-13 {
    display: none;
}
#text-15 .textwidget {
    border: medium none;
}*/
/* header widget hat 
#text-20 img.wp-post-image,
#text-20 .wp-image-1743,*/
/* SPONSORS 
#text-18 p a img.aligncenter {
	background-color:transparent;
 	box-shadow:none;
}
#text-20 img.wp-post-image,
#text-20 .wp-image-1743 {
	margin:-1em 0 0 -1em;
}
.sponsors li a img {
	max-width:200px;
    padding-bottom:10px;
}
ul.sponsors {
	list-style:none;
	margin:0;
	padding:0;
}*/

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

.site-footer .widget.widget_text {
	width:30%;
	float:left;
	clear:none;
}
/*
#text-7.widget.widget_text {
    border-right: 1px solid #C3C7D2;
    border-left: 1px solid #C3C7D2;
    padding:0 1em;
    margin:0 1em 3em;
}
#text-7 button {
	margin-top:0;
}

#text-7.widget.widget_text {
	width:32%;
}
#text-8.widget_text {
	margin-bottom:.2em;
}
.ig-b-.ig-b-v-24 {
    margin-left: 0;
    margin-top: 0;
}
.widget.widget_a2a_share_save_widget {
    float: left;
    margin-top: -1em;
    width: 30%;
}*/
.textwidget li {
	margin-bottom:.3em;
}
.textwidget p {
	margin-bottom:1em;
}

.textwidget > a {
    display: block;
    margin-bottom: 1em;
    margin-top: -0.5em;
    word-wrap:break-word;
}
.site-info > div {
    clear: both;
    padding-top: 2em;
    text-align:center;
}
.site-footer {
    border-top: 1px solid #C3C7D2;
    padding-top: 2em;
}
.copyright,
.siteby {
	font-family:sans-serif;
	color:#AAADB7;
	font-size:.7em!important;
}
.siteby a {color:#AAADB7;}
.copyright {
	padding-right:2em;
}
.siteby {
	white-space:nowrap;
	display:inline-block;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

#primary.content-area {
	width:75%;
	float:left;
	padding: 1em 2em 1em 0;
	border-right:1px solid #C3C7D2;
}
#secondary.widget-area {
	width:25%;
	float:left;
	clear:none;
	padding: 1em 0 1em 2em ;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
/* --=========-my addition--==============- */

.hfeed {
	max-width:980px;
	margin:0 auto;
	padding:.5em 2em 2em 2em;
	padding-top:.5em;
}
.hentry {
	margin: 0 0 1.5em;
}

.highlight {
	color:#F97F08;
}
.feature-box {
	border:1px solid #C3C7D2;
	padding: 1em;
	border-radius: 3px;
	max-width:350px;
	margin-bottom:2em;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.feature-box h4 {
		margin-bottom: 1em;
}
.feature-box p {
		margin-bottom:0;
}
.feature-box button {
    line-height: 2em;
    margin: 0;
}
.byline,
.updated:not(.published) {
	display: none;
}

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

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

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


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

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

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
#wpgmza_map {
    margin-bottom: 2em;
}

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

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

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

.wp-caption .wp-caption-text {
    font-size: 0.75em;
    margin: .5em;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.galleries li a {
	pointer-events:none;
	text-decoration:none;
}
.galleries li {
	list-style:none;
}
.gallery {
	margin-bottom: 1.5em;
}
ul.lcp_paginator li {
	border:none;
}
iframe,
.gallery-item {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    padding: 6px 6px 0 6px;
    text-align: center;
    vertical-align: top;
}
.attachment-thumbnail {
    padding:5px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.gallery-columns-2 .gallery-item {
	max-width: 46%;
}
.gallery-columns-3 .gallery-item {
	max-width: 30%;
}
.gallery-columns-4 .gallery-item {
	max-width: 22%;
}
.gallery-columns-5 .gallery-item {
	max-width: 18%;
}
.gallery-caption {
	display: block;
	font-size:80%;
}

/* NEWS 
.category-news.entry-content ul {
	list-style:inside none disc;
}
.category-news ul li ul li {
	margin-bottom:0;
}*/
.site-branding {
    float: left;
    max-height:266px;
    margin: 0 0 1em -2em;
    padding-left: 0;
    width: 66%;
}

/* --- header sidebar --- */
#header-sidebar {
	width:33%;
	display:block;
	float:right;
	padding-left:2em!important;
	margin:2em .6em 0 0;
	border-left: 1px solid #c3c7d2;
}

/* --- header feature widget 
#text-23 {
	margin:0 0 2em 0;
}

#text-23 ul {
	margin-left:1em;
	padding-bottom:0;
}
#text-23 li {
	line-height:1.3;
	margin-bottom:.6em;
}
#text-23 li a {
	text-transform:none;
	font-size:1em;
}

#text-5 ul,--- */ /* downloadables 
#text-2.widget p {
	margin-bottom:0;
}
#text-5 .textwidget {
    border-bottom: none;
}*/
.site-header {
    	border-bottom: #c3c7d2;
	padding-bottom:1em;
}
.header-image {
	box-shadow:none;
	background:transparent;
	float:left;
}
.collapseomatic_excerpt, 
.collapseomatic_content {
    margin: -.1em 0 0 0;
    padding: 0;
}
.collapseomatic {
	background-image:none;
	text-decoration:underline;
	padding:0 0 0 4px;
}
ul li, ol li {
	padding-bottom:0;
}

/* 
Max width before this PARTICULAR table gets nasty This query will take effect for any screen smaller than 760px and also iPads specifically.
*/

@media only screen and (max-width: 947px)  {
	#text-2 .textwidget {
	    line-height: 1.3;
	    padding-left: 0;
	    position: relative;
	    top:0;
	    clear:left;
	    width:100%;
	}
	.main-navigation li {
		margin:0 1.5em 2em 0;
	}
	.site-branding {
        border-right:none;
}
}
@media only screen and (max-width: 850px)  {
	
	/*.page-id-4132 #primary.content-area {
		width:100%;
		padding-right:0;
	}
	.page-id-4132 #secondary.widget-area {
		width:100%;
		padding-left:0;
	}
	.page-id-4132 .sponsors li {
		float:left;
		margin:2em;
	}
	.page-id-4132 .widget-area aside#text-24.widget.widget_text {
		width:100%;
		padding:0;
	}
	.page-id-4132 div#page.hfeed.site div#content.site-content div#primary.content-area {
		border-right:none;
	}
	.page-id-4132 #page.hfeed.site div#content.site-content div#secondary.widget-area aside#text-5.widget.widget_text {
		clear:both;
		border-top:1px solid #ccc;
		padding:2em;
	}
	.page-id-4132 .textwidget {clear:both;}
	#text-12.widget_text br {
		display:none;
	}*/
	h1.widget-title {
		text-align:center;
	}
}


@media only screen and (max-width: 700px)  {

	h2 {
		line-height: 1.2;
		padding-bottom: 0.8em;
	}
  /* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}	
  /* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}	
	tr { border: 1px solid #C3C7D2; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
		line-height:1;
		padding-top:4px;
		padding-bottom:4px;
	}	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}	
/*	.post-12 tr {
		border-left:none;
		border-right:none;
		border-top:none;
	}

	.post-12 tr td.time {
    		clear: left;
    		float: left;
    		height: 30px;
   		padding-left: 4px;
		min-width:100px;
   		width: 20%;
	}
	.post-12 tbody tr td {
    		height: auto;
    		line-height: 1.5;
    		padding-left: 22%;
	}*/
	/*   Label bluegrass boy data  */
	.bgboys tbody tr td:nth-of-type(1):before { content: "Last Name"; color:#858585; }
	.bgboys tbody tr td:nth-of-type(2):before { content: "First Name"; color:#858585; }
	.bgboys tbody tr td:nth-of-type(3):before { content: "Instruments"; color:#858585; }
	.bgboys tbody tr td:nth-of-type(4):before { content: "First Hired";color:#858585; }
	.bgboys tbody tr td {
    		padding-left: 35%;
	}
	/*   Label discography data  */
	.discography tbody tr td:nth-of-type(1):before { content: "Year"; color:#858585; }
	.discography tbody tr td:nth-of-type(2):before { content: "Title"; color:#858585; }
	.discography tbody tr td:nth-of-type(3):before { content: "Label"; color:#858585; }
	.discography tbody tr td:nth-of-type(4):before { content: "Number";color:#858585; }
	.discography tbody tr td:nth-of-type(5):before { content: "Notes";color:#858585; }
	.discography tbody tr td { padding-left: 35%; }
	.discography tr:first-child { display: none;
	}
/*   Label volunteers data  */
	.volunteers tbody tr td:nth-of-type(1):before { content: "Volunteer Assignment"; color:#858585; }
	.volunteers tbody tr td:nth-of-type(2):before { content: "Est. Volunteers Needed"; color:#858585; }
	.volunteers tbody tr td:nth-of-type(3):before { content: "Shifts & Times"; color:#858585; }
	.volunteers tbody tr td { padding-left: 35%; }
	.volunteers tr:first-child { display: none;
	}
	/*   Label bluegrass boy data  */
	.monmusic tbody tr td:nth-of-type(1):before { content: "Title"; color:#858585; }
	.monmusic tbody tr td:nth-of-type(2):before { content: "Written by"; color:#858585; }
	.monmusic tbody tr td:nth-of-type(3):before { content: "Category"; color:#858585; }
	.monmusic tbody tr td:nth-of-type(4):before { content: "1st Rec.";color:#858585; }
	.monmusic tbody tr td:nth-of-type(5):before { content: "Also";color:#858585; }
	.monmusic tbody tr td { padding-left: 35%; }
	.monmusic tr:first-child { display: none;
}
	.monmusic tr {
		padding:10px 0 20px;
	}
	.monmusic tbody tr td {
		max-width:auto;
}
}
@media only screen and (max-width: 667px)  {
	#header-sidebar {
		display:none;	
	}
	.site-branding {
		width:100%;
		margin:0;
	}
/*	#text-13 {
		display:block;
		width:100%;
		border:none;
	}*/
	#secondary.widget-area {
		clear: left;
		float: left;	
		padding: 1em 0 1em 0em;
		width: 100%;
		border-top:1px solid #c3c7d2;
	}
/*	#text-2 .lcp_catlist li {
		margin-bottom:-3em;
	}*/
	#primary.content-area {
		width:100%;
		border-right:none;
}
}
@media only screen and (max-width: 600px)  {

	#primary.content-area {
	    border-right:none;
	    float: left;
	    padding: 1em 2em 1em 0;
	    width: 100%;
	}
	#secondary.widget-area {
	    clear: left;
	    float: left;
	    padding: 1em 2 1em 0;
	    width: 100%;
	}

/*	#text-6.widget_text,
	#text-7.widget_text,
	#text-8.widget_text {
		width:100%;
		float:left;
		padding:0;
		margin:0;
		clear:both;
		border-right:none;
	}*/
	.widget.widget_search {
		left: 100%;
		margin-left: -276px;
		position: absolute;
		top: 55px;
	}
/*	#text-7.widget.widget_text {
    		width: 100%;
	}
	#text-7.widget.widget_text {
		border:none;
		margin: 0 0 1em 0;
		padding: 0;
	}
	.widget.widget_a2a_share_save_widget {
		margin-top: 0;
		width: 100%;
}*/
}
@media only screen and (max-width: 541px)  {
	.site-branding {
		height:210px;
	}
	.main-navigation li {
   		 margin: 0 0 0.5em -3em;
	}
		
	#primary.content-area {
		padding-right:0;
	}	
}
@media only screen and (max-width: 360px) {
	.site-branding {
    		height: 140px;
}
}



