/* Layout for desktop version */

/* CSS Document and BandBook design by Chris Meeks - http://christophermeeks.com */

/* GLOBAL STYLES */
body {
	background:url(../images/body.jpg) repeat;
	color:#000000;
  font-family:Verdana, Arial, sans-serif;
  font-weight: normal;
}
h1, h2, h3, h4, h5 {
	font-family: "vinyl-1","vinyl-2",sans-serif;
	text-transform:uppercase;
	font-weight: normal;
}
a {
	color:#57dcd9;
	font-weight: normal;
}
h3 {
	font-size:1.6em;
}
.clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.rightTopNav {
	float: right;
	position: relative;
}
.leftTopNav {
	float: left;
}
.logo img {
	margin-bottom: 0;
}
.leftTopNav #ctl00_ctl00_Menu1 ul {
	margin-bottom: 6px !important;
}

/* DROP SHADOW STYLES */
.dropShadow {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	margin-bottom: 0px;
	padding: 0;
}
.dropShadow:after {
	z-index: -1;
	position: absolute;
	background: transparent;
	width: 50%;
	height: 55%;
	content: '';
	right: 16px;
	bottom: 16px;
	-webkit-transform: skew(20deg) rotate(10deg);
	-moz-transform: skew(20deg) rotate(10deg);
	transform: skew(20deg) rotate(10deg);
	-webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.6);
	box-shadow: 0 10px 13px rgba(0, 0, 0, 0.6);
}
.dropShadow:before{
   z-index: -2;
	position: absolute;
	background: transparent;
	width: 50%;
	height: 55%;
	content: '';
	left: 16px;
	bottom: 16px;
	-webkit-transform: skew(-20deg) rotate(-10deg);
	-moz-transform: skew(-20deg) rotate(-10deg);
	transform: skew(-20deg) rotate(-10deg);
	-webkit-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 10px 13px rgba(0, 0, 0, 0.6);
	box-shadow: 0 10px 13px rgba(0, 0, 0, 0.6);
} 
/* END*/

/* BADGE STYLES */
.badge {
	background: #000000 url(../images/badgeBg.gif) repeat;
	padding: .5em .7em .4em .3em;
	-webkit-box-shadow: 0 -4px 15px rgba(0, 0, 0, 1) inset;
	-moz-box-shadow: 0 -4px 15px rgba(0, 0, 0, 1) inset;
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 1) inset; 
	border-bottom: 1px solid #7eeaea;
	color: #ffffff;
	font-family: "vinyl-1","vinyl-2",sans-serif;
	text-transform:uppercase;
	font-size: 1.25em;
	line-height: 1.3em; 
	letter-spacing: .04em;
	display: block;
	float: left;
}
.badge em {
	font-style: normal;
	padding: .4em 0 .4em 2em;
	background: url(../images/badgeIcons.png) no-repeat 2px 2px;
}
/* END */

