/* Standard style sheet for GregHolmes.com */

/*
a:target {
    padding-left: 20px;
    color: red;
}
var hash = location.hash;
if (hash) {
    document.getElementById(hash.replace('#', '')).className = 'active';
}
*/

* {
	xborder-radius: 3px;
}

html, body {
	font-family: 'Open Sans',Verdana,Arial,Helvetica,sans-serif;
	background-color: #000000;
	color: #000000;
}
body {
	font-size: 100%;		/* use default size as set by browser */
	xfont-size: 22px;		/* chrome on asus memopad 7 */
	margin: 5px 5px 5px 5px;
}
body.default {
	font-size: 100%;
}
body.default .pagefooter .tothetop {
	display: none;
}

pre, tt, code, kbd, samp {
	font-family: Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;
	font-size: 105%;
}

/* this is here for HTML5 DOCTYPE, but perhaps it is too sweeping */
img {
	vertical-align: bottom;
}

*:link, *:visited, *:hover, *:active, *:focus {
	-webkit-transition:
		-webkit-box-shadow .25s linear,
		color .25s linear,
		background-color .25s linear,
		border-color .25s linear;
	-moz-transition:
		-moz-box-shadow .25s linear,
		color .25s linear,
		background-color .25s linear,
		border-color .25s linear;
	transition:
		box-shadow .25s linear,
		color .25s linear,
		background-color .25s linear,
		border-color .25s linear;
}

form {
	--formbox-focus-color: #0060DF;
	--formbox-focus-boxshadow: 0 0 0 1px #0060DF, 0 0 0 4px rgba(0, 96, 223, 0.3);
}
form input, form textarea {
	border-radius: 0px;
}
form input:focus, form textarea:focus {
	border: 1px solid var(--formbox-focus-color);
	box-shadow: var(--formbox-focus-boxshadow);
}

