/* ******GENERAL STYLES****** */

body{
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	background: black;
}

.content{
	min-width: 50em;
	max-width: 80em;
	/* min-height: 800px; */
	width: 90%;
	margin: 0px 50px 50px 50px;
	float: left;
	background-color: #FFF;
	font-size: .9em;
}

.content div{
	margin: 2em;
}

.underline{
	text-decoration: underline;
}

a:link {
	font-size: 1em;
	color: blue;
	}
	
a:visited {
	font-size: 1em;
	color: maroon;
	}

a:active {
	font-size: 1em;
	text-decoration: none;
	}
	
a:hover {
	font-size: 1em;
	color: #00008B;
	}
	
.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}
	


/* ******HOME PAGE STYLES****** */

/* Base purple color: Medium Slate Blue (#7B68EE)
color reference: http://www.w3schools.com/tags/ref_colornames.asp
*/

/* HEADER */

#top{
	margin: -2em 0;
	min-height: 125px;
	background-image: url('ammedia/backgrounds/topgrad.png');
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
	border: none;
	border-bottom: 2px groove #27214C;
}
	
#logo{
	padding: 10px;
	float: left;
}

.contact{
	text-align: right;
	padding: 2em;
	line-height: 1.4em;
	font-size: .8em;
}

#emailpng { 
	/*image for browswers with JavaScript disabled */
	margin: 0;
	}
	
/* BODY */

#comingsoon {
	font-size: 1.3em;
	text-align: center;
	color: gray;
	margin: 3em auto 1em auto;
	}
	
.news{
	float: left;
	width: 50%;
	min-width: 25em;
	padding: 1em 0 1em 1em;
}


.clients{
	float: right;
	width: 30%;
	min-width: 15em;
	padding: 1em 1em 1em 0;
}

.news h2, .clients h2 {
	background-image: url('ammedia/record-small.gif');
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 0 10px 40px;
	font-weight: normal;
	font-size: 1.1em;
	}

.news ul, .clients ul {
	border: 4px outset #CAC3F8;
	background: #B0A4F5;
	font-size: 1em;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.2em;
}

.news li, .clients li {
	padding: .5em;
	}
	

.news ul{
	list-style-type: none;
	}
	
.news li{
	font-weight: bold;
	font-size: .9em;
	}
	
.news a{
	color: black;
	text-decoration: none;
}

.news a:hover{
	color: blue;
	}
	
	
/* FOOTER */

#bottom {
	margin: -2em 0;
	min-height: 125px;
	background-color: black;
	font-size: 1em;
	color: white;
	text-align: left;
	float: left;
	padding: 2em;
	width: 100%;
}

#about {
	font-size: 1.1em;
	font-style: italic;
	background-color: white;
	background-image: url('ammedia/backgrounds/aboutgrad4.png');
	color: black;
	padding: 1.2em;
	margin-left: -2em;
	text-align: center;
	border: 2px groove #584BAB;
	}

#about a {
	background-image: url('ammedia/record-small.gif');
	background-repeat: no-repeat;
	padding: 10px 0 10px 40px;
	}

#credits {
	font-size: .7em;
	margin: 2em auto 2em auto;
	padding: 2em;
	}
	
#credits a:link {
	color: white;
	}

#credits a:hover {
	color: red;
	}



/* ******PRESS RELEASE STYLES****** */

.release {
	border: solid 1px gray;
	padding: 2em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 150%;
	max-width: 65em;
	float: left;
	}
	
.release p {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin-top: .5em;
	}	

/* FOR PRIMARY / SECONDARY HEADLINES */

.release h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin: 1.5em 0em;
	line-height: 150%;
	}
	
.release h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin: 1.5em 0em;
	line-height: 150%;
	}
	
.release h2.h2italic {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	margin: 1.5em 0em;
	line-height: 150%;
	}	


/* FOR USE IN RELEASE BODY */

.release h3 {
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	margin: 1em 0em;
	}
	
.release h3.listhead {	
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin: 1em;
	}


/* IMAGES */

.release #AM {
	display: block;
	margin: 2em auto 2em auto;
	border: none;
	}
	
.release #clientlogo {	
	display: block;
	margin: 2em auto 2em auto;
	border: none;
	}

.release .imgcenter{	
	display: block;
	margin: 2em auto 2em auto;
	border: none;
	}
	
.release .imgright{
	float: right;
	margin: .5em 1em;
	border: solid 5px gray;
	}
	
.release .imgleft{
	float: left;
	margin: .5em 1em;
	border: solid 5px gray;
	}
		
