@CHARSET "UTF-8";
/**
.standalone #topNavDiv { background: url(/assets/images/site/main_top_notabs.png) no-repeat; position: relative;  height: 20px; padding: 0px; }
*/
.standalone #mainDiv { top: 20px; }

.profileTabber { background: #fff; border: none; -moz-border-radius: 0px; border-bottom: 1px solid #ddd; }
.profileTabber .ui-state-default { padding: 5px !important; border: none !important; margin-right: 10px; }

.profile-outer-wrapper { /* holds profile-wrapper and player-wrapper */
	position: relative;
	padding-top: 20px;
	height: 490px;
}

.profile-wrapper {
	width: 640px;
}
.profile-wrapper ul {
	list-style: none;
	padding-left: 3px;
}
.profile-wrapper ul li { }
.profile-wrapper .label {
	display: block;
	float: left;
	font-weight: bold;
	width: 105px;
	margin-right: 5px;
}
.profile-wrapper .social-icon { display: block; }

.profile-col-left {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.profile-col-right {
	float: left;
	width: 400px;
}

.profile-section { margin-bottom: 20px; }

.profile-section .section-title {
	font-family: Century Gothic, Helvetica, Arial, san-serif; 
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 3px 0px;
	margin-bottom: 5px;
	margin-top: 40px;
}
.profile-section li { margin: 5px 0px; }
.profile-photo { width: 220px; margin-bottom: 10px;  }
.profile-photo img { width: 220px; height: auto; }

.profile-buttons .knerd-button { width: 220px; text-align: center; }
.profile-buttons .knerd-button:hover { color: #fff; background: #019BE3 url(/assets/css/redmond-1.8/images/ui_bg_hover.png) top left repeat-x; }
.add-fan { color: green; font-weight: bold; }
.remove-fan { height: 12px; width: 12px; padding-right: 2px; position: relative; top: 1px; }

.profileRow { 
	line-height: 1.5em; 
}

.profile-name-block .name { 
	font-family: Century Gothic, Helvetica, Arial, san-serif; 
	font-weight: bold; 
	font-size: 24px; 
	margin-bottom: 8px; 
}

.profile-name-block .slug { 
	font-size: 10px;
	font-style: italic;
	color: #999999;
	margin-bottom: 2px;
}

.profile-name-block .default-checkbox {
	position: relative;
	top: 2px;
	left: -2px;
}

.profile-name-block .default-label {
	position: relative;
	color: #999999;
	top: -1px;
	left: -1px;
	margin-bottom: 8px;
}

.profile-band-status .knerd-button {
	float: right;
	margin: 4px;
	margin-right: 24px;
}

.new-post .knerd-button { 
	margin: 0px 4px; 
}

.profile-external-link {
	float: left;
	margin-right: 5px;
}

/* Upcoming Shows */
.profile-shows .show-time { cursor: pointer; color: #019BE3;  background: url(../images/ui/arrow.png) no-repeat 0px 2px; padding-left: 10px; }
.profile-shows .show-time:hover { background: #019BE3; color: #fff; }
.profile-shows .show-description { margin: 3px 0 2px 10px; }


/* Members */
.btn-show-fan-stats {
float: left;
	font-size: 10px;
	line-height: 14px;
}

/* Album and Playlists both have .profile-playable */
.profile-playable { cursor: pointer; }
.profile-album .album-image { float: left; padding-right: 10px; }
.profile-playable .title-and-info {  background: url(../images/ui/arrow.png) no-repeat 0px 2px; padding-left: 10px; float: left; }
.profile-song-playable .title-and-info { background: url(../images/ui/arrow.png) no-repeat 0px 2px; padding-left: 10px; float: left; }
.listen-link {
	float: left;
	font-size: 10px;
	margin-left: 5px;
	padding: 2px 4px;
	background: #f6f6f6;

}
.download-album, .download-song {
	float: right;
	font-size: 10px;
	margin-left: 5px;
	padding: 2px 4px;
	background: #f6f6f6;

}

.listen-link:hover, .download-album:hover, .download-song:hover { background: #eee; color: #019BE3; }



.songs-placeholder ul { margin: 0px 0px 0px 10px; }

.profile-similar-artists li { display: inline; padding-right: 5px; margin-right: 5px; border-right: 1px solid #ccc; }

/* REVIEWS */
.profile-reviews .ajax-reviews {
	position: relative;
	min-height: 100px;
}

/* bookmark */
.add-pl-to-favorites .ui-button-text { padding-left: 20px; background: url(/assets/images/ui/bookmark.png) no-repeat 2px 2px;}

/**
 * detailed fan stats (qtip popup)
 */
.dlg-fan-stats-content select { margin: 5px 0px;}
.dlg-fan-stats-content select.distance { width: 140px; }
.dlg-fan-stats-content select.country  { width: 220px; }
.dlg-fan-stats-content input { width: 75px; }

/**** standalone profile view styles ****/

.profile-wrapper.standalone {
	margin-left: 20px;
	float: left;
	background-color: #fff;
}
.standalone .profile-col {
}
.standalone .profile-reviews {
}
.profile-player {
	float: left;
	min-width: 300px;
	margin-left: 20px;
}
/**** end debugging styles ****/

.knerd-edit {
	float: left;
	padding-right: 8px;
	width: 16px;
	height: 16px
}

.profile-table {
	width: 100%
}

.profile-section .subhead { font-size: 12px; }
.profile-table .td1 { width: 140px; }
.profile-table .td2 { width: 320px; }
.profile-table p { margin: 3px 5px; }
.profile-table .td1 p { font-weight: bold; padding-left: 0px; }
.profile-table .knerd-button {
	margin: 8px 8px 0px 0px;
}

/* There has to be a better way to do this, but here I have to copy
 * all of the styles for form inputs because there is no way to set
 * the class of each individual input, only the form itself */
.editable-form input, select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1em;
	padding: 5px;
	border: 1px solid #A6C9E2;
}

.editable-form button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	margin: 8px 0px 8px 8px;
	color: #019BE3;
	background-color: #EEEEEE;
	background-image: url("/assets/css/redmond-1.8/images/ui_bg_default.png"); 
	font-family: "Lucida Grande", "Lucida Sans", "Arial";
	font-size: 12px;
	line-height: 16px;
}

.profile-news .post-top {
	width: 100%;
}

.profile-news .headline {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 3px solid #019BE3;
	margin: 0px;
	padding: 4px;
	min-width: 180px;
	max-width: 320px;
	font-size: 14px;
	line-height: 16px;
}

.profile-news .news-date {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
}

.profile-news .headline:hover {
	background-color: #019BE3;
	color: #FFFFFF;
	cursor: pointer;
}

.profile-news .headline:hover .news-date {
	background-color: #019BE3;
	color: #FFFFFF;
}

.profile-news .edit-box {
	margin: 2px -8px 0px 0px;
	/* padding: 4px; */
	/* background-color: #FFFFFF; */
	/* border: 3px solid #019BE3; */
}

.profile-news .edit-box .ui-icon {
	margin-left: 2px;
	border: 1px solid #FFFFFF;
}

.profile-news .edit-box .ui-icon:hover {
	border: 1px solid #019BE3;
}

.profile-news .ui-corner-all-round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.profile-news .ui-corner-top-round {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.profile-news .ui-corner-bottom-round {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.profile-news .media, .profile-news .body {
	width: 90%;
	margin: 0px auto;
	padding: 8px 16px;
	background-color: #EEEEEE;
	border: 3px solid #019BE3;
	line-height: 16px;
}

.profile-news .media .media-upload {
	width: 44%;
	margin: 0px;
	padding: 8px;
	float: left;
	line-height: 16px;
}

.profile-news .media .media-link {
	width: 44%;
	margin: 0px;
	padding: 8px;
	float: right;
	border-left: 1px solid #000000;
	line-height: 16px;
}

.profile-news .pager-display { 
	margin-top: 8px;
}

.profile-news .media .media-confirm {
	width: 90%;
	margin: 0px auto;
	padding: 8px;
	border-top: 1px solid #000000;
	line-height: 16px;
}

.profile-news .spacer-right {
	margin-left: 247px;
	height: 8px;
	width: 3px;
	background-color: #019BE3;
	padding: 0px;
	border: 0px;
}

.profile-news .spacer-left {
	margin-left: 100px;
	height: 8px;
	width: 3px;
	background-color: #019BE3;
	padding: 0px;
	border: 0px;
}

.profile-news .spacer-connect {
	margin-left: 100px;
	height: 3px;
	width: 150px;
	background-color: #019BE3;
	padding: 0px;
	border: 0px;
}

.profile-news .headline-table-left {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.profile-news .headline-table-right {
	width: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.profile-news .blog-info {
	font-size: 10px;
	background-color: #F3F3F3;
}

.profile-news .arrow {
	width: 24px;
	vertical-align: center;
}

.profile-news .arrow .ui-icon {
	margin: 0px auto;
}

.profile-news .left {
	float: left;
}

.profile-news .right {
	float: right;
}

.profile-news .blog-nav {
	position: relative;
	top: 2px;
	padding: 2px;
	cursor: pointer;
}

.profile-news .blog-nav:hover {
	background-color: #019BE3;
	color: #FFFFFF;
}

.profile-news .blog-header {
	font-size: 13px;
	color: #999999;
	margin: 12px 0px 4px 0px;
}

.profile-news .blog-post-buttons {
	margin-top: 8px;
}

.profile-news .blog-media-upload {
	margin-right: 48px;
}

#myFavoriteArtistsDiv { margin-bottom: 20px; position: relative; }
#myFavoriteArtistsHeader .formRow { }
#myFavoriteArtistsHeader .favArtistPaginate { float: right; font-size: 11px; font-style: italic; color: #999; line-height: 30px; }
#myFavoriteArtistsDiv table { border-bottom: 1px solid white; border-right: 1px solid white; border-collapse: separate; width: 500px; }
#myFavoriteArtistsDiv .favArtistCell { background-color: #eee; border-top: 1px solid white; border-left: 1px solid white; position: relative;  width:120px; padding: 2px; }
#myFavoriteArtistsDiv .favArtistCell .favArtistName { position: relative; top: 0; left: 0; font-size: 10px; background: #888; color: #fff; padding: 5px; cursor: pointer; }
#myFavoriteArtistsDiv .photo { float: left; margin-right: 2px; height: 50px; width: 50px; background: #fff; cursor: pointer; }
#myFavoriteArtistsDiv .message { font-size: 10px; line-height: 2em; margin-top: 5px; }
#myFavoriteArtistsDiv .message a { padding-left: 17px; background: url(/assets/images/ui/messages.png) no-repeat; }
#myFavoriteArtistsDiv .message a:hover { color: #cc0000 !important;  cursor: pointer; }
#myFavoriteArtistsDiv .unfan { font-size: 11px; line-height: 2em; }
#myFavoriteArtistsDiv .unfan a { padding-left: 17px; background: url(/assets/images/ui/delete.png) no-repeat; }
#myFavoriteArtistsDiv .unfan a:hover { color: #cc0000 !important; cursor: pointer; }

#myFavoriteArtistsDiv .favArtistCell.cal-today { background-color: #fff; }
#myFavoriteArtistsDiv .favArtistCell.cal-past {  }
#myFavoriteArtistsDiv .favArtistPhoto { }
#favArtistSort { width: 100px}
#favArtistType { width: 100px}

/* This is getting horrendously unorganized... but I don't want to fix it right now */
.blog-media-table {
	width: 95%;
	margin: 8px auto;
}

.blog-media-table tr {
	height: 200px;
}

.blog-media-table td {
	padding: 0px;
	width: 50%;
}

.blog-media-table td:first-child {
	border-right: 1px solid #333333;
}

