/****************************************************************
 |
 |  MASTER STYLE SHEET
 |
 ***************************************************************/

* {
  margin: 0;
  padding: 0;
}

html {
	}

body {
	margin: 0px auto 10px auto;
	background-color: #fff;
	background-position: center top;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #444;
	}

table, caption {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	}

table {
	border-collapse: collapse;
	}

td {
	padding: 0px;
	}

p {
	margin: 13px 0;
	}

img {
	border: 0;
	}

a, a:visited {
	color: #5b6e00;
	text-decoration: none;
	}

a:hover {
	color: #5b6e00;
	text-decoration: underline;
	}

a:active {
	color: #777;
	text-decoration: none;
	}

a:hover img {
	background: transparent;
	}

ul {
	margin-top: 2px;
	margin-left: 16px;
	margin-bottom: 15px;
	}

li {
	margin-bottom: 2px;
	list-style: none;
	list-style-image: url('../graphics/bullet.png');
	}

img {
	border: 0;
	}

.rss-link {
	line-height: 24px;
	}

#agency .rss-link {
	line-height: 40px;
	}

.rss-link img {
	vertical-align: middle;
	margin-top: -4px;
	padding-left: 1px;
	}

.clear {
	clear: both;
	height: 0px;
	}

/*---------------------------------------------------------------
 | General Page Styles
 +-------------------------------------------------------------*/

#wrapper {
	width: 100%;
	}

#header-wrap {
	background: #000;
	height: 480px;
	padding: 0;
	margin: 0;
	}

#artist #header-wrap,
#agency #header-wrap {
	background: #000;
	height: 240px;
	padding: 0;
	margin: 0;
	}

#homepage-image {
	background-image: url(../graphics/homepage_image_green.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	width: 100%;
	height: 480px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	}

#banner-image {
	background-image: url(../graphics/banner_image_green.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	width: 100%;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	}

#header {
	background: transparent;
	width: 960px;
	height: 70px;
	margin: 0 auto;
	}

#namebox-outer {
	display: table;
	height: 70px;
	float: left;
	overflow: hidden;
	}

#namebox-inner {
	display: table-cell;
	vertical-align: middle;
	}

.sitename {
	color: #fff;
	font-family: 'arial black', arial, helvetica, sans-serif;
	font-size: 22px;
	line-height: 100%;
	font-weight: normal;
	padding: 5px 5px 5px 0;
	text-shadow: 2px 2px 5px #333;
	}

#tagline {
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 110%;
	padding: 0 5px 5px 0;
	text-shadow: 1px 1px 3px #333;
	}

#page-wrap {
	width: 100%;
	position: relative;
	z-index: 2;
	}

#maincontent {
	background: transparent;
	width: 960px;
	margin: 0 auto;
	margin-top: -41px;
	}

#page-content-wrap {
	background: #fff;
	min-height: 500px;
	}

#page-content {
	padding: 30px 50px;
	}

.headline {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 11px;
	font-weight: bold;
	color: #000;
	}

.heading {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
	}

.small {
	font-size: 11px;
	line-height: 13px;
	}

.page-title-wrap {
	background: transparent;
	text-align: right;
	margin-bottom: 15px;
	background: #e5e5e5;
	padding: 6px 12px;
	}

.page-title-wrap .page-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
	color: #000;
	}

.page-title-right {
	float: right;
	font-size: 12px;
	line-height: 26px;
	margin-right: 10px;
	}


#agency .page-title-wrap {
	background: transparent url(../graphics/transback_green.png);
	height: 40px;
	padding: 0 20px;
	}

#agency .page-title-wrap .page-title {
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	float: left;
	}

#agency .page-title-right {
	line-height: 40px;
	}

#agency .page-title-right a {
	color: #fff;
	}


.page-buttons {
	margin-top: 25px;
	}

#page-footer {
	position: relative;
	margin: 0 auto;
	padding: 35px 0 25px 0;
	clear: both;
	font-size: 13px;
	text-align: center;
	color: #a6a4a2;
	}

#page-footer a {
	color: #8f8b88;
	}

.error-box {
	table-layout: fixed;
	width: 85%;
	border: 1px solid #ccc;
	margin: 40px 0;
	}

.error {
	color: #d40000;
	}

.error-box td {
	padding: 30px;
	text-align: center;
	}

.notice-box {
	padding: 10px 0;
	}

/*---------------------------------------------------------------
 | Heading Styles
 +-------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	}

h1 {
	margin: 0;
	padding: 0;
	background: transparent;
 	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	word-spacing: 5px;
	letter-spacing: 2px;
	color: #000;
	}

h2 {
	font-size: 18px;
	color: #000;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 4px;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	background: #ccc;
	margin: 0;
	padding: 0;
	padding: 4px 8px;
	margin-bottom: 5px;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	}

/*---------------------------------------------------------------
 | Site Photo Styles
 +-------------------------------------------------------------*/

#photo-wrap {
	float: right;
	border: 1px solid #ccc;
	}

#photo-wrap p {
	margin: 0;
	}

#photo-wrap .photo img {
	display: block;
	}

#photo-wrap .photo-info {
	margin: 0;
	padding: 0;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
	}

