
/* Core Styles */

body {
	font-size: 62.5%;
	font-family: arial;
	background: black;
	margin: 0px;
	text-align: center;
}

input, select, textarea, table, td {
	font-size: 1em;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

a {
	color: #618db2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Text Styles */

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.small {	
	font-size: 0.9em;
}

.error {
	color: red;
}

.donation {
	color: green;
	font-weight: bold;
}

.file_type {
	font-size: 0.9em;
	font-weight: bold;
}

h1 {
	color: #427cac;
	font-weight: 300;
	letter-spacing: -1px;
	font-family: verdana, helvetica;
	font-size: 2.5em;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}

h2 {
	color: #427cac;
	font-weight: 300;
	font-family: verdana, helvetica;
	font-size: 1.5em;
}

/* Document Layout */

#mediaPlayerContainer {
	display: none;
}

#master_container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#header {
	color: white;
	background: url(/site_images/header_bg.jpg);
	height: 105px;
	position: relative;
	font-size: 1.2em;
}

#header a {
	color: white;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header .search .corner {
	position: absolute;
	left: -1px;
	top: -1px;
}

#header .search input {
	font-size: 0.9em;
	vertical-align: middle;
}

#header .search input.search {
	width: 180px;
}

#account_controls {
	float: right;
	text-align: right;
	margin: 15px;
}

#header div.search {
	position: absolute;
	right: 0px;
	bottom: -1px;
	background: #447CAD;
	padding: 8px;
	padding-left: 12px;
}

#core_navigation {
	
}

#core_navigation div {
	float: left;
	border: 1px solid #A7D4FD;
	background: green;
	width: 7em;
	background: #2f3157 url(/site_images/button_bg.png) top repeat-x;
	margin-left: 5px;
	text-align: center;
	line-height: 1.6em;
	height: 1.6em;
}

#core_navigation a {
	color: white;
	text-decoration: none;
}

#secondary_navigation {
	background: #447CAD;
	color: #aeada9;
	padding: 4px;
	padding-bottom: 2px;
	font-size: 1.3em;
	line-height: 1.8em;
	height: 1.8em;
}

#secondary_navigation a {
	color: white;
	text-decoration: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#secondary_navigation a:hover {
	text-decoration: underline;
}

#body_container {
	background: white;
	padding: 5px;
	font-size: 1.3em;
}

#notices {
	background: lightgreen;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px;
	margin: 5px;
	border: 1px solid #c1cedf;
}

#notices p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#outer_body {
	background: #eef7ff;
	border: 1px solid #c1cedf;
	margin-top: 1em;
	/*position: relative; */
	z-index: 1;
}

#outer_body .corner, #inner_body .corner {
	position: absolute;
	top: -1px;
	left: -1px;
	display: none; /* IE Issue */
}

#inner_body_container {
	width: 603px;
	vertical-align: top;
}

#inner_body {
	border: 1px solid #c1cedf;
	border-right: 0px;
	background: white;
	margin-top: 18px;
	margin-bottom: 6px;
	margin-left: 5px;
	padding: 15px;
	/* position: relative; */
}

#inner_body .corner {
	left: -16px;
	top: 0px;
}

html>body #inner_body .corner {
	left: -1px;
	top: -1px;
}

#full_page_body {
	background: black;
	margin: -5px;
	margin-top: -5px;
}


#body_sidebar_container {
	vertical-align: top;
	width: 165px;
}

#body_sidebar {
	margin-left: 5px;
	width: 160px;
	overflow: hidden;
}

html>body #body_sidebar {
	left: 0px;
}

#body_sidebar h1 {
	text-transform: lowercase;
	color: #585655;
	font-weight: 200;
	letter-spacing: 1px;
	font-family: verdana, helvetica;
	font-size: 28px;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#body_sidebar h2 {
	text-transform: uppercase;
	color: #585655;
	font-size: 1em;
}

#body_sidebar h2 a {
	color: #585655;
}

#body_footer {
	clear: both;
}

#footer {
	color: white;
	font-size: 1.1em;
	text-align: right;
	padding: 5px;
	padding-top: 10px;
}

#footer img {
	vertical-align: bottom;
}

#footer ul {
	margin: 0px;
	display: inline;
}

#footer ul li {
	display: inline;
	margin-right: 1em;
}

