/* Can do PNG (is not IE <=6): yes */

body {
	margin: 0;
	padding: 0;
	background: #aad171;
	font-family: sans-serif;
	font-size: 10pt;
}

div, img {
	margin: 0;
	padding: 0;
}
img, a img {
	border: none;
}
p {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1ex;
	margin-bottom: 1ex;
}
pre {
	margin-left: 2ex;
	font-size: .9em;
}
li {
	list-style-type: none;
	margin-top: 1ex;
}
acronym {
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
}
#footer acronym {
	text-transform: uppercase;
	font-variant: normal;
	font-weight: normal;
}
form {
	background: #95bac7;
	margin: 2ex;
	padding: 1ex;
	border-left: 3px solid black;
	border-right: 3px solid black;
}

a { text-decoration: underline; color: #339; }
a:link { }
a:visited { text-decoration: none; color: #336; }
a:active { }
a:hover { text-decoration: none; color: #669; }

#everything {
	width: 840px;
	margin-top: 50px;
	margin-left: 8%;
	margin-bottom: 100px;
	background: #81adbd;

	/* for the menuhack */
	overflow: hidden;
	position: relative;
}

#content { 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	width: 600px;
	float: left;
}

#header, #menu, #footer {
	background: #fff;
}
#menuhack {
	background: #95bac7;
}

#header {
	text-align: left;
	border-bottom: 3px solid black;
	overflow: hidden;
}
#header a {
	display: block;
	padding: 0;
}
#header img#groupphoto {
	margin-bottom: -4px; /* a hack to get full-bleed; buggy? */
}

#menu {
	width: 190px;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	margin-bottom: -2px;
	text-transform: lowercase;
	font-weight: bold;
	text-align: right;
	float: right;
}
#menuhack {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	width: 190px;
	border-left: 3px solid black;
	z-index: 2;
}
#content {
	z-index: 1;
	position: relative; /* for the z-index to work */
}
#menu, #header, #footer {
	z-index: 3;
	position: relative; /* for the z-index to work */
}
#menu span {
	display: block;
	margin: 1ex 2px 2px auto;
	font-size: 1.3em;
}
#menu a, #menu img {
	margin: 0;
	padding: 0;
}
#menu div, #menu a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 32px;
}
#menu a:hover {
	background-position: -190px 32px;
}

#menu a { text-decoration: none; color: black; }
a.showtitle { text-decoration: underline; color: black; }
#menu a:link, a:link { }
a.showtitle:link { text-decoration: underline; }
#menu a:visited, a.showtitle:visited { text-decoration: none; color: black; }
#menu a:active,	a.showtitle:active { }
#menu a:hover,	a.showtitle:hover { text-decoration: none; color: #bbb; }

#footer {
	border-top: 3px solid black;
	clear: both;
	padding: .3ex;
}
#footer p {
	font-size: .8em;
	text-align: center;
}

/* Specific things */

#about {
	text-align: center;
	font-size: .95em;
	margin-top: 2ex;
	padding: 2ex;
	background: #95bac7;
	/* border-left: 3px solid black; */
	/* border-right: 3px solid black; */
}

.caption {
	text-align: center;
	font-size: .7em;
}

.memberphoto, .poster {
	float: right;
	margin: 10px;
}

li.majorshow {
	list-style-image: url(siteimages/bullet.png);
}
li.minorshow, .music li, li.newsitem, #elsewhere li, #newsongs li {
	list-style-image: url(siteimages/bullet-hz.png);
}
.majorshow img {
	float: right;
	margin: 1ex;
	clear: right;
}

.shows li, .music li {
	margin-bottom: .5ex;
}
.pretitle {
	color: #111719;
	font-style: italic;
}
table.setlist {
	clear: both;
	padding-top: 2ex;
	margin: 2ex 0ex 4ex;
	width: 98%;
	font-size: .85em;
}
.setlist td {
	padding-left: 1ex;
	padding-right: 1ex;
	margin: 0;
}
.setlist tr.even {
	background:  #95bac7;
}
#musicnav, #singlesong {
	padding: 2ex;
	padding-top: 1ex;
	margin: 1ex;
	margin-top: 3ex;
	display: block;
	width: 37%;

	margin-right: 6ex;
	float: left;
	clear: left;

	background: #95bac7;
}
#singlesong {
	border-left: 3px solid black;
	border-top: 3px solid black;
}
#singlesong h2 {
	margin-top: .5ex;
}
#musicnav.alone {
	margin-right: 1ex;
	margin-left: 6ex;
	float: right;
}

/* http://wellstyled.com/css-nopreload-rollovers.html */
/* background for the div and the a so that IE can deal and not flicker */
#members, #members a {
	background-image: url(siteimages/menu-members.jpg);
	height: 162px;
}
#music, #music a {
	background-image: url("siteimages/menu-music.jpg");
	height: 162px;
}
#photos, #photos a {
	background-image: url("siteimages/menu-photos.jpg");
	height: 158px;
}
#performances, #performances a {
	background-image: url("siteimages/menu-performances.jpg");
	height: 151px;
}
#contactus, #contactus a {
	background-image: url("siteimages/menu-contactus.jpg");
	height: 133px;
}

.cdcover {
	float: right;
	clear: left;
	margin: 10px;
	margin-left: 20px;
	margin-top: 20px;
}

.thumbgallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.thumbgallery div {
	float: left;
	margin: 2ex;
	padding: 1ex 1ex .5ex;
	text-align: center;
}
/* .thumbgallery div img { max-width: 200px; max-height: 200px; } */

.multisong, .multiarr {
	border-bottom: 1px dotted black;
	cursor: help;
}

#eventform {
	padding-top: .5ex;
}
#eventform form {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
.smalltext { }
#eventform #email { }

#classified {
	z-index: 10;
	position: absolute;
	display: block;
	left: 40%;
	top: 50px;
}

form.gcheckout {
	width: 150px;
	background: transparent;
	border: none;
	margin-top: 2ex;
	margin-bottom: 0;
}
