@import url("/css/reset.css");
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a{
	text-decoration:none;
}
html{
	height:100%;
}
body{
	font-family:sans-serif;
	font-size:1em;
	line-height:1.6em;
	/* height:100%; */
	background: #fff;
	/*background-image:url("/images/backgrounds/bible.jpg");*/
	background-position:bottom;
	background-size:cover;
	background-attachment: fixed;
	margin:0 auto;
	text-align:center;
	padding:0px;
	/* overflow:hidden; */
}
	body a, body:visited{
		color: #1313c1;
	}
blockquote{
    border-left: 2px solid navy;
    padding-left: 8px;
    margin: 15px;
	font-size:.9em;
}
label{
	text-align:top;
}
	label.long{
		width:400px;
	}
small{
    font-size: .7em;
}
table{
	border-collapse:collapse;
}
		table tr td{
			height:25px;
			padding:3px;
			margin:15px 0 15px 0;
		}
/*---------------------------------*/
#wrapper{
	width:100%;
}
	#wrapper header{
		position: fixed;
		z-index: 2;
		width:100%;
		height:150px;
		top:0px;
		background:#a2a1a0b2;
		backdrop-filter: blur(5px);
	}
	input#headerSearch{
		position: absolute;
		right: 10px;
		bottom: 65px;
		font-size: 1em;
		width: 300px;
		text-align: right;
		background: transparent;
		padding: 5px;
	}
		p#headerLinks{
		    top: 104px;
		    right: 10px;
			width:75%;
		    text-align: right;
		    position: absolute;
		}
		p#headerLinks a{
			display:inline-block;
			margin:0 5px;
		}
	#wrapper #columnWrappers{
		margin:0 auto;
		/*overflow:hidden;*/
	}
		#wrapper #columnWrappers #columnSide{
			z-index: 2;
			height:100%;
			width:25%;
			min-width:150px;
			float:left;
			padding:0px;
		}
			header h1{
				position:absolute;
				background:url("/images/jasonsilver.png") no-repeat;
				width: 25%;
				height: 110px;
				margin: 10px auto;
				background-size:contain;
				background-position:center center;
			}
				header h1 a{
					width:100%;
					height:100%;
					display:block;
				}
				header h1 span{
					display:none;
				}
