/* site-wide styles go here */

body {
	background-image: URL("/images/bkg-tools.gif");
	background-repeat: repeat-y;
	background-position: center center;
	background-color: black;
	color: white;
	font-family: sans-serif;
}
a { color: rgb(253,0,0) }
a:visited { color: rgb(253,0,0) }
a:active { color: rgb(253,253,0) }
hr { clear: both }
h1 { font-size: 18pt }
h2 { font-size: 16pt }
h3 { font-size: 14pt }

/* one-offs and page-specific styles go here */

#mainpage { margin: 2em }
#mainpage h1 { text-align: center }

#mainmenu {
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}
#mainmenu a, #mainmenu span {
	background-color: rgb(32, 32, 32);
	white-space: nowrap;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}
#mainmenu a:hover {
	color: white;
	background-color: rgb(64, 64, 64);
}

dl#dict {
	font-family: serif;
	margin-left: 5em;
	margin-right: 5em;
	margin-bottom: 4em;
}
dl#dict dt { padding-top: 1ex }
dl#dict dt b {
	font-family: monospace;
	font-size: large;
}
dl#dict dd { text-indent: -2ex }

dl#quotes dt { font-style: italic }
dl#quotes dd { padding-bottom: 1em }

table#tshirts {
	background-color: black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
table#tshirts td {
	padding-bottom: 2em;
	font-size: small;
}
.annoying {
	color: yellow;
	font-style: italic;
	font-weight: bold;
}

dl#reviews {
	float: left;
	width: 800px;
	margin-left: 3em;
}
dl#reviews dt {
	margin-top: 2em;
	clear: both;
}
dl#reviews dd { float: left }

#discography {
	text-align: center;
	font-size: small;
}
#discography p { margin-bottom: 5em }
#discography p img { border: 0px; text-decoration: none }

div.note {
    font-family: sans-serif;
    font-size: 8pt;
    border: 1px solid rgb(192,192,128);
    background-color: rgb(255,255,192);
    color: black;
    position: absolute;
    width: 400px;
    left: 100px;
    top: 100px;
    visibility: hidden;
    padding: 0.5em;
}
div.note div {
    font-size: 10pt;
    font-weight: bold;
}

#pictures { margin-left: 3em }
#pictures dt { font-weight: bold }
#pictures dd { font-size: small }
#pictures img {
	float: left;
	margin-right: 15px;
	margin-bottom: 50px;
}
p#pictures { text-align: center }
p#pictures img { float: none }

#shows { margin-left: 2em }
#shows dt {
	margin-top: 1ex;
	font-weight: bold;
}
#shows dd.comment { font-style: italic }