#photo-wrap .caption {
	color: #555;
	font-size: 14px;
	margin-bottom: 3px;
	}

#photo-wrap .photog {
	color: #777;
	font-size: 14px;
	font-style: italic;
	}

#photo-wrap .photog:before {
	content: "Photo: ";
	}

/* -- Modified for some pages -- */

#biog #photo-wrap,
#news #photo-wrap,
#acclaim-story #photo-wrap,
#reper #photo-wrap,
#record #photo-wrap,
#concerts #photo-wrap,
#news-story #photo-wrap,
#about #photo-wrap {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 0;
	}

/*---------------------------------------------------------------
 | Table List Styles
 +-------------------------------------------------------------*/

#tlist {
	border-top: 1px solid #ccc;
	}

#tlist th {
	font-size: 13px;
	text-align: left;
	padding: 4px 8px;
	background: #ccc;
	border-right: 1px solid #fff;
	}

#tlist th.first {
	}

#tlist th a {
	}

#tlist th a:hover {
	}

#tlist td {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	}

#tlist .row-norm {
	background-color: transparent;
	}

#tlist .row-tint {
	background-color: #999;
	}

#tlist th.sortcol {
	background: #999;
	}

#tlist th.sortcol a {
	color: #fff;
	}

#tlist .sort-icon {
	margin-bottom: 2px;
	margin-right: 3px;
	}

.status-box,
.status-footer {
	background-color: transparent;
	margin-top: 5px;
	}

.status-box td,
.status-footer td {
	color: #666;
	padding: 5px 0;
	}


/*---------------------------------------------------------------
 | Table Grid Styles
 +-------------------------------------------------------------*/

#grid {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

#grid td,
div#grid {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	}

#grid .caption {
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
	}

#grid .photo img {
	}

/*---------------------------------------------------------------
 | Form Object Styles
 +-------------------------------------------------------------*/

form {
	margin-top: 0;
	margin-bottom: 0;
	}

.form-button {
	border: none;
	padding: 0px;
	}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	}

td.form-label {
	color: #999;
	padding: 2px;
	padding-right: 8px;
	}

.field-100 {
	width: 99%;
	}

input[type=text],
textarea {
	background-color: #f2f2f2;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	font-size: 15px;
	}

input[type=text]:focus,
textarea:focus {
	background: #fff;
	}

select {
	padding: 4px;
	}

textarea {
	padding: 8px;
	}

button {
	padding: 8px 12px;
	border: none;
	background-color: #175473;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	}

/*-----------------------------------------------------------
 | Offline Styles
 +---------------------------------------------------------*/

#offline #wrap-small {
	width: 600px;
	margin: 70px auto 0 auto;
	}

#offline .header {
	font-size: 16px;
	color: #fff;
	background: #88a10b;
	padding: 10px 20px;
	text-align: center;
	}

#offline .msgbox {
	background: #fff;
	padding: 25px 20px;
	text-align: center;
	min-height: 150px;
	}

/****************************************************************
 |
 |  INTERFACE STYLES
 |
 ***************************************************************/

/*---------------------------------------------------------------
 | Site Buttons
 +-------------------------------------------------------------*/

#btn {
	display: inline;
	}

#btn .btn-main {
	cursor: pointer;
	padding: 0 !important;
	margin: 1px 2px !important;
	border: none !important;
	}

#btn .btn-main td {
	padding: 0 !important;
	border: none !important;
	}

#btn .btn-left {
	width: 0 !important;
	}

#btn .btn-right {
	width: 0 !important;
	}

#btn td.btn-text {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	padding: 5px 10px ! important;
	text-transform: uppercase;
	text-align: center;
	color: #fff ! important;
	background: #88a10b;
	}

#btn td .btn-text a {
	color: #fff;
	}

#btn:hover .btn-text {
	background: #333;
	color: #fff ! important;
	text-decoration: none;
	}

#btn:active td.btn-text {
	background: #444;
	color: #ccc ! important;
	text-decoration: none;
	}

/*---------------------------------------------------------------
 | Jump Menu Styles
 +-------------------------------------------------------------*/

.jump-wrap {
	padding: 3px 5px;
	padding-left: 15px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	}

.jump-menu {
	}

.jump-menu .selected {
	font-weight: bold;
	}

/* Artist Jump Menu */

#ajump .jump-wrap {
	float: right;
	background: transparent;
	margin: 0;
	height: 25px;
	line-height: 30px;
	padding: 4px 10px;
	}

#ajump .jump-wrap select,
#ajump .jump-wrap input {
	background: #e5e5e5;
	color: #000;
	border: 1px solid #ccc;
	padding: 1px 4px;
	}


/*-----------------------------------------------------------------------
 | Tab Styles
 +---------------------------------------------------------------------*/

#menu {
	background: transparent url(../graphics/transback_green.png);
	width: 960px;
	height: 35px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	}

#nav-wrap {
	}

#nav {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	text-transform: none;
	list-style: none;
	list-style-image: none;
	}

#nav li {
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	text-shadow: 1px 1px 2px #4b5a01;
	text-transform: uppercase;
	list-style-image: none;
	text-align: left;
	}