.subhead {
	background: url(../images/subheadBg.png) repeat;
	border-bottom: 2px solid #55bfbf;
	border-bottom: 2px solid rgba(0,0,0,0.05)
}
.bottomContentMain .fourcol .subhead {
	background: none;
}
.bottomContentMain .fourcol .subhead h4{
	padding: 11px 0 6px 0;
	-webkit-text-shadow:0 0 0 rgba(0,0,0,0);
	-moz-text-shadow:0 0 0 rgba(0,0,0,0);
	text-shadow:0 0 0 rgba(0,0,0,0);
}
.subheadSmall {
	background: url(../images/subheadSmallBg.jpg) repeat;
	border-color: #41abab;
	color: #3b6a6d;
	margin-top: 1px;
	border-bottom: 2px solid #41abab;
	border-bottom: 2px solid rgba(0,0,0,0.05);
	font-size: .75em;
	line-height: 1em;
	padding: 7px 10px 6px;
}
.subheadSmall a {
	color: #3b6a6d;
	text-decoration: underline; 
}
.subhead h4 {
	padding:11px 0 6px 10px;
	font-size: 1.4em;
	line-height: 1em;
	-webkit-text-shadow:1px 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow:1px 1px 0px rgba(255,255,255,0.4);
	text-shadow:1px 1px 0px rgba(255,255,255,0.4);
}
.logo {
	float:left;
	margin-top: 90px;
}
input.placeholder {
	color: #0cb0b5;
	background:#ffffff;
	border:1px solid #94e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8fefe), to(#ffffff));  
	background: -moz-linear-gradient(top,  #f8fefe,  #ffffff); 
	-webkit-box-shadow: inset 2px 2px 3px #d2f2f4;
	-moz-box-shadow: inset 2px 2px 3px #d2f2f4;
	box-shadow: inset 2px 2px 3px #d2f2f4;
	padding: 5px;
}
::-webkit-input-placeholder {
	color: #0cb0b5;
}
input.placeholderFocus {
	color: #000000;
	-webkit-box-shadow: 0 0 7px rgba(11,161,161,0.6);
	-moz-box-shadow: 0 0 7px rgba(11,161,161,0.6);
	box-shadow: 0 0 7px rgba(11,161,161,0.6);
}
.search input.placeholder {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.search input.placeholderFocus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header {
	background:url(../images/header.jpg) repeat-x bottom;
	-webkit-box-shadow:0 1px 4px rgba(4,124,125,0.4);
	-moz-box-shadow:0 1px 0 rgba(4,124,125,0.2);
	box-shadow:0 1px 4px rgba(4,124,125,0.4);
	position:relative;
	z-index:3;
}
.button {
	float:left;
	background:url(../images/accountButtonLeft.png) no-repeat left 2px;
	padding:0 0 0 6px;
	height:30px;
	color:#ffffff;
	-webkit-text-shadow:1px 1px 1px rgba(0,40,60,0.3);
	-moz-text-shadow:1px 1px 1px rgba(0,40,60,0.3);
	text-shadow:1px 1px 1px rgba(0,40,60,0.3);
	margin-left:5px;
}
.button span {
	display:block;
	background:url(../images/accountButtonRight.png) no-repeat right 2px;
	padding:7px 7px 10px 1px;
	height:13px;
}
.button:hover {
	background-position:left -33px;
	color:#ffffff;
}
.button:hover span {
	background-position:right -33px;
}
.button:active {
	background-position:left -65px;
}
.button:active span {
	background-position:right -66px;
	padding: 10px 7px 7px 1px;
}
.smallButton {
	float: left;
	background:url(../images/btnSmallLeft.png) no-repeat left 0;
	padding: 0 0 0 32px;
	font-weight: bold;
	color: #000000;
	font-size: .75em;
	-webkit-text-shadow:0 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow:0 1px 0px rgba(255,255,255,0.4);
	text-shadow:0 1px 0px rgba(255,255,255,0.4);
}
.smallButton span {
	display: block;
	background:url(../images/btnSmallRight.png) no-repeat right 0;
	padding: 4px 14px 9px 3px;
}
.smallButton:hover, .smallButton:focus {
	background-position: left -50px;
	color: #000000;
}
.smallButton:hover span, .smallButton:focus span {
	background-position: right -50px;
}
.smallButton:active {
	background-position: left -97px;
}
.smallButton:active span {
	background-position: right -97px;
	padding: 7px 14px 4px 3px;
}
.smallButtonFan, .homeArtist .smallButtonFan {
	background-image: url(../images/btnSmallLeftFan.png);
}
.smallButtonProfile {
	background-image: url(../images/btnSmallLeftProfile.png);
}
.smallWhiteButton {	
	background-image: url(../images/btnSmallWhiteLeft.png);
	padding-left: 35px;
}
.smallWhiteButton span {
	background-image: url(../images/btnSmallWhiteRight.png);
}
.smallWhiteButton.smallButtonFan {
	background-image: url(../images/btnSmallWhiteLeftFan.png);
}
.smallWhiteButton.smallButtonMessage {
	background-image: url(../images/btnSmallWhiteLeftMessage.png);
}
.smallWhiteButton.smallButtonBook {
	background-image: url(../images/btnSmallWhiteLeftMessage.png);
}
.smallWhiteButton.smallButtonAccept {
	background-image: url(../images/btnSmallWhiteLeftAccept.png);
}
.smallWhiteButton.smallButtonDecline {
	background-image: url(../images/btnSmallWhiteLeftDecline.png);
}
.smallWhiteButton.smallButtonCounter {
	background-image: url(../images/btnSmallWhiteLeftCounter.png);
}
.smallButtonCounter a 
{
    color:Black;
}
.smallButton.smallButtonPost {
	background-image: url(../images/btnSmallLeftPost.png);
	padding-left: 29px;
}
.smallWhiteButton.smallButtonPost {
	background-image: url(../images/btnSmallWhiteLeftPost.png);
	padding-left: 29px;
}
.tinyButton, .bottomContentMain .tinyButton {
	float: right;
	color: #000000;
	text-transform: uppercase;
	font-size: 9px;
	background: #C5F8F9; /* old browsers */

background: -moz-linear-gradient(top, #C5F8F9 0%, #9BF2F0 48%, #9BF2F0 51%, #80E2E7 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5F8F9), color-stop(48%,#9BF2F0), color-stop(51%,#9BF2F0), color-stop(100%,#80E2E7)); /* webkit */
 
background: -o-linear-gradient(top, #C5F8F9 0%,#9BF2F0 48%,#9BF2F0 51%,#80E2E7 100%); /* opera */	
	padding:3px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #05aeae;
	-webkit-box-shadow:0px 1px 1px rgba(5,128,128,0.25);
	-moz-box-shadow:0px 1px 1px rgba(5,128,128,0.25);
	box-shadow:0px 1px 1px rgba(5,128,128,0.25);
	line-height: 1.6em;
}
.tinyButton:active, .tinyButton:hover, .bottomContentMain .tinyButton:active, .bottomContentMain .tinyButton:hover {
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.45, #FFFFFF),
    color-stop(0.93, #D3FCFC)
);
background-image: -moz-linear-gradient(
    center bottom,
    #FFFFFF 45%,
    #D3FCFC 93%
);
	border:1px solid #06b5b5;
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.6);
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.6);
	color: #000000;

}

.title {
  font-family: "vinyl-1","vinyl-2",Verdana, sans-serif;
  font-size: 1.2em;
  color: #57dcd9;
  text-transform: uppercase;
  letter-spacing: .02em;
  display: block;
  font-weight: normal;
}
.title a {
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}
.tags {
	position: relative;
}
.tags div {
	padding: 5px 10px 5px 20px;
	background-image:url(../images/tags.png);
	background-repeat: no-repeat;
	font-size:10px;
	text-transform: uppercase;
	color: #57dcd9;
	margin-right: 5px;
	display: inline;
}
.tagLocation {
	background-position: -5px -28px;
	white-space: nowrap;
}
.tagFans {
	background-position: -5px -48px;
	white-space: nowrap;
}
.tagGenre {
	background-position: -5px 5px;
}
.tagAlbums {
	position: relative;
}
.tagAlbums em {
	position: relative;
}
.tagsDark {
	padding: 6px 5px 2px 5px;
}
.tagsDark div {
	background-image:url(../images/tagsDark.png);
	padding: 0px 13px 0px 29px;
	background-position: 0 0;
}

.tagsDark .tagFans {
	background-position: 0 -247px;
}
.tagsDark .tagInstrument {
	background-position: 0 -276px;
}
.tagsDark .tagViews {
	background-position: 0 -175px;
}
.tagsDark .tagGenre {
	background-position: 0 2px;
}
.tagsDark .tagLocation {
	background-position: 0 -50px;
	padding-left: 24px;
}
.tagsDark .tagDate {
	background-position: 0 -150px;
	padding-left: 27px;
}
.tagsDark .tagPrice {
	background-position: 0 -200px;
	padding-left: 29px;
}
.tagsDark .tagAlbums {
	background:none;
	padding-left: 5px;
}
.tagsDark .tagAlbums em {
	padding: 1px 6px 2px 6px;
	background-color: #096d72;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 0 1px 1px rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0 1px 1px rgba(255,255,255,0.3);
	color: #89eded;
	font-weight: bold;
	font-style: normal;
	font-size: 1.7em;
	-webkit-text-shadow: 0px 1px 0px rgba(7,81,81,0.6);
  	-moz-text-shadow: 0px 1px 0px rgba(7,81,81,0.6);
  	text-shadow: 0px 1px 0px rgba(7,81,81,0.6);
}
.tagsDark .tagAlbums span {
	margin-left: 6px;
	position: relative;
	top: -3px;
}
.tagsDark .tagFans em {
	color: #096d72;
	color: rgba(4,86,87,0.76);
	font-size: 1.4em;
	/*line-height: 1em;
	font-weight: bold;
	margin-right: 5px;
	top: 6px;*/
}
.tagsDark .tagVerified, .profileBar .tagsDark .tagVerified, .tagVerified {
	background-position: 8px -93px;
	color: #ffffff;
  	-moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
	-webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
  	text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
  	padding-left: 32px;
  	background-color: #0fa5a6;
	background-color: rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	position: absolute;
	right:0px;
	top: 0px;
	margin-right: 0;
	padding: 6px 10px 12px 42px;
}
.tagsDark div em {
	-webkit-text-shadow:0 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow:0 1px 0px rgba(255,255,255,0.4);
	text-shadow:0 1px 0px rgba(255,255,255,0.4);
}

.homeArtistProfile .tagGenre {
	background-position: -5px 0px;
}
.homeArtistProfile .tagFans {
	background-position: -5px -53px;
	white-space: nowrap;
}

/* TEXT SHADOW STYLES */
.topContentHome h1, .topContentHome h2, .topContentHome h3, .topContentHomeAccount span {
	-webkit-text-shadow:1px 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow:1px 1px 0px rgba(255,255,255,0.4);
	text-shadow:1px 1px 0px rgba(255,255,255,0.4);
}

/* NAV STYLES */
ul.nav {
    font-size: .7em;
    list-style: none outside none;
    margin: 77px 0 0 14.7em;
    padding: 0;
	position:absolute;
	white-space:nowrap;
}
ul.nav li {
	float: left;
    margin: 0;
    padding: 0 2.5em 0 0;
    position: relative;
}
ul.nav li a {
    color: #000000;
    display: block;
    float: left;
    padding: 10px 0 25px 0;
    text-decoration: none;
	font-weight:bold;
}
ul.nav li:hover a {
	color:#169fa8;
}
ul.nav li span {
    background: url(../images/dropdownBtn.png) no-repeat;
    float: left;
    height: 35px;
    width: 17px;
	background-position: center 18px;
	padding-bottom:20px;
}
ul.nav li:hover span {
    background-position: center -20px;
    cursor: pointer;
}
ul.nav li ul.subNav {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background:#000000 url(../images/stripe.gif) repeat;
    border: 1px solid #111111;
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 54px;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.6);
	box-shadow:0px 1px 3px rgba(0,0,0,0.6);
		white-space:normal;
}
ul.nav li ul.subNav li {
    border-top: 1px solid #363636;
    clear: both;
    margin: 0;
    padding: 6px 0;
	font-size:1.1em;
	line-height:1.2em;
	width:100%;
}
html ul.nav li ul.subNav li a {
	color:#ffffff;
    float: left;
    padding: 5px;
	font-weight:normal;
}
html ul.nav li ul.subNav li a:hover {
	color:#6cdae1;
}

/* disable dropdowns */
ul.nav li span, ul.nav li ul.subNav {
	display: none !important;
}





.header .fourcol {
}
.rightNav {
	background:url(../images/rightNav.png) repeat;
	padding:0 5%;
	padding-top: 43px;
	padding-bottom: 20px;
}
.accountNav {
	font-size:.7em;
	line-height:1.2em
}
.accountNav em {
	font-style:normal;
	float:left;
	width:40%;
	margin:8px 1% 5px 0;
	white-space:nowrap;
}
.accountButtons {
	float:right;
	width:58%;
}
.accountButtons .button{
	float:right;
	width:41%;
	text-align:center;
	font-weight: bold;
}
.search {
	clear:both;
	margin-top:12px;
	background:#ffffff;
	border:1px solid #94e7e7;
	-webkit-box-shadow: inset 1px 1px 4px #d2f2f4;
	-moz-box-shadow: inset 1px 1px 4px #d2f2f4;
	box-shadow: inset 1px 1px 4px #d2f2f4;
	padding: 2px 0 4px 2px;
}
.search input {
	background:none;
	border:0;
	padding:5px;
	width:83%;
}
.search .searchButton {
	background:url(../images/searchBtn.gif) no-repeat;
	width:auto;
	float:right;
	margin:2px 1px 0 0;
	width:21px;
	height:21px;
}
.search .searchButton:hover {
	cursor:pointer;
}
.secondNav {
	background-color: #3fb7b8;
	background-color: rgba(0,40,60,0.14);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.15) inset, 0 1px 2px rgba(255,255,255,0.45);
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.15) inset, 0 1px 2px rgba(255,255,255,0.45);
	box-shadow:0 1px 4px rgba(0,0,0,0.15) inset, 0 1px 2px rgba(255,255,255,0.45);
	padding-top:5px;
