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

* {
  margin: 0;
  padding: 0;
}

html {
	background: #fff;
	}

body {
	font-family: arial, helvetica, trebuchet, sans-serif;
	font-size: 12px;
	margin: 0px auto 10px;
	color: #666;
	background: #fff url(../graphics/pageback.gif) repeat-x top left;
	}

body, td, th, div, li {
	font-size: 12px;
	font-family: arial, helvetica, trebuchet, sans-serif;
	line-height: 17px;
	}

table {
	border-collapse: collapse;
	}

td {
	padding: 0px;
	}

a, a:visited {
	color: #0968b9;
	text-decoration: none;
	}

a:hover {
	color: #0968b9;
	text-decoration: underline;
	}

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

a:hover img {
	background: transparent;
	}

p {
	margin: 15px 0;
	}

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

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

img {
	border: 0;
	}

#wrapper {
	width: 900px;
	margin-left: 1%;
	margin-right: 1%;
	margin: 0 auto;
	}

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

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

.menulogo {
	text-align: left;
	}

.maincontent-cell {
	background: #fff;
	}

.maincontent {
	margin: 30px 60px;
	}


.headline {
	font: bold 16px/18px arial, helvetica, sans-serif;
	margin-bottom: 11px;
	color: #444;
	}

.heading {
	font: normal 15px/17px Arial, Helvetica, sans-serif;
	color: #444;
	}

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

.page-title-wrap {
	background: transparent;
	font: normal 12px arial, helvetica, sans-serif;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 30px;
	}

.page-title-wrap .page-title {
	font: normal 24px/26px arial, helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	color: #999;
	}

.page-title-right {
	float: right;
	font-size: 11px;
	padding-top: 4px;
	margin-right: 10px;
	}

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

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

.page-footer {
	padding: 40px 0 25px 0;
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #999;
	}

.page-footer a {
	color: #555;
	text-decoration: none;
	}

.page-footer a:hover {
	background: transparent;
	color: #000;
	text-decoration: underline;
	}

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

.error {
	color: #d40000;
	}

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

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

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

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	background: transparent;
 	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	word-spacing: 5px;
	letter-spacing: 2px;
	color: #444;
	}

h2 {
	font: 16px helvetica, arial, sans-serif;
	color: #444;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 4px;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	background: #ccc;
	color: #666;
	margin: 0;
	padding: 0;
	padding: 4px 8px;
	text-align: center;
	margin-bottom: 5px;
	}

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

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

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

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

#photo-wrap .caption {
	color: #666;
	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,
#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: 0;
	}

#tlist th {
	font-size: 11px;
	text-align: left;
	color: #777;
	padding: 2px 5px;
	background: #e5e5e5;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	}

#tlist th.first {
	}

#tlist th a {
	}

#tlist th a:hover {
	}

#tlist td {
	background: transparent;
	border-top: 1px solid #e5e5e5;
	padding: 4px 0;
	padding-right: 5px;
	}

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

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

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

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

.status-box {
	background-color: #f2f2f2;
	margin: 5px 0;
	}

.status-box td {
	color: #666;
	padding: 3px 5px;
	}

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

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

#grid td,
div#grid {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	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 12px Arial, helvetica, trebuchet, sans-serif;
	}

select {
	padding: 0px;
	}

textarea {
	padding: 1px;
	}

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

.field-100 {
	width: 100%;
	}

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

#social {
	position: absolute;
	right: 10px;
	bottom: 37px;
	}

#social ul {
	margin: 0;
	padding: 0;
	}

#social ul li {
	list-style-image: none;
	display: inline;
	margin-right: 5px;
	line-height: 50px;
	}

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

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

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

.popup-body {
	width: 100%;
	background: #f2f2f2;
	text-align: center;
	margin: 0;
	}

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

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

.popup-page td a {
	color: #000;
	}

.popup-page td a:hover {
	color: #000;
	text-decoration: underline;
	}

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

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

.popup-heading {
	padding: 10px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #999;
	}

.popup-content {
	text-align: center;
	padding: 15px;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	}
