@charset "utf-8";
/* CSS Document */

/* @import url("advanced.css"); */

* 
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Sans-serif;
	color: #4c4c4c;
}

html { 
       background: #000 url("/_assets/img/bg-gradient.gif") top left repeat-x;
}

body 
{
	margin: 0 auto;
	width: 800px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	background: #fff;
	font-size: 0.7em;
}

a
{
	color: #105CB6;
}

a span
{
	color: #105CB6;	
}

a:hover
{
	text-decoration: none;
}



div#header
{
	background: url("/_assets/img/header-bg.gif") top left repeat-x;
	height: 215px;
}

div#header h1 
{
	background: url("/_assets/img/edivemusic_logo.jpg") bottom right no-repeat;
	width: 800px;
	height: 215px;
	float: left;

}

div#header h1 a 
{
	display: block;
	width: 800px;
	height: 215px;
}

div#header span
{
	display: none;
}


div#pageContent
{
 	background: #fff url("/_assets/img/yellow-gradient.gif") top right repeat-y; 
	height: 100%;
    width: 800px;
}

div#contentArea
{
	float: left;
	width: 800px;
 	background: #fff url("/_assets/img/yellow-gradient.gif") top right repeat-y; 
}
	
div#topBar
{
	padding-bottom: 10px;
	background: url("/_assets/img/nav-bottom.png") bottom left repeat-x;
}

ul#navigation
{
	border-right: 1px solid #ccc;
	height: 21px;
	background: #F6F3F0;
	padding: 4px;
	float: left;
	width: 791px;
}

ul#navigation li
{
	display: inline;
	font-size: 1.3em;
}
ul#navigation li a 
{
	display: block;
	float: left;
	padding: 2px;
	padding-left: 10px;
    padding-right: 10px;
	border: 1px solid #F6F3F0;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	margin: 0 2px;
}

ul#navigation li a:hover
{
	border: 1px solid #F1EAC8;
	background: #e99770;
	text-decoration: underline;
}




/* Left section */

div#leftSide
{
	float: left;
	width: 610px;
	height: 100%;
	padding-top: 5px;
	padding-left: 5px;
}

div#leftSide h1 a
{
 	color: #666666
}

div#leftSide h2
{
 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
div#leftSide div.bucket
{
	border: 1px solid #686868;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #F3F3F3;
	padding: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;   
}

div#leftSide div.bucket h2
{
	background: #727272 url("/_assets/img/grey-heading-bg.gif") repeat-x top left;
	color: White;
	font-size: 1.2em;
	padding: 1px 0 3px 3px;
	margin: -5px -5px 7px -5px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
}

div.bucket h2 a
{
	color: White;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: bold;
}

div#leftSide h3
{
	font-size: 1.2em;
	margin-top: 5px;
}
div#leftSide h3 a
{
	color: #333333;	
}

div#leftSide h4
{
	font-size: 1em;
	margin-top: 3px;
}

div#leftSide h5
{
	font-size: 1.3em;
	margin-top: 0px;
	font-weight:bolder;
	margin-bottom:2px;
}
div#leftSide h6
{
	font-size: 1em;
	margin-left: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
    margin-top: 5px;
}
div#leftSide ol
{
	font-size: 1em;
	margin-left: 40px;
}


div#leftSide div.bucket p
{
	padding-bottom: 7px;
	margin-left: 10px;
	margin-right: 10px;
}

div#leftSide div.bucket p a
{
	color: Blue;
}

div#leftSide div.bucket textarea
{
	font-size: 1.1em;
}


.ArtistBucketItem 
{
	float: left;
	width: 19%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: center;
}


.ArtistPicture
{
	float: left;
	width: 32%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: center;
}

.ArtistLogo
{
	float: right;
	width: 61%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: center;
}
.ArtistBio
{
	float: right;
	width: 61%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: left;
}
.ArtistAlbums
{
	float: left;
	width: 98%;
	margin-left: 4px;
	margin-right: 0px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: center;
}
.ArtistAlbum
{
	float: left;
	width: 97%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 15px;	
	text-align: center;
}

.AlbumPicture
{
	float: left;
	width: 20%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: center;
}

.AlbumDescription
{
	float: left;
	width: 75%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: left;
}
.AlbumTitle
{
	float: left;
	width: 60%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: left;
}
.AlbumPlayer
{
	float: left;
	width: 60%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: left;
}

.AlbumPurchase
{
	float: right;
	width: 34%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: left;
}


.AlbumTracks
{
	float: right;
	width: 99%;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: left;
}

.clear
{
	clear: both;
}

#list li
{
	display: inline;
	float: left;
}
#text
{
	margin-left: 20px;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: bold;

}






/*  Right Side */

div#rightSide
{
	float: right;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	height: 100%;
}

div#rightSide h2
{
 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
div#rightSide div.bucket
{
	border: 1px solid #686868;
	margin-top: 5px;
	background-color: #F3F3F3;
	padding: 5px;
	float: right;
}

div#rightSide div.bucket h2
{
	background: #727272 url("/_assets/img/grey-heading-bg.gif") repeat-x top left;
	color: White;
	font-size: 1.2em;
	padding: 1px 0 3px 3px;
	margin: -5px -5px 7px -5px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
}

.Logo
{
	width: 160px;
	margin-left: 4px;
    margin-top: 4px;	
	margin-bottom: 4px;	
	text-align: center;
}
div.bucket h2 a 
{
	color: White;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: bold;
	
}
div.bucket a 
{
	color: White;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-weight: bold;
	
}