/* 	position:relative; */
	z-index:2;
}
.secondNav ul {
	overflow: hidden;
	margin-bottom: 6px;
}
.secondNav li {
	float:left;
	font-size:.7em;
	padding-top:5px;
}
.secondNav li a, body #ctl00_ctl00_Menu1 a.static, body #ctl00_ctl00_Menu2  a.static {
background: #C5F8F9; /* old browsers */

background: -moz-linear-gradient(top, #C5F8F9 0%, #9BF2F0 48%, #9BF2F0 51%, #80E2E7 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5F8F9), color-stop(48%,#9BF2F0), color-stop(51%,#9BF2F0), color-stop(100%,#80E2E7)); /* webkit */

background: -o-linear-gradient(top, #C5F8F9 0%,#9BF2F0 48%,#9BF2F0 51%,#80E2E7 100%); /* opera */	


	padding:6px .6em;
	display: inline;
	font-weight:bold;
	color:#000000;
	margin-right:.7em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #05aeae;
	-webkit-box-shadow:0px 1px 1px rgba(5,128,128,0.25);
	-moz-box-shadow:0px 1px 1px rgba(5,128,128,0.25);
	box-shadow:0px 1px 1px rgba(5,128,128,0.25);
}
body #ctl00_ctl00_Menu1 a, body #ctl00_ctl00_Menu2 a {
	display: inline !important;
}
body #ctl00_ctl00_Menu1 a.static, body #ctl00_ctl00_Menu2 a.static {
	padding: 6px 0.6em !important;
}
.secondNav a {
	display: none;
	text-transform: capitalize;
}
.secondNav li a:hover, body .row #ctl00_ctl00_Menu1 a.highlighted, body .row #ctl00_ctl00_Menu1 a.selected, body .row #ctl00_ctl00_Menu2 a.highlighted, body .row #ctl00_ctl00_Menu2 a.selected {
	background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.45, #FFFFFF),
    color-stop(0.93, #B4F7F7)
);
background-image: -moz-linear-gradient(
    center top,
    #FFFFFF 45%,
    #B4F7F7 93%
);
	border:1px solid #06b5b5;
}
.secondNav li a:active, .secondNav li a.active {
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.45, #FFFFFF),
    color-stop(0.93, #D3FCFC)
);
background-image: -moz-linear-gradient(
    center bottom,
    #FFFFFF 45%,
    #D3FCFC 93%
);
	border:1px solid #06b5b5;
	position:relative;
	top:1px;
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.6);
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.6);
	box-shadow:0px 1px 0px rgba(255,255,255,0.6);
}
.topContentHome {
	background:url(../images/homeBg.png) repeat-x bottom;
	position:relative;
	z-index:1;
/* 	min-height: 530px; */
padding-bottom: 30px;
}
.topContentHome h1 {
	margin:.9em 0 0 0;
	font-size:5.1em;
	line-height:.9em;
font-family: "vinyl-1","vinyl-2",sans-serif;    font-weight:bold;
  text-transform:uppercase;
}
.topContentHome h2 {
	margin:.7em 0 0 0;
	font-size:1.4em;
	line-height:1.3em;
    font-family: Verdana, Arial, sans-serif;
    font-weight:normal;
    text-transform: none;
}
.bottomContentHome {
	position:relative;
	top:-5px;
}
.bottomContent {
	padding-bottom: 60px;
	padding-top: 45px;
	background:#141414;
	background:#000000 url(../images/stripe.gif) repeat;

}
.topContentHomeAccount {
	background:url(../images/homeAccountBg.png) repeat-x bottom;
	padding:4.45em 0 3em 0;
}

