@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #99cc99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#headerINDEX a, #footer a {
	color: darkgreen;
	text-decoration: none;
	font-weight: bold;
}

#header a {
	color: darkgreen;
	text-decoration: none;
}

#headerINDEX a:hover, #footer a:hover {
	color: #ff9900;
	text-decoration: none;
}

#header a:hover {
	color: #ff9900;
	text-decoration: none;
}

div.flex {
	margin: 0 auto;
	padding: 10px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	/*width: 700px;*/
}

div.block {
	display: inline-block;
	/*border: 1px solid gray;*/
	padding: 5px;
	margin: 5px;
}

div.block span {
	display: block;
	/*text-align: right;*/
}

div.artcardlist {
	text-align: center;
	margin: 5px;
	display: inline-block;
	/*border: 2px solid black;*/
	padding: 5px;
	border-radius: 5px;
}


div.infoblock {

	text-align: center;
	margin: 20px;
	padding: 50px;
	font-weight: bold;
	color: red;
}

/*div.artcardlist div.artcardeditions {*/
	/*display: inline-block;*/
	/*position: relative;*/
	/*left: -0px;*/
	/*position: absolute;*/
	/*background: white;*/
	/*padding: 5px;*/
	/*border: 1px solid gray;*/
/*}*/

/*div.artcardlist:hover div.artcardeditions {
	display: block;
	position: absolute;
	background: white;
	padding: 5px;
	border: 1px solid gray;
}*/





span.listItem {
	position: relative;
	display: block;
	color: black;
	/*border-radius: 50%;*/
	background-color: gray;
	padding: 5px;
	height: 50px;
	line-height: 24px;
}

span.listItem span{
	display: none;

}
span.listItem:hover span {
	display: block;
	position: absolute;
	bottom: -50px;
	left: 10px;
	border: 1px solid black;
	background-color: white;
	/*background-color: none;
	border-radius: 50%;*/

}






a.link3 {
	color: #f90;
	text-decoration: none;
}
a.link3:link {
	color: #f90;
	text-decoration: none;
}
a.link3:hover {
	color: #9c9;
	text-decoration: none;
}

a.link2 {
	color: #36f;
	text-decoration: none;
}
a.link2:link {
	color: #36f;
	text-decoration: none;
}
a.link2:hover {
	color: #f90;
	text-decoration: none;
}

a:link {
	color: #696;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}




.twoColFixLtHdr ol {
	list-style: decimal;
	text-align: left;
	float:right;
	padding-right: 50px;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #headerINDEX { 
	padding: 20px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #696; 
} 
.twoColFixLtHdr #headerINDEX h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	font-size: 12pt;
	color: #696;
}
.twoColFixLtHdr #facebook{
	margin: 0px 0px 20px 0px;
}
.twoColFixLtHdr #EVENTfooter { 
	width: 930px;
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #696; 
	height: 73px;
}
.twoColFixLtHdr #EventFooterINDEX{
	color: #000;
	width: 710px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #9cf;
	float: right;
}
.twoColFixLtHdr #EventFooterEVENT{
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #9cf;
	height: 40px;
	z-index: -1;
}
#id {
    padding-top: 20px;
}
.twoColFixLtHdr #header { 
	background: #696; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 142px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12pt;
	text-align: center;
	background-color: #669966;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	z-index: 10;
	position: relative;
	top: -20px;
}
.twoColFixLtHdr #header h3 {
	text-align: left;
	margin-left: 250px;
	padding-bottom: 25px;
}
.twoColFixLtHdr #header p {
	font-size: 30px;
	color: #999;
	position: relative;
	top: -107px;
	z-index: 20;
} 
.twoColFixLtHdr #mainContentINDEX {
	background-color:#fff;
	width: 960px;
	border-color:#F00;
} 
.twoColFixLtHdr #mainContentINDEX p {
	margin: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContentINDEX h1 {
	background-color: #000;
	color: #666;
	position: relative;
	padding-right: 40px;
	top: -21px;
	z-index: 5;
} 
.twoColFixLtHdr #LargeFont {
	font-size: 18px;
	font-weight: bold;
}
.twoColFixLtHdr #SmallBreak {
	font-size: 4px;
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #006600; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 59px 10px 0px 20px;
	color: #FFF;
	z-index: 15;
	height: 1120px;
	margin-right: 0px;
}
.twoColFixLtHdr #sidebarARTCARD {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #006600; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px;
	color: #FFF;
	z-index: 15;
	height: 1200px;
	margin-right: 0px;
}
.twoColFixLtHdr #sidebar1INDEX {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #006600; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 0px 20px;
	color: #FFF;
	z-index: 15;
	height: 1120px;
	margin-right: 0px;
	color:#fff;
}
.twoColFixLtHdr #mainContent {
	background-color:#FFF;
	padding-left: 270px;
	padding-right: 14px;
	text-align: left;
} 
.twoColFixLtHdr #FeaturedArtist { 
	border: 0px solid #333;
	position: relative;
	float: left;
} 
.featuredArtist {
	border: 0px solid #333;
	line-height: 2em;
	color: #999;
	position: absolute;
	top: 180px;
	width: 380px;
	margin-left: 550px;
	padding-right: 20px;
	float: right;
	text-align:left;
}
.bioArtist {
	border: 0px solid #00F;
	position: absolute;
	top: 540px;
	left: 41%;
	width: 580px;
	height: 600px;
	margin-top: 60px;
	text-align: center;
}
.bioArtist #topLeft {
	top: 0px;
	left: 0px;
	border: 4px dashed #FFF;
	width: 260px;
	height: 260px;
}
.bioArtist #topRight {
	border: 4px dashed #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 260px;
	height: 260px;
}
.bioArtist #bottomLeft {
		border: 4px dashed #FFF;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 260px;
		height: 280px;
}
.bioArtist #bottomRight {
		border: 4px dashed #FFF;
		position: absolute;
		bottom: 0px;
		left: 310px;
		width: 260px;
		height: 280px;
}
.bioArt1{
	text-align: center;
	-moz-box-shadow: 5px 5px 5px 5px #7777;
	-webkit-box-shadow: 5px 5px 5px #777777;
	box-shadow: 5px 5px 5px #777777;
}
.bioArt2{
	text-align: center;
	-moz-box-shadow: 5px 5px 5px 5px #7777;
	-webkit-box-shadow: 5px 5px 5px #777777;
	box-shadow: 5px 5px 5px #777777;
}
.twoColFixLtHdr #mainContent h3 {
	padding-right: 0px;
} 
.twoColFixLtHdr #footer { 
	width: 930px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #696; 
}
.twoColFixLtHdr #ARTCARDfooter { 
	width: 930px;
	margin: 0px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #696;
	float: left;
	height: 100px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #EventsTable {
	background-color: #FFF;
	width: 960px;
	position: relative;
	text-color: #FFF;
} 
.EventsMain{
	background-color:#F00;
}
.EventsHead {
	border: 1px solid #333;
	background-color: #9cf;
} 
.EventsHead p {
	font-weight: bold;
    color: #fff;
} 
.EventsBody {
	border:1px solid #000;
	background-color: #99cc99;
	opacity: .5;
} 
.EventsBodyMAC {
	border:1px solid #000;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #contactHeader {
	line-height: 5px;
}
.twoColFixLtHdr #donate { 
	float:right;
    <!-- background-color: #11FF00; -->
}