#nav li a,
#nav li a:visited {
	text-decoration: none;
	color: #fff;
	height: 35px;
	display: inline-block;
	padding: 0 7px;
	margin-right: 1px;
	opacity: 0.8;
	transition: all 0.2s linear;
	background: transparent url(../graphics/menu_sel_back.png) 50% 50px no-repeat;
	}

#nav li a:hover {
	color: #fff;
	background: transparent url(../graphics/menu_sel_back.png) 50% bottom no-repeat;
	opacity: 1;
	transition: all 0.2s linear;
	}

#nav li.current a {
	color: #fff;
	background: transparent url(../graphics/menu_sel_back.png) 50% bottom no-repeat;
	opacity: 1;
	transition: all 0.2s linear;
	}

/*---------------------------------------------------------------
 | Artist Subnav
 +-------------------------------------------------------------*/

#subnav {
	display: block;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 1px;
	}

#subnav li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1px;
	}

#subnav a, #subnav a:visited {
	display: block;
	text-align: left;
	padding: 5px 12px;
	text-decoration: none;
	color: #5b6e00;
	background: #e5e5e5;
	background-image: url(../graphics/bullet_sel.png);
	background-position: 255px center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
	}

#subnav a:hover {
	color: #fff;
	background-color: #88a10b;
	background-image: url(../graphics/bullet_sel.png);
	background-position: 235px center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
	}

#subnav a:active {
	color: #fff;
	background: #000;
	}

/*-- Tab Nav Selected --*/

#subnav .current a,
#subnav .current a:visited {
	color: #fff;
	background-color: #88a10b;
	background-image: url(../graphics/bullet_sel.png);
	background-position: 235px center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
	}

#subnav .current a:hover {
	color: #fff;
	background: #292929;
	background-image: url(../graphics/bullet_sel.png);
	background-position: 225px center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
	}

/****************************************************************
 |
 |  HOMEPAGE STYLES
 |
 ***************************************************************/

#home-content {
	background: transparent;
	width: 960px;
	margin: 0 auto;
	margin-top: -41px;
	}

#col1 {
	width: 615px;
	float: left;
	}

#col2 {
	width: 330px;
	float: right;
	}

#col1-box {
	background: #fff url(../graphics/content_back.png) 0 0 repeat-x;
	padding: 20px 20px;
	}

#col2-box {
	padding: 20px 10px;
	}

.col-header {
	background: transparent url(../graphics/transback_green.png);
	height: 40px;
	padding: 0 20px;
	}

.col-header p {
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	float: left;
	}

.col-header .seeall {
	background: transparent url(../graphics/foretick.gif) center right no-repeat;
	line-height: 40px;
	font-size: 12px;
	padding-right: 9px;
	float: right;
	}

.col-header .seeall a {
	color: #fff;
	}

#col1-left {
	float: left;
	width: 250px;
	padding-right: 20px;
	border-right: 1px dotted #88a10b;
	}

#col1-right {
	float: right;
	width: 285px;
	}

#home #ajump {
	float: right;
	padding: 0;
	display: table;
	height: 40px;
	}

#home .jump-wrap {
	padding: 0;
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	}

#home .jump-menu {
	width: 220px;
	}

#home .page-title-wrap {
	border-bottom: 0;
	padding: 0px;
	background: transparent;
	}

/*---------------------------------------------------------------
 | Quote Rotator
 +-------------------------------------------------------------*/

#quote-wrap {
	height: 170px;
	overflow: hidden;
	margin-bottom: 20px;
	}

#quote-wrap .quote {
	font-family: georgia, 'times new roman', 'times roman', times, serif;
	color: #000;
	display: block;
	padding: 1px;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	line-height: 140%;
	}

#quote-wrap .author {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	text-align: right;
	font-style: normal;
	padding: 1px;
	}

#quote-wrap .author:before {
	content: "\2014\00a0";
	}


/*---------------------------------------------------------------
 | Homepage News
 +-------------------------------------------------------------*/

.home-news-wrap {
	width: auto;
	display: block;
	}

.home-news-box {
	padding-bottom: 13px;
	border-bottom: 1px dotted #88a10b;
	margin-bottom: 13px;
	}

.home-news {
	position: relative;
	height: 138px;
	overflow: hidden;
	display: block;
	}

.home-news:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}

.home-news-photo-wrap1 {
	}

.home-news-photo-wrap2 {
	}

.home-news-photo {
	float: left;
	padding: 0 10px 5px 0;
	}

.home-news-head {
	font-weight: bold;
	margin-bottom: 8px;
	}

.home-news-date {
	display: none;
	font-weight: bold;
	}

.home-news-text {
	}

.home-news-text p {
	margin: 0;
	display: inline;
	}

.home-news .btn-spacer {
	display: block;
	margin-bottom: 20px;
	}

.home-news-link {
	display: none;
	width: auto;
	margin-top: 5px;
	}

/*---------------------------------------------------------------
 | Homepage News Rotator
 +-------------------------------------------------------------*/

#newz-wrap {
	}

#newz-wrap .newz-box {
	background: transparent;
	}

#newz-wrap .photo {
	margin-bottom: 15px;
	}

#newz-wrap .headline {
	font: bold 16px/19px Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	}

#newz-wrap .content {
	margin-bottom: 7px;
	}