/* HOME FEATURES */
.topContentHome .eightcol .row {
	margin-top:4em;
}
.topContentHome .sixcol h3 {
	margin-bottom:.65em;
	font-size: 1.6em;
}
.topContentHome .sixcol li {
	background:url(../images/homeAccountBg.png) repeat-x top;
	margin-bottom:2px;
	font-size:.95em;
	line-height:1.2em;
}
.topContentPublic .homeBenefits .sixcol li {
	background: none;
}
.topContentHome .sixcol li span {
	padding:.8em .85em .85em 3.1em;
	display:block;
	background-repeat:no-repeat;
	background-position:3px center;
	-webkit-text-shadow:0 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow:0 1px 0px rgba(255,255,255,0.4);
	text-shadow:0 1px 0px rgba(255,255,255,0.4);
}
#homeFeature1 span {
	background-image:url(../images/homeFeaturesIcon1.png);
}
#homeFeature2 span {
	background-image:url(../images/homeFeaturesIcon2.png);
}
#homeFeature3 span {
	background-image:url(../images/homeFeaturesIcon3.png);
}
#homeFeature4 span {
	background-image:url(../images/homeFeaturesIcon4.png);
}
#homeFeature5 span {
	background-image:url(../images/homeFeaturesIcon5.png);
}
#homeFeature6 span {
	background-image:url(../images/homeFeaturesIcon6.png);
}
#homeFeature7 span {
	background-image:url(../images/homeFeaturesIcon7.png);
}
#homeFeature8 span {
	background-image:url(../images/homeFeaturesIcon8.png);
}
.homeBenefits ul {
	margin-bottom: 3px;
}
.homeBenefits em {
	color: #8ef5f3;
	font-style: normal;
	font-size: .75em;
}
.homeBenefits em a {
	color: #8ef5f3;
	text-decoration: underline;
	font-weight: normal;
}
.homeBenefits em a:hover {
	color: #ffffff;
}

/* HOMEPAGE SIGNUP STYLES */
.homeSignUp {
	padding:0 5%;
}
.homeSignUp .row {
	margin-bottom: 7px;
}
.homeSignUp .sixcol {
	line-height: 10px;
}
.homeSignUp input {
	border:1px solid #33c4c4;
	-webkit-box-shadow: inset 2px 2px 3px rgba(136, 216, 221, 0.6);
	-moz-box-shadow: inset 2px 2px 3px rgba(136, 216, 221, 0.6);
	box-shadow: inset 2px 2px 3px rgba(136, 216, 221, 0.6);
	padding: 8px;
	font-size: .95em;
	width: 87%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}
.homeSignUp input:focus {
	background: rgba(255,255,255,1);
}
.homeSignUp .fullInput {
	width: 94%;
}
.topContentHomeAccount span {
	font-size:1em;
	display:block;
	line-height:1.3em;
} 
.signUpIntro {
	margin-bottom: 18px;
	display: block;
}
.topContentPublic .subhead {
	margin-top: 15px;
	margin-bottom: 40px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 13px 10px;
	display: block;
}
.topContentPublic .eightcol .homeBenefits {
	margin-top: 128px;
}
.topContentPublic h4.subhead {
	line-height: 1em;
	font-size: 1.5em;
	padding: 26px 10px 21px 15px;
}
.signUpWhat {
	display: block;
	margin: 18px 0 0 0;
}
.homeSignUp em.homeDisclaimer {
	font-size: 9px;
	line-height: 1.5em;
	font-style: normal;
	-webkit-text-shadow:0 1px 0px rgba(255,255,255,0.4);
	-moz-text-shadow:0 1px 0px rgba(255,255,255,0.4);
	text-shadow:0 1px 0px rgba(255,255,255,0.4);
}
.homeSignUp .homeSignUpWho {
	margin-bottom: 0;
}
.homeSignUpWho .twelvecol {
	line-height: 14px;
}
.homeSignUpWho li {
	float: left;
	margin-right: 1%;
	margin-bottom: 0;
}
.homeSignUpWho input {
	width: auto;
}
.homeSignUpWho label {
	font-size:.75em;
	margin-right: .5em;
}
.homeSignUpBtn a {
	float: left;
	background:url(../images/btnSignUpLeft.png) no-repeat left top;
	padding: 0 0 0 10px;
	color: #000000;
	width: 97%;
}
.homeSignUpBtn a span {
	float: none;
	display: block;
	background:url(../images/btnSignUpRight.png) no-repeat right top;
	padding: 16px 20px 23px 10px;
	font-family: vinyl-1,vinyl-2,sans-serif;
	text-transform: uppercase;
	font-size: 2.4em;
	text-align: center;
	-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,0.76);
  	-moz-text-shadow: 0px 1px 1px rgba(255,255,255,0.76);
  	text-shadow: 0px 1px 1px rgba(255,255,255,0.76);
	line-height: 1.3em;
}
.homeSignUpBtn a:hover, .homeSignUpBtn a:focus {
	background-position: left -100px;
}
.homeSignUpBtn a:hover span, .homeSignUpBtn a:focus span {
	background-position: right -100px;
}
.homeSignUpBtn a:active {
	background-position: left -195px;
}
.homeSignUpBtn a:active span {
	background-position: right -195px;
	padding: 21px 20px 18px 10px;
}
.topContentPublic .homeSignUp {
	padding: 0;
}

/* HOME ARTIST VIDEO */
.homeArtistVideo {
	clear: both;
	height: auto;
	width: 100%;
}
.homeArtist h4 {
	font-size: 1.7em;
	font-weight: bold;
	color: #ffffff;
	text-transform: none;
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0 20px 0;
	float: left;
}
.homeArtist h4 a, .homeArtist h4 span {
	color: #ffffff;
	font-weight: bold;
}
.buttonContainer {
	float: right;
	margin-top: 1px;
}
.buttonContainer .smallButtonFan {
	margin-right: 5px;
}
.bottomContent .buttonContainer .smallButton:hover {
	color: #000000;
}
.homeAdsWrapper. .homeAboutWrapper {
	padding: 0 5%;
}
.homeSponsorList {
	margin: 13px 0 0 0;
}
.homeSponsorList li {
	margin-bottom: 20px;
	line-height: 1em;
}
.homeSponsorList li:last-child {
	margin-bottom: 0;
}
.homeSponsorList li a {
	display: block;
}
.homeSponsorList li a:last-child {
	line-height: .75em;
}
.homeSponsorList li a strong {
	font-size: .95em;
	display: block;
	margin-bottom: 5px;
	text-decoration: underline;
}
.homeSponsorList li p, .homeAboutWrapper p {
	color: #ffffff;
	font-size: .8em;
	line-height: 1.45em;
	margin-bottom: 0px;
}
.homeSponsorList li a em, .homeAboutWrapper em {
	text-decoration: underline;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
}