nav#main {
	z-index:100;
	background:transparent;
	padding:5px 10px 5px 2px;
	position:absolute;
	text-align:left;
	bottom:0;
	right:0;
	width:calc(100% - 250px);
	height:50px;
	line-height:2em;
}
	nav#main a{
		color:navy;
	}
	nav#main ul{
		list-style:none;
		padding-left:0;
		margin-top:0;
		margin-bottom:0;
		float:right;
	}
		nav#main ul li{
			width:auto;
			float:left;
			padding:0 20px;
			white-space:nowrap;
			position:relative;
		}
			nav#main ul li:hover a{
				color:blue;
			}
			nav#main ul li:hover ul{
				z-index:1;
				display:block;
				position:absolute;
				background:#fff;
				min-width:150px;
				overflow:hidden;
				border:1px solid #d5d5d5;
				box-shadow:0 0 2px 0;
				right:0;
			}
				nav#main ul li:hover ul li{
					float:none;
					line-height:3em;
					padding:0;
				}
					nav#main ul li:hover ul li a{
						color:gray;
						display:inline-block;
						width:100%;
						padding:0 40px 0 30px;
					}
						nav#main ul li:hover ul li a:hover{
								background:var(navy);
								color:var(white);
						}
				nav#main ul li ul{
					display:none;
					background:white;
				}
			/* arrows on multiple levels */
			nav#main ul li > a:after {
				  content:'\25B6';
				  float:right;
				  border:0;
				  font-size:.6em;
				  padding:.25em 0 0 .5em;
				  border:0;
			}
			nav#main ul li:hover > a:after {
				visibility:hidden;
			}
			nav#main ul li > a:only-child:after {
				content:'';
			}
			nav#main ul > li > a:after {
				content:'\25BC';
				position:absolute;
			}
	/*clear the content if a is only child*/
	nav#main ul li > a:only-child:after {
		content:'';
	}
	nav#subMain{
		display:none;
	}




			#wrapper #columnWrappers #columnSide #underNav{
				position:relative;
				top:100px;
				height:auto;
				overflow:hidden;
			}
				#wrapper #columnWrappers #columnSide #underNav h3{
					background:#345C8F;
					color:#000000;
					width:100%;
					height:60px;
					position:relative;
					top:0px;
					border:0;
					margin-bottom:70px;
				}
				#wrapper #columnWrappers #columnSide #underNav h4{
					color:#fff;
					width:100%;
					text-align:center;
					height:60px;
					position:relative;
					top:0px;
					margin:10px auto;
					border:0;
				}
				#wrapper #columnWrappers #columnSide #underNav #hours{
					color:white;
					margin:5px;
				}
				#wrapper #columnWrappers #columnSide #underNav #newsFeed{
					text-align:left;
					color:gray;
					margin:15px;
					padding-top:15px;
					border-top:1px dotted gray;
				}
					#wrapper #columnWrappers #columnSide #underNav #newsFeed h4{
						margin:0;
						padding:0;
						height:14px;
						color:gray;
					}
						#wrapper #columnWrappers #columnSide #underNav #newsFeed h4 a{
							text-align:left;
							float:left;
							color:gray;
						}
							#wrapper #columnWrappers #columnSide #underNav #newsFeed h4 a:hover{
								text-decoration:underline;
							}
					#wrapper #columnWrappers #columnSide #underNav #newsFeed p{
						margin:0;
					}
				#wrapper #columnWrappers #columnSide #socialIcons{
					width: 25%;
					height:30px;
					white-space:nowrap;
					position: fixed;
					bottom: 1em;
					font-size:1.5em;
				}
					#wrapper #columnWrappers #columnSide #socialIcons a{
						color:#5e5e5e;
					}
						#wrapper #columnWrappers #columnSide #socialIcons a:hover{
							color:#95daff;
						}
		#wrapper #columnWrappers #columnMain{
			width: 75%;
			z-index: 1;
			float:right;
			text-align:left;
			height:100%;
			position:relative;
		}
			#wrapper #columnWrappers #columnMain #content{
				padding:20px 20px 100px 20px;
				height:70%;
				width:100%;
				max-width:1080px;
				overflow:auto;
				position:relative;
				left:0px;
				top:180px;
			}
				#content > div.floatLeft, #content #musicContent {
					background: linear-gradient(180deg, rgba(255,253,205,0) 35%, rgba(255,250,153,0.3379552504595589) 80%);
					padding: 0 0 40px 20px;
				}
			#wrapper #columnWrappers #columnMain #content figure{
				margin: 0 5px;
				background: #d5d5d5;
				padding: 3px;
				box-shadow: -2px 2px 21px 2px #97979785;
				border: 1px solid #fff;
				overflow: hidden;
				float: right;
			}
				#wrapper #columnWrappers #columnMain #content figure.floatLeft{
					margin: 0 25px 0 0;
					float:left;
				}
				#wrapper #columnWrappers #columnMain #content figure figcaption{
					margin-top:1em;
					font-size: 8pt;
				}
				#wrapper #columnWrappers #columnMain #content figure img{
					max-width:100%;
					padding:0;
					box-shadow:none;
					width:100%;
				}
			#wrapper #columnWrappers #columnMain #content img{
					float:right;
					border:1px solid #000;
					padding:2px;
					box-shadow:0 2px 2px #000;
				}
				#wrapper #columnWrappers #columnMain #googleMap iframe{
					float:right;
					width:300px;
					height:400px;
					border:2px solid #345C8F;
					margin:5px;
				}
				#wrapper #columnWrappers #columnMain table#about{
					display:none;
				}
					#wrapper #columnWrappers #columnMain table#about tr td{
						text-align:center;
						width:180px;
						padding:20px;
					}
					#wrapper #columnWrappers #columnMain table#about tr td img{
						border:2px solid #345C8F;
						max-width:180px;
					}
				#wrapper #columnWrappers #columnMain #content h2{
					font-family:serif;
					margin:12px 0px;
					color:#000;
					text-transform:capitalize;
					letter-spacing:0pt;
					word-spacing:0pt;
					font-size:1.2em;
				}
				#wrapper #columnWrappers #columnMain #content h3{
					clear:both;
					font-family:serif;
					color:#535353;
					letter-spacing:0px;
					word-spacing:0px;
					margin: 30px 0 5px;
				}
				#wrapper #columnWrappers #columnMain #content h4{
					font-family:serif;
					margin:15px 0;
					color:#000;
					letter-spacing:-1px;
					text-shadow:0px 3px 3px rgba(0, 0, 0, 0.23);
					padding-top:20px;
				}
				#wrapper #columnWrappers #columnMain #content .article{
				    background: #ffffff2e;
				    padding: 10px 0;
				    border-radius: 10px;
				    margin: 15px 0;
				    clear: both;
				    box-shadow: 5px 5px 8px -8px #0693c3;
				}
					#wrapper #columnWrappers #columnMain #content .article.minimized {
						max-height: 400px;
						overflow: hidden;
						border-bottom: 2px dotted gray;
						position:relative;
					}
						#wrapper #columnWrappers #columnMain #content .article.minimized::after{
							content:"Continued....";
							position:absolute;
							bottom:-6px;
							font-weight:bold;
							left:0;
							background:white;
						}
				#wrapper #columnWrappers #columnMain #content .sidebar{
					padding-left:10px;
					padding-bottom:50px;
					margin-left:10px;
					border-left:2px solid black;
					background:#efefefad;
					width:calc(35% - 10px);
					font-family: sans-serif;
					font-size: .8em;
				}
					#wrapper #columnWrappers #columnMain #content .sidebar h3{
					    font-size:.9em;
					    margin-bottom:8px;
					}
						#wrapper #columnWrappers #columnMain #content .sidebar h3:before{
						    content:"";
						    display:block;
						    position:relative;
						    left:-10px;
						    width:calc(100% + 10px);
						    border-top: 1px solid;
						}
						#wrapper #columnWrappers #columnMain #content .sidebar h4{
						    margin:0;
						    letter-spacing:0px;
						    text-shadow: none;
						    border-top:none;
						    padding-top:1px;
							font-size:.7em;
						}
				#wrapper #columnWrappers #columnMain #content p{
					margin:10px 0 14px 0;
				}
				#wrapper #columnWrappers #columnMain #content ul li{
					margin:2px 15px 2px 15px;
					padding:0 2px;
				}
				#wrapper #columnWrappers #columnMain #content ol li{
					list-style:decimal outside none;
					margin:2px 15px 2px 15px;
					padding:0 2px;
				}
				#wrapper #columnWrappers #columnMain #content details{
					margin: 20px 0;
				}
					#wrapper #columnWrappers #columnMain #content details summary::after{
						content: "Click to read notes";
						color:blue;
						text-decoration:underline;
						cursor:pointer;
					}
						#wrapper #columnWrappers #columnMain #content details[open] summary::after{
							content: "Click to close notes";
						}
			#wrapper #columnWrappers #columnMain #footer{
				background-image:url("/images/skin-1310/white-transparency.png");
				color:black;
				position:absolute;
				bottom:0;
				padding:5px 0 20px 20px;
				height:30px;
				overflow:hidden;
			}