#newz-wrap .link {
	display: inline;
	padding-left: 8px;
	}

#newz-wrap .button-box {
	background: transparent;
	width: 90px;
	}

#newz-wrap .buttons {
	float: left;
	padding-top: 6px;
	}

#newz-wrap .buttons img {
	margin-right: 10px;
	margin-top: 2px;
	}

#newz-wrap .pagenum div {
	text-align: right;
	font-size: 12px;
	color: #fff;
	}

#newz-wrap .page-title-right {
	}


/*---------------------------------------------------------------
 | About
 +-------------------------------------------------------------*/

.home-bio-wrap {
	}

.bio-text {
	position: relative;
	display: block;
	height: 210px;
	overflow: hidden;
	}

.bio-text:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}

.bio-link {
	display: block;
	margin-top: 10px;
	}

/*---------------------------------------------------------------
 | Artist Spotlight
 +-------------------------------------------------------------*/

.spot-box {
	display: block;
	margin-top: 0px;
	width: 250px;
	height: 490px;
	overflow: hidden;
	}

.spot-image {
	display: block;
	width: 250px;
	height: 290px;
	overflow: hidden;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	}

.spot-content {
	display: block;
	margin-top: 10px;
	}

.spot-name {
	font-weight: bold;
	}

.spot-cat {
	font-size: 13px;
	line-height: 1.5;
	font-style: italic;
	}

.spot-text {
	position: relative;
	display: block;
	padding-top: 10px;
	overflow: hidden;
	height: 80px;
	}

.spot-text:after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}

.spot-link {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	}

/****************************************************************
 |
 |  CONTENT STYLES
 |
 ***************************************************************/

#info .heading {
	background: #e5e5e5;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	padding: 7px 12px;
	margin-bottom: 12px;
	overflow: hidden;
	}

/* Interior Page Styles */


/*---------------------------------------------------------------
 | Artist Page Header
 +-------------------------------------------------------------*/

#sidebar {
	margin-right: 1px;
	margin-top: 20px;
	width: 279px;
	float: left;
	}

#mainbar {
	width: 670px;
	float: right;
	margin-top: 20px;
	}

#artist-photo {
	width: 250px !important;
	height: 290px !important;
	float: none;
	display: block;
	background-color: 000;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	margin: 0;
	}

.artist-caption {
	font-size: 12px;
	width: 230px;
	background: #f2f2f2;
	padding: 5px 10px;
	color: #888;
	}

.artist-box-wrap {
	margin-bottom: 25px;
	}

.artist-box {
	}

.artist-box .artist-name {
	font-size: 34px;
	color: #000;
	margin-bottom: 10px;
	}

.artist-info {
	}

.artist-type {
	color: #777;
	text-transform: uppercase;
	font-size: 13px;
	}

.nophoto-wrap {
	display: table;
	background: #f2f2f2;
	}

.nophoto {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #f2f2f2;
	border: 1px solid #ccc;
	}

.nophoto-text {
	vertical-align: middle;
	text-align: center;
	}

/*---------------------------------------------------------------
 | Artist Homepage
 +-------------------------------------------------------------*/

#ahome .page-title-wrap {
	background: #e5e5e5;
	margin-bottom: 10px;
	padding: 5px 10px;
	}

.ahome-content {
	}

.ahome-thumbnail {
	position: relative;
	display: block;
	width: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 6px;
	}

.coming-soon {
	padding-bottom: 10px;
	}

.panel-box {
	margin-bottom: 25px;
	}

.ahome-title {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 8px 0;
	}

.ahome-acclaim-pub {
	margin-top: 8px;
	font-weight: bold;
	}

.ahome-vidthumb img {
	width: 100%;
	}

.ahome-vidthumb {
	position: relative;
	width: auto;
	}

.ahome-vidthumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 131px;
    height: 110px;
    margin: -66px 0 0 -55px;
    z-index: 100;
    background: transparent url(//images.kultureshock.net/_global/interface/video_play_medium.png) no-repeat center;
    pointer-events: none;
	}

.ahome-video .ahome-thumbnail:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 63px;
    height: 53px;
    margin: -17px 0 0 -27px;
    z-index: 100;
    background: transparent url(//images.kultureshock.net/_global/interface/video_play_small.png) no-repeat center;
    pointer-events: none;
	}

/* -- More... Box -- */

.more-box {
	margin-top: 10px;
	margin-bottom: 0px;
	}

.more-box td {
	padding: 0px;
	}

.more-box-post {
	font-size: 12px;
	text-align: right;
	color: #888;
	}

.more-box-link {
	}

/*---------------------------------------------------------------
 | About Page Styles
 +-------------------------------------------------------------*/

#about {
	}

#about .content {
	margin-top: 25px;
	}

#about .content p {
	}

#about .page-buttons {
	display: block;
	}

/*---------------------------------------------------------------
 | News Page Styles
 +-------------------------------------------------------------*/

#news {
	}

#news .date {
	margin: 2px 0;
	font-style: italic;
	}

#news .bullet {
	padding-right: 1px;
	}

#news .heading {
	margin-bottom: 5px;
	}

#news .content {
	}

