﻿div#genrewrapper {
	position:absolute;
	left:0px;
	width: 800px;
	background-color: white;
	top:184px;
}

div#genremain {
	padding-bottom: 12px;
	margin-bottom: 8px;
	border-bottom: 6px olive groove;
	width: 800px;
}

div#genrecontainer{
	width: 520px;
}

div#genrecontainer p{
	padding:.3em 2px .4em 2px;
}

div#genrecontainer img{
	border: 2px olive inset;
	margin: 2px;
	width: 160px;
	height: 120px;
}

#genreheader {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	padding-bottom: .2em;
}

.genresubhead {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

div#genrerightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	float: right; 
	width: 256px;
	border: medium inset #808000;
	margin: 4px 4px 0 0;
}

div#genrerightbox p{
	margin-bottom: 8px;
	padding: 4px 2px 2px 2px;
}

div#genrerightbox ul{
	list-style-type: none;
	padding-left: 3.25em;
	margin-bottom: 8px;
}

div#genrerightbox li{
	font-family: inherit;
	font-size: inherit;
	text-indent: -3em;
}

div#genrerightbox p:first-line {
	font-size:12px;
	font-weight: bold;
}

/* EVENT LISTINGS AT BOTTOM OF GENRE PAGES */

div#events {
	position: absolute; 
	z-index: 2; 
	top: 215px; 
	left: 0px;
	background-color: white;
}

div.anevent {
	position: static;
	float: left;
	margin: 0 0 6px 2px;
	width: 798px;
}

.eventtitle {
	margin-top: 5px;
	padding: 4px 4px 0px 4px;
	font-size: 1.1em;
	font-style:italic;
/*	font-weight:600; */
	padding-left: 4em;
	text-indent: -4em;
	border-top-style: solid;
	border-top-width: medium;
	border-color: olive;
	background-color: #99CC00 ;
	display:block;
}

.eventtitle:first-line {
	font-size: 1.5em; /*relative to .eventtitle*/
	font-weight: normal;
	line-height: 1.5em;
	font-style: normal;
	 
}

.eventdate {
	padding: 4px;
	font-size: 1.3em;
	display:block;
}

.eventdesc {
	padding: 4px;
}

div.img_left {
	position: static;
	padding: 4px 8px 4px 4px;
	float:left;
	display: inline;
	width:auto;
}

div.img_right {
	position:static;
	padding: 4px 4px 4px 8px;
	float:right;
	display: inline;
	width:auto;
}

img.eventvert {
	max-height: 180px; 
	width: auto;
}

img.eventhorz {
	max-width: 180px;
	height: auto;
}

p.program { /*for classical concert programs*/
	padding:1.5em 10em 2.5em 25em;
	text-align:center;
}

p.program:first-line   { /*for classical concert programs*/
	font-weight:bold;
}

p.sponsortxt {
	font-style:italic;
	padding: 1.4em 7em 1.5em 7em
}


/* JUMPTO FORMATTING */
p#jumpto {
	margin-left: 2px;
}

p#jumpto a { /* jumpto is the MAG jumpto links found mainly on the calendar and event listings pages*/
	padding: .7em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	line-height: 2em;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

p#jumpto a:hover {
	text-decoration: underline;	
}

p#jumpto span.seperation {
	font-family: Arial;
}

/* ARTIST LINK BUTTONS */
.artistinfobtn {
	line-height: 2em;
	display:block;
	margin-top: 1em;
	text-align:center;
	padding: 0 60px 0 200px;
}

.artistinfobtn a {
	padding: 0 0.4em;
	background-color: #fc6;
	color: #000;
	text-decoration: none;
	border: 1px solid #cecece;
	margin-right: 1em;
}

.artistinfobtn a:hover {
	border-color: #4a4a4a;
}

.artistinfobtn a:active {
	color:gray
}