[unselectable=on] {
	-webkit-user-select: none;
	-khtml-user-drag: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a { text-decoration: none; }
a:link { color: #660000; }
a:visited { color: #660000; }
a:active , a:hover { color:#ffffff; background-color:#999966; text-decoration:underline overline; }

a.homelink { color:#ffffff; text-decoration:none; }
a.homelink:visited { color:#ffffff }
a.homelink:active, a.homelink:hover { color:#ffffff; background-color:#999966; text-decoration:none; }

a.txtmenuitem { color:#ffffff; text-decoration:none; }
a.txtmenuitem:visited { color:#ffffff }
a.txtmenuitem:active, a.txtmenuitem:hover { color:#ffffff; background-color:#999966; text-decoration:underline overline; }

a.fineprint { color:#ffffaa; text-decoration:none; }
a.fineprint:visited { color:#ffffaa }
a.fineprint:active, a.fineprint:hover { color:#ffffff; background-color:#999966; text-decoration:none; }

a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* a:hover img { filter: blur(add=true, direction=135, strength=6); } */
/* a:hover img { filter: shadow(color:#ff0000, strength:10, direction:135); } */

a.linkopacity img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.linkopacity:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*
a[href^="http"]::after {
	padding-right: 10px;
	margin: 0px;
	content: "";
	background-position: right center;
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODI2LjQyOSAtNjk4Ljc5MSkiPjxyZWN0IHdpZHRoPSI1Ljk4MiIgaGVpZ2h0PSI1Ljk4MiIgeD0iODI2LjkyOSIgeT0iNzAyLjMwOSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDZjIi8+PGc+PHBhdGggZD0iTTgzMS4xOTQgNjk4Ljc5MWg1LjIzNHY1LjM5MWwtMS41NzEgMS41NDUtMS4zMS0xLjMxLTIuNzI1IDIuNzI1LTIuNjg5LTIuNjg5IDIuODA4LTIuODA4LTEuMzExLTEuMzExeiIgZmlsbD0iIzA2ZiIvPjxwYXRoIGQ9Ik04MzUuNDI0IDY5OS43OTVsLjAyMiA0Ljg4NS0xLjgxNy0xLjgxNy0yLjg4MSAyLjg4MS0xLjIyOC0xLjIyOCAyLjg4MS0yLjg4MS0xLjg1MS0xLjg1MXoiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==');
}
*/
/* the following removes the "external link" icon on elements that only contain an image
   e.g. in __linksmusic.htm on the about.html page
*/
/*
a[href^="http"]  > img:only-child {
	margin-right: -10px;
	position: relative;
	z-index: 1;
}
*/

a[href^="mailto:"]::after  {
	padding-right: 10px;
	margin: 0px;
	xcontent: url(./img/envelope.png);
	content: "\2709";	/* envelope */
	alternative: "\2709"; /* U+2709, &#9993; (decimal entity), &#x2709; (hex entity) */
	color: #06f;
	font-size: 70%;
	vertical-align: 25%;
}

.phone::before 		{ content: "\2706"; } /* phone in circle */
.important::before 	{ content: "\27BD"; } /* fat right arrow */
.alert::before		{ content: "\26A0"; } /* exclamation in triangle */
.quote::before		{ content: "\275D"; } /* open curly quote */
.quote::after 		{ content: "\275E"; } /* close curly quote */

.clearfix::after {
	content: " ";	/* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.floatleft {
	float: left;
	margin-right: 0.5em;
}
.backhighlight {
	background-color: #ddffdd;
}
.img3 {
	padding: 3px;
}

.content {
	position: relative;
	margin: 0px 20px 0px 20px;
	padding: 20px 20px 20px 20px;
	background-color: #eeeeee;
	border-radius: 6px;
}
.content a {
	border-bottom: 1px dotted;
}
.content > p:first-of-type {
	margin-top: 0px;
}


.pageheader {
	width: 100%;
	color: #fff;
	background-color: #000;
	margin-bottom: 1em;
	xposition: relative;
}
.pageheader_siteimage {
	position: relative;					/* needed for header scroll/fadeout */
	overflow-y: hidden;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #224;
	background: none no-repeat local center center / cover transparent;
	background-image: url('img/rainystreet_1000x400q90s70.jpg');
}
.pageheader_siteimage table {
	width: 100%;
	max-width: 757px;
	border-radius: 0px;
}
.pageheader_siteimage img {
	border-radius: 0px;
}
.pageheader_siteimage a {
	border-radius: 0px;
}
.pageheader_siteimage a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #fff;
}
.pageheader_menu {
	position: relative;
	width: 100%;
	background-color: #000;		/* need this, to handle detached menu on page scroll */
	color: #000;				/* to hide vert bar menu separator char  */
	border-radius: 0px;
	-webkit-transition:
		box-shadow 1s;
	-moz-transition:
		box-shadow 1s;
	transition:
		box-shadow 1s;
}
.pageheader_menu .menubar {
	position: relative;
	width: 100%;
	padding: 2px 0px 3px 0px;
	/* font-size: 81.25%; */			/* if .txtmenu is span, then size must be on this (parent) div */
}
.pageheader_menu .menubar .txtmenu {
	position: relative;
}
.pageheader_menu .menubar .tothetop {
	position: absolute;
	top: 0px;
	right: 1em;
	color: #ddd;
	display: none;
}
.pageheader_menu_sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.8);
}
.pageheader_menu_sticky .menubar {
	margin-left: 5px;			/* matches body margin, above */
}
.pageheader_title {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	padding: 2px 0px 2px 20px;
	color: #fff;
	border-radius: 0px;
	overflow: hidden;
	display: table;
	background-color: #000;		/* need this, to cover top image on page scroll */
}
.pageheader_title_pagetitle {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
.pageheader_title_pagetitle h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.pageheader_title_fblikebox {
	display: table-cell;
	vertical-align: middle;
	float: right;
}
.pageheader_title_social_links {
	display: table-cell;
	vertical-align: middle;
	/* float: right; */
}
.pageheader_line {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
.pageheader_line img {
	height: 1px;
}
.pageheader_contentbackgroundimage {
	height: 749px;
	width: 446px;
	position: absolute;
	background-image: url('img/GregHolmes_100_1027_446x749c20.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.header_social_links {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: right;
	align-items: center;
	column-gap: 0.1em;
	row-gap: 0.1em;
}
.header_social_link {
	flex-basis: auto;
}

.pagefooter {
	margin: 4px 0px 0px 0px;
	color: #ffffff;
	text-align: center;
	position: relative;
	font-size: 81.25%;
}
.pagefooter .txtmenu {
	position: relative;
}
.pagefooter_line {
	height: auto;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
.pagefooter_line img {
	height: 1px;
}
.pagefooter .finepr {
	font-size: 62.5%;
}
.pagefooter .tothetop {
	position: absolute;
	top: 0px;
	right: 0.4em;
	color: #ddd;
}


.news {
	/* width:100%; float:left; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:.50; */
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #cccc99;
	xfont-size: 80%;
	border-radius: 6px;
}
.news h3 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background-color: #999966;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b986), to(#797946));
	background: -webkit-linear-gradient(top,       #a9a976, #898956);
	background:    -moz-linear-gradient(top,       #a9a976, #898956);
	background:     -ms-linear-gradient(top,       #a9a976, #898956);
	background:      -o-linear-gradient(top,       #a9a976, #898956);
	background:         linear-gradient(to bottom, #a9a976, #898956);
	text-shadow: -1px -1px 1px rgba(255,255,255,0.4);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	border-radius: 6px;
}
/* .news li { */
.newsdivyear > ul > li, #newsupcoming > ul > li {
	position: relative;		/* to put text above images (in case of reflections) */
	margin-bottom: 1rem;
	padding: 0.5rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,.1)), color-stop(0.5, rgba(255,255,255,0)), color-stop(1, rgba(255,255,255,0)) );
	background: -webkit-linear-gradient(top,       rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(top,       rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background:     -ms-linear-gradient(top,       rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background:      -o-linear-gradient(top,       rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background:         linear-gradient(to bottom, rgba(255,255,255,.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.03);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.03);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.03);
	clear: both;
}
/*
.news li :first-of-type {
	font-weight: bold;
}
.news li:hover::before {
	content: "#";
	font-size: 150%;
	background-color: red;
	position: absolute;
	top: 0px;
	left: -0.5em;
	z-index: 10;
}
*/
.news h3.newshistorical {
	position: relative;
	margin-top: 1em;
	z-index: 1;
	overflow: hidden;		/* clip enlarged child (a and span) */
}
.news h3.newshistorical:first-of-type {
	margin-top: 0em;		/* so first h3 does not have space above */
}
.news h3.newshistorical a {
	display: block;
	position: absolute;
	top: 0;					/* fill parent element (h3)*/
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;			/* drop behind h3 text, for hover */
	padding-top: 5px;		/* match parent (h3) */
	padding-right: 0.2em;
	text-align: right;
	cursor: pointer;
	text-decoration: none;
	border-bottom: none;
	color: transparent;
}
.news h3.newshistorical a span {
	display: block;
	float: right;
	margin-top: -5px;		/* counteract a padding */
	position: relative;
	top: -15%;				/* based on font size */
	font-size: 160%;
	font-weight: normal;
	color: #000;
	/* expecting White Right-Pointing Triangle U+25B7 &#9655; */
	/* expecting White Down-Pointing Triangle U+25BD &#9661; */
	/* expecting White Up-Pointing Triangle U+25B3 &#9651; */
	/* or maybe &rArr; &dArr; &uArr; */
}
.newsdivyear {
    overflow: hidden;			/* so content is hidden when height is 0 */
    transition: height 0.5s;	/* in case future browsers can transit from auto to 0px */
}
.newsdivyear_hidden {
	height: 0px;
}
/* force divs to show completely when printing */
@media print {
	#newsdivyear {height:auto;}
}
.news li.mosquitogrill {
	list-style-image: url('img/mosquitogrill_60x15c16.gif');
	list-style-position: outside;
}
.news li.niagaragallery {
	list-style-image: url('img/nglogo_34x15c16.gif');
	list-style-position: outside;
}
.news li.southsideshuffle {
	list-style-image: url('img/southsideshuffle_52x15c16.gif');
	list-style-position: outside;
}
.news li.info {
	list-style-image: url('img/icon-info_15x15c16t.gif');
	list-style-position: outside;
}
.news li.techtip {
	list-style-image: url('img/icon-info_15x15c16t.gif');
	list-style-position: outside;
}
.news li.healthybalance {
	list-style-image: url('img/icon-info_15x15c16t.gif');
	list-style-position: outside;
	background-color: rgba(255,255,255,0.15);
}
.news li.healthybalance h1 {
		margin: 0 .5em 0 .5em;
		font-size: 110%;
		line-height: 100%;
}
.news li.healthybalance p {
		margin: .5em .5em 0 .5em;
}
.news li.healthybalance h1::before {
	content: "";
	display: inline-block;
	float: right;
	position: relative;
	width: 16em;
	height: 7em;
	margin-left: 0.25em;
	margin-bottom: 0.25em;
	background-image: url('img/Greg-HealthyBalance-header_800x347q90.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	max-width: 50%;
	clear: both;
}
.news li li {
	/* turn off image bullets in sub-lists */
	list-style-image: none;
}
.news li code, .news li pre {
	background-color: rgba(128,128,128,0.15);
    /* padding: 1px 3px; */
}
.news li img {
	background-color: #bbbb88;	/* In case of transparent image areas. */
	position: relative;			/* So z-index works. */
	z-index: +1;				/* To rise above LI background gradients and shadows */
}
.news li.newsimage , .news li .newsimage , .news li.newsimageright , .news li .newsimageright , .news li.newsimageleft , .news li .newsimageleft {
	background-color:rgba(255,255,255,0.3);
}
.news li .newsimage {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 50%;
	height: auto;
	clear: none;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}
.news li .newsimageright {
	float: right;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	max-width: 50%;
	height: auto;
	clear: both;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}
.news li .newsimageleft {
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 50%;
	height: auto;
	clear: left;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}
.news li .newsimagebelow, .news li pre {
	overflow: auto;
	-ms-overflow-y: hidden;		/* IE(11) incorrectly adds vertical scroll bars, so hide them */
}


div#commentslinks {
	margin: 0em 0em 1em 0em;
	border: #999966 solid 1px;
	background-color: #cccc88;
	background-image: url('img/roddy_370x489c16t.gif');
	background-repeat: no-repeat;
	background-position: 10px 0px;
	border-radius: 6px;
}
div#commentslinks div.sociallinkholder {
	background-color: transparent;
}


div#listeningto {
	display: block;
	float: left;
	font-size: 75%;
	padding: 5px 5px 5px 5px;
	margin-right: .5em;
	border-style: solid;
	border-width: 1px;
	border-color: #999966;
	background-color: #cccc99;
}
div#listeningto ul {
	margin: 0px 0px 0px 0px;
	list-style-position: inside;
	list-style-type: circle;
}


div.audiopackage ul {
	margin-top: 0px;
	list-style-image: url('img/speaker_16x16c16t.gif');
	list-style-position: outside;
}
div.audiopackage li {
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #999966;
}
div.audiopackage li:first-line {
	background-color: #cccc99;
	font-size: 80%;
}
div.audiopackage b {
	font-weight: bold;
	font-size: 125%;
}
div.audiopackage a {
	font-weight: bold;
	text-decoration: none;
}
div.audiopackage object {
	vertical-align: middle;
}


div.songlist {
	xmargin: 0px 10px 0px 10px;
	padding: 1px 10px 10px 10px;
	background-color: #cccc99;
	font-size: 80%;
}
div.songlist ul {
	list-style-type: circle;
	list-style-position: outside;
}
div.songlist li {
	padding: 0px 0px 0px 0px;
	font-variant: small-caps;
}
div.songlist i {
	font-variant: normal;
	font-size: 80%;
}


div.words {
	margin: 10px 10px 20px 10px;
	padding: .5em 1em .5em 1em;
	background-color: #ccccaa;
	border-top: 2px solid #999966;
	border-bottom: 2px solid #999966;
}
div.words p {
	font-size: 80%;
	font-style: italic;
}
div.words blockquote {
	font-variant: small-caps;
}


div.myrandomthoughts {
	margin-bottom: 10px;
	padding: .5em 1em .5em 1em;
	background-color: #c6c6a0;
	border-top: 2px solid #999966;
	border-bottom: 2px solid #999966;
}


div.discography ul {
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	/* list-style-position: outside; */
}
div.discography li {
	/* display: block; */
	border-top: 2px solid #999966;
	padding: 0px 0px 14px 0px;
	clear: both;
}
div.discography li:first-line {
	background-color: #cccc99;
}
div.discography li img,
div.discography li object,
div.discography li iframe {
	margin: -1px 0px 2px 1px;
	padding: 5px 5px 5px 5px;
	background-color: #999966;
}


div.indiegivesrise {
	display: block;
	float: left;
	width: 25em;
	margin: 2em 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #999966;
	background-color: #cccc88;
}
div.indiegivesrise h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	background-color: #999966;
	text-align: center;
	font-variant: small-caps;
	font-size: 100%;
	color: #eeeeee;
}
div.indiegivesrise h4 small {
	font-size: 70%;
}
div.indiegivesrise p {
	margin: 0px 5px 0px 15px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	text-indent: -10px;
}
div.indiegivesrise p:first-line {
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
}
div.indiegivesrise p.upcoming {
	background-color: #ccbbaa;
}
div.indiegivesrise p.come {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #999966;
	text-align: center;
	text-indent: 0px;
	font-variant: normal;
	font-style: normal;
	color: #eeeeee;
}


div#twitter_div_font80 {
	font-size: 80%;
}
div#twitter_div {
	position: relative;
	max-height: 17em;
	overflow: hidden;
	margin: 0em 0em 1em 0em;
	border: #999966 solid 1px;
	background-color: #cccc88;
	border-radius: 6px;
}
div#twitter_div h3 {
	position: relative;
	z-index: +1;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background-color: #999966;
	font-variant: small-caps;
}
div#twitter_div ul {
	position: relative;
	z-index: +1;
	list-style-type: circle;
	list-style-position: inside;
}
div#twitter_div ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div#twitter_div ul li a.relative_time {
	border-bottom: 0px;
	font-variant: small-caps;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	cursor: default;
}
div#twitter_div a#twitter-link {
	position: relative;
	z-index: +1;
	font-variant: small-caps;
	margin: 0px 10px 0px 0px;
}
div#twitterimage_div {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 100px;
	width: 90px;
	background-image: url('img/logo-twitterleft_171x131t.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: .50;
}
div#twitterimage_div {
	background-size: cover;
	height: 200px;
	width: 150px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: .20;
}
div#twittercontent_div {
	position: relative;
}
#twitter-widget-0, twitter-timeline, twitter-timeline-rendered {
	width: 100%;
}
/* These cause the tweets to be single lines (see twitter.css file for the rest) */
#twitter-widget-0, twitter-timeline, twitter-timeline-rendered {
	height: 245px !important;
}


.sociallinkholder {
	background-color: #dddddd;
	padding: 0.5em;
	/* Hack for IE8 in compatibility mode and below: */
	*width: 90%;
}
.sociallink {
	display: inline-block;
	box-sizing: border-box;
	xmin-height: 40px;
	vertical-align: middle;
	margin: 2px 0px 2px 0px;
	border: 1px solid #bbbbbb;
	background-color: #cccccc;
	padding: 4px;
	text-align: center;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	/* Hack for IE8 in compatibility mode and below: */
	*float: left;
	*clear: none;
}
/* adjustments, depending on context */
#commentslinks .sociallink {
	font-size: 0.65em;
}
.links .sociallink {
	font-size: 0.5em;
}
.sociallink:hover {
	position: relative;
	top: -2px;
	left: -2px;
	border: 1px solid #aaaaaa;
	background-color: #d0d0d0;
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.2);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.2);
	box-shadow: 14px 14px 14px rgba(0,0,0,0.2);
}
.sociallink a:hover {
	background-color:transparent;
	text-decoration:none;
}
.sociallink a:hover font {
	background-color:#999966;
}


