﻿/* CSS Document for ebonyRed records*/


body 
	{
		background-color:black;
		margin:0px;
		padding: 0px;
	}
/*Table*/

/*Classes*/
.tablebody
	{
		border-right:0px solid black;
		border-left:0px solid black;
		border-top:0px solid black;
		border-bottom:0px solid black;
		text-align:right;
		background-color: transparent;	
		padding: 2px;
		position:absolute;
	}
.tdblank
	{
		border-right:0px solid black;
		border-left:0px solid black;
		border-top:0px solid black;
		border-bottom:0px solid black;
		text-align:right;
		background-color: transparent;	
		padding: 0px;
	}
.tdwhite
	{
		border-bottom: 0px black solid;
		border-top: 0px black solid;
		border-left: 0px black solid;
		border-right: 0px black solid;
		background-color: white;	
		padding: 0px;
	}

/*START OF HOME PAGE*/
.tdtop 
	{
		border-bottom: 1px solid black;
		border-top:1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		background-color: transparent;	
		padding: 5px;
	}
.tdgraphic
	{
		border-bottom: 1px solid black;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;
		background-color: transparent;	
		padding: 2px;
	}
.tdnavigation
	{
		border-bottom: 1px white black;
		border-top: 1px white black;
		border-left: 1px white black;
		border-right: 1px white black;
		background-color: transparent;	
		background-image: url(Images/Label/Bar_1.png);
		padding:15px;
	}
.tdheading
	{
		border-bottom: 1px solid white;
		border-top: 1px solid white;
		border-left: 1px solid white;
		border-right: 1px solid white;
		background-color: transparent;	
		padding: 5px;
		/*background-image: url(Images/Label/Bar_1.png);*/
	
	}
.tdblurb
	{
		border-bottom: 0px solid white;
		border-top: 0px solid white;
		border-left: 0px solid white;
		border-right: 0px solid white;
		background-color: transparent;	
		padding: 5px;
		
	}
.tdcovers
	{
		border-bottom: 1px white solid;
		border-top:1px white solid;
		border-left: 1px white solid;
		border-right: 0px white solid;
		background-color: black;	
		padding:5px;
	}
.tdreleases
	{
		border-bottom: 1px white solid;
		border-top:1px white solid;
		border-left: 0px white solid;
		border-right: 1px white solid;
		background-color: black;	
		padding: 0px;
		padding-right:5px;
	}
.tdfeaturedartists
	{
		border-bottom: 0px white solid;
		border-top: 0px white solid;
		border-left: 0px white solid;
		border-right: 0px white solid;
		background-color: transparent;	
		padding: 1px;
	}
.tdnews
	{
		border-bottom: 0px white solid;
		border-top: 0px white solid;
		border-left: 0px white solid;
		border-right: 0px white solid;
		background-color: transparent;	
		padding: 2px;
	}
.tdethos
	{
		border-bottom: 0px white solid;
		border-top: 0px white solid;
		border-left: 0px white solid;
		border-right: 0px white solid;
		background-color: transparent;	
		padding: 2px;
	}
.tddemo
	{
		border-bottom: 1px white solid;
		border-top: 1px white solid;
		border-left: 1px white solid;
		border-right: 1px white solid;
		background-color: transparent;	
		padding: 2px;
	}
/*END OF HOME PAGE*/
/*START OF ARTISTS PAGE*/
.tdlogos
	{
		border-bottom: 1px white solid;
		border-top:1px white solid;
		border-left: 1px white solid;
		border-right: 0px white solid;
		background-color: black;	
		padding: 5px;
	}
.tdartists
	{
		border-bottom: 1px white solid;
		border-top: 1px white solid;
		border-left: 0px white solid;
		border-right: 1px white solid;
		background-color: transparent;	
		padding: 0px;
	}

/*END OF ARTISTS PAGE*/
/*START SERVICES PAGE*/

.filter
	{
		filter:alpha(opacity=40);
		-moz-opacity:.40;
			opacity:.40;
			
	}