#footer a {
	color: #72A7EB;
}

.search .button {
	vertical-align: middle;
}

/* Core Template Styles */

table.columns {
	margin-bottom: 0.5em;
}

table.columns .left {
	padding-right: 4px;
}

table.columns .right {
	padding-left: 4px;
}

/* Listing Styles */

.pagination {
	background: #efefed;
	font-size: 0.8em;
	margin-bottom: 15px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.pagination .controls {
	float: right;
}

.filters {
	background: #d0d0d0;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.filters .controls {
	float: right;
}

.filters a {
	font-weight: bold;
	color: white;
}

.filters a:hover {
	color: red;
	text-decoration: none;
}

.filters a.selected {
	color: red;
}

.data_view {
	/*width: 100%;*/
	width: 550px;
	border-collapse: collapse;
}

.data_view td {
	vertical-align: top;
	padding: 5px;
	padding-bottom: 2px;
	border-left: 1px solid #dadada;
}

.data_view th {
	text-align: left;
	padding: 5px;
	padding-left: 8px;
	padding-bottom: 10px;
	border-left: 1px solid #dadada;
	background: white;
}

.data_view .album_art {
	border: 0px;
	width: 40px;
}

.data_view .play_button {
	border: 0px;
}

.data_view .nb {
	border: 0px;
}

.data_view .odd {
	background: #f3f3f3;
}

.data_view .even {
	background: white;
}

.data_view a {
	color: black;
}

.data_view a:hover {
	color: #618db2;
	text-decoration: none;
}

div.content {
	margin-bottom: 15px;
}

.data_view .rating {
	margin-top: 5px;
}

/* Side Bar Box Styles */
.sbb {
	background: white;
	border: 1px solid #b2cfd9;
	margin-bottom: 12px;
	overflow: hidden;
}

.sbb a {
	color: black;
}

.sbb a:hover {
	color: #618db2;
	text-decoration: none;
}

.sbb h3 {
	color: white;
	padding-left: 0.8em;
	margin: 0px;
	margin-bottom: 0.2em;
	font-size: 1em;
	line-height: 1.8em;
	height: 1.8em;
	background: #447CAD;
}

.sbb div {
	font-size: 0.85em;
	font-weight: bold;
	padding: 0.3em;
	padding-left: 1.3em;
}

.sbb ol {
	font-size: 0.85em;
	font-weight: bold;
	margin: 0px;
	padding: 0em;
	margin-left: 2.5em;
}

.sbb ol li {
	padding: 0.3em;
	padding-left: 0em;
}

.sbb .plain {
	font-weight: 300;
}

.sbb div.selected {
	background: #CC99CC;
}

.sbb div.big {
	background: #447CAD;
	color: white;
	font-weight: 300;
	text-align: right;
}

.sbb div.big a {
	color: white;
}

/* Multiple Tab Box Styles */

.mtb_container {
	width: 550px;
}

.mtb {
	border: 1px solid #382f34;
}

.mtb a {
	color: black;
}

.mtb h2 {
	background: #382f34;
	color: white;
	margin: 0px;
	line-height: 1.8em;
	height: 1.8em;
	font-size: 1.2em;
	padding-left: 10px;
	width: 550px;
}

.mtb h2 .current_genre {
	color: #CC99CC;
}

.mtb_label {
	float: right;
	color: #687cb9;
	font-size: 11px;
	height: 11px;
	vertical-align: middle;
}

.mtb h2 select {
	float: right;
	font-size: 11px; 
	margin: 3px;
}

html>body .mtb h2 {
	width: 540px;
}

.mtb_footer {
	background: #382f34;
	line-height: 1.6em;
	text-align: right;
	padding-right: 10px;
	font-size: 0.85em;
	color: white;
	width: 550px;
}

.mtb_footer_note {
	background: #382f34;
	text-align: left;
	color: white;
	float: left;
}

html>body .mtb_footer {
	width: 540px;
}

.mtb_footer a {
	color: white;
}

.mtb table.tabs {
	width: 100%;
}

.mtb table.tabs td {
	color: white;
	background: #687cb9 url(/site_images/tab_bg.png) top repeat-x;
	width: 25%;
	border-left: 1px solid #382f34;
	border-bottom: 1px solid #687cb9;
	line-height: 1.8em;
	height: 1.8em;
	text-align: center;
	font-size: 0.9em;
}

.mtb table.tabs td.first {
	border-left: 0px;
}

.mtb table.tabs td.selected {
	background: white;
	border-bottom: 1px solid white;
}

.mtb table.tabs td.selected a {
	color: #377db0;
}

.mtb table.tabs td a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/* Scroll Box styles, used with MTB */

.sb_controls {

	position: relative;
	top: 25px;
	right: 8px;
	z-index: 10;
}

.sb_controls div.location {
	position: relative;
	left: 10px;
}

.sb_controls div.location img {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sb_controls .up {
	margin-bottom: 30px;
}

.sb_controls .down {
	margin-top: 30px;
}

.sb_container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sb {
	height: 220px;
	overflow: hidden;
}

.sb .album {
	width: 137px;
	height: 100px;
	margin-top: 10px;
	float: left;
	text-align: center;
	font-size: 0.8em;
}

.sb .album .title {
	font-weight: bold;
}


/* Browse Box Styles */

.bb .content {
	border: 2px solid #c1cedf;
	margin-bottom: 15px;
	padding: 8px;
}

.bb .browse_options {
	font-size: 0.95em;
	width: 530px;
}

.bb .browse_options td {
	vertical-align: top;
}

.bb .browse_options h2 {
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0.6em;
}

.bb .browse_options h3 {
	font-size: 1.1em;
	margin: 0px;
}

.bb .browse_options ul {
	margin-left: 0em;
	padding-left: 0em;
	margin-top: 0px;
	list-style-type: none;
}

.bb .browse_options li {
	margin-top: 0.2em;
}

.bb .browse_options ul ul {
	margin-left: 0.7em;
	padding-left: 0.7em;
	margin-bottom: 0.7em;
	font-size: 0.9em;
}

.bb table.tabs {

}

.bb table.tabs td {
	padding-right: 2px;
}

.bb table.tabs .tab a {
	color: white;
	text-decoration: none;
}

.bb table.tabs .tab {
	background: #687cb9 url(/site_images/top_tab_bg.jpg) top no-repeat;
	height: 25px;
	text-align: center;
	line-height: 25px;
	width: 148px;
	color: white;
	font-weight: bold;
}

.bb table.tabs .selected {
	background: #687cb9 url(/site_images/top_tab_bg_selected.jpg) top no-repeat;
}

.bb .search {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Page Header Styles */

.page_header {
	margin-right: -15px;
	height: 180px;
	overflow: hidden;
	position: relative;
	top: -15px;
}

#full_page_body .page_header {
	margin-right: 0;
	top: 0px;
}

.page_header .bg {
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
}

.page_header .body {
	z-index: 50;
	margin-top: 30px;
	position: absolute;
}

.page_header .body p {
	width: 340px;
}

.page_header h1 {
	color: #427cac;
	font-weight: 200;
	letter-spacing: -1px;
	font-family: verdana, helvetica;
	font-size: 3.5em;
	margin-bottom: 0em;
	margin-top: 0em;
}

/* Common Profile Styles */

.profile div.controls {
	float: right;
}

.profile div.browse {
	border-bottom: 1px solid #c1cedf;
	margin: -15px;
	position: relative;
	top: -15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

td.large_image {
	vertical-align: top;
}

td.description {
	vertical-align: top;
	padding-left: 10px;
}

/* Album Styles */

#album_details {
	height: 165px;
}

.album_feature {
	border-bottom: 2px solid white;
	float: left;
}

.album_feature #album_details_container {
	width: 380px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.album_feature #album_details {
	height: auto;
	padding: 10px;
}

.album_feature .data_view {
	width: 360px;
	color: black;
}

.album_feature .profile {
	padding: 20px;
	clear: both;
}

.album_feature .controls {
	margin-top: 10px;
	text-align: center;
}

/* Charity Profile Styles */

#charity_listing .profile {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #447cad;
}

#charity_listing .large_image {
	width: 90px;
}

#charity_listing td.description {
	width: 330px;
}

#charity_listing .location {
	color: #427cac;
}

#charity_listing .profile h2 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

#charity_listing div.pagination {
	background: white;
	border-bottom: 1px solid #447cad;
}

#select_featured_charity h3 {
	margin-top: 0px;
}


/* Artist Profile Styles */

#artist_profile {

}