#news .teaser {
	margin-bottom: 4px;
	margin-right: 10px;
	}

#news .thumbnail-cell {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 11px;
	width: 10%;
	}

#news .thumbnail {
	padding: 0;
	margin-right: 10px;
	}

#news #tlist tr {
	vertical-align: top;
	}

#news #tlist td.date {
	width: 100px;
	}

/* -- News Story Styles --*/

#news-story {
	}

#news-story .date {
	margin: 12px 0;
	}
#news-story .news-photo {
	display: inline;
	}

#news-story .headline {
	margin: 10px 0;
	}

#news-story .content {
	}

#news-story .heading {
	margin-top: 15px;
	margin-bottom: 12px;
	}

#news-story .artist-name {
	margin-bottom: 20px;
	margin-left: 25px;
	}

#news-story .page-buttons {
	margin-top: 15px;
	}

/*---------------------------------------------------------------
 | Concert Page Styles
 +-------------------------------------------------------------*/

#concerts {
	}

#concerts .page-title {
	}

#concerts #tlist tr {
	}

#concerts #tlist td {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	}

#concerts #tlist .date-head {
	padding: 0;
	}

#concerts .date-head-wrap {
	background: #f2f2f2;
	padding: 8px 5px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 6px;
	}

#concerts #tlist .date {
	}

#concerts #tlist .date-box {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #88a10b;
	border: 1px solid #88a10b;
	color: #fff;
	width: 50px;
	margin-right: 8px;
	}

#concerts #tlist div.date-box:hover {
	background: #fff;
	color: #88a10b;
	border: 1px solid #88a10b;
	}

#concerts #tlist .venue {
	}

#concerts #tlist .location {
	}

#concerts #tlist .city {
	display: inline;
	font-weight: bold;
	}
#concerts #tlist .state {
	margin-left: 3px;
	display: inline;
	}
#concerts #tlist .country {
	display: inline;
	margin-left: 3px;
	}

#concerts #tlist .notes {
	padding-bottom: 8px;
	}

/* --  Concert Info Page  -- */

#concerts #info .heading {
	}

#concerts #info #photo-wrap {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#concerts #info .concert-info-wrap {
	}

#concerts #info .placetime,
#concerts #info .program,
#concerts #info .contact,
#concerts #info .info,
#concerts #info .artist-name {
	margin-bottom: 20px;
	}

#concerts #info .venue {
	font-weight: bold;
	}

#concerts #info .location {
	margin-top: 6px;
	}

#concerts #info .date {
	margin-top: 6px;
	}

/*---------------------------------------------------------------
 | Roster Page Styles
 +-------------------------------------------------------------*/

#roster {
	}

.roster-wrap {
	width: auto;
	}

/* --- Main Roster Grid --- */

.roster-grid {
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	width: 100%;
	margin-bottom: 5px;
	}

.roster-grid tr {
	}

.roster-grid td {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: #e5e5e5;
	}

/* --- Main Roster List --- */

.roster-list {
	border-top: 1px solid #ccc;
	width: 100%;
	margin-right: 15px;
	}

.roster-list td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	}

/* --- Roster Search Box --- */

.roster-search-wrap {
	margin-left: 10px;
	}

#roster .roster-search-wrap .page-title-wrap {
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 15px;
	}

#roster .roster-search-wrap .page-title {
	height: 30px;
	line-height: 30px;
	}

.roster-search-box {
	background: #f2f2f2;
	border: 1px solid #ccc;
	}

.roster-search {
	width: 100%;
	}

.roster-search td {
	padding: 5px 10px;
	}

.roster-search td select {
	}

.roster-search b {
	color: #555;
	}

.roster-search-wrap .page-title-wrap {
	height: 31px;
	border-bottom: none;
	background: #e5e5e5;
	padding-bottom: 0;
	}

.roster-search-wrap .page-title-wrap .page-title {
	padding: 2px 10px;
	}

.roster-search-foot {
	font-size: 13px;
	line-height: 14px;
	color: #888;
	}

.roster-search-foot {
	padding: 10px;
	text-align: center;
	}

.roster-search-wrap input[type=text],
.roster-search-wrap textarea {
	color: #444;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	width: auto;
	}

.roster-search-wrap #n {
	width: 95%;
	}

.roster-search-wrap .radio {
	margin: 0 3px;
	}


/* --- Roster Nav --- */

.roster-nav-box {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	margin-bottom: 5px;
	}

.roster-nav-top,
.roster-nav-bottom {
	width: 100%;
	}

.roster-nav-top td,
.roster-nav-bottom td {
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	}

.roster-nav-bottom {
	margin-bottom: 0;
	}

/* --- Roster Misc --- */

.roster-box {
	padding: 15px;
	}

.roster-box:hover {
	background: #f2f2f2;
	}

.roster-photo {
	margin-bottom: 5px;
	}

.roster-photo img {
	border: 1px solid #ccc;
	}

.roster-nophoto {
	border: 1px solid #ccc;
	background: #f2f2f2;
	vertical-align: middle;
	margin-bottom: 5px;
	color: #888;
	}

.roster-grid-name {
	font-weight: bold;
	font-size: 16px;
	}

.roster-grid-cat {
	font-size: 13px;
	}

