* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: black;
	color: white;
	font-family: georgia;
	line-height: 1.25em;
	padding: 0px;
}

body.print {
	background-color: #ebeb00;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a, a:visited {
	color: red;
}

li {
	margin: 0.1em 0.1em 0.1em 2em;
}

ul li {
	list-style-image: url(starbullet.png);
}

ol li {
	list-style-image: none;
}

img {
				border: none;
}

#header, ul.navigation {
	background-color: #ebeb00;
	background-repeat: repeat-y;
}

#header img {
}

/* Floated outside the content */
.outside {
	float: right;
	clear: left;
	margin: 1.7em 0.4em 0.4em 0.71em;

}

.left {
	float: left;
	clear: none;
	margin: 1.7em 0.4em 0.4em 0.71em;

}

.small-print {
	font-size: 9px;
}

h1 {
	/* font: normal 20px arial, verdana, helvetica, sans-serif; */
	font: normal 22px verdana, arial, georgia, helvetica, sans-serif;
	font-variant: small-caps;
	color: #F5F533;
	color: red;
	margin: 1em 0.5em 0.5em 0.5em;
	text-align: left;
	clear: left;
}

h2 {
	clear: left;
	font: bold 16px arial, verdana, helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
	border: none;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	padding-top: 0.3em;
	margin-top: 1em;
	margin-left: -0.5em;
	background: none;
	color: black;
}

h3 {
	font: bold 12px arial, verdana, helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
	border-bottom: 1px solid #333333;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	padding-top: 0.3em;
	margin-top: 1em;
	background: black url(images/rusty-gradient.jpg) repeat-x top left;
	color: white;
}

#flier {
	margin-left: 5%;
	width: 86%;
	background-color: #ebeb00;
	color: black;
	padding-left: 2em;
	padding-right: 0.75em;
	padding-bottom: 2em;
}

* html #flier {
	width: 96%;
	margin-left: 0.1%;
	margin-right: 0px;
	padding-left: 1em;
}

#flier img.odd {
	float: left;
	clear: left;
	margin: 9px;
}

#flier img.even {
	float: right;
	clear: right;
	margin: 9px;
}

#flier table.schedule {
				border: 1px solid black;
}
#flier table.schedule td {
				border-bottom: 1px solid black;
				border-left: 1px solid black;
				border-right: 1px solid black;
}

#flier strong, #flier table td {
	color: black;
}

#flier table.schedule tr td {
				font-size: 14px;
}

#flier table.schedule tr td h3 {
				font-size: 14px;
				margin-top: 0em;
				margin-bottom: 0.2em;
				padding-left: 0.2em;
				padding-bottom: 0.1em;
				padding-top: 0.1em;
}

#flier table.schedule tr td h2 {
				margin-top: 0em;
				margin-bottom: 0.2em;
				margin-left: 1em;
				padding: 0px;
}
#flier table.schedule tr td h2 em {
				margin-left: 2em;
				font-weight: normal;
				font-style: normal;
}

#flier tr.outside-event {
				border-color: black;
				color: red;
}
#flier table.schedule tr.outside-event td h3 {
				border: none;
				color: grey;
				background-color: EEEEEE;
				font-weight: normal;
}

#flier tr.official-event {
				border-color: red;
				color: red;
}
#flier table.schedule tr.official-event td h3 {
				border: none;
				color: red;
				background-color: FFCCCC;
				font-weight: normal;
}

#flier p.description {
	font-size: smaller;
}

#flier ul.navigation {
	width: 100%;
	height: 2em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #bf1818;
	display: block;
	white-space: nowrap;
	padding-left: 0px;
}

* html #flier ul.navigation {
	/* Jeez IE sucks */
	width: 100%;
	margin-left: 0px;
}

#flier ul.navigation li {
	margin-left: 1em;
	position: relative;
	top: 0.4em;
	font: bold 14px arial, verdana, helvetica, sans-serif;
	background-color: #bf1818;
	color: #feff8f;
	border: none;
	display: inline;
}

#flier ul.navigation li a,
#flier ul.navigation li a:visited {
	border: 1px solid #a61818;
	-moz-border-radius:			25px;
	-webkit-border-radius:	25px;
	color: white;
	padding-top: 0.25em;
	padding-bottom: 0.15em;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}

#flier ul.navigation li a:hover,
#flier ul.navigation li a:active {
	color: #bf1818;
	background-color: #fcfcfc;
	border: 1px solid gray;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}

#flier ul.navigation li:first-child,
#flier ul.navigation li:first-child a {
	border-left: none;
}

#flier ul.navigation li:first-child a:hover,
#flier ul.navigation li:first-child a:active {
	border: 1px solid gray;
}

h4 {
				font-size: 12px;
}

div.left {
				float: left;
				clear: all;
}

div.right {
				float: left;
				clear: all;
}

#flier div.special-note {
	float: right;
	clear: right;
}

#flier div.pricing-note {
	float: left;
	clear: left;
}
#flier div.special-note, #flier div.pricing-note {
	background-color:  white;
	color: black;
	width: 33%;
	display: inline; /* IE sucks */
	border-color: #bf1818;
	border-style: dotted;
	border-width: 2px;
	margin-top: 2em;
	margin-left: 1em;
	margin-right: 0.1em;
	margin-bottom: 2em;
	padding: 0.5em;
}

#flier div.special-note a {
	color: #3333cc;
}

#flier div.special-note h2, #flier div.pricing-note h2 {
	margin-top: -0.5em;
	margin-left: -0.5em;
	margin-right: -0.5em;
	font-weight: normal;
	font-size: larger;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color:  white;
	background-color: #bf1818;
	border-color: #bf1818;
	border-style: dotted;
	border-width: 1px;
	border-bottom: none;
}

ul.bio li {
	list-style: none;
	margin: 1em 0px 1em 0em;
	clear: both;
}

ul.bio img {
	float: left;
	clear: left;
	margin-right: 1em;
	margin-bottom: 25px;
}

ul.bio p {
}

ul.bio {
	clear: both;
	margin-bottom: 1em;
}

p.footer {
	margin-top: 3em;
}

#footer {
	clear: both;
	text-align: center;
}

.tagline {
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-style: italic;
	text-align: center;
}

#twitter_div {
	width: 60%;
	border-color: black;
	border-style: dotted;
	border-width: 2px;
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 0.5em;
	margin-bottom: 2em;
	padding: 0em 0.5em 0em 0.5em;
	font-size: smaller;
}

#twitter_div h2 {
	margin-top: none;
	padding-top: none;
}
#twitter_div p {
	margin-left: 2em;
}
#twitter_div h2 a {
	font-size: xx-small;
	font-weight: 100;
	color: #770000;
}

blockquote {
	background-color: #ffffcc;
	color: #111;
	width: 60%;
	padding: 0px 9px 9px 9px;
	border: 1px solid gray;
	margin-bottom: 1em;
}

blockquote p {
	width: 100%;
	padding: 0px 9px 9px 9px;
	margin-bottom: 1em;
}

blockquote h2 {
	background-color: #ffffcc;
	color: #111;
	width: 100%;
}

.end-content {
	margin-top: 3em;
	clear: both;
}
