/*

  ### CSS Reset

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

strong {
  font-weight: bold;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  font-size: 16px;
}
h1 {
  font-size: 20px;
  margin-bottom: 8px;
}
a {
  padding: 0 2px 0 2px;
  outline-style: none;
}
a:hover {
  background: #fff;
  text-decoration: none;
}

/*

  ### Layout

*/

body {
  background: #000 url(../images/interface/body_bg.png) repeat-x;
}
#wrapper {
  margin: 15px auto 0 auto;
  width: 962px;
  background: url(../images/interface/main_top.png) 1px no-repeat;
  height: 806px;
}
#titleBar {
  position: relative;
  padding-top: 40px;
  height: 101px;
}
/*#phone {
  margin: 70px 0 0 700px;
}*/
#contactInfo {
  margin: -15px 0 0 665px;
}
#contactInfo h2 {
  color: #0000FF;
  font-weight: bold;
}
#navBar {
  margin: 0 0 0px 50px;
  height: 41px;
  padding-left: 0px;
  width: 862px;
}
#navBar li {
  float: left;
  padding: 10px 0px 0px 0px;
}
#navBar a {
  padding: 0;
  height: 41px;
  display: block;
}
/*#navBar a:hover  {
  background-position: 0 -41px;
}*/
/*#home #linkHome,
#newsEvents #linkNewsEvents,
#about #linkAbout,
#media #linkMedia,
#reviews #linkReviews  {
  background-position: 0 -82px;
}*/
#linkHome {
  background: url(../images/interface/links.png) no-repeat top left;
  width: 59px;
}
#linkHome:hover {
  background-position: 0 -41px;
}
#home #linkHome {
  cursor: default;
  background-position: 0 -82px;
}
#linkNewsEvents {
  background: url(../images/interface/links.png) no-repeat -59px 0px;
  width: 223px;
}
#linkNewsEvents:hover {
  background-position: -59px -41px;
}
#newsEvents #linkNewsEvents {
  cursor: default;
  background-position: -59px -82px;
}
#linkMedia {
  background: url(../images/interface/links.png) no-repeat -282px 0px;
  width: 93px;
}
#linkMedia:hover {
  background-position: -282px -41px;
}
#media #linkMedia {
  cursor: default;
  background-position: -282px -82px;
}
#linkAbout {
  background: url(../images/interface/links.png) no-repeat -375px 0px;
  width: 249px;
}
#linkAbout:hover {
  background-position: -375px -41px;
}
#about #linkAbout {
  cursor: default;
  background-position: -375px -82px;
}
#linkReviews {
  background: url(../images/interface/links.png) no-repeat -624px 0px;
  width: 92px;
}
#linkReviews:hover {
  background-position: -624px -41px;
}
#reviews #linkReviews {
  cursor: default;
  background-position: -624px -82px;
}
#linkDave {
  background: url(../images/interface/links.png) no-repeat -716px 0px;
  width: 146px;
}
#linkDave:hover {
  background-position: -716px -41px;
}
/*#linkHome {
  background: url(../images/interface/link_home3.png) no-repeat;
  width: 122px;
}
#linkEvents {
  background: url(../images/interface/link_news_events.png) no-repeat;
  width: 212px;
}
#linkAbout {
  background: url(../images/interface/link_about3.png) no-repeat;
  width: 106px;
}
#linkMedia {
  background: url(../images/interface/link_media3.png) no-repeat;
  width: 110px;
}
#linkReviews {
  background: url(../images/interface/link_reviews3.png) no-repeat;
  width: 137px;
}*/
/*#navBar #rBorder {
  background: url(../images/interface/link_rborder.png) bottom no-repeat;
  height: 41px;
  width: 137px;
}*/
#mainContent {
  padding: 0 40px 0 20px;
}
#mainColumn {
  /* The paper clip is positioned in relation to this */
  position: relative;
  width: 870px;
  margin: 30px 30px 30px 30px;
}
#home #mainColumn {
  margin-top: 20px;
  /*margin-top: 50px;*/
}
#mainColumn p {
  margin-left: 10px;
}
#clip {
  position: absolute;
  left: 790px;
  /*top: 10px;*/
  top: 20px;
  z-index: 105;
  background: url(../images/interface/paper_clip.png) no-repeat;
  height: 53px;
  width: 100px;
}
#mainPic {
  position: relative;
  width: 478px;
  height: 333px;
  /*margin: -65px -21px 0 15px;*/
  margin: -35px -21px 0 15px;
  float: right;
  background: url(../images/photos/band.png) no-repeat;
}
#secondaryColumn {
  font-size: 13px;
  position: relative;
  margin-top: -20px;
}
#col1 {
  float: left;
  width: 350px;
  height: 270px;
  /*margin: 54px 0 0 30px;  */
  margin: 14px 0 0 30px;
  font-size: 14px;

}
#miniNewsEvents {
  margin: -5px 0 0 15px;
  padding: 15px 0px 15px 15px;
  width: 300px;
  height: 240px;
  background: url(../images/interface/postit.png) no-repeat;
}
#miniNewsEvents li {
  width: 290px;
}
#miniNewsEvents .date {
  color: #8b6200;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0px;
}
#miniNewsEvents .performer {
  font-weight: bold;
}
#miniNewsEvents .event {
  margin: 0 0 5px -5px;
  padding: 2px 10px 2px 5px;
  line-height: 18px;
  width: 265px;
}
#miniNewsEvents .event:hover {
  background: #FFF;
  background: #FFFFE6;
}
#btmLink {
 position: absolute;
 /*top: 285px; */
 top: 245px;
 left: 55px;
 font-size: 12px;
 color: #727272;
}
#col2 {
  position: relative;
  float: left;
  width: 450px;
  height: 280px;
  /*margin: -5px 0 0 10px;  */
  margin: -9px 0 0 10px;
  line-height: 18px;
}
#col2 p {
  margin-bottom: 8px;
}
#col2 .miniQuote {
  background: #fff;
  padding: 2px 5px 2px 5px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
  border: 1px dashed #a8a8a8;
}
#col2 .miniQuote:hover {
  background: #ADDFFF;
}
#col2 cite {
  margin-left: 5px;
}
#news {
  width: 167px;
  height: 20px;
  background: url(../images/interface/header_news2.png) no-repeat;
}
#buzz {
  width: 115px;
  height: 20px;
  background: url(../images/interface/header_buzz.png) no-repeat;
}
#borderBottom {
  font-size: 14px;
  height: 343px;
  width: 100%;
  min-width: 962px;
  background: url(../images/interface/main_bottom.png) 50% no-repeat;
  margin: 0 auto 0 auto;
}
#btmContainer {
  margin: 0 auto 0 auto;
  width: 100%;
  width: 962px;
  /* Used for positioning of siteinfo */
  position: relative;
}
#siteInfo {
  position: absolute;
  top: 60px;
  left: 350px;
  font-size: 13px;
}
#cdBannerDiv {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
}
#cdBanner {
  background: url(../images/interface/cd_banner.png) no-repeat;
  width: 180px;
  height: 180px;
}
#cdBannerLink {
  display: block;
  width: 180px;
  height: 180px;
}
#cdBannerLink:hover {
  background: url(../images/interface/cd_banner.png) no-repeat;
}