.roster-grid-terr {
	font-style: italic;
	}

.roster-list-name {
	font-weight: bold;
	}

.roster-list-cat {
	font-style: italic;
	}

/*---------------------------------------------------------------
 | Biography Page Styles
 +-------------------------------------------------------------*/

#biog {

	}

#biog .photo {
	}

#biog .content {
	margin-top: 15px;
	}

#biog .page-buttons {
	}

/*---------------------------------------------------------------
 | DPK Page Styles
 +-------------------------------------------------------------*/

.dpk-media {
	margin: 10px 0;
	}

.dpk-media tr {
	vertical-align: top;
	}

.dpk-media td {
	padding: 10px 0;
	border: 0;
	border-bottom: 1px dotted #ccc;
	background: transparent;
	}

.dpk-media td.thumb {
	width: 15%;
	padding-right: 15px;
	text-align: center;
	}

.dpk-media .fileinfo {
	margin: 5px 0;
	font-size: 12px;
	font-style: italic;
	}

/*-------------------------------------------------------------------------------
 | Media Center
 +-----------------------------------------------------------------------------*/

#media {
	}

.media-audio {
	float: left;
	width: 303px;
	margin-right: 30px;
	}

.media-video {
	float: left;
	width: 305px;
	}

#media .info-block {
	height: 92px;
	line-height: 14px;
	margin-bottom: 24px;
	overflow: hidden;
	}

#media .info-block .heading {
	margin-bottom: 5px;
	}

#media .thumb {
	float: left;
	clear: left;
	margin-right: 10px;
	}

#media .thumb img {
	height: 96px;
	width: 128px;
	}

#media .caption {
	}

/* -- Audio Player -- */

div.jp-audio {
	width:261px;
}

div.jp-audio-stream {
	width:261px;
}

div.jp-type-playlist .jp-controls li a{
	width: 64px;
}

/*---------------------------------------------------------------
 | Recordings Page Styles
 +-------------------------------------------------------------*/

#record {
	}

#record #tlist th {
	}

#record .heading {
	}

#record .thumbnail {
	margin-right: 10px;
	}

#record .teaser {
	margin-top: 8px;
	margin-bottom: 8px;
	}

#record .artist-name {
	}

#record .more-info {
	}

#record ul {
	}

#record .more-info #btn {
	display: block;
	}

#record .more-info #btn .btn-main {
	width: 100%;
	}

/* -- Recording Info Styles --*/

#record #info {
	}

#record #info #photo-wrap img {
	}

#record #info #photo-wrap {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	}

#record #info .record-info-wrap {
	margin-top: 15px;
	}

#record #info .headline {
	margin-bottom: 12px;
	}

#record #info .heading {
	margin-top: 15px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	}

#record #info .artist-name,
#record #info .content {
	margin-bottom: 15px;
	}

#record #info .date {
	margin-top: 10px;
	}

#record #info .catnum {
	margin-top: 3px;
	margin-bottom: 15px;
	}

#record #info .artist-name {
	margin-top: 6px;
	}

#record #info .artist-name-prefix {
	}

#record #info .mod-date {
	display: none;
	}

#record #info .label {
	font-weight: bold;
	}

#record #info ul {
	}


/*---------------------------------------------------------------
 | Program/Repertoire Page Styles
 +-------------------------------------------------------------*/

#reper {
	}

#reper #tlist tr {
	vertical-align: top;
	}

#reper #tlist td {
	padding: 5px;
	}

#reper .acclaim-wrap {
	margin: 10px 0;
	}

#reper .heading {
	}

#reper .teaser {
	margin-top: 8px;
	margin-bottom: 8px;
	}

#reper .artist-name {
	}

#reper .more-info {
	}

#reper ul {
	}

/* -- Repertoire Info Styles --*/

#reper #info #photo-wrap {
	}

#reper #info .reper-info-wrap {
	}

#reper #info .headline {
	margin-bottom: 12px;
	}

#reper #info .heading {
	margin-top: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}

#reper #info .artist-name,
#reper #info .content,
#reper #info .others {
	margin-bottom: 20px;
	}

#reper #info .others {
	margin-top: 6px;
	}

#reper #info .date {
	margin-top: 12px;
	}

#reper #info .artist-name {
	margin-top: 6px;
	}

#reper #info .artist-name-prefix {
	}

#reper #info ul {
	}

/*---------------------------------------------------------------
 | Acclaim Page Styles
 +-------------------------------------------------------------*/

#acclaim {
	}

#acclaim .acclaim-wrap {
	margin: 10px 0;
	}

#acclaim .thumbnail {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px
	}

#acclaim .artist-name {
	}

#acclaim .headline {
	}

#acclaim .teaser {
	margin-top: 8px;
	margin-bottom: 8px;
	}

#acclaim .content-more {
	margin-top: 8px;
	}

#acclaim .source {
	display: inline;
	}

#acclaim .writer {
	}

#acclaim .publication {
	font-weight: bold;
	}

#acclaim .date {
	}

#acclaim .link {
	display: inline;
	margin-left: 6px;
	}

/* -- Agency Acclaim Styles --*/

#agency .acclaim-wrap {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	}

#agency .artist-name {
	margin-bottom: 5px;
	}