a#patreon{
    position: absolute;
    bottom: 0;
    right: 10px;
}
p.note{
	font-size: .5em;
	line-height: 1em;
	font-style: italic;
}
/*---------------------------------*/
#crookedbush{
	color:#fff !important;
	padding:20px;
	position:fixed;
	bottom:0;
	right:0;
	font-size:.5em;
}
	#crookedbush a{
		color:#fff;
	}
	#crookedbush a:after{
		content:"";
	}

#feedBack{
	display:none;
	position: fixed;
	z-index: 5;
	top:5px;
	right:40px;
	width:300px;
	height:20px;
	overflow:hidden;
	background:#efefef;
	color:gray;
	border:1px solid #e3e3d3;
	padding:3px;
	text-align:center;
	z-index:800;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior:url('/css/PIE.htc');
}
#timer{
	display:none;
	position:fixed;
	width:25px;
	height:25px;
	top:4px;
	right:10px;
}
#refresh{
	position:fixed;
	z-index: 9;
	width:25px;
	height:25px;
	right:10px;
	top:4px;
}
	#refresh a{
		border:0 !important;
	}
	#refresh img{
		border:0 !important;
	}
#topButtonRow a{
    background: #1f74b3;
    border-radius: 5px;
    color: white;
    padding: 2px;
	margin:2px;
    font-size: 1em;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height:1.5em;
    text-align: center;
    cursor: pointer;
}
	#topButtonRow a span {
		display: none;
	}
