﻿* { /* this will set padding and margins to 0 to ALL ELEMENTS */
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	color: black;  
	font-size: 72%; 
}

body { /* yes ... body is a tag too ;) */
	width: 800px;
	margin: 0 auto; /* this will center the site */
	text-align: center; /* you need need to center the site on old browsers */
	background-color: #660;
}

/* TEMPORARY SETTIIG FOR OLD STUFF BEFORE NEW IS UPLOADED */

body.etown, body.etown a{
	/* color:#999999 */
}

/*****************/

div {
	text-align: left;
	position:static;
	width: inherit;
	float:left;
	border: 0px olive groove; 
}

p {
	line-height: 1.4em;
}

div.imgcaption { /*for image center caption */
	font-size: .9em;
	line-height: 1em;
	text-align: center;
}

div.imglegend { /*for image legend, left*/
	font-size: 1em;
	line-height: 1.1em;
	text-align: left;
}


a {
	color: black;  
	text-decoration: underline;
}
a:visited {
	color: black;  
}
a:hover {
	color: olive;  
}
a:active {
	color: #CC3300;
}


/* STUFF FOR MAIN PAGES */
div#wrapper {
	width: 800px;
	background-color:white;
}

div#main { 
	position: absolute; 
	top: 184px;
	left: 0px;
	width: 800px; /* not inheriting in ie for some reason.  stupid IE! */
	background-color:white;
}

div#pagetitle {  /*banner TEXT for header, changes each page*/
	position: absolute;
	left: 2px; 
	top: 112px;
	padding: 6px;
	width: auto;
	z-index:500;
	font-family: "Times New Roman", Times, serif;
	color: white;
	font-size: 3.4em;
	background-color: transparent;
	white-space:nowrap;
}

.red {
	color: red;
}


/* EVENTS BOX ON RIGHT SIDE OF MAIN PAGES*/

div#eventlistwrapper {/* top-level div for upcoming events list box */
	float: left;
	width: 274px;
	top:0px;
	padding-top: 4px;
}

p.eventlistheading { /* Upcoming Events title box*/
	color: olive;
	font-size: 1.5em;
	font-weight:bold;
	height: 1.5em;
	text-align: center;
	display: block;
	margin-bottom: .1em;
	margin-top: .5em;
}

p#eventslocation { /* All events at...*/
	text-align: center;
	margin-bottom: .2em;
	margin-top: .1em;
}

div#eventslist { /* holder div for list of upcoming concerts */
	border-style: solid;
	border-width: 1px;
	max-height: 340px;
	width: 268px;
	padding: 4px 2px 4px 4px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom: 2em;
}

div#eventslist ul {
	margin-bottom: .5em;
	border-bottom: 1px black solid;
	list-style: none;
	display: none;
}

div#eventslist li.eventname a { /* for event names in the xml events listsings*/
	font-size: 1em;
	font-weight: bold;
	white-space: normal;
	display: block;
	text-decoration: none;
}

div#eventslist li.date, 
div#eventslist li.time, 
div#eventslist li.tix,
div#eventslist li.loc { /* for event details in the xml events listsings*/
	font-size: .95em;
	display: inline;
	padding-right: 4px;
}

div#eventslist li.tix a { /* for event details in the xml events listsings*/
	font-size: .8em;
	float: right;
	text-decoration: none;
	text-transform:uppercase;
	display:inline-block;
}
	
div#eventslist li.loc {
	display:block;
}

div#eventslist li.eventdesc,
div#eventslist li.img {
	display:none;
}


/* show all events on home page, mag events on mag page, etc. */
body.home div#eventslist ul,
body.etown div#eventslist ul.etown,
body.mag div#eventslist ul.mag,
body.tix div#eventslist ul,
body.about div#eventslist ul,
body.media div#eventslist ul {
	display: block;
}

/* hide location information on specific pages */
body.etown div#eventslist ul.etown li.loc, 
/*body.mag div#eventslist ul.mag li.loc */{
	display: none;
}