#agency .artist-name a,
#agency .artist-name a:visited {
	color: #777;
	text-transform: uppercase;
	}

/* -- Acclaim Story Styles --*/

#acclaim-story {
	}

#acclaim-story .headline {
	margin: 10px 0;
	}

#acclaim-story .thumbnail {
	}

#acclaim-story .date {
	display: inline;
	}

#acclaim-story .content {
	margin-top: 8px;
	}

#acclaim-story .source {
	margin-top: 8px;
	margin-bottom: 12px;
	}

#acclaim-story .writer {
	}

#acclaim-story .publication {
	font-weight: bold;
	}

#acclaim-story .page-buttons {
	margin-top: 12px;
	}

/*---------------------------------------------------------------
 | Contact Page Styles
 +-------------------------------------------------------------*/

#contacts-left {
	float: left;
	width: 48%;
	}

#contacts-right {
	float: right;
	width: 48%;
	}

#contacts {
	}

/* -- Staff Contacts -- */

.contact-card-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.70);
	opacity: 0.85;
	box-shadow: 0 0 0 #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	overflow: hidden;
	}

.contact-card-wrap:hover {
	opacity: 1;
	box-shadow: 0 0 4px #e5e5e5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}

.contact-card {
	padding: 12px;
	}

.contact-card:after {
	content: "";
	display: table;
	clear: both;
	}

.contact-photo-info {
	display: flex;
	justify-content: space-between;
	}

.contact-card .fa {
	padding-right: 6px;
	}

.contact-photo {
	flex: initial;
	width: 140px;
	height: 150px;
	margin-right: 17px;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
	}

.contact-photo img {
	display: none;
	}

.contact-info {
	flex: 1;
	}

.contact-fname:after,
.contact-state:after {
	content: " ";
	}

.contact-city:after {
	content: ", ";
	}

.contact-name {
	font-weight: bold;
	color: #333;
	}

.contact-territory {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 2px;
	padding: 2px 5px;
	background: #e5e5e5;
	margin-bottom: 5px;
	}

.contact-phone-numbers,
.contact-bio {
	margin-top: 10px;
	}

.contact-email {
	padding-right: 10px;
	}

.contact-bio-wrap {
	clear: both;
	padding-top: 5px;
	}

.contact-bio {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	font-style: italic;
	}

.contact-label {
	display: none;
	}
.contact-label:after {
	content: ": ";
	}

/* -- Main Contact -- */

.contact-main .contact-card-wrap {
	opacity: 1;
	margin-bottom: 25px;
	border: 0;
	background: #f4f4f4;
	}

.contact-main .contact-card {
	}

.contact-main .contact-photo {
	display: block;
	width: 100%;
	height: 260px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	margin-bottom: 5px;
	}

.contact-main .contact-info {
	float: none;
	width: 100%;
	text-align: center;
	}

.contact-main .contact-name,
.contact-main .contact-company {
	font-size: 19px;
	line-height: 150%;
	}

/* -- Messenger -- */

.messenger form {
	background: #f4f4f4;
	padding: 12px 17px;
	}

.messenger h3 {
	padding: 0;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 20px;
	}

.form-row {
	display: block;
	margin: 7px 0;
	}

.messenger label {
	display: block;
	width: 100%;
	margin-bottom: 4px;
	color: #666;
	}

.messenger .form-row.error label {
	color: #d40000;
	}

.messenger label.required:after {
	content: " (required)";
	}

.messenger label[for="security_question"],
.messenger label[for="msg_button"] {
	display: none;
	}

.messenger input,
.messenger select#msg_subject,
.messenger textarea {
	width: 100%;
	background-color: #fff;
	}

.messenger textarea {
	height: 100px;
	}

.messenger button {
	margin-top: 12px;
	}

.messenger.success {
	}

.messenger.success p {
	background-color: #f4f4f4;
	border: 1px solid #e5e5e5;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	}

/*-------------------------------------------------------------------------------
 | Links Page Styles
 +-----------------------------------------------------------------------------*/

.links-cats-box {
	display: block;
	}

.links-box {
	display: block;
	width: 100%;
	}

.links-list {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	}

.links-page-title {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	}

.links-table-cats {
	display: visible;
	margin-bottom: 10px;
	margin-top: 5px;
	background: #f2f2f2;
	width: 100%;
	border: 1px solid #ccc;
	}

div.links-table-cats td {
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 15px;
	padding-right: 10px;
	}

.links-search-wrap {
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 5px;
	}

.links-category {
	font-weight: bold;
	}

.links-catcount {
	}

.links-category-head {
	display: block;
	font-weight: bold;
	padding: 5px;
	color: #666;
	margin-bottom: 10px;
	background: #e5e5e5;
	}

.links-detail-box {
	display: block;
	margin: 10px;
	}

.links-title {
	font-weight: bold;
	}

.links-added {
	color: #888;
	font-size: 12px;
	}

.links-detail-box ul {
	}

.links-detail-box li {
	margin-bottom: 12px;
	margin-top: 0px;
	}

.links-status-box {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	}

.links-status-box td {
	}


/*-------------------------------------------------------------------------------
 | Guestbook Styles
 +-----------------------------------------------------------------------------*/

#gbook {
	}

#gbook .table-guestbook {
	background: transparent;
	margin-top: 5px;
	border: 1px solid #ccc;
	}

