/* links */
a, a:visited {	
	color: #32181d;
	background: inherit;
	text-decoration: none;
}
a:hover {
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #32181D;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}
ul {
	list-style: none;
}

.typography {
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;	
}

.typography h1 {
  color:#32181d;
  font-size: 130%;
	font-weight: Bold; 		
}

.typography h2 {
  color:#593C3C;
  font-size: 130%;
  font-weight: Bold;
}

.typography h3 {
  color:#32181d;
  font-size: 120%;
  text-transform:uppercase;
  font-weight: Bold;

}

.typography h4 {
  color:#32181d;;
  font-weight: Bold;

}

.typography h5 {
  color:#593C3C;
	font-weight: Bold;
	font-style:italic;

}

.typography h6 {
  color:#32181d;
	font-weight: normal;
	text-decoration:underline;

}


.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

.events {
	background: url(../images/buyTicketsBG.gif) no-repeat top left;
	min-width:260px;
	height:40px;
	padding: 3px 5px 3px 60px !important;
	line-height:1.3em !important; 
	color: #fff  !important;
	margin:10px 0;
}

.eventsmall {
	background: url(../images/buyTicketsBGsml.gif) no-repeat top left;
	min-width:260px;
	height:40px;
	padding: 3px 5px 3px 60px !important;
	line-height:1.3em !important; 
	color: #fff  !important;
	margin:10px 0;
}

.events a, .eventsmall a {
	background: transparent;
	color: #fff  !important;
}