/* NEWS PAGES (default, mag, etown, etc.) */
div#news {
	width: 520px;
	top: 0px;
	left: 0px;
}

div.newsdiv {
	padding: 1px 0 0 2px;
	width: 510px;
	margin: 4px 4px 14px 0px;
}

div.newsimg {
	position: static;
	float:left;
	display: inline;
	width:auto;
	margin: 1px 12px 13px 0px
}

img.newsvert {
	width: 80px;
	height: auto;
}

img.newshorz {
	height: 80px;
	width: auto;
}

.newstxt {
	margin: 0px;
	text-align: left
}

.newshead {
	font-weight: bold;
	font-size:1.2em;
}

/* JUMPTO FORMATTING */
p#jumpto {
	*margin-left: 1px;
}

p#jumpto:first-line {
	font-weight:bold;
}

p#jumpto a { /* jumpto is the MAG jumpto links found mainly on the calendar and event listings pages*/
	padding: .7em .3em .7em .3em;
	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;
}

/* div#jumptoimg {
	position:static;
	padding-right: 6px;
	float:right;
	display: inline;
	width:auto;
}

div#jumptoimg img {
	width:80px;
	height: auto;
}
*/

img#jumptoimg { 
	padding-left: 12px !important;
	width:80px !important;
	height: auto !important;
	border-width: 0 !important;
}

/* MISCELLANEOUS STUFF ON VARIOUS PAGES*/

#facebook { /* Facebook fan box*/
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 276px;
}

#donationbtn { /* Box with Add to Mail List and Donate Now buttons*/
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	
}

img.ticketicon { /*little TIX icons that link to online sales*/
	border-width: 0px;
	width: 18px;
	height: auto;
	margin: 2px 0 0 0;
	display:inline;
}

div#sponsors {
	background-color: white;
	text-align: center;
	padding: inherit inherit 20px inherit;
}

div#sponsors img.sponsorlogo_small, div#sponsors img.sponsorlogo { /*sponsor logos in inc_sponsors.htm */
	width: auto;
	height: auto;
	max-width: 120px;
	max-height: 80px;
	border: 0px; 
	display: inline;
	margin: 4px;
}

img.sponsorlogo_small { /*sponsor logos in inc_sponsors.htm */
	max-width: 80px;
	max-height: 60px;
}

span.smallprint {
	font-size: .9em;
}

/* FOOTER */

#footer {
	position: relative;
	height: 16px;
	left: 2px;
	z-index: 100;
	background-color: white;
	width: 798px;
	border-top: 2px #660 solid;	
}

#footer p {
	padding: 4px;
	font-size: .8em;
	text-align: center;
	padding: 0; 
	margin: 0;
	color: #660;
}

#footer p a {
	color: #660;
}
#footer p a:visited {
	color: #660;
}
#footer p a:hover {
	color: #660;
}

/* aboutthis is an explanation of the picture on the claendar page 
   could be used elsewhere */

div.aboutthis {
	position:absolute;
	font-size: .8em;
	text-align:right;
	top: 8px;
	left:708px;
	width: auto;
	color: white;
	z-index: 100;
}

.aboutstory {
	display:none;
	width: 0;
	height: 0;
}

div.aboutthis a{
	color: white;
    font: .96em Verdana, sans-serif; 
}

div.aboutthis a:hover + span.aboutstory{
	position: absolute;
	display: block;
	white-space:normal;
	height: auto;
	width: 390px;
	left: -350px;
	top: 25px;
	z-index: 250;
    padding: 5px; 
    margin: 5px; 
    color: white; 
    background: black;
    font: 1em Arial, sans-serif; 
    text-align: center;
}

/* MAG visitors info page */

div#magvisitorinfo{
	margin-left: 2px;
	/*position: absolute;*/
	width: 508px;
	border-top: thin;
	border-bottom: thin;
	
}
	
div#visitorsright {  /*links to tickets text */
	float: right;
	width: 280px;
	padding-top:8px;
}


/*  VERTICAL TEXT */


p.vertical {
	color:#333;
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;