.audioPlaySpacer{
    display: inline-block;
    width: 30px;
}
table.calendar tr th{
	text-align: center;
	vertical-align: middle;
}
.calendarCell{
	height:100px;
	text-align:left;
	padding:5px !important;
	margin:0 !important;
	border:1px dotted gray;
	font-size:9pt;
	line-height:20px;
	width:14%;
}
.calendarCellNone{
	background:rgba(0,0,0,.5);
}
.calendarCellToday{
	background:yellow;
	color:black;
}
.dayOfMonth{
	background:#FFF;
	display:inline-block;
	width:100%;
	margin:0;
	padding:0 5px;
	color:#000 !important;
	text-shadow:none !important;
	font-weight:normal;
	border:1px solid #000;
}
	.dayOfMonth:hover{
		text-decoration:none !important;
		background:#000;
		color:#FFF !important;
		border:1px solid #FFF;
	}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.highlight{
	color:red;
	font-weight:bold;
}
.selected{
	background:yellow;
}
.warn{
	font-weight:bold;
	color:red;
}
.disabled, .disabled *{
	color:gray;
}
	.disabled, .disabled a{
		color:lightblue;
	}
/* dragable table rows */
.draggable td:hover{
	cursor:move !important;
}
	.draggable tr.active td{
		background:silver !important;
		color:black !important;
	}
	.draggable table tr.target td{
		border-top:1px dashed red !important;
	}

/*---------------------------------*/
#footer{
	position:relative;
	z-index:10;
	left:0;
	bottom:0 !important;
	margin-top:100px;
	margin:0 auto;
	padding:20px;
	width:650px;
	height:80px;
	clear:both;
	text-align:left;
	color:navy;
	overflow:hidden;
}
/*---------------------------------*/
#map{
	z-index:0;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:none;
	background:red;
}
	#map iframe{
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
	}
/*---------------------------------*/
.imageCorners{
	position:relative;
	float:right;
	transform:rotate(1.2deg);
	-ms-transform:rotate(1.2deg);
	-webkit-transform:rotate(1.2deg);
}
	.imageCorners img{
		margin:0 10px 10px 10px;
		width:289px;
		float:right;
		-moz-box-shadow:0px 5px 12px #292929;
		box-shadow:0px 5px 12px #292929;
	}
	.imageCorners:before{
		content:url(/images/skin-1310/image-corners-top.png);
		display:block;
		width:300px;
		height:40px;
		position:absolute;
		overflow:hidden;
		top:-5px;
		left:3px;
	}
	.imageCorners:after{
		content:url(/images/skin-1310/image-corners-bottom.png);
		display:block;
		width:300px;
		height:40px;
		position:absolute;
		overflow:hidden;
		bottom:4px;
		left:4px;
	}
		.imageCorners.imageText p{
			font-family:"Corinthia";
			background:#2862A1 !important;
			width:289px !important;
			margin:10px !important;
			text-align:center !important;
			padding:0 20px 16px !important;
			color:#FFF5F5 !important;
			box-shadow:0px 5px 12px #292929;
			text-shadow:inherit !important;
		}
/*---------------------------------*/
.imageCornersSmall{
	position:relative;
	float:right;
	transform:rotate(1.2deg);
	-ms-transform:rotate(1.2deg);
	-webkit-transform:rotate(1.2deg);
}
	.imageCornersSmall img{
		margin:0 10px 10px 10px;
		width:260px;
		float:right;
		-moz-box-shadow:0px 5px 12px #292929;
		box-shadow:0px 5px 12px #292929;
	}
	.imageCornersSmall:before{
		content:url(/images/skin-1310/image-corners-top-small.png);
		display:block;
		width:270px;
		height:40px;
		position:absolute;
		overflow:hidden;
		top:-5px;
		left:5px;
	}
	.imageCornersSmall:after{
		content:url(/images/skin-1310/image-corners-bottom-small.png);
		display:block;
		width:270px;
		height:40px;
		position:absolute;
		overflow:hidden;
		bottom:4px;
		left:5px;
	}
		.imageCornersSmall.imageText p{
			font-family:"Corinthia";
			background:#2862A1 !important;
			width:260px !important;
			margin:10px !important;
			text-align:center !important;
			padding:0 20px 16px !important;
			color:#FFF5F5 !important;
			box-shadow:0px 5px 12px #292929;
			text-shadow:inherit !important;
		}
