html, body {
	margin: 0;
	height: 100%;
	font-size: 1em;
	font-family: "Verdana", Arial, sans-serif;
}

p {
	font-size: 1em;
	Xfont-size: 1.5vw;
	margin: 0;
	font-family: "Verdana", Arial, sans-serif;
}

a {
	font-size: 1em;
	margin: 0;
	font-family: "Verdana", Arial, sans-serif;
}

a.chunky_button:link, 
a.chunky_button:visited {
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 15px;
  background-color: #a44336;
}

a.chunky_button:hover, 
a.chunky_button:active {
  background-color: black;
}

#page {
	margin: auto;
	width: 60%;
	border: 0px;
	padding: 10px;
	text-align: center;
	xheight: 100%;
	Xbackground-color: #a44336;
	Xfloat: right;
}

.lyricspage {
	height: 100%;
}

#logo {
	margin: auto;
	width: 100%;
	content:url("../images/logo4.png");
	max-width: 35em;
	border-radius: 25px;
}

#logo_small {
	margin: auto;
	width: 100%;
	content:url("../images/logo2.jpg");
	xbackground-image: url("../images/logo.png");
	xbackground-repeat: no-repeat;
	max-width: 25em;
	xbackground-color: #494d53;
}

#artist {
	margin: auto;
	width: 100%;
	content:url("../images/index_artist.jpg");
	max-width: 15em;
	border-radius: 25px;
}

#artist_wrap {
	margin: auto;
	width: 100%;
	max-width: 15em;
}

#artist_pic {
	margin: auto;
	width: 100%;
	Xcontent:url("../images/index_artist.jpg");
	content:url("../images/icons/enter_icon2.png");
	max-width: 15em;
	border-radius: 25px;
}

#event_pic {
	margin: auto;
	width: 100%;
	content:url("../images/event.jpg");
	max-width: 30em;
	border-radius: 25px;
}

#enter_button {
	margin: 2em;
	width: 100%
	max-width: 15em;
}

#index_video_wrapper {
	float: left;
	margin: 25px;
	border: 1px solid red; 
	Xheight: 100%; 
	width: 100%;
	background-color: white;
}

#index_video_aspect {
	margin: auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  max-width: 50em;
}

#index_video_aspect iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#index_video {
	width: 100%;
	xheight: 100%;
	xwidth: 420px;
	xheight: 315px;
	xborder-style: none;
}

#footer {
	margin: auto;
	width: 60%;
	border: 0px;
	padding: 10px;
	text-align: center;
}

#footer p {
	font-size: 10px;
}

#Xlogo {
background-attachment: scroll,						fixed;
background-color: #494d53;
background-image: url("images/overlay.png"), url("../images/banner.jpg");
background-position: top left,					center center;
background-repeat: repeat,						no-repeat;
background-size: auto,						cover;
color: #d1d2d4;
padding: 16em 0;
position: relative;
text-align: center;
}

.textwibble {
	margin: 2vw;
}

.smalltext {
  font-size: 0.75em;
}

#menubarframe {
	margin: auto;
  width: 100%;
  height: 100%;
	border: 0px;
	Xpadding: 10px;
	text-align: center;
	height: 3em;
	overflow: hidden;
}

#menubar {
	xbackground-color: red;
	Xmargin: 0.5em;
	xwidth: 0;
	xmax-width: 55em;
	Xdisplay:inline-block;
	text-align: center;
  margin: 2vw;
}

.menuitem {
	Xfloat: left;
	display: inline-block;
	Xpadding-left: 5px;
	Xpadding-right: 5px;
	Xborder-left: solid 1px grey;
	Xborder-right: solid 1px grey;
	margin: 0;
}

.menuitem a {
    Xbackground-color: red;
  Xbox-shadow: 0 5px 0 darkred;
  color: black;
  padding: 4px;
  Xpadding-left: 8px;
  Xposition: relative;
  text-decoration: none;
  Xtext-transform: uppercase;
  font-weight: bold;
}

.menuitem a:hover {
  Xbackground-color: #ce0606;
  color: grey;
  cursor: pointer;
}

.menuitem a:active {
  box-shadow: none;
  xtop: 5px;
}


.Xmenuitem_divider {
	border-right: solid 1px black;
	padding-right: 5px;
}

#biopic {
	width: 96px;
	float: left;
}

#bio p {
	text-align: left;
	padding-top: 1em;
	padding-bottom: 1em;
}

#weblinksframe {
   margin: 0.1vw;
  position: fixed;
border: 0;
height: 100%;
width: 100px;
}

#Xweblinks {
   margin: 0.1vw;
  position: fixed;
  xtop: 20%;
  x-webkit-transform: translateY(-50%);
  x-ms-transform: translateY(-50%);
  xtransform: translateY(-50%);
}

#weblinkbar {
	padding: 1em;
	padding-top: 0.2em;
	padding-left: 0.2em;
	display:inline-block;
}

.weblinkbaritem {
	border: solid 1px black;
	border-radius: 5px;
	margin: 5px;
}

.Xweblinkbaritem {
	border: solid 1px black;
	border-radius: 5px;
	margin: 5px;

 display: block;
  text-align: center;
  padding: 2px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
}

.Xweblinkbar {
	 display:inline-block;
	text-align:center;
}

.Xweblinkbaritem {
	Xfloat: left;
	display: inline-block;
	border: solid 1px black;
	border-radius: 5px;
	margin: 5px;
	xbackground-color: black;
}

.weblinkbaritem img{
	width: 48px;
}


#toptunebar {
	display:inline-block;
	text-align:center;
	Xbackground-color: red;
	vertical-align: top;
	margin-top: 1vw;
}

.toptunebaritem {
	display: inline-block;
	border: solid 1px black;
	border-radius: 5px;
	margin: 5px;
	Xbackground-color: black;
	width: 250px;
		vertical-align: top;
}

.toptunebaritem img {
	Xwidth: 100%;
	height: 250px;
}

.toptunebaritem audio {
	width: 100%;
}

.toptunebaritem p{
	margin: 1em;
	margin-top: 0;
}

#bio {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

#bio img {
	margin-right: 1em;
	margin-bottom: 0.2em;
}

.songcatalog td {
	text-align: left;
	color: black;
}

#leftbit {
	width: 75px;
	xbackground-color: black;
	float: left;
}
#rightbit {
	width: 75px;
	xbackground-color: green;
	float: right;
}
#lyricsblock {
	text-align: left;
	font-family: monospace;	
}
#Xlyricsframe {
	margin: auto;
   xmargin: 0.1vw;
 // position: fixed;
border: 0;
height: 200px;
width: 100%;
	overflow: hidden;
	}

#lyricsframe-wrapper {
  Xoverflow: hidden;
  xpadding-top: 56.25%;
  xpadding-top: 100%;
  position: relative;
  height: 100%;
  Xbackground-color: red;
}
 
#lyricsframe-wrapper iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 200%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

.songtable th {
	text-align: left;
}

.songtable td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.songtable tr:nth-child(even) {
	background-color: #f2f2f2;
}

.medialink {
  width: 25%;
}

.name {
	padding-right: 10px;
}

.blurb {
	padding-left: 10px;
}