div.bioshort {
	float: right;
	margin-left: 0.5em;
	width: 45%;
	border: 1px solid #aaaaaa;
	background-color: #fff;
	padding: 0.5em;
	font-size: 80%;
}
div.bioshort h1 {
	margin: 0px;
	color: #aaaaaa;
	font-style: italic;
	font-size: 120%;
}
div.bioshort p {
	margin: 0px;
}


.gregandreverbmicroplayer {
	max-width: 50%;
	width: 180px;		/* 180 + pad + border = 188 */
	padding: 3px;
	border: 1px solid #999966;
	background-color: #cccc99;
	overflow: hidden;
}
.gregandreverbmicroplayer img {
	min-height: 6em;
}


.aboutlinks {
	text-align: center;
}

.aboutlinks .sociallinkholder {
	display: inline-block;
	max-width: 50em;
	margin-bottom: 1em;
	font-size: 70%;
}

.linksmusic {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 35em;
	margin: 1em 0;
	padding: 0.5em;
	background-color: #ddd;
	text-align: center;
}
.linksmusic div + div {
	margin-top: 0.5em;
}
.linksmusic a {
	display: inline-block;
	cursor: pointer;
}
.linksmusic img {
	height: 3em;
	width: 100%;
}
.linksmusic .linksmusic_left   { float: left; }
.linksmusic .linksmusic_center { float: none; margin-left: 0%; }
.linksmusic .linksmusic_right  { float: right; }