/*

 ### Upcoming Performances Page

*/

#newsEvents  #mainColumn {
/*height: 550px;
  overflow: auto;*/
}
#newsEvents #eventsContainer {
  height: 550px;
  overflow: auto;
}
#newsEvents table {
  margin: 15px auto 0 auto;
  width: 800px;
  border: 1px solid #a8a8a8;
  font-size: 12px;
}
th {
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #434343 url(../images/interface/tb_hd.png) no-repeat;
  padding: 5px 0 0 10px
}
td, th {
  border: 1px solid #000;
}
td {
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
  line-height: 19px;
}
#newsEvents a:hover {
  text-decoration: none;
}
.date_col {
  width: 65px;
}
.performer_col {
  width: 100px;
}
.location_col {
  width: 225px;
}
.info_col {
  width: 450px;
}
#newsEvents table p {
  margin-left: 0;
}
#newsEvents .info_col a{
  font-size: 12px;
}
.evenRow {
  /*background: #424242;*/
  color: #f2f2f2;
}
.evenRow td {
  background: #424242 url(../images/interface/td_even_bg.png) top left no-repeat;
}
.oddRow td {
  background: #f4f3b1 url(../images/interface/td_odd_bg.png) top left no-repeat;
}
.evenRow a {
  color: #ebe97d;
}
.evenRow a:hover,
.oddRow a:hover  {
  color: #000;
}
.oddRow {
  /*background: #f4f3b1;*/
  color: #1f1f1f;
}
.oddRow a {
  color: #000;
}

