body {
	background-color: black;
	font-family: "Century Gothic", "Gill Sans", "Trebuchet MS", "Futura Normal", "Futura Medium", "Futura Light", Futura, Arial, sans-serif;
	font-size: medium;
	line-height: 1.5em;
	margin: 30pt;
}

/* anchors */
a {
	border-width: 1px 0px;
	border-style: dotted;
	padding: 0 1px;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
	border-top: 1px dotted transparent;
	border-left: 0px;
	border-right: 0px;
}
a:link {
	border-color: #e40 !important;
	color: #e40 !important;
}
a:visited {
	border-color: #c30 !important;
	color: #c30 !important;
}
a:active, a:hover {
	color: #f70 !important;
	border-bottom: 1px dotted #f70 !important;
	border-top: 1px dotted #f70 !important;
}

/* end anchors */

/* headings */

h1 { 
	font-variant: small-caps;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 1em;
}
h2 {
	font-variant: small-caps;
	text-align: center;
}
h3 {
	font-style: italic;
	font-weight: normal;
	padding-right: 3em !important;
}

/* end headings */

/* defaults */

hr {
	width: 30%;
	color: black;
	margin-top: 4em;
	margin-bottom: 4em;
}

li {
	list-style: none;
	text-indent: -1em;
	text-align: center;
}

ul, * ul {
	text-align: center; 
	padding-bottom: 3em;
	padding-top: 1em;
}

div {
	margin-bottom: 2em;
	padding: 3em;
}

/* end defaults */

img.left { float: left; }
img.right { float: right; }

.center { text-align: center; }
.parenthetical { font-style: italic; }
.hidden { display: none; }

/* specifics */
div#header {
	/*float: right;*/
	background: #300;
	clear: both;
}


div#header * {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: white;
	font-size: small;
}

#header p.right {
	text-align: right;
	margin-bottom: 4em !important;
	padding-left: 6em;
}

#header p.left {
	text-align: left;
	padding-bottom: 1em;
}

#hype {
	clear: both;
	background-color: #303;
}
#hype * {
	color: white;
}
#hype p {
	text-align: center;
	margin: 2em;
}

div.tix {
	background-color: #202;
	margin-top: 2em;
}

#flyer {
	padding: 0;
}
#flyer img {
	width: 100%;
}

#comedown {
	clear: both;
	background-color: #ff6900;
	padding: 15px;
}

#comedown * {
	text-align: left;
}

#comedown a:link, #upcoming a:visited {
	color: #803500 !important;
	border-color: #803500 !important;
}