.linksmisc {	
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 35em;
	margin: 1em 0;
	padding: 0.2em;
	background-color: #ddd;
	font-size: 80%;
	text-align: center;
}
.linksmisc a {
	display: inline-block;
	padding: 0.2em 0.6em;
	margin: 0.2em;
	border-radius: 1.4em;
	background-color: #ccc;
	text-decoration: none;
}
.linksmisc a:hover {
	background-color: #bbb;
}


.videoscontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
.videoscontainerchild {
	margin-bottom: 2px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid black;
}

div.imgzoomholder {
	overflow: visible;
	text-align: center;
}
div.imgzoom,
div.imgzoom160,
div.imgzoom200  {
	display: inline-block;
	position: relative;	/* So magnify image can be absolute. */
	vertical-align: top;
	margin: 0px 10px 10px 0px;
	height: 200px;
	width: 300px;
	background-color: #d0d0d0;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	/* Hack for IE8 in compatibility mode and below: */
	*float: left;
	*clear: none;
}
div.imgzoom:before,
div.imgzoom160:before,
div.imgzoom200:before {
	content: url('img/magnify_58x66t.png');
	zoom: 80%;
	display: block;
	position: absolute;
	right: 0px;
	padding: 2px 2px 2px 2px;
}
div.imgzoom:hover,
div.imgzoom160:hover,
div.imgzoom200:hover {
	overflow: visible;
	z-index: +1;
}
div.imgzoom img,
div.imgzoom160 img,
div.imgzoom200 img {
	width: 100%;
	background-color: #d0d0d0;
	-webkit-transition:
		min-height .1s,
		height .1s,
		width .1s,
		top .1s,
		left .1s;
	-moz-transition:
		min-height .1s,
		height .1s,
		width .1s,
		top .1s,
		left .1s;
	transition:
		min-height .1s,
		height .1s,
		width .1s,
		top .1s,
		left .1s;
}
div.imgzoom img:hover,
div.imgzoom160 img:hover,
div.imgzoom200 img:hover {
	position: relative;
	z-index: +1;
	min-height: 200px;
	top: 0px;
	-webkit-box-shadow:
		0px 0px 1px rgba(255,255,255,1), 2px 2px 1px rgba(0,0,0,0.2), 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow:
		1px 1px 2px rgba(0,0,0,0.3), 14px 14px 14px rgba(0,0,0,0.3);
	box-shadow:
		1px 1px 2px rgba(0,0,0,0.3), 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-transition:
		-webkit-box-shadow .1s linear,
		min-height .1s,
		height .1s,
		width .1s,
		top .1s,
		left .1s;
	-moz-transition:
		-moz-box-shadow .1s linear,
		min-height .1s,
		height .1s,
		width .1s,
		top .1s,
		left .1s;
	transition:
		box-shadow .1s linear,
		min-height .1s,
		height .1s,
		width .1s,
		top .1s,
		left .1s;
}
div.imgzoom img:hover {
	width: 120%;
	left: -10%;
}
div.imgzoom160 img:hover {
	width: 160%;
	left: -30%;
}
div.imgzoom200 img:hover {
	width: 200%;
	left: -50%;
}
div.imgzoomfixed {
	display: block;
	clear: both;
	text-align: center;
}
div.imgzoomfixed img {
	margin: 0px 10px 10px 0px;
	height: auto;
	width: auto;
	background-color: #d0d0d0;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}


.defaultpageholder {
	width: 462px;
	xheight: 586px;
	max-width: 100%;
}


/* Styles for Instagram posts */
.instagram-media {
	margin-left: auto !important;
	margin-right: auto !important;
}	

/* Styles for bLazy */
.b-lazy.b-animate{
	opacity: 0;
	x-ms-transform: scale(3);
	x-moz-transform: scale(3);
	x-webkit-transform: scale(3);
	xtransform: scale(3);
	-ms-transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.b-loaded.b-animate {
	opacity: 1;
	x-ms-transform: scale(1);
	x-moz-transform: scale(1);
	x-webkit-transform: scale(1);
	xtransform: scale(1);
}

/* Media queries to scale the landing page on small vertical screens */
@media screen and (max-height: 680px) {
	.deaultpageholder { width: 380px; }
}
@media screen and (max-height: 590px) {
	.deaultpageholder { width: 310px; }
}
@media screen and (max-height: 500px) {
	.deaultpageholder { width: 250px; }
}
@media screen and (max-height: 430px) {
	.deaultpageholder { width: 200px; }
}
@media screen and (max-height: 370px) {
	.deaultpageholder { width: 160px; }
}

/* Media queries to handle removal of spurious space and text on narrow screens */
@media screen and (max-width: 490px) {
	div.content {
		margin-left: 0px;
		margin-right: 0px;
	}
	.pageheader_title {
		padding-left: 10px;		/* matches .content padding */
	}
	div.news {
		margin: 0px;
	}
	div.newsdivyear ul {
		padding-left: 1em;
	}
	div.songlist ul {
		padding-left: 1em;
	}
	div.words {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	div.words blockquote {
		margin-left: 0px;
		margin-right: 0px;
	}
	div.myrandomthoughts {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	div.discography ul {
		padding-left: 0px;
	}
	.if-narrow-hide {
		display: none;
	}
	.if-narrow-show {
		xdisplay: initial;
	}
}
@media screen and (min-width: 491px) {
	.if-narrow-hide {
		xdisplay: initial;
	}
	.if-narrow-show {
		display: none;
	}
}

/* Media queries for hidden or altered elements at or below 650px width */
@media screen and (max-width: 650px) {
	div.bioshort {
		float: none;
		width: auto;
		margin-left: 0em;
		margin-bottom: 1em;
	}
	.if-narrow-650-hide {
		display: none;
	}
	.if-narrow-650-show {
		xdisplay: initial;
	}
}
@media screen and (min-width: 651px) {
	.if-narrow-650-hide {
		xdisplay: initial;
	}
	.if-narrow-650-show {
		display: none;
	}
}

/* Media queries for hidden or altered elements at or below 920px width */
@media screen and (max-width: 920px) {
	.if-narrow-920-hide {
		display: none;
	}
	.if-narrow-920-show {
		xdisplay: initial;
	}
}
@media screen and (min-width: 921px) {
	.if-narrow-920-hide {
		xdisplay: initial;
	}
	.if-narrow-920-show {
		display: none;
	}
}

/* Media queries to handle auto-enlargement of basic font size */
@media screen and (min-width: 700px) {
	body { font-size: 112%; }
}
@media screen and (min-width: 900px) {
	body { font-size: 125%; }
}
@media screen and (min-width: 1200px) {
	body { font-size: 140%; }
}
@media screen and (min-width: 1500px) {
	body { font-size: 160%; }
}

/* Media queries to handle txtmenu wrapping on narrow screens */
@media screen and (max-width: 600px) {
	span.txtmenubreak2:before {
		content: "|";
	}
	span.txtmenubreak2:after {
		content: "";
		display: block;
	}
}
@media screen and (max-width: 350px) {
	span.txtmenubreak2:before {
		content: none;
		display: none;
	}
	span.txtmenubreak2:after  {
		content: none;
		display: none;
	}
	span.txtmenubreak3:before {
		content: "|";
	}
	span.txtmenubreak3:after {
		content: "";
		display: block;
	}
}
