﻿
h1.album
{
    text-align: center;
    font-size: 34px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.capital
{
    font-family: Georgia;
    text-align: center;
    color: rgb(80, 80, 80);
    font-size: 50px;
    padding: 15px 5px 15px 0;
}

.music
{	
	border-collapse: collapse;
	border: 0;
}

.music td
{
    border-width: 1px;    
}

.music, .music td
{	
	border-color: rgb(40, 40, 40);
    border-style: solid;
}

.music .header td
{
    border-left: none;
    text-align: center;
    color: Gray;
    font-size: 9px;
    padding: 0 7px 0 7px;
    border-width: 0;
    white-space: nowrap;
}

.music .performer
{
	font-family: Georgia;
    font-size: 22px;
    padding: 20px 10px 10px 15px;
    border-left-width: 0px;
}

.music .album td
{	
	color: Gray;
	padding: 3px 15px 3px 15px;	
	font-size: 9px;
	width: 1%;
}

.music .album .name
{
    color: White;
    font-size: 13px;
    width: auto;
}

.music .album .tracks
{
    text-align: right;
}

.music .album .genre
{
    white-space: nowrap;
}

.music .album .size
{
    text-align: right;
}

.music .alt td
{
	background-color: rgb(30, 30, 30);
}

.music .size
{
	border-right: solid 1px rgb(40, 40, 40);
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --*/

.catalog
{
	width: 100%;	
}

.catalog .name
{
	color: Gray;
	font-size: 10px;
}

.catalog .value
{
	font-size: 12px;
}

.performers
{
    list-style-type: none;    
}

.performers li
{
    font-size: 13px;
    color: White;
}


.performers li .num
{
    font-size: 9px;
    margin-right: 5px;
    color: Gray;
}

.performers li a
{
    color: rgb(215, 208, 109);
}

.performers li a
{
    font-size: 13px;
    color: rgb(215, 208, 109);
}

.performer-image
{
    float: left;
    margin-right: 20px; 
    margin-top: 20px; 
    padding: 8px; 
    border: solid 1px rgb(40, 40, 40);
}

#TagsCloud.tags
{
    font-family: Georgia;
}


.perf-cloud a, .perf-alph a
{
    font-size: 13px;
    text-decoration: none;  
}

.perf-cloud a
{
	line-height: 50px;
	white-space: nowrap;
}

.perf-cloud div
{
	float: left;
	margin-right: 15px;
}

.perf-cloud a:hover, .perf-alph a:hover
{
    background-color: rgb(130, 125, 47);
    color: White;
}
