/* CSS Document */
@media screen and (min-width: 1024px) {
#BandMenuWrapper, #BandMenuWrapper2, .BigWidget {
	display: inherit;
}

h2 {
	margin: 0px;
	padding: 2em 0px 0px 0px;
	text-align: left;
	clear: both;
}

h2.multipleh2s {
	margin: 0px;
	padding: 2em 0px 0px 0px;
	text-align: left;
	clear: both;
}

#BandMenuWrapper, #BandMenuWrapper2 {
	margin: auto;
	padding: 2em 2em 0 2em;
	width: 900px;
}

.BandMenu {
	padding: 0px;
	width: 300px;
	float: left;
}

.BandMenu ul {
	list-style: none;
	padding: 0px 0px 2em 0em;
	color: #000;
}

.BandMenu li.bullet {
	background: url(../NewImages/RequiredField.png) no-repeat 0px 0.7em;
	padding-left: 2em;
	font-weight: bold;
	line-height: 2.5em;
	font-size: 9pt;
}

.BandWrapper {
	margin: 0px;
	padding: 0px;
	background: url(../NewImages/BandBG.png) no-repeat;
	height: 500px;
	width: 900px;
}

.BigWidget {
	padding: 2.5em 0 0 0;
	width: 480px;
	float: left;
}

.WidgetNoFooter {
	padding: 3.25em 0px 0px 20px;
	width: 457px;
	float: left;
}

.widget, .DJMCwidget {
	padding: 70px 0 0 0;
	width: 480px;
	float: left;
}

.Small767Widget {
	display: none;
}

.widget img {
	padding: 0px;
}

.BandWriteUp {
	padding: 2.5em 0px 0px 0px;
	width: 420px;
	float: left;
}

#content .BandWriteUp p {
	padding: 1em 2em 0px;
}

#content .moreDoubleLine, #content .moreSingleLine, #content .moreTripleLine {
	margin: 0px;
	clear: both;
	position: relative;
}

#content .moreDoubleLine p, #content .moreSingleLine p, #content .moreTripleLine p {
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
	background: url(../NewImages/BandMoreBG.png) no-repeat;
	width: 200px;
	height: 100px;
	line-height: 12pt;
	position: absolute;
	left: 505px;
	top: -100px;
}

#content .moreSingleLine p {
	padding: 1.5em 0px 0px 1em;
}

#content .moreDoubleLine p {
	padding: 1em 0px 0px 1.5em;
}

#content .moreTripleLine p {
	padding: .25em 0px 0px 1.5em;
}

#content .moreSingleLine p a, #content .moreDoubleLine p a, #content .moreTripleLine p a {
	margin: 0px;
	padding: 0px;
	line-height: 1.25em;
	color: #000000;
}

.Bandimg, .BandimgWide {
	padding-right: 1em;
	padding-bottom: 2em;
	float: left;
	clear: both;
}

.BandimgShort, .BandimgFull {
	padding: 0px 1em 2em 0px;
	float: left;
	clear: both;
}

.BandimgFull {
	width: auto;
}

.break {
	clear: both;
}

#content p.ulList {
	padding-bottom: 0px;
}

ul.bio {
	padding: 0px 0px 2em 2em;
}

ul.bio li {
	maring: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
}

ul.bioMultiple {
	padding: 0px 0px 2em 2em;
	width: 240px;
	float: left;
}

p.nofloat {
	clear: both;
}

#SongList h2 {
	padding-top: 2em;
}

.SongListsWrapper {
	padding: 0px 0px 3em 0em;
	width: 250px;
	clear: both;
}

.SongListPics {
	padding-top: 2em;
	text-align: center;
	width: 240px;
}

.SongListsDesc {
	text-align: center;
	font-weight: bold;
}

#TestimonialsWrapper {
	clear: both;
}

#TestimonialsWrapper p {
	margin: 0px;
	padding-bottom: 10pt;
	font-size: 75%;
}

.AudioPlayerWrapper {
	margin: 0px auto;
	margin-bottom: 3em;
	margin-top: 2.5em;
	padding: 30px 0px 0px;
	background: url(../NewImages/AudioPlayerBG.png) 50% 50% no-repeat;
	width: 700px;
	height: 140px;
}

.AudioPlayer {
	padding-top: 1.75em;
	text-align: center;
}

.AudioPlayer p {
	text-align: center;
	font-weight: bold;
}

audio:hover, audio:focus, audio:active
{
-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}

audio
{
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #7a7a7a;
-webkit-box-shadow:  2px 2px 4px 0px #7a7a7a;
box-shadow: 2px 2px 4px 0px #7a7a7a;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
}
}