/****************************************************************
 *
 *  >> Master Styles for entire site.
 *
 ***************************************************************/

* {
  margin: 0;
  padding: 0;
	}

html {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	font-family: "Open Sans", "helvetica neue", helvetica, arial, trebuchet, sans-serif;
	font-size: 15px;
	line-height: 145%;
	margin: 0;
	padding: 0;
	color: #555;
	}

body, td, th, div, li {
	font-size: 15px;
	font-family: "Open Sans", "helvetica neue", helvetica, arial, trebuchet, sans-serif;
	line-height: 145%;
	}

table {
	border-collapse: collapse;
	}

td {
	padding: 0px;
	}

p {
	margin: 13px 0;
	}

img {
	border: 0;
	}

a, a:visited {
	color: #5986b3;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

a:active {
	color: #000;
	text-decoration: underline;
	}

a:hover img {
	background: transparent;
	}

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

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

img {
	border: 0;
	}

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

#wrapper {
	width: 940px;
	margin: 0 auto;
	}

#page-wrap {
	background: #fcfaf9 url(../graphics/page_back.png) repeat-y 0 0;
	}

#page {
	padding: 45px 80px 45px;
	background: transparent;
	}

#innerbanner {
	border-bottom: 2px solid #fff;
	}

#logo {
	margin-bottom: 25px;
	}

#maincontent {
	background: transparent;
	margin-left: 380px;
	margin-top: 50px;
	width: 600px;
	}

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

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

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

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

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

.page-footer {
	padding: 30px 0 20px 0;
	font-size: 11px;
	text-align: center;
	color: #555;
	clear: both;
	}

.page-footer a {
	}

.page-footer a:hover {
	}

.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
 +-------------------------------------------------------------*/

.headline {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 11px;
	color: #222;
	}

.heading {
	color: #222;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 11px;
	}

h1 {
	margin: 0;
	padding: 0;
	background: transparent;
 	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	word-spacing: 5px;
	letter-spacing: 2px;
	color: #222;
	}

h2 {
	font-size: 18px;
	line-height: 22px;
	color: #222;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 4px;
	}

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

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

.page-title-wrap {
	color: #222;
	font: normal 12px Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
	text-align: right;
	margin-bottom: 25px;
	}

.page-title-wrap .page-title {
	font: normal 20px/22px Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
	color: #222;
	}

.page-title-right {
	float: right;
	font-size: 11px;
	line-height: 13px;
	padding-top: 0px;
	}

.page-title-right a,
.page-title-right a:visited {
	text-decoration: none;
	}
.page-title-right a:hover {
	text-decoration: underline;
	}

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

#photo-wrap {
	float: right;
 	-moz-box-shadow: 0px 0px 5px #666;
 	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
  }

#photo-wrap p {
	margin: 0;
	}

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

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

#photo-wrap .caption {
	color: #555;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 3px;
	}

#photo-wrap .photog {
	color: #777;
	font-size: 11px;
	line-height: 13px;
	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,
#news-story #photo-wrap {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 0;
	}

#concerts #photo-wrap {
	float: right;
	}

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

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

#tlist th {
	font-size: 11px;
	text-align: left;
	color: #999;
	padding: 2px 5px;
	background: #cfc6c0;
	border: none;
	border-right: 1px solid #fcfaf9;
	}

#tlist th.first {
	}

#tlist th a {
	}

#tlist th a:hover {
	}

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

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

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

#tlist th.sortcol {
	background: #99938e;
	}

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

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

.status-box {
	background-color: transparent;
	margin: 0;
	}

.status-box td {
	padding: 5px 0;
	}

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

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

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

#grid .caption {
	font-size: 11px;
	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: normal 14px Arial, helvetica, trebuchet, sans-serif;
	}

input[type=text],
textarea {
	background: #ded5ce;
	border: 1px solid #cfc6c0;
	padding: 3px;
	color: #222;
	}

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

.field-100 {
	width: 99%;
	}

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

#social {
	position: absolute;
	bottom: 25px;
	left: 25px;
	}

#social ul {
	margin: 0;
	margin-right: 15px;
	}

#social ul li {
	list-style-image: none;
	display: inline;
	padding-right: 7px;
	line-height: 40px;
	}

#social ul li img {
	vertical-align: middle;
	}

#social ul li a {
	color: #888;
	font-size: 12px;
	line-height: 12px;
	}

/*-----------------------------------------------------------
 | Popup Window Styles
 +---------------------------------------------------------*/

.popup-body {
	background: transparent url(../graphics/inner_back.png) repeat-x 0 0 fixed;
	margin: 0px auto;
	}

.popup-body .heading {
	margin: 8px 0;
	}

.popup-page {
	text-align: center;
	margin: 15px;
	}

.popup-page td {
	padding: 5px;
	}

.popup-page td a {
	}

.popup-page td a:hover {
	}

.popup-page table {
	margin: 0 auto;
	width: 100%;
	}

.popup-page .headline {
	font-size: 16px;
	}

hr {
	border: 0;
	border-top: 1px solid #cfc6c0;
	margin: 10px 0;
	}

.popup-heading {
	padding: 10px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #5986b3;
	}

.popup-content {
	text-align: center;
	padding: 15px;
	border: 1px solid #cfc6c0;
	background: transparent;
	}

#offline .popup-page {
	width: 600px;
	margin: 15px auto;
	}

#offline .page-footer {
	background: transparent;
	padding: 25px 0 25px 0;
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #777;
	}

#offline .page-footer a {
	color: #5986b3;
	text-decoration: underline;
	}

#offline .page-footer a:hover {
	background: transparent;
	color: #fff;
	text-decoration: none;
	}