/*---------------------------------*/
.panelSections{
	float: left;
	max-width: calc(50% - 20px);
	min-height: 200px;
	max-height:380px;
	overflow-y:scroll;
	border-left: 1px dotted #000;
	border-top: 1px dotted #000;
  	padding-left: 15px;
	margin:5px;
  }
  		.panelSections a{
			display:inline-block;
		}
	  .panelSections img.CDCover {
		  width: 100px;
		  float: left !important;
	  }
.albumPhotoWrapper{
	position:relative;
	float:left;
}
.albumPhoto{
	position:relative;
	float:left;
	margin:4px !important;
	width:calc(24% - 4px) !important;
	height:auto;
	-webkit-box-shadow:0px 1px 3px #666666;
	-moz-box-shadow:0px 1px 3px #666666;
	box-shadow:0px 1px 3px #666666;
	border:solid #ffffff 2px;
	overflow:hidden;
}
	.albumPhoto img.albumThumb{
		width:100%;
		height:auto;
		max-width:100% !important;
		overflow:hidden;
		padding:0 !important;
		-webkit-border-radius:0 !important;
		-moz-border-radius:0 !important;
		border-radius:0 !important;
	}
		.albumPhoto div.albumHoverDesc{
			transition:top .5s;
			-webkit-transition:top .5s;
			position:absolute;
			top:5%;
			left:0;
			background:rgba(0, 0, 0, 0.77);
			color:white;
			width:100%;
			height:20%;
			padding:5px;
			overflow:hidden;
		}
		.albumPhoto:hover div.albumHoverDesc{
			/*display:none;*/
			top:150%;
		}
		.albumPhoto a[href*='youtu'] img{
			min-height: 153px;
		}
.albumTinyThumb{
	clear:both;
	height:100px;
	width:130px;
	border:1px dotted white !important;
	padding:1px !important;
	margin:1px !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.albumTinyThumbDesc{
	display:block;
	position:absolute;
	background:rgba(255, 255, 255, 0.75);
	padding:1px 20px;
	font-family:Corinthia;
	box-shadow:0 0 6px #808080;
}
#twitterWidget{
	display:none;
}
	#twitterWidget iframe{
		height:250px !important
	}
#content iframe{
	background:rgba(0, 0, 0, 0);
	width:100%;
	margin:0;
	padding:0;
}
#panelWrapper{
	width:100%;
	float:right;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    word-wrap: break-word;
}
#panelWrapper div.albumVolumes{
    position:relative;
    display:inline-block;
    overflow:hidden;
    width: 24%;
}
	#panelWrapper div.albumVolumes a{
		width:95%;
	}
		#panelWrapper div.albumVolumes a:first-child{
			z-index:1;
		}
		#panelWrapper div.albumVolumes a:not(:first-child) {
			position:absolute;
			left:4px;
			top:4px;
		}
		#panelWrapper div.albumVolumes a:nth-child(2){
			left:8px;
			top:8px;
		}
#panelWrapper a{
	position:relative;
	display:inline-block;
	text-align:center;
	width: 24%;
}
	#panelWrapper a img{
		float:left;
		width:90%;
		max-width:90% !important;
		height:auto;
		display:block;
		overflow:hidden;
		margin:5px;
		padding:1px;
		box-shadow:0 0 5px #000;
		border-left:11px solid #000;
	}
		#panelWrapper a span{
			display:none;
		}

.CDCover{
	width:198px;
	height:auto;
	border:1px solid #000 !important;
	padding:0px !important;
	margin: 5px !important;
	float:right !important;
	box-shadow:-1px 1px 10px #000 !important;
}
	#musicContent .CDCover{
		max-width:40% !important;
	}
	.CDCover.small{
		width:50px;
		height:50px;
		clear:both;
		float:left;
	}
	.CDCover + span {
		display: none;
	}

aside{
    width: 220px;
    font-size:9pt;
    line-height:1.5em;
    text-align:left;
}
	aside h3{
		font-size:11pt;
	}
	aside img{
		min-width: 100%;
		margin-bottom:10px;
	}
	aside.floatRight{
		margin-left: 10px;
	}
	aside.floatLeft{
		margin-right: 10px;
	}
	.lyrics img{
		max-width:50%;
	}