img.centre
   {
		display:block; 
		margin:0 auto; 
		text-align:center; 
		margin:0px;
		padding: 5px;
   }
/* headings*/
h1
	{
		font-size: 12pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:left;
		
	}
h2
	{
		font-size: 10pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:left;
	}
h2.center
	{
		font-size: 10pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:center;
	}
h3
	{
		font-size: 9pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:left;
	}
h4
	{
		font-size: 8pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:left;
	}
h4.center
	{
		font-size: 8pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:center;
	}
h5
	{
		font-size: 8pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:left;
		/*background-image: url(Images/Label/Bar_1.png);*/
		background-color:#800000
	}


/* */

/*Hyperlink one - Navigation*/
a.navigation:visited
	{		
		color: white;
		font-size: 10pt;
		font-family: verdana;
		text-decoration:none;
		margin:0px;
		padding: 0px;
		font-weight: bold; 
	}
a.navigation:link
	{
		color: white;
		font-size: 10pt;
		font-family: verdana;
		text-decoration:none;
		margin:0px;
		padding: 0px;
		font-weight: bold; 
	}
a.navigation:hover
	{
		color: white;
		font-size: 10pt;
		font-family:  verdana;
		text-decoration:underline;
		margin:0px;
		padding: 0px;
		font-weight: bold; 

	}
/* */

/* Hyperlink Two - in paragraph*/
a.text:link
	{
		color: #800000;
		font-size: 10pt;
		font-family:  verdana;
		margin:0px;
		padding: 2px;
	}
a.text:visited
	{
		font-size: 10pt;
		color: #800000;
		font-family:  verdana;
		margin:0px;
		padding: 2px;
	}
a.text:hover
	{
		font-size: 10pt;
		color: silver ;
		font-family:  verdana;
		margin:0px;
		padding: 2px;
	}
/* */
/* Hyperlink Two - in paragraph CLEAR*/
a.clear:link
	{
		color: white;
		font-size: 10pt;
		font-family:  verdana;
		margin:0px;
		padding: 2px;
		text-decoration:none;
	}
a.clear:visited
	{
		font-size: 10pt;
		color: white;
		font-family:  verdana;
		margin:0px;
		padding: 2px;
		text-decoration:none;
	}
a.clear:hover
	{
		font-size: 10pt;
		color: white ;
		font-family:  verdana;
		margin:0px;
		padding: 2px;
		text-decoration:underline;
	}
/* */
/* Block Hyperlink*/
a.block:link
	{
		text-align:center;
		color: black;
		font-size: 8pt;
		font-family: verdana;
		text-decoration:none;
		margin:0px;
		padding: 5px;
		font-weight: bold; 
		background-color:silver;
	}
a.block:visited
	{
		text-align:center;
		color: black;
		font-size: 8pt;
		font-family: verdana;
		text-decoration:none;
		margin:0px;
		padding: 5px;
		font-weight: bold;
		background-color:silver;
	}
a.block:hover
	{
		text-align:center;
		color: black;
		font-size: 8pt;
		font-family: verdana;
		text-decoration:none;
		margin:0px;
		padding: 5px;
		font-weight: bold; 
		background-color:white;
			
	}
/* */


/* Hyperlink Three - built by websitedesignleeds.net link*/
a.link:link
	{
		color:#800000;
		font-size: 10pt;
		font-family:  verdana;
		text-decoration:none;
		margin:0px;
		padding: 5px;
		
	}
a.link:visited
	{
		font-size: 10pt;
		color: #800000;
		font-family:  verdana;
		text-decoration:none;
		margin:0px;
		padding: 5px;
		
	}
a.link:hover
	{
		font-size: 10pt;
		color: #800000 ;
		font-family:  verdana;
		text-decoration:underline;
		margin:0px;
		padding: 5px;
		
	}

/* */
/*Hyperlink Image*/
a.image:link
	{
	
		font-size: 0pt;
		font-family:  verdana;
		text-decoration:none;
		margin:0px;
		padding: 0px;
		
	}
