/* star selector removes margins and padding from all elements in all browsers */

* { margin: 0; padding: 0; border: none;}
/* This resets all block elements to one standard style that we modify later as desired */
 h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
	margin: 0 0 1em 0;
}
/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  as modified by Karl Strieby, K-C-P.com
  ------------------------------------------------
*/
body {
	font-family: "Times New Roman", Times, serif;
/*	font-size: 0.9em; */
	color: black;
	margin: 0 auto;
	background-color: white;
	width: 7in;
}
#masthead {
	display: block !important;
}
#headercontent { 
	padding: 0; 
/*	height: 103px; */
	width: 7in;
	float: left;
	display: block !important;
}
#headercontent p.coordinator {
	color: #330099;
	background: transparent;
	text-align: right;
	float: right;
	font-size: .8em;
	padding: 0 !important;
	margin: 0 !important;
}
#headercontent h1 {
	font-family: Goudy, Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: black;
	background: transparent;
	text-align: left;
	padding: 0 0 0 25px;
	margin: 0;
	display: block !important;
}

#headercontent p.name {
	font-family: Goudy, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	background: transparent;
	text-align: left;
	line-height: 1;
	border-bottom: 1px solid black;
	padding: 5px 0 .25em 25px;
	margin-bottom: .6em;
	display: block !important;
}
#headercontent p.coordinator {
	color: black;
	background: transparent;
	text-align: right;
	float: right;
	font-size: 10pt;
	padding: 0 30px 0 0;
	display: block !important;
}
#headerlogo { 
	width: 120px;
	margin: 0;
	float: left;
	display: none !important;
}
#headerlogoprint {
	display: block !important;
	width: 120px; 
	margin: 0;
	float: left;}
#wrapper {
	width: auto; 
	padding: 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: auto;
	color: black;
	background-color: white;
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: 1px solid black;
	border-top:1px solid black;
}
#left {
	display: none;
}
#right, #main {
	width: auto;
	color: black;
	background-color: white;
/*	float: left; */
}
#center .content {
	line-height: 1.25em;
}
#right .content {
	line-height: 1.25em;
}
#footer {
	clear: both;
	display: none;
}

h1 {
	font-size: 1.2em !important;
	margin: 0;
}
h2 {
	font-size: 1.1em !important;
	margin: 1em 0;
}
h3 {
	font-size: 1em !important;
	margin: 1em 0;
}
h4 {
	font-size: .9em !important;
	margin: 1em 0;
}
.nomargintop {margin-top: 0;}

h1, h2, h3, h4, h1.black, h2.black, h3.black, h4.black {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	line-height: 1.1em;
}
blockquote p {
	margin: 0 0 0 5em;
	line-height: 1;
	padding: 0;
}

hr { height: 1px; color: black; margin-bottom: 1em; }

img { display: block; border: none; }

img.noprint {
	display: none;
}
title {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
}
.artists {
	margin-left: 10em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.biggerblack {
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}
.centerednomargin {
	margin: 0 !important;
	text-align: center;
}
.BigIndent { padding-left: 100px; }

.blueheadline { color: blue; }

.borderedtop { 
	border-top: 1px solid black;
	padding-top:.5em;
	margin-top:1em;
}

.Bold { font-weight: bold; }

.centered { text-align: center; }

.clear { clear: both; line-height: 0px; }

.ConcertBullet {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	display: block;
}

.ConcertItem {
	margin-top: 1em;
	margin-bottom: 0 !Important;
	display: block;
}
.ConcertPageP { margin: 1em; }

.ConcertSubItem {
	margin-left: 5em;
	margin-top: 0px;
	margin-bottom: 10px;
}

.contentimgleftwrap{ float: left; border: 0px; margin: 0 0.5em 0 0; }

.contentimgrightwrap { float: right; border: 0px; margin: 0 0 0 0.5em; }

.FFArtist {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size: 18pt;
	color: black;
	font-weight: bold;
	text-align: center;
}

.FFHeadline2 {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
	font-size: 14pt;
	text-align: center;
}

.FlFairHeadline {
	font-family: Garamond, serif;
	font-size: 14pt;
	text-align: center;
}

.imgleftwrap{ 
	float: left;
	border: 0px;
	margin-right: 1em !important; }

.imgrightwrap { 
	float: right;
	border: 0px;
	margin-left: 1em; 
}

.indented { padding-left: 5em; }

.Indentedbody { padding-left: 20px; }

.RedBold { color: rgb(255,0,0); font-weight: bold; }

.RedEmphasis { color: rgb(153,51,51); font-weight: bold; }

.redItal { color: rgb(255,0,0); font-style: italic; }

.redstrikeout {
	color: rgb(255,51,0);
	font-weight: bold;
	text-decoration: line-through;
}

.right { text-align: right; }

.smallemphasis { font-size: .8em; font-style: italic; }

.Sponsor { font-size: 14px; font-weight: bold; }

.SponsorDesc { font-style: italic; }

.twentypxSize { font-size: 20px; }
.smallcaps {
	text-transform: uppercase;
	font-size: .85em;
}
.Underline { text-decoration: underline; }

.Work { margin: 0px; }

.content a {
	color: black;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.content ol li {
	margin-left: 2em; 
}
.content td, .content th { 
	vertical-align: top; 
	padding: 0 5px; 
	text-align: left;
}
.content ul {
	list-style: disc;
}
.content ul li{
	margin: 0 0 0 1.5em;
	padding: 0 0 0 1.5em;
	line-height: 1.1em;
}