audio{
	display:none;
	visibility:hidden;
	width:300px;
	position:fixed;
	bottom:5px;
	height:30px;
	left:calc(50% - 150px);
	z-index:1;
}
#audioPlayer{
	display:none;
}
#playList{
	position: relative;
	width:100%;
	height:20%;
	height: calc(100% - 150px);
	top:180px;
	display:block;
	text-align:left;
	padding:5px 10px;
	overflow: hidden;
	overflow-y: scroll;
	margin:0 auto;
}
	#playList div{
		white-space: nowrap;
		width:100%;
		color:#2024ff;
		line-height:1.3em;
		overflow:hidden;
	}
		#playList div span{
			width:1em;
			display:block;
		}
			#playList div span.icon-trash{
				float:left;
			}
			#playList div span.icon-link{
				float:right;
			}
	#playList a{
		color:#2024ff;
		overflow: hidden;
		width: calc(100% - 2.5em);
		display: inline-block;
		margin-left:5px;
	}
		#playList a.active{
			color:#0e6868;
			border:1px inset;
			padding-left:5px;
			display:inline-block;
			background:#efefefcc;
			border-radius:3px;
		}
		#playList span.icon-trash:hover + a{
			text-decoration: line-through !important;
		}
		#playList span.icon-trash,#playList span.icon-link{
		    cursor:pointer;
		}
	#playList a#addSongsToPlaylist{
		display:block;
		text-align:center;
		height:100%;
		width:calc(100% - 5px);
		padding: 20px;
	}

#playListControls{
	position: absolute;
	width:25%;
	top:150px;
	overflow:hidden;
	height:35px;
}
	#playListControls a{
		display:inline-block;
		width:30px;
		height:30px;
		border: 3px outset rgba(255, 255, 255, 0.35);
		border-radius:3px;
		margin:3px;
		background:rgba(219, 219, 219, 0.38);
		color:#646464;
	}
		#playListControls a:hover{
			border:inset rgba(255,255,255,0.8);
			color:gray;
		}
.playAll{
	background: #ffffff8f;
	float:right;
	border:1px solid #808080;
	border-radius:5px;
	display:block;
	padding: 5px;
	box-shadow:0 0px 2px #000;
	font-size: 1em;
	line-height: 1em;
	color: #616161de;
	margin-top: 15px;
}
	.playAll:hover{
		margin-top:17px;
		background:rgba(255,255,255,.2);
	}

ul#trackListing{
    background: #ffffff96;
    padding: 6px;
    border-radius: 3px;
    margin:10px 0 10px 0;
    clear:both;
}
	#wrapper #columnWrappers #columnMain #content ul#trackListing li{
		border-top: 1px solid #5c6d82;
		line-height:2em;
		font-size:.9em;
		list-style-type:none !important;
		position:relative;
		margin:0 !important;
		padding:0 !important;
	}
		#wrapper #columnWrappers #columnMain #content ul#trackListing li:first-child{
			border-top:0 !important;
		}
			#trackListing li a[class*='icon']{
				font-size: 1.5em;
			}
			#trackListing li a span.icon-play.floatLeft{
				float: left;
			}
			.icon-play.preview {
				color: #0c99c991;
			}
		#trackListing li span{
			white-space:nowrap;
			font-size:.8em;
			float:right;
		}
		#trackListing li a.shareMP3{
			width:15px;
			height:15px;
			display:inline-block;
			padding:0;
			margin:0;
			position:absolute;
			right:0;
			overflow:hidden;
			background:rgb(28, 28, 163);
			color:white;
			font-weight:bold;
			font-family:sans-serif;
			padding:2px 0 0 6px;
		}
		#trackListing li a.shareMP3::after{
			content:"f";
		}
#dialogueWrapper{
	width:100%;
	background:rgba(0, 0, 0, 0.7);
	height:100%;
	overflow:hidden;
	position:fixed;
	top:0;
	z-index:99;
	text-align:center;
	margin:0 auto;
	visibility:hidden;
}
	#dialogueWrapper #dialogue{
		display:block;
		min-height:200px;
		width:450px;
		max-width:95%;
		background:rgb(245,246,246); /* Old browsers */
		background:-moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
		background:-webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
		background:-o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
		background:-ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
		background:linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
		z-index:100;
		border:2px outset;
		border-radius:10px;
		position:relative;
		margin:0px auto;
		margin-top:160px;
		box-shadow:rgba(0, 0, 0, 0.760784) 0px 0px 20px;
		text-align:left;
		padding:20px 20px 50px 20px;
		font-size:12pt;
		line-height:1.2em;
	}
	#dialogueWrapper h2{
		font-size:25px;
		margin-bottom:2px;
	}
	#dialogueWrapper input[type="button"]{
		position:absolute;
		bottom:12px;
		right:12px;
		width:111px;
	}
		#dialogueWrapper input[type="button"].prettyAlertButton{
			left:12px;
		}
		#dialogueWrapper input[type="button"].no{
			left: 10px;
		}
	#dialogueWrapper img{
		float:left;
		margin:5px 20px 20px 0;
	}