/* HOME ABOUT STYLES */
.homeAdsWrapper, .homeAboutWrapper, .socialWrapper {
	padding: 0 5%;
}
.socialWrapper {
	padding: 0;
}
.homeAboutWrapper, .homeArtists .title{
	margin: 30px 0 0 0;
}
.homeArtists .title, .homeAboutWrapper .title, .homeAdsWrapper .title {
	padding-bottom: 8px;
}
.homeArtistProfile .title {
	margin-bottom: 3px;
	font-size: 1.3em;
}
.homeArtistProfile p {
	color:#ffffff;
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom: 1px;
	padding-bottom: 15px;
	background: url(../images/footerLinesBlue.png) repeat-x bottom;
	height: 200px;
	overflow: auto;
}
.homeArtistProfile p:first-line {
	font-weight: bold;
	color:#57dcd9;
	font-size: 1.2em;
	line-height: 1.2em;  
}
.homeArtists ul {
	margin: 5px 0 0 0;
	overflow: hidden;
	width: 100%;
}
.homeArtists li {
	position: relative;
	margin-right: .3%;
	float: left;
	line-height: 1em;
	width: 16.3%;
}
.homeArtists li img {
	margin-bottom: 0;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.homeArtists li a:hover img, .homeArtists li a:focus img {
	-moz-opacity:1;
	opacity:1;
}
.homeArtists li span {
	position: absolute;
	bottom: 0;
	width: 88.5%;
	padding: 5px 5.75%;
	background:url(../images/homeFeaturesBg.png) repeat;
	font-size: .75em;
	color: #000000;
	-webkit-text-shadow: 0px 0px 0px rgba(0,0,0,0);
  	-moz-text-shadow: 0px 0px 0px rgba(0,0,0,0);
  	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}

/* FOOTER STYLES */
.footer {
	padding-top: 13px;
	padding-bottom: 15px;
	color: #000000;
}
.footer .title {
	color: #000000;
	background: url(../images/footerLines.png) repeat-x bottom;
	padding-top:5px;
	padding-bottom: 10px;
}
.footer ul {
	margin-top: 10px;
}
.footer li {
	line-height: .9em;
}
.footer li a {
	color: #000000;
	text-decoration: underline;
	font-size: .75em;
	font-weight: normal;
}
.footer .fourcol .title span {
	float: right;
	margin-top: -3px;
}
.footer .fourcol .title span a {
	float: left;
	margin-left: 4px;
}
.copyright {
	color: #3b6a6d;
	font-size: .7em;
	font-weight: normal;
	margin: 15px 0 0px 0;
}
.copyright a {
	color: #3b6a6d;
	text-decoration: underline;
}
.copyright a:hover, .copyright a:focus {
	color: #000000;
}
.footer .fourcol p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: .92em;
	line-height: 1.4em !important;
}
.footer .fourcol p a {
	text-decoration: underline;
	color: #000000;
}
.footer .tweetTime {
	color: #3b6a6d;
	text-decoration: underline;
	float: right;
	font-size: .65em;
	margin-top: 0;
	line-height: 2.4em;
}
.footer .tweetime a:hover, .footer .tweetime a:focus {
	color: #000000;
}

/* OVERRIDE TWITTER WIDGET STYLES */
.twtr-hd, .twtr-ft {
	display: none;	
}
.twtr-widget .twtr-tweet-wrap {
	padding: 10px 0 !important;
}
#twtr-widget-1 em {
	margin-top: 5px;
}
.twtr-widget a {
	text-decoration: underline;
}



/* LOGIN PAGE STYLES */
.bottomContentLogin {
	color: #ffffff;
	margin-top: -5px;
}

/* GENERAL STYLES */
.comments li {
	overflow: hidden;
	margin-bottom: 0;
}
.comments ul {
	margin-bottom: 0px;
}
.comment {
	line-height: 1em;
	width: 78%;
	float: left;
}
.profileComments .comment {
	position: relative;
}
.profileComments .comment .delBtn {
	position: absolute;
	top: 1px;
	right: 0;
}
.bottomContentMain .comment {
	width: 86%;
}
.comment small {
	float: right;
	font-size: 9px;
	text-transform: uppercase;
	color: #3b6a6d;
	margin-right: 7.5%;
}
.bottomContentMain .comment small {
	color: #b5b5b5;
}
.comment strong a, .dayDetail {
	font-weight: bold;
	font-size: .8em;
	color: #3b6a6d;
	text-decoration: underline;
}
.dayDetail {
	font-size: .95em;
	color: #3b6a6d;
	text-decoration: underline;
}