.formInput {
  text-align: left;
}

/*

 ### Media Page

*/

#media #audio {
  float: left;
  width: 700px;
  color: #fff;
  font-weight: bold;
  background: url(../images/interface/media_long_underline.png) bottom no-repeat;
  margin: 0 0 15px 15px;
}

#media #mainColumn {
  margin-top: 20px;
}

#mediaCenter {
  width: 768px;
  margin: 0px auto 0 auto;
  padding-top: 18px;
  background: url(../images/interface/media_center_top.png) no-repeat;
}
#mediaStage {
  width: 768px;
  background: url(../images/interface/media_center_middle.png) repeat-y;
  padding-bottom: 20px;
}
#mediaBottom {
  width: 768px;
  height: 20px;
  background: url(../images/interface/media_center_bottom.png) no-repeat;
}
#mediaCenter #videoList {
  float: left;
  margin-left: 10px;
  padding-bottom: 10px;
}
#mediaCenter #videoList li {
  width: 325px;
  padding: 10px 0 10px 0;
  background: #000 url(../images/interface/media_underline.png) bottom no-repeat;
}
#mediaCenter #videoList a {
  margin-left: 5px;
  height: 82px;
  width: 325px;
  display: block;
  text-decoration: none;
}
#mediaCenter #videoList a:hover {
  background-position: 0 -82px;
}
#motown1 {
  background: url(../images/interface/mc_button_60_motown1.png) 0 0 no-repeat;
}
#motown2 {
  background: url(../images/interface/mc_button_60_motown2.png) 0 0 no-repeat;
}
#penn {
  background: url(../images/interface/mc_button_penn_65000.png) 0 0 no-repeat;
}
#canYou {
  background: url(../images/interface/mc_button_can_you.png) 0 0 no-repeat;
}
#mediaCenter #songList {
  color: #fff;
  width: 350px;
  margin-left: 10px;
}
#mediaCenter #songList .noFloat {
  float: none;
  clear: both;
}
#mediaCenter #songList h2 {
  font-weight: bold;
}
#mediaCenter #songList li {
  float: left;
  height: 100%;
  width: 350px;
  margin-left: 10px;
}
#mediaCenter #songList a {
  height: 100%;
  width: 100%;
  display: block;
  margin-left: 5px;
  color: #fff;
}
#mediaCenter #songList a:hover {
  background-color: #0000FF;
}

#flashPlayer {
  margin: 40px 0 0 15px;
  float: left;
  width: 400px;
  height: 340px;
}

/*

 ### About Page

*/

#about #mainColumn {
  width: 850px;
  margin: 20px 0 0 40px;
}
#offerings {
  margin: 15px auto 15px auto;
  width: 95%;
  padding: 10px;
  border: 1px dashed #a8a8a8;
  background: #FFFEA3;
}
#offerings ul {
  margin: 10px auto 20px auto;
  list-style: disc;
  width: 90%;
  height: 70px;
  padding: 8px;
  padding-top: 0px;
}
#offerings li {
  float: left;
  margin-left: 30px;
  width: 200px;
}
#about #bandPics {
  margin: 0 0 0 35px;
  width: 786px;
  height: 243px;
  background: url(../images/photos/about_picture.png) no-repeat;
}
#about .hint {
  background: #FFF;
  color: #2554C7;
  font-size: 16px;
  padding: 4px;
  font-weight: bold;
}
#offerings h3 {
  margin-bottom: 5px;
}
/*

 ### Reviews Page

*/
#reviews #mainContent {
  margin-top: 30px;
}
#reviews .mainText {
  width: 250px;
  float: left;
  margin-top: 10px;
}
.quote  {
  float: left;
  padding-top: 26px;
  margin-bottom: 20px;
  width: 600px;
}
.q1 {
  background: url(../images/interface/quote_top.png) top no-repeat;
}
.q2 {
  background: url(../images/interface/quote2_top.png) top no-repeat;
}
.quote li {
  width: 600px;
}
.q1 li {
  background: url(../images/interface/quote_middle.png) repeat-y;
}
.q2 li {
  background: url(../images/interface/quote2_middle.png) repeat-y;
}

