/* HumphreyTheBand.Com - web.css */

body {
	color:	#a8a8ff;
	background-color:	black;
	margin:	0;
	padding:	0;
}

.i {
	font-style:	italic;
}

.banner {
	line-height:	0;
}

.PageTitle {
	font-size:	22px;
	font-weight: bold;
}

.ExternalLinks {
/*	background-color:	black;*/
	color:	white;
	line-height:	12px;
	font-style:	italic;
	font-weight:	bolder;
}

.Quote {
	position:	absolute;
	text-align:	center;
	top:	60%;
	left:	10px;
	min-width:	20%;
/*	z-index:	1;*/
	font-size:	18px;
	padding:	7px;
	color:	black;
	border-style:	none;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.PhotoTitle {
	margin-top:	10px;
	line-height:	initial;
	color:	black;
	background-color:	#8686dc;
	padding:	7px 0 7px 0;
	font-weight:	bold; 
}

.SongComment {
	border-style:	outset;
	position:	absolute;
	top:	60%;
	left:	10px;
	min-width:	40%;
	z-index:	1;
	font-size:	18px;
	padding:	7px;
	color:	black;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.SongComment a {
	text-decoration:	none;
	color:	black;
}

h1.PoemTitle {
	font-size:	40px;
	margin-top:	18px;
	margin-bottom:	18px;
	text-shadow:	0px 6px 8px rgba(0,0,0,0.2);
}

.Poem {
	border-style:	outset;
	min-width:	25%;
	max-width:	80%;
	max-height:	50%;
	font-size:	18px;
	text-align:	left;
	white-space:	nowrap;
	padding:	7px;
	color:	black;
	overflow-y:	auto;;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.PoemImage {
/*	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	border-style:	inset;
	position:	absolute;
/*	left:	10px; */
}

h1.LyricTitle {
	font-size:	40px;
	margin-top:	18px;
	margin-bottom:	18px;
	text-shadow:	0px 6px 8px rgba(0,0,0,0.2);
}

.blue {
	color:	#a8a8ff;
}

.Lyric {
	white-space:	pre;
	font-family:	courier, New Courier, monospace;
	border-style:	outset;
	min-width:	25%;
	max-width:	80%;
	max-height:	400px;
	font-size:	16px;
	font-weight:	bold;
	text-align:	left;
	padding:	7px;
	color:	black;
	overflow-y:	auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

a	{
	color:	#a8a8ff;
}

a:visited	{
	color:	#a8a8ff;
}

a:hover	{
	color:	#a8a8ff;
}


/* Tooltip support */
a.tooltip {
	color:	black;
	outline:	none;
	text-decoration:	none;
	cursor:	default;
	position:	relative;
}

a.tooltip:visited	{
	color:	black;
}

a.tooltip:hover	{
	color:	black;
}

.tooltip .tttext {
	padding-left:	2px;
	padding-right:	2px;
	color: #333366;
	background: #a8a8ff;
	border: 1px solid #333366;
	border-radius:	5px;
 	visibility:	hidden;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute;
	left:	50%;
	bottom:	50px;
	width:	200px;
	margin-left:	-104px;
	z-index:	99;
}

a.tooltip:hover span {
	visibility:	visible;
}

/*.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}*/

/*.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block;
	padding: 0.2em 0 0.6em 0;
}*/

/*.classic {
	padding: 0.8em 0.8em;
	color: #333366;
	background: #a8a8ff;
	border: 1px solid #333366;
}*/


/* Dropdown menu support */

.menu {
	overflow:	hidden;
/*    color:	black; */
	background-color:	#336;
	font-family:	Arial;
	font-weight:	bold;
/*	width:	50%; */
}

.menu a {
	float:	left;
    font-size: 16px;
    color: #a8a8ff;
    text-align: center;
    padding-top:	5px;
	padding-left:	5px;
	padding-right:	5px;
/*    padding: 14px 16px; */
/*	margin-right:	8px; */
    text-decoration: none;
}

a.italic {
	font-style: italic;
}

.dropdown {
	float:	left;
	overflow:	hidden;
}

.dropdown .dropbtn {
	font-family:	Arial;
	font-size:	16px;
	font-weight:	bold;
	border:	none;
	outline:	none;
	color:	#a8a8ff;
    padding-top:	5px;
	padding-left:	5px;
	padding-right:	5px;
/*	padding:	14px 16px; */
	background-color:	inherit;
}

.menu a:hover, .dropdown:hover .dropbtn {
    background-color:	#57578e;
    color:	black;
}

.dropdown-content {
    display: none;
    position: absolute;
/*    background-color: #f9f9f9;*/
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:	1;
}

.dropdown-content a {
    float: none;
    color: #a8a8ff;
	font-size:	14px;
	font-weight:	bold;
	padding: 7px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
/*    background-color: #ddd;*/
    background-color: #a8a8ff;
}

.dropdown:hover .dropdown-content {
/*	right:	right;*/
	display:	block;
}

/* End menu support */

/* Add-to-cart support */

.cartable {
    position: relative;
}

/* Tooltip text */
.cartable .addtocart {
    visibility:	hidden;
/*    width: 120px;*/
    background-color:	#8686dc;
    color: #fff;
    text-align: center;
/*    padding: 5px;*/
/*    border-radius: 6px;*/
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.cartable:hover .addtocart {
    visibility: visible;
}