.comment p {
	margin: 7px 0 0 0;
	font-size: .8em;
	line-height: 1.45em;
	clear: both;
}
.avatar {
	float: left;
	width: 17%;
	max-width:50px;
	margin-right: 5%;
}
.avatar img {
	border:3px solid #ffffff;
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	margin-bottom: 0;
	width: 100%;
}
.wall .linkage {
	font-size: 0.75em;
	text-decoration: underline;
	color: #3b6a6d;
}
.wall .linkage:hover, .wall .linkage:focus {
	color: #000000;
}
.bottomContentMain .wall .linkage {
	color: #57DCD9;
}
.bottomContentMain .wall .linkage:hover, .bottomContentMain .wall .linkage:focus {
	color: #ffffff;
}
.merchBoxes {
	float: right;
	margin-right: 15px;
	margin-top: -1px;
	line-height: .4em;
}
.merchBoxes label {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.63em;
	line-height: 1.4em;	
	text-transform: none;
	color: #3b6a6d;
	-webkit-text-shadow: none;
  	-moz-text-shadow: none;
  	text-shadow: none;
	
}
.merchBoxes input {
	margin-left: 15px;
	margin-right: 4px;
}
.merchList {
	position: relative;
	margin: 25px 0 20px 0;
	width: 100%;
}
.merchList li {
	background-color: #ffffff;
	position: relative;
	bottom: 0px;
	float: left;
	line-height: .9em;
	width: 15.3%;
	margin-left: 3.2%;
	padding: 0.8% 0.6% 0.8% 0.8%;
}
.merchList li:first-child {
	margin-left: 0;
}
.merchList img {
	margin-bottom: 6px;
}
.merchList strong {
	font-size: 0.8em;
	display:block;
}
.merchList span {
	font-size: 9px;
	text-transform: uppercase;
	display: block;
	margin: 3px 0 1px 0;
}
.merchList em {
	font-size: 12px;
	color: #007b7b;
	font-style:normal;
}
.merchList a {
	float: right;
	color: #000000;
	text-transform: uppercase;
	font-size: 9px;
	background: #C5F8F9; /* old browsers */

background: -moz-linear-gradient(top, #C5F8F9 0%, #9BF2F0 48%, #9BF2F0 51%, #80E2E7 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5F8F9), color-stop(48%,#9BF2F0), color-stop(51%,#9BF2F0), color-stop(100%,#80E2E7)); /* webkit */
 
background: -o-linear-gradient(top, #C5F8F9 0%,#9BF2F0 48%,#9BF2F0 51%,#80E2E7 100%); /* opera */	padding:0px 3px 1px 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #05aeae;
	-webkit-box-shadow:0px 1px 1px rgba(5,128,128,0.25);
	-moz-box-shadow:0px 1px 1px rgba(5,128,128,0.25);
	box-shadow:0px 1px 1px rgba(5,128,128,0.25);
}
.merchList a:active {
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.45, #FFFFFF),
    color-stop(0.93, #D3FCFC)
);
background-image: -moz-linear-gradient(
    center bottom,
    #FFFFFF 45%,
    #D3FCFC 93%
);
	border:1px solid #06b5b5;
	position:relative;
	top:1px;
	-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.6);
	-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.6);
	box-shadow:0px 1px 0px rgba(255,255,255,0.6);
}
.mainSearchList {
	margin-bottom: 50px;
}
.mainSearchList .profileImage {
	width: 11.5%;
}
.mainSearchList .profileBar {
	float: left;
	width: 84%;
	margin-top: 0;
}
.mainSearchList .profileTitle {
	padding: 4px 0 31px 0;
}
.mainSearchList .profileTitle strong a {
	font-size: 2em;
	color: #3b6a6d;
	font-family: "vinyl-1","vinyl-2",sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
.mainSearchList li {
	border-bottom: 2px solid #55bfbf;
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 5px;
	padding-top: 20px;
	overflow: hidden;
}
.mainSearchList li:first-child {
	padding-top: 2px;
}
.mainSearchList .profileTitle .smallButtonFan {
	float: right;
}
.mainSearchList .profileTitle .smallButtonBook {
	float: right;
}
.mainSearchList .profileTitle .smallButtonAccept {
	float: right;
}
.mainSearchList .profileTitle .smallButtonDecline {
	float: right;
}
.mainSearchList .profileTitle .smallButtonCounter {
	float: right;
}
.search .RadComboBox table {
	vertical-align: middle;
}


/* SEARCH PAGE STYLES */
.internalNav {
	background: url(../images/subheadBg.png) repeat;
	border-bottom: 2px solid #55bfbf;
	border-bottom: 2px solid rgba(0,0,0,0.05);
	overflow: hidden;
	color: #3b6a6d;
	font-size: .75em;
	margin-top: 40px;
}
.internalNav li {
	float: left;
	margin-bottom: 0;
}
.internalNav li:first-child {
	padding: .7em 1.2em;
}
.internalNav a {
	display: block;
	padding:.7em 1em;
	color: #3b6a6d;
	font-size: 10px;
	text-transform: uppercase;
}
.internalNav .active {
	color: #ffffff;
  	-moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
	-webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
  	text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
  	background-color: #0fa5a6;
	background-color: rgba(0, 40, 60, 0.30);
}
.internalNav a:hover {
	color: #ffffff;
  	-moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
	-webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
  	text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
  	background-color: #078788;
	background-color: rgba(0, 40, 60, 0.45);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
}
.fourcol .searchByName li{
	overflow: hidden;
	padding: 14px 0 7px 0;
}
.searchByName .comment {
	float: left;
	width: auto;
}
.searchByName .comment strong a {
	font-size: .9em;
}
.searchByNameInput {
	display: block;
	padding: 20px 0 10px;
}
.searchByNameInput input {
	-moz-box-shadow: 2px 2px 3px rgba(2,120,120,0.62) inset;
	font-family: Verdana,Arial,sans-serif;
	font-size: .8em;
	width: 96%;
	height:18px;
	margin: 11px 0 7px 0;
	border:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	padding: 6px;
}

.bottomContentMain .searchByNameInput {
	
}

.searchByNameInput .RadComboBox table td.rcbInputCell input, .searchByNameInput .RadComboBox table td.rcbArrowCell input {
	background: #ffffff;
	padding: 5px !important;
}
.searchByNameInput table.rcbHovered {
	background: none !important;
}
.searchByNameInput .tinyButton {
	color: #000000;
	text-decoration: none;
	padding: 6px;
	margin-top: 8px;
}
.searchByNameInput .RadComboBox_Default .rcbInputCellLeft, .searchByNameInput .RadComboBox_Default .rcbInputCellRight, .searchByNameInput .RadComboBox_Default .rcbArrowCellLeft, .searchByNameInput .RadComboBox_Default .rcbArrowCellRight {
	background: none;
}
#ctl00_ctl00_CphMPContent_Content1_ctl00_ctl00_CphMPContent_Content1_pnlMyCityPanel .RadComboBox {
	margin: 15px 0 35px 0;
}
#ctl00_ctl00_CphMPContent_Content1_ctl00_ctl00_CphMPContent_Content1_pnlMyCityPanel .RadComboBox table td.rcbInputCell input {
	top: 0 !important;
}
.tinyVerified {
	color: #ffffff;
  	-moz-text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
	-webkit-text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
  	text-shadow: 0px 1px 0px rgba(0,0,0,0.35);
  	background-color: #0fa5a6;
	background-color: rgba(0, 40, 60, 0.30);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2) inset;
	padding: 3px 5px;
	font-size: 9px;
	text-transform: uppercase;
	float: right;
	clear: right;
	margin-top: 8px;
	line-height: 1.6em;
}