.release .imgright-caption{
	float: right;
	margin: .5em 1em;
	border: dotted 1px gray;
	padding: .5em;
	}
	
.release .imgright-nb{
	float: right;
	margin: .5em 1em;
	border: none;
	padding: .5em;
	}
		
.release .imgleft-caption{
	float: left;
	margin: .5em 1em;
	border: dotted 1px gray;
	padding: .5em;
	}
	
.release .photocap{
	font-size: .7em;
	display: block;
	text-align: center;
	line-height: 150%;
	margin-top: 0em;
	}


/* SPECIAL TEXT FORMATTING */	

.release .clientname, .name, .client-title, .client-title2{
	font-weight: bold;
	}
	
.release .title, .client-title{
	text-decoration: underline;
	}
		
.release .title2, .client-title2 {
	font-style: italic;
	}
	
	
/* SPECIAL PARAGRAPH FORMATTING */

.release #header {
	text-transform: uppercase;
	margin: 2em 0 4em 0;
	/* DATE & FROM */
	}
	
.release p#firstpar {
	margin-top: 3em;
	/* FIRST PARAGRAPH */
	}
	
.release .center{
	display: block;
	text-align: center;
	/* CENTERS TEXT */
	}
		
.release blockquote {
	font-size: .8em;
	text-align: left;
	line-height: 150%;
	border: dotted 1px gray;
	padding: .5em;
	margin: .5em 3em 2em;
	float:none;
	}

.release blockquote.noborder {
	border: none;
	}
		
.release p.centerquote {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	padding: .5em;
	}

.release p.credit{
	margin-left: 2em;
	/* FOR ATTRIBUTING LONG BLOCK QUOTES*/
	}

.release .fineprint {
	font-size: .7em;
	text-align: left;
	line-height: 150%;
	margin-top: 2.5em;
	/* CLIENT FINE PRINT AT END OF RELEASES */
	}

.release ul {
	max-width: 45em;
	/* BULLET LIST */
	}

.release ul.bullet li {
	padding: .5em;
	}

.release ul.nobullet {
	list-style-type: none;
	font-size: .85em;
	}
	
.release ul.nobullet li {
	padding: .5em;
	}

.release ul.links {
	list-style-type: none;
	padding: .5em 0 .5em 5em;
	max-width: 100%;
	}
	
.release ul.links li {
	padding: .3em;
	}
	
.release table.event {
	border: none;
	background: none;
	font-size: .9em;
	font-weight: normal;
	margin: auto;
	padding: 1em;
}
	

/* PULL QUOTES */

.release .pullquote {
	margin: .5em 1em;
	border: dotted 1px black;
	padding: .5em;
	width: 25%;
	font-size: .8em;
	font-style: italic;
	font-family: serif;
	background: #F5F5F5;
	}

.release .pullquote.right {
	float: right;
	}

.release .pullquote.left {
	float: left;
	}

	
/* TOUR DATES */

.content table.tourdates {
	width: 85%;
	text-align: left;
	font-size: .9em;
	border: none;
	caption-side: top;
	margin-left: 5em;
	}

.content table.tourdates th, tr{
	padding: .5em;
	}

.content table.tourdates th.date {
	width: 20%;
	text-decoration: underline;
	}
	
.content table.tourdates th.citystate {
	width: 40%;
	text-decoration: underline;
	}
	
.content table.tourdates th.venue {
	width: 40%;
	text-decoration: underline;
	}
	
.content table.tourdates tr.footnote {
	font-size: .85em;
	font-style: italic;
	}
	
.content table.tourdates tr.footnote td {
	width: 75%;
	}
		
.content h3.tour-subhead {
	width: 85%;
	text-align: left;
	font-size: .8em;
	margin-left: 5em;
	margin-bottom: -1em;
	padding: 0 0 0 .5em;
	font-style: italic;
	}
	
.content table.tourdates caption {
	font-size: .9em;
	caption-side: bottom;
	text-align: left;
	font-weight: bold;
	padding: 1em;
	}
	

/* ALTERNATE TOUR DATES - 2 COLUMN, LEFT ALIGNED */	

.content table.tourdates2 {
	width: 30em;
	text-align: left;
	font-size: .9em;
	border: none;
	caption-side: top;
	line-height: 1.4em;
	margin-left: 1em;
	}
	
.tourdates2 caption {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	}
	
.content table.tourdates2 td{
	width: 10em;
	}
	

/* 4-COLUMN TOUR DATES WITH ON-SALE DATE */	

