/* Major page sections */
div.main {
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
}

div.content {
	background-color: white;
	float: left;
	width: 550px;
	padding-right: 0px;
}

div.menu {
	background-color: white;
	font-family: sans-serif;
	font-weight: 600;
	white-space: pre;
	float: left;
	line-height: 11px;
	width: 210px;
	font-size: 22px;
	font-style: italic;
	text-align: left;	
}

.is-sticky {
	position: relative;
	left: 0;
}

div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;		
}

a.menulook, div.menulook {
	background-color: white;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 14px;
	font-style: italic;
	color: #cc0000;
}

/* Page top title / heading */
div.title {
	font-family: Arial Narrow, sans-serif;
	text-align: center;
	font-size: 18px;
	margin: 25px auto 52px auto;
}

/* Artist's name in page heading */
.tname {
	font-size: 42px;
	font-weight: 400;
}

/* Little horizontal rule used in several places */
hr.std {
	border: 1px solid #88cccc;
	width: 80px;
}

/* Menu items and bullet spacer */
div.menuitem {
	position: relative;
	vertical-align: middle;
	text-align: left;
	height: 13px;
	z-index: 10;
}

div.spacer {
	line-height: 0;
	visibility: hidden;
}

.center-div {
     text-align: center;
}

/* Custom anchor element behavior and style */
a[href], span.alook {
	color: #cc0000;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

a[href]:hover, span.alook:hover {
	color: #333333;
   text-decoration: underline;
}