/* OTHERS LIKE STYLES */
.bottomContentMember {
	padding-top: 75px;
	padding-bottom: 60px;
}
.bottomContent h4 {
	font-size: 1.6em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #57DCD9;
}
.othersLikeList {
	margin: 45px 0 0 0;
	overflow: hidden;
	width: 100%;
}
.othersLike ul.othersLikeList:first-of-type {
	margin-top: 27px;
}
.othersLikeList li {
	position: relative;
	float: left;
	line-height: 1em;
	width: 16.3%;
	margin-right: 3.7%;
	margin-bottom: 35px;
}
.othersLikeList li:first-child {
	margin-left: 0;
}
.othersLikeList li img {
	margin-bottom: 0;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.othersLikeList li a:hover img, .othersLikeList li a:focus img {
	-moz-opacity:1;
	opacity:1;
}
.othersLikeList li div {
	position: relative;
}
.othersLikeList li span {
	position: absolute;
	bottom: 0;
	width: 88.5%;
	padding: 5px 5.75%;
	background:url(../images/homeFeaturesBg.png) repeat;
	font-size: .75em;
	color: #ffffff;
	-webkit-text-shadow: 0px 0px 0px rgba(0,0,0,0);
  	-moz-text-shadow: 0px 0px 0px rgba(0,0,0,0);
  	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.othersLikeList span a, .othersLikeList span a:hover, .othersLikeList span a:focus, .othersLikeList span a:active {
	color: #000000;
}
.othersLike .tags {
	color: #57DCD9;
	font-size: 9px;
	text-transform: uppercase;
}
.othersLike .tags li {
	width: 95%;
	position: static;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 5px 0px 5px 5%;
	border-bottom: 1px solid #3e3e3e;
	margin: 0;
	height: 10px;
}
.othersLike .tags li:first-child {
	padding-top: 7px;
}


/* PROFILE CALENDAR CSS */ 
      
.profileCalendar ul {
	margin-top: 22px;
	border-top: 1px solid #3E3E3E;
}
.profileCalendar li {
	border-bottom: 1px solid #3E3E3E;
	padding: 15px 0;
}
.calendarDate span {
	font-weight: bold;
	color: #ffffff;
}
.calendarDate em span {
	font-size: .75em;
	text-transform: uppercase;
	color: #57DCD9;
	margin-left: 6px;
	font-style: normal;
}
.calendarLocation {
	font-family: Palatino,Georgia,serif;
	font-style: italic;
	color:#57DCD9;
	margin-top: 0px;
}
.calendarLocation a {
	text-decoration: underline;
}
.calendarLocation strong {
	margin-left: 5px;
}
.calendarLocation em {
  	font-family:Arial, sans-serif;
  	font-size: .6em;
  	text-transform: uppercase;
  	font-style: normal;
}



/* RAD STYLES (GROSS CODE) */
.RadComboBox table td.rcbInputCell, .RadComboBox .rcbInputCell .rcbInput, body .RadComboBox .rcbInputCell .rcbInput {
	padding-top: 0 !important;
	color: #555555 !important;
	position: relative !important;
/* 	top:-3px !important; */
}
body .search .RadComboBox .rcbInputCell .rcbInput {
	padding-top: 5px !important;
}
body .search .RadComboBox .rcbInputCell .rcbInput, body .messageTo .RadComboBox .rcbInputCell .rcbInput {
	top: 0 !important;
	padding: 5px 3px;
}
.rcbList, .rcbItem, table.rcbHovered {
	background: #ffffff !important;
	line-height: 1.4em;
}
.RadComboBoxDropDown {
	border: 0px solid #d5d5d5 !important;
}
.rcbItem {
	border-bottom:1px dashed #d5d5d5;
}
.rcbHovered {
	background: #eaeaea;
	border-bottom:1px dashed #d5d5d5;
}
.rcbItem, .rcbHovered {
	padding: 6px 4px !important;
	line-height: 1.4em;
}
.search .RadComboBox_Default .rcbInputCellLeft, .search .RadComboBox_Default .rcbArrowCellRight {
	background: none !important;
}


/* PUBLIC PAGES */
.topContentPublic {
	background:url(../images/publicGradient.png) repeat-x bottom;
}
.topContentPublic p {
	font-size: .95em;
	line-height: 1.7em;
}
.topContentPublic h3 {
	font-size: 1.7em;
	padding:4px 0 4px 42px;
	background: url(../images/publicIcons.png) no-repeat left 0px;
}
.topContentPublic .row h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 4em;
}
.topContentPublic .row:nth-child(2) {
	margin-top: 50px;
}
.topContentHome .row:nth-child(2) {
	margin-top: 0px;
}
.topContentPublic .row:last-child {
	margin-bottom: 30px;
}
.topContentPublic .publicCaption {
	font-style: italic;
	color: #1C7171;
	font-size: .9em;
}
.topContentPublic img {
	margin-bottom: 7px;
}


/* INDIVIDUAL PUBLIC SECTION ICONS */
.topContentPublic #headGrow {
	background-position: left 0px;
}
.topContentPublic #headRecruit {
	background-position: left -60px;
}
.topContentPublic #headGigs {
	background-position: left -120px;
}
.topContentPublic #headHomegrown {
	background-position: left -180px;
	padding-left: 34px;
}
.topContentPublic #headFind {
	background-position: left -240px;
}
.topContentPublic #headContact {
	background-position: left -302px;
}
.topContentPublic #headExpenses {
	background-position: left -362px;
}
.topContentPublic #headError {
	background-position: left -422px;
}

.topContentPublic .links h3 {
	background-position: left 0px;
	padding-left: 0;
	background: none;
}
.topContentPublic .links h3 a {
	text-decoration: underline;
	color: #3B6A6D;
}


/* AD STYLES */
#ads ul li {
	margin: 0 5px !important;
}



/* CONCERT PAGE STYLES */
.topContentPublic p.shortDescription {
	margin: 12px 0 4px 0;
	float: right;
	width: 84%;
}
#concertsWrapper .row .profileTitle strong {
	display: block;
	float: right;
	width:84%;
}
#concertsWrapper .mainSearchList .profileBar {
	float: right;
	width: 84%;
	margin: 12px 0 22px 0;
	padding: 5px 0;
}




/* IE styles */
.logo {
	margin-top: 94px\9;
}
ul.nav {
	margin-top: 81px\9;
}
.rightNav {
	*background: none;
	*padding-right:0;
	padding-top: 20px\9;
}


/* SPECIAL STYLES TO FIX THINGS FOR VERSIONS OF IE8 AND BELOW */
.secondNav {
	background-color: #70c7ca\9;
}
.secondNav {
	margin-bottom: 10px\9;
}
.homeSignUp input {
{background: transparent;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);   /* IE6 & 7 */      zoom: 1;}

}
.homeSignUp input {
	padding-top:5px\9;
	padding-bottom: 5px\9;
}
.homeSignUpWho input {
	background: none\9;
	border:0\9;
}
.secondNav li {
	margin-bottom: 5px\9;
}
.secondNav li a {
	background: #baf5f6\9;
	border:0\9;
}
.topContentHome .sixcol li {
	padding-bottom: 0\9;
}
.topContentHome .sixcol li span {
	padding-bottom: 5px\9;
	background-position: 3px 4px\9;
}
.boldTextLarge {
	color: #ffffff\9;
}
input.boldTextLarge {
	color: #000000\9;
}
/*
.profileBar .tags div {
	float: none;
	display: inline;
	padding-top: 0;
	padding-bottom: 10px;
}
*/
.othersLike .tags {
	font-size: 8px\9;
}
.profileBar.subHead {
	border:0\9;
}
.tags, .tagsDark {
	padding-top: 0\9;
	padding-bottom: 5px\9;
}
.tagsDark .tagVerified, .profileBar .tagsDark .tagVerified, .tagVerified, .internalNav .active {
  	background-color: #0fa5a6\9;
  	padding-bottom: 0px\9;
}
.profileComments ul {
	border-top: 0\9;
}
/*
.internalNav, .mainSearchList li {
	clear: both;
}
*/
.search .searchButton {
	*margin-top:-29px;
	*margin-right:4px;
}
.searchByNameInput .tinyButton {
	*margin-top:-43px;
}
.mainSearchList .profileBar {
	width: 74%\9;
}
.mainSearchList .profileTitle .smallButtonFan {
	margin-top: -60px\9;
}
.mainSearchList .profileTitle .profileBar {
	margin-top: 45px\9;
}
.othersLikeList li {
	margin-right: 2.7%\9;
}
.othersLikeList li div {
	position: absolute\9;
	width: 100%\9;
}
.prettyForm button, .bottomContentMain input[type=submit], .bottomContentMain .RadGrid_Default .rgCommandRow a, #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_btnSave {
background: #C5F8F9\9; /* old browsers */
}
.calendarItems #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_RadGrid1_ctl00__1, .calendarItems #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_RadGrid1_ctl00__2 {
	background: #f2feff\9;
	}