.content table.tour-onsale {
	width: 85%;
	text-align: left;
	font-size: .8em;
	border: none;
	caption-side: top;
	margin-left: 5em;
	}

.content table.tour-onsale th, tr{
	padding: .5em;
	}

.content table.tour-onsale th.date {
	width: 15%;
	text-decoration: underline;
	}
	
.content table.tour-onsale th.citystate {
	width: 25%;
	text-decoration: underline;
	}
	
.content table.tour-onsale th.venue {
	width: 35%;
	text-decoration: underline;
	}
	
.content table.tour-onsale th.onsale {
	width: 15%;
	text-decoration: underline;
	}	
		
.content table.tour-onsale tr.footnote {
	font-size: .85em;
	font-style: italic;
	}	
	
.content table.tour-onsale caption {
	font-size: .9em;
	caption-side: bottom;
	text-align: left;
	font-weight: bold;
	padding: 1em;
	}

	
/* GENERIC 3-COLUMN TABLE WITHOUT BORDERS */

.content table.noborder {
	margin: 1em 1em 2em 1em;
	border: none;
	font-size: .8em;
	line-height: 1.4em;
	}

.content table.noborder th{
	font-weight: bold;
	text-decoration: underline;
	}
	
.content table.noborder td, th{
	padding: 0 3em;
	width: 33%;
	}
	

/* TABLE FOR DISPLAYING SET TIMES FOR FESTIVALS / EVENTS */
	
.content table.settimes {
	width: 90%;
	text-align: left;
	font-size: .7em;
	border: none;
	caption-side: top;
	margin-left: 5em;
	margin-top: 0em;
	line-height: 1.5em;
	}
	
.content table.settimes th, tr{
	padding: .5em ;
	}

.content table.settimes th {
	font-weight: normal;
	}

.content table.settimes th.stage {
	width: 15%;
	text-decoration: underline;
	padding-right: 0;
	}
	
.content table.settimes th.time {
	width: 5%;
	text-decoration: underline;
	padding-right: 10em;
	}

.content h4.settimes{
	width: 90%;
	text-align: left;
	font-size: .8em;
	margin-left: 5em;
	margin-bottom: -.5em;
	}

.content p.settimes {
	width: 75%;
	text-align: left;
	font-size: .7em;
	margin-left: 5em;
	margin-bottom: -.5em;
	padding: .5em;
	}
	

/* NARROW SET TIMES TABLE */

.content table.settimes2 {
	width: 50%;
	text-align: left;
	font-size: .7em;
	border: none;
	caption-side: top;
	margin-left: 5em;
	margin-top: 0em;
	line-height: 1.5em;
	}

.content table.settimes2 th, tr{
	padding: .5em ;
	}

.content table.settimes2 th {
	font-weight: normal;
	}

.content table.settimes2 th.stage {
	width: 15%;
	text-decoration: underline;
	padding-right: 0;
	}
	
.content table.settimes2 th.time {
	width: 5%;
	text-decoration: underline;
	padding-right: 10em;
	}

.content h4.settimes2 {
	width: 50%;
	text-align: left;
	font-size: .8em;
	margin-left: 5em;
	margin-bottom: -.5em;
	}

.content p.settimes2 {
	width: 45%;
	text-align: left;
	font-size: .7em;
	margin-left: 5em;
	margin-bottom: -.5em;
	padding: .5em;
	}


/* Table For Ticket Packages */

.content table.tickets {
	width: 85%;
	text-align: left;
	font-size: .85em;
	border: none;
	caption-side: top;
	margin-left: 5em;
	}
	
.content table.tickets th, tr {
	padding: .5em ;
	vertical-align: top;
	}

.content table.tickets td {
	padding-bottom: 2em;
	}
	
.content table.tickets th.tixtype {
	width: 25%;
	padding-right: 10em;
	}
	
/* .content table.tickets th.details {
	width: 50%;
	padding-right: 10em;
	}	*/
	
.content table.tickets tr td:first-child {
	font-weight: bold;
	}
	
.content table.tickets ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	}
	
.content table.tickets ul li:before {
	content: '\2014';
	padding-right: .5em;
	}	


/* Centered list (single line) */

ul.centered {
	list-style-type: disc;
	padding: 1em;
	padding-bottom: 0;
	margin-top: 1em;
	font-size: .8em;
	display:inline;
}

ul.centered li{
	float: left;
	margin-left: 2em;
	}

ul.centered li.first{
	list-style-type:none;
	}