iframe#zoomIframeId{
    background: #808080a8;
}
	div#addToCart a:hover{
		color:green;
	}
#likeButton{
	width:95px;
	text-align:center;
	position:absolute;
	left: 0;
	top: 5px;
	margin:0 auto;
}
.shareFacebook{
	position:absolute !important;
	top:0 !important;
	right:10px !important;
	background:#3B5998 !important;
	color:#FFF !important;
	display:block !important;
	height:20px !important;
	padding:0 8px !important;
	border-radius:5px !important;
	box-shadow:0 1px 4px #000 !important;
	border:1px solid #FFF !important;
	cursor:pointer !important;
}
	.shareFacebook:hover{
		background:#edf0f7 !important;
		border:1px solid #adb9cf !important;
		color:#3B5998 !important;
		box-shadow:0 0px 2px #000 !important;
		top:1px !important;
	}
input[type=submit],input[type=button],input[type=reset],.anchorButton{
	display:inline-block;
	background: rgba(123, 123, 123, 0.4);
	cursor: pointer;
	margin: 5px;
	font-weight: bold;
	font-size: 10pt;
	line-height: 2em;
	padding: 0px 15px;
	border-radius: 3px;
	border:1px outset gray;
	color:black;
	letter-spacing:0;
}
	input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,.anchorButton:hover{
		background:white;
		box-shadow:0 0 1px #000;
		border:1px inset gray;
	}
label{
    display: inline-block;
    width: 230px;
	vertical-align:top;
}
label + input{
    width:calc(100% - 240px);
}
	label + input[type="checkbox"]{
		width: auto;
	}
textarea{
	width:100%;
}
label + textarea{
    width:calc(100% - 240px);
	min-height:200px;
}
label + select{
	width:calc(100% - 240px);
}
.bigButton{
    width: calc(20% - 8px);
    float: left;
    border: 3px outset;
    text-align: center;
    font-size:1.5em;
    margin: 0px 4px 20px 4px;
    height: 200px;
    overflow:hidden;
    background:#efefefb3;
}
	.bigButton a{
	    padding-top: 20%;
	    line-height:1em;
	    display:block;
	    width:100%;
	    height:100%;
	}
	    .bigButton a:hover{
	        background:#ffffffc2;
	        color:#3ba7d5;
	    }
	    .bigButton a:before{
	        font-size:2em;
			display: block;
			padding-left: calc(50% - 40px);
	    }
.hoverDrop span {
	display: none;
}