.calendarItems #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_RadGrid1_ctl00__0 {
	background: #121212\9;
}
.calendarItems #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_RadGrid1_ctl00__1.rgSelectedRow, .calendarItems #ctl00_ctl00_CphMPContent_ContentPlaceHolder1_RadGrid1_ctl00__2.rgSelectedRow {
	background: #f2feff\9;
}
body .RadScheduler .calendarPractice, body .RadScheduler .calendarGig {
	background: #f2feff\9;
}




















/* Layout for mobile version */

@media handheld, only screen and (max-width: 800px) {

	.row, .body, .container {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	.secondNav .twelvecol {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	body {
		font-size: 12px;
	}
	
	.sixcol {
		padding: 0;
	}
	.topContentPublic .sixcol {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header .sixcol .logo {
		margin-left: 0.6em;
	}
	body .topContentHome {
		padding-bottom: 0;
	}
	.fourcol .homeSignUp, .homeSignUp .row .topContentHomeAccount span {
		padding-left: 0;
		padding-right: 0;
	}
	.row .twelvecol .signUpIntro {
		margin-bottom: 0;
		padding: 10px 0;
	}
	.signUp .twelvecol {
		padding-left: 0;
		padding-right: 0;
	}
	.signUp .twelvecol input {
		width: 88.5%;
	}
	.fourcol .homeSignUp .row div{
		padding-left: .6em;
		padding-right: .6em;
		margin-bottom: 0;
	}
	.homeSignUp .sixcol {
		float: left;
	}
	.homeSignUp .row div {
		margin-bottom: 5px;
	}
	.homeSignUp .homeSignUpWho li {
		width: auto;
	}
	.homeSignUp .homeSignUpWho li input {
		width: auto;
	}
	.homeSignUp .homeSignUpWho .twelvecol {
		margin-bottom: 20px;
		overflow: hidden;
	}
	.fourcol .homeSignUp .homeSignUpBtn {
		width: 80%;
		padding-bottom: 15px;
	}
	.homeSignUp .homeSignUpBtn div {
		overflow: hidden;
		margin-bottom: 0;
	}
	.homeSignUp .homeSignUpBtn a span {
		padding-bottom: 32px;
	}
	.bottomContent .row .sixcol {
		overflow:  hidden;
	}
	.bottomContent .homeArtist .sixcol {
		float: left;
		margin-right: 0.6em;
	}
	div .homeAdsWrapper, div .homeAboutWrapper, div .socialWrapper {
		padding: 0;
	}
	div .homeAdsWrapper {
		margin-top: 25px;
	}
	.footer .fourcol {
		padding-left: 0;
		padding-right: 0;
	}
	.footer .fourcol .socialWrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* Type presets */
	
	body {
	line-height: 24px;
	}
	.header .logo {
		margin-top:110px
	} 
	.header .nav {
		width: 100%;
		margin: 10px 0 6px 10px;
		clear: both;
		float: none;
		position: relative;
		overflow: hidden;
		line-height: 1em;
		padding-top: 10px;
		border-top:2px solid #e5fbff;
	}
	.header .fourcol {
		position:absolute;
		top:0;
		z-index:5;
		padding-left: 0;
		padding-right:0;
		width: 100%;
	}
	.row ul.nav li {
		padding-right: 5%;
	}
	.row ul.nav li a {
		padding: 5px 0 12px 0;
	}
	.secondNav .leftTopNav {
		margin-bottom: 3px;
		padding-bottom: 8px;
		border-bottom: 2px #53abaf solid;
	}
	.secondNav .leftTopNav li {
		margin-bottom: 2px;
	}
	.secondNav .rightTopNav {
		float: left;
	}
	.header .row .twocol {
		display: none;
	}
	.accountNav .accountButtons {
		float:left;
		width:100%;
		position:relative;
		top:-18px;
	}
	.accountNav .accountButtons .button {
		float:left;
	}
	.header .fourcol .rightNav {
		width:100%;
		float:left;
		padding:20px 0 20px 0;
		background:none;
	}
	.rightNav .accountNav {
		float:left;
		margin-left: 4px;
		margin-top: 10px;
		width: 40%;
	}
	.rightNav .accountNav em {
		margin-bottom:6px;
		float:left;
		position:relative;
		top:33px;
		left:5px;
	}
	.secondNav ul {
		margin-bottom:0;
	}
	.rightNav .search {
		position: absolute;
		top: 23px;
		right: 10px;
		height: 22px;
	}
	.rightNav .search .RadComboBox {
		width: 118px !important;
	}
	.rightNav .search input {
		width:95px !important;
	}
	.rightNav .search .searchButton {
		width:21px;
		height:19px;
		padding:0;
		position: absolute;
		top: 0px;
		right: 0;
	}
	.row .topContentHomeAccount {
		padding:0;
		margin-top:1.2em;
		background-position:top;
	}
	body .bottomContentMain .comment {
		clear: both;
		width: 100%;
		margin-top: 10px;
	}
	.bottomContentMain .comment small {
		margin-right: 5.5%;
	}
	.row .profileImage {
		width: auto;
		margin-bottom: 25px;
	}
	.row .profileTop {
		clear: both; 
		width: 100%;
	}
	.profileBar .tags div {
		font-size: 8px;
	}
	.row .profileBar .tagsDark .tagVerified {
		width: 100%;
		clear: both;
		position: relative;
		padding-top: 4px;
		padding-bottom: 3px;
		left: -4px;
		top: 3px;
		background-position: 7px -96px;
	}
	.row .memberHelpText {
		text-align: left;
		float: none;
		margin-top: 15px;
		width: 100%;
		clear: both;
	}
	body .row .memberTable .rgMasterTable td:first-child a {
		top: -100px;
	}
	.topContentPublic p.shortDescription {
		width: auto;
		float: left;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	#concertsWrapper .row .profileTitle strong {
		width:auto;
		float: left;
	}
	#concertsWrapper .mainSearchList .profileBar {
		width: 100%;
		float: left;
		margin-top: 0;
	}
	#concertsWrapper .row .profileImage {
		margin-bottom: 10px;
	}

}

.Error
{
    font-weight: bold;
    font-size: 20px;
}

.section {
	background: url(../images/subheadBg.png) repeat;
	border-bottom: 2px solid #55bfbf;
	border-bottom: 2px solid rgba(0,0,0,0.05);
	overflow: hidden;
	color: #3b6a6d;
	/*margin-top: 40px;*/
	margin-bottom: 10px;
	padding: 20px;
}

.window {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color: #333;
    border: 5px solid #fff;
    padding: 30px;
    width: 550px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px #000;
    -moz-box-shadow: 0px 0px 5px 0px #000;
    box-shadow: 0px 0px 5px 0px #000;
}

#mask
{
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
}

    #bookingPopup .tab
{
    margin: 0;
    padding: 5px 15px;
    line-height: 34px;
    width: 250px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: -44px;
    background-color: White;
    color:Black;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
.download {
background: url(../img/downarrow@2x.png) no-repeat;
background-size: 27px 28px;
}
*/

}