.quote .blockquote {
  font-weight: bold;
  padding-left: 20px;
  width: 540px;
}
.quote p {
  padding: 5px 0 0 30px;
}
.quote .btmBorder {
  width: 600px;
  height: 24px;
}
.q1 .btmBorder {
  background: url(../images/interface/quote_bottom.png) bottom no-repeat;
}
.q2 .btmBorder {
  background: url(../images/interface/quote2_bottom.png) bottom no-repeat;
}

/*

### Description page

*/

#description dl {
  overflow: auto;
  height: 500px;
}
#description dt {
  font-weight: bold;
  margin: 5px 0 5px 0;
}
#description dd {
  padding: 0 0 0 10px;
}
#description hr {
  margin: -20px 0 30px -10px;
}
#description dd p {
  margin: 0 0 20px 0;
}
#description dd a {
  margin: 0 0 0 -10px;
}
#description dd h1 {
  margin-bottom: 10px;
  text-align: center;
}
#description dd h2,
#description dd h3 {
  margin-top: 10px;
  margin-left: 5px;
  font-weight: bold;
}
#description .weddingSongList {
  margin-top: 10px;
}
#description dd li {
  margin-left: 10px;
}
#description dd ul {
  margin-bottom: 15px;
}
#description .hint {
  padding-bottom: 10px;
}
#description .desPhoto {
	float: right;
	padding: 0 40px 40px 40px;
	margin-top: -20px;
	clear: right;
}

/*

 ### Newsletter Signup page

*/

#formSignup,
#errors,
#success {
	margin: 0 auto 0 auto;
	width: 600px;
}
#errors,
#success {
	border: 1px dashed #ACACAC;
	background: #FFFC9A;
	padding: 10px;
	color: #000;
}
#success h3 {
	color: #52D630;
}
#errors h3 {
	margin-bottom: 10px;
}
#errorList li {
	list-style: disc;
	padding-left: 5px;
	margin-left: 20px;
}
#tblSignup {
	margin-top: 10px;
}
#fieldsetSignup {
	margin: 10px auto 0 auto;
	padding: 10px;
	width: 75%;
	border: 1px solid;
}
#signup tr {
	margin: 2px 0 2px 0;
}
#signup td {
	padding: 5px;
	border: none;
}
#signup input {
	height: 30px;
	font-size: 20px;
	padding: 2px;
}
#signup input:focus {
	background-color: #A2BCFB;
	color: #FFF;
}
#signup .error {
	background-color: #FF0000;
	color: #FFF;
}
#buttonJoin {
  background: transparent url(/images/interface/button.gif) no-repeat scroll 0 -30px;
	height: 30px;
	width: 150px;
	color: #FFF;
	border: none;
	cursor: pointer;
	margin: 10px auto 0 auto;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 18px;
}
#signup .required {
	color: #FF0000;
	margin-left: 4px;
	font-size: 30px;
	vertical-align: bottom;
}


/*

 ### Global classes

*/
.imageReplacedText {
  text-indent: -100000px;
}
.clear {
  clear: both;
}
.topMargin {
  margin-top: 20px;
}
.flRight {
  float: right;
}
.flLeft {
  float: left;
}
.hint {
  font-size: 12px;
  color: #0000FF;
}
.block {
  display: block;
}
.highlightLink {
  background: #FFF;
  color: #2B60DE;
  /*font-weight: bold;*/
  padding: 0 5px 0 5px;
}
.highlightLink:hover {
  color: #FFF;
  background: #2B60DE;
}
.pdfLinkImg img {
  vertical-align: bottom;
}