/*

	CSS for minisite
	Ken Ficara
	Copyright (c) 2008 Harmonica, LLC
	$Id: style.css,v 1.8 2009-02-05 09:47:31-05 ficara Exp $

*/

body {
	background: #000000 url('media/images/Kustomized_background.jpg') no-repeat scroll center top;
	background-position: 0 0;
	font-family: Courier New, Courier;
	font-size: 12px; 
	color: white;
	padding: 0px;
	margin: 0px;
	min-width: 950px;
}

a:link, a:hover, a:active, a:visited 
{
	color: #FFFFFF;
}

p 
{
	margin: 1.5em 0px;
	display: block;
}

img 
{
	position: relative;
	border: none;
	display: block;
	margin: auto 5px auto auto;
}

#background 
{
	min-width: 950px;
}

#page 
{
	width: 950px;
	padding-top: 118px;
	margin: 0px auto;
	text-align: left;
}


/**************************** Left **********************************/

#left {
	float: left;
	margin-left: 214px;
	display: inline;
}

#player {
	font-size: 1.1em;
	font-weight: bold;
	width: 336px;
	height: 224px;
	
}

div#textblock
{
	margin-top: 10px;
}

.text 
{
	width: 324px;
/*
	margin-top: 50px;
	margin-bottom: 50px;
*/
	font-size: 12px;
	background-color: #DDDDDD;
	color: black;
	padding: 6px;
}

.text a
{
	color: #FF0000;
}


h1 
{
	font-size: 1.5em;
	color: #FF0000;
}


span.controls
{
	display: block;
	width: 324px;
	text-align: center;
}

div#credits
{
	text-align: center;
	margin: 12px auto;
	color: red;
	font-weight: bold;
}

div#credits a:link, a:hover, a:active, a:visited 
{
	color: red;
}


/**************************** Right **********************************/



a.songname
{
	font-size: 1.5em;
	line-height: 2em;
}

a.buylink
{
	font-size: 1em;
	line-height: auto;
}

#covers p,
#sampler p
{
	margin-top: 1px;
}

#right h2
{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}


#right p
{
	margin-top: 0px;
}

#right {
	width: 260px;
	float: left;
	margin-left: 82px;
	display: inline;
	margin-top: -6px;
}

#right img
{
	align: center;
	margin: 6px 0 6px 0;
}

div.albumcontainer
{
/*style="position:relative;width:86px;height:80px;float:left;"*/
	position:relative;
	width:80px;
	height:80px;
	display: inline;
	float:left;
	margin: 0 6px 0 0;
	
}

img.albumcover
{
	width:80px;
	height:80px;
	position: relative;
	display: inline;
	margin: 0 6px 0 0 !important;
}

span.buytext
{
	position: absolute; 
	top: 3px; 
	left: 3px; 
	display: none;
}

.buytext p
{
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 3px 0;
}

p.emphasis,
.emphasis a
{
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}

/*
div.albumtext
{
	position:absolute;
	top:3px;
	left:3px;
	display:none;
}
*/
/*
img.albumcover
{
	position: relative;
	border: none;
	margin: auto 5px auto auto !important;
	display: inline;
}
*/

img#logo
{
	margin-top: 0px;
	margin-left: 0px;
	float:right;
}	