a.image:visited
	{
		font-size: 0pt;
	
		font-family:  verdana;
		text-decoration:none;
		margin:0px;
		padding: 0px;
		
	}
a.image:hover
	{
		font-size: 0pt;

		font-family:  verdana;
		text-decoration:underline;
		margin:0px;
		padding: 0px;
		
	}

/* */
/*Hyperlink Image*/
a.artist:link
	{
	
		font-size: 8pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:center;
		font-weight:bold;
		
	}
a.artist:visited
	{
		font-size: 8pt;
		font-family: Verdana;
		color: white; 
		text-decoration:none;
		margin:0px;
		padding: 5px;
		text-align:center;
		font-weight:bold;
		
	}
a.artist:hover
	{
		font-size: 8pt;
		font-family: Verdana;
		color: white; 
		text-decoration:underline;
		margin:0px;
		padding: 5px;
		text-align:center;
		font-weight:bold;
		
	}

/* */


/* Paragraphs */
p
	{
		color: white;
		font-size: 10pt;
		font-family:Verdana;
		text-align:justify;
		margin:0px;
		padding: 0px;
	}
p.text
	{
		color: white;
		font-size: 10pt;
		font-family:Verdana;
		text-align:justify;
		margin:7px;
		padding: 5px;
	}
p.center
	{
		color: white;
		font-size: 12pt;
		font-family:verdana;
		text-align:center;
		margin:0px;
		padding: 0px;
	}
p.left
	{
		color: white;
		font-size: 10pt;
		font-family:verdana;
		text-align:left;
		margin:0px;
		padding: 0px;
	}
p.right
	{
		color: white;
		font-size: 10pt;
		font-family:verdana;
		text-align:right;
		margin:0px;
		padding: 0px;
	}
p.justify
	{
		color: white;
		font-size: 12pt;
		font-family:verdana;
		text-align:justify;
		margin:0px;
		padding: 0px;
	}
p.buffer
	{
		color: white;
		font-size: 12pt;
		font-family:verdana;
		text-align:justify;
		margin:0px;
		padding: 2px;
	}
p.info
	{
		color: white;
		font-size: 10pt;
		font-family:verdana;
		text-align:center;
		margin:0px;
		padding: 2px;
	}
p.form
	{
		color: white;
		font-size: 10pt;
		font-family:verdana;
		text-align:center;
		margin:2px;
		padding: 2px;
	}
ul
	{
		color:white;
		font-size: 10pt;
		font-family: verdana;
		text-decoration:none;
		margin:0px;
		padding: 0px;
		
	}
hr
	{

		padding: 0px;
		
	}
br
	{
		color: white;
		font-size: 14pt;
		font-family:arial;
		padding:0px;
		margin:0px;
		padding:0px;
	}
br.small
	{
		color: white;
		font-size: 3pt;
		font-family:arial;
		padding:0px;
		margin:0px;
		padding:0px;
	}
br.medium
	{
		color: white;
		font-size: 5pt;
		font-family:arial;
		padding:0px;
		margin:0px;
		padding:0px;
	}

#Skeleton
	{
		position:absolute;
		left: 50%; 
		top:0px;
		width: 920px;
		height: 2000px;
		margin-top:0px; /* half of the height */
		margin-left: -460px; /* half of the width */
		border: 0px solid #000;
		background-color:transparent;
	}
#Box
	{
		position:absolute;
		left: 50%; 
		top:288px;
		width: 900px;
		height: 1000px;
		margin-top:0px; /* half of the height */
		margin-left: -450px; /* half of the width */
		/*border: 1px solid #000;*/
		background-color:black;
		filter:alpha(opacity=90);
		-moz-opacity:.90;
			opacity:.90;
	}
#Box_Text
	{
		position:absolute;
		left: 48%; 
		top:251px;
		width: 520px;
		height: 1122px;
		margin-top:0px; /* half of the height */
		margin-left: -260px; /* half of the width */
		/*border: 1px solid #000;*/
		padding:8px;
		border-right:1px solid silver;
		border-left:0px solid silver;
		padding-right: 12px;
	}

