@charset "UTF-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family: Georgia, sans-serif;
}

.title {
	font-size: 15px;
}

.homeDate {
  font-family: Georgia, sans-serif;
  text-decoration: underline;
  font-size: small;
  text-align: left;
  color: #336600;
 
}

.homeItem {
  font-family: Georgia, sans-serif;
  font-size: medium;
  text-align: center;
  vertical-align: middle;
}

.bullet {
   font-family: Georgia, sans-serif;
   font-weight: bold;
   font-size: x-large;
   font-style: italic;
   text-align: center;
}

.press {
    vertical-align: top;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}

.bio {
	font-family: Georgia, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.tour {
	font-family: Georgia, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.credits {
	color: #FFFFFF;
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.albumCopy {
	font-family: Georgia, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.albumTitle {
	font-family: Georgia, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.ticket {
	color: #000;
	padding: 100;
}

.tourTitleRow {
	background-color: #006c00;
	color: white;
	text-decoration: underline;
	text-align: center;
	border-top-style: solid;
}

.tourRow1 {
	background-color: #f7f2df;
	text-align: center;
	
}

.tourRow2 {
	background-color: #006c00;
	color: white;
	text-align: center;
	border-top-style: solid;
}

.mediaTitle {
	color: #336600;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
	font-weight: bold;
}

.mediaDl {
	color: #336600;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
}

.mediaInst {
	font-size: x-small;
	color: #336600;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
}

.mediaContact {
	font-family: Georgia, sans-serif;
	font-size: medium;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	padding-left: 15;
	margin-left: 15
}

a:link {
    color: #336600;
	text-decoration: underline;
}

a:visited {
    color: #336600;
}

a:active {
	outline: none;
}

a:focus {
	outline-style: none;
}

a.homePlain {
    text-decoration: none;
	color: black;
}

a.plain {
    text-decoration: none;
}

ul {
  float: none;
  margin-top: 30;
  margin-bottom: 30;
  padding: 20;
  list-style: none;
}
 
li {
  float: left;
  width: 250px;
  margin: 0;
} 

h1 {
  font-family: Georgia, sans-serif;
  text-decoration: underline;
  font-size: x-large;
  text-align: center;
}

h2 {
  font-family: Georgia, sans-serif;
  font-style: italic;
  font-size: x-large;
  text-align: center;
}