/*=================================================================================================*/
@media
	all and (max-width :750px)
	{
	label{
		width:100%;
	}
	label + input,textarea,select{
		width: 90% !important;
		float: left !important;
		margin: 0 !important;
	}
	select{
		border: 1px outset;
	}
	.panelSections{
		max-width:initial;
		min-height:initial;
	}
	.albumPhoto{
		width:80% !important;
	}
	.hoverDrop:before {
		content: "[more]";
	}
		.hoverDrop:hover:before {
	content: "";
	}
	.hoverDrop a{
		display:none;
	}
	.hoverDrop:before:hover a{
		display:block;
	}
	#wrapper #columnWrappers #columnSide h1{
		margin-top:0;
		height:45px;
	}
	#wrapper header{
		z-index:2;
		top:0;
		height:133px;
		background: #dadad9 !important;
		position:absolute;
	}
		#wrapper header #headerSearch {
			display: none;
		}
		#wrapper header p#headerLinks{
			top:0;
			
			text-align: left;
			left: 25%;
			padding:5px 0;
			height: 100%;
		}
		#wrapper header nav{
			top:0;
			width: 69%;
			left:25%;
			font-size: 1.1em;
			line-height: 1.5em;
			letter-spacing: -1px;
		}
	#columnWrappers{
		width:100% !important;
	}
	#wrapper #columnWrappers #columnSide{
		margin:0;
		z-index:1;
		min-width:10px;
	}
		#wrapper #columnWrappers #columnSide #socialIcons{
			bottom: 10px;
			overflow: hidden;
			white-space: initial;
			font-size: 1em;
			height: initial;
			line-height: 1.4em;
		}
		#content > div.floatLeft{
			background:none;
			width: 83% !important;
			padding:0;
		}
	#columnMain{
		margin-top:60px !important;
	}
		#columnMain	#musicContent{
			width:100%;
			padding-bottom:100px;
		}
			#columnMain #musicContent aside{
				width:100%;
			}
	#panelWrapper a{
		width:45%;
	}
		#panelWrapper div.albumVolumes{
			width:45%;
		}
	#crookedbush{
		position:fixed;
		right:0;
	}
	#likeButton{
		display:none;
	}
	#playList{
		padding:5px 0;
		font-size: 10px;
	}
	#wrapper #columnWrappers #columnMain{
		width: 75%;
		margin:0px;
		padding:3px;
		top: 73px;
		left:0;
	}
	#wrapper #columnWrappers #columnMain #content {
		top:0;left:0;bottom:0;right:0;
	    padding:0;
		height:calc(100% - 70px);
		margin-bottom:150px;

	}
		#wrapper #columnWrappers #columnMain #content .lyrics{
			float: none;
			width:100%;
			font-size: .8em;
		}
		#wrapper #columnWrappers #columnMain #content aside img{
			max-height: 100px;
			max-width: 100px;
			min-width: 100px;
			padding: 1px;
		}
		#wrapper #columnWrappers #columnMain #content aside a[title='Watch Video'] img.albumThumb{
			display:none;
		}
		#wrapper #columnWrappers #columnMain #content ul{
			column-count:1 !important;
			display:inline;
		}
	#wrapper #columnWrappers #columnMain #content .sidebar{
		width:210px;
		position:absolute;
		right:0;

		max-width:50px;
		transition:.1s;
		white-space:nowrap;
		background: #efefefde;
		overflow:hidden;
	}
		#wrapper #columnWrappers #columnMain #content .sidebar:before{
			content: '\e80f';
			font-family:icons;
		}
		#wrapper #columnWrappers #columnMain #content .sidebar:hover{
			max-width:220px;
			white-space:initial;
		}
	#wrapper #columnWrappers #columnMain #content p, #wrapper #columnWrappers #columnMain #content ul, #wrapper #columnWrappers #columnMain #content ol{
		line-height: 1.4em;
	}
	ul#trackListing{
		width:95%;
	}

	#trackListing li a[class*="icon"]{
		float: left;
		padding: 0;
		font-size:1em;
	}
	.hoverDrop:hover{
		position: absolute;
		right:-5px;
		background: white;
		z-index: 1;
		box-shadow: 0 1px 4px black;
		padding: 5px;
	}
		.hoverDrop:hover a{
			display:block;
		}
			.hoverDrop:hover a span{
				display: block;
			}

	#trackListing li span.hoverDrop {
		position: absolute;
		top: 0;
		right: 0;
		background: white;
		padding: 0 0 0 6px;
	}
		#trackListing li span.hoverDrop:hover{
			line-height:2em;
			position:absolute;
			right:0;
			background:#efefef;
			box-shadow:0 2px 3px black;
			top:2px;
			right:2px;
		}
			#trackListing li span.hoverDrop:hover a {
				display: block;
			}
			#trackListing li span.hoverDrop span{
				display: none;
			}
			#trackListing li span.hoverDrop a span{
				display:block;
			}
	a#patreon{
		display:none;
	}
	.bigButton{
		width: 95%;
		font-size: 1em;
		margin: 0 auto;
		height: 32px;
		border:1px solid;
		border-radius: 3px;
		margin:1px;
	}
		.bigButton a{
			padding: 2px;
			line-height:1.5em;
			text-align: left;
			border: 0;
		}
			.bigButton a:before{
				font-size:1em;
				display: inline;
				padding-left:initial;
			}
	#zoomIframeId{
		top: 136px !important;
		width: 100% !important;
		height: auto !important;
		position: absolute !important;
		left: 0 !important;
	}
}