#gbook .table-guestbook td {
	padding: 2px 5px;
	}

#gbook .topbox {
	}

#gbook .list-wrap {
	}

#gbook .notice,
#gbook .msg-wrap {
	margin-top: 5px;
	border: 1px solid #ccc;
	}

#gbook .msghead {
	background: #e5e5e5;
	padding: 10px;
	}

#gbook .date {
	font-weight: bold;
	}

#gbook .name-location {
	}

#gbook .name {
	font-weight: bold;
	color: #000;
	}

#gbook .comment {
	padding: 10px;
	}

#gbook .menubox {
	padding: 5px 0;
	width: 100%;
	height: 25px;
	margin-top: 5px;
	}

#gbook .signbtn {
	float: left;
	}

#gbook .total {
	float: right;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 4px;
	}

#gbook .notice {
	font-weight: bold;
	padding: 25px;
	background: #f2f2f2;
	}

/*-------------------------------------------------------------------------------
 | Photo Album Styles
 +-----------------------------------------------------------------------------*/

.album-wrap {
	background: #f2f2f2;
	padding: 5px;
    text-align: center;
	border: 1px solid #ccc;
	}


.album-wrap ul {
	margin: 0;
	padding: 0;
	text-align: center;
	}

.album-wrap li {
	display: block;
	float: left;
	width: 180px;
	padding: 0;
	margin: 13px;
	list-style: none;
	}

.album-wrap .album-box {
	}

.album-wrap li a.thumb {
	display: block;
	height: 180px;
	width: 180px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	overflow: hidden;
	border: 5px solid #88a10b;
	text-align: center;
	clear: both;
	}

.album-wrap li a.thumb:hover {
	border: 5px solid #000;
	background-color: #000;
	}

.album-wrap li .caption {
	width: 100%;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 4px;
	height: 100px;
	clear: both;
	overflow: hidden;
	}

.album-wrap li .caption .title {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	}

.album-wrap li .caption .total {
	font-size: 13px;
	}

.album-wrap li .caption .date {
	display: none;
	}

/*-------------------------------------------------------------------------------
 | Photo Gallery Styles
 +-----------------------------------------------------------------------------*/

.gallery-wrap {
	background: #000;
	padding: 24px;
    text-align: center;
	border: 1px solid #ccc;
	}

.gallery-wrap ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.gallery-wrap li {
	display: block;
	float: left;
	padding: 0;
	margin: 17px;
	list-style: none;
	}

.gallery-wrap .thumb-box {
	}

.gallery-wrap li a.thumb {
	display: block;
	height: 160px;
	width: 160px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	background-size: cover;
	border: 1px solid #fff;
	text-align: center;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	}

.gallery-wrap li a.thumb:hover {
	border: 1px solid #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

.album-content {
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #ccc;
	margin: 5px 0;
	}

/*-------------------------------------------------------------------------------
 | E-News Page Styles
 +-----------------------------------------------------------------------------*/

#subscribe {
	float: left;
	width: 35%;
	padding-right: 15px;
	}

#archive {
	float: right;
	width: 61%;
	}

#enews td {
	padding: 5px 0;
	}

#enews #subscribe-box {
	padding: 10px 15px;
	background: transparent;
	border: 1px solid #ccc;
	}

#enews .message {
	display: block;
	margin-bottom: 10px;
	}

#enews label {
	display: block;
	margin-bottom: 2px;
	}

#enews .name,
#enews .email {
	display: block;
	width: 95%;
	}

#enews #submit {
	margin-top: 5px;
	}


/*-----------------------------------------------------------
 | E-News Signup Header
 +---------------------------------------------------------*/

#enews-header {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	background: #88a10b;
	margin-top: 15px;
	margin-bottom: 10px;
	}

#enews-header #enews-label {
	color: #fff;
	display: inline;
	padding: 4px 8px;
	margin-right: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	}

#enews-header label {
	color: #fff;
	}

#enews-header .name,
#enews-header .email {
	background-color: #fff;
	color: #000;
	border: 1px solid #666;
	padding: 2px;
	width: 130px;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	}

#enews-header #submit {
	margin: 0 10px;
	}

#enews-header .archive {
	display: inline;
	}

#enews-header .archive a {
	color: #fff;
	}

/*-----------------------------------------------------------
 | Social Media Icons
 +---------------------------------------------------------*/

.social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	float: right;
	height: 100%;
	width: 40%;
	}

.social-box {
	margin: 1px 5px;
	color: #fff;
	font-size: 1.3em;
	}

.style-icontext .social-box,
.style-text .social-box {
	margin: 1px 5px 1px 5px;
	color: #fff;
	}

.social a {
	color: #fff !important;
	opacity: 0.7;
	}

.social a:hover {
	color: #fff !important;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.2s linear;
	}

.social-network {
	font-size: 0.9rem;
	display: inline-block;
	vertical-align: middle;
	}

.social-icon {
	padding: 1px;
	}

.style-icontext .social-icon {
	padding: 1px 4px;
	font-size: 1.3rem;
	}
