/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #DBD6D4 url(images/background.gif) repeat-y top left;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
h1 {
	color:#003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:300;
	}
h2 {
	color:#FF6600;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	margin:10px 0;
	}
p {
	margin: 15px 0;
	}
hr {clear:right;
	margin:10px;}
a {
	color:#CC3333;
	}
p a:hover, dl a:hover, #main ul a:hover {
	background:#FFFF66;
	}
p a:visited, dl a:visited {
	color:#666666;
	}
#container {
	margin:10px 0 20px 143px;
	background: #fff url(images/containerbackground.gif) repeat-y;
	width: 700px;
	border: 3px solid #fff;
	}
/*- - - - - - - - - - - - - The Top navigational menu is an unordered list - - - - - - - - - - - - */
#topnav {
float:left;
width: 700px;
padding:  0;
background:url(images/topnavbg.gif) repeat-y;
font-family:Georgia, "Times New Roman", Times, serif;
font-variant:small-caps;
margin-top: -1px;
margin-bottom: 20px;
font-weight:bold;
}

#topnav ul {
float:left;
margin-left:20px;
list-style-type:none;
}

#topnav li {
float:left;
}

#topnav a {
	float:left;
	padding: 4px 8px;
	margin: 0 0 0 5px;
	display:block;
	color:#000;
	text-decoration:none;
	background-color:#FFFF99;
	border: 1px solid #999999;
	border-bottom: none;
	border-top:none;
}

#topnav a:hover, #t-active a {
color: #000;
padding: 4px  8px;
background:#FFFF33;
}


/* - - - - - - - - - - - - - - Header. Zedashe photo, and image/text link to home page - - - -  */
#header {
	height:203px;
	background: #6699CC url(images/headerbackground.jpg) no-repeat left top;	
}

#header img {
	padding-left:110px;
	padding-top: 10px;
	border:none;
	}

#header h1 {display:none;}

/* - - - -- - - - - - - - - - MAIN - */

.bios {
	float:left;
	margin:5px 10px 5px 0px; 
	}
.img_right {
	float:right;
	margin:5px 0 10px 10px; 
	}

#main {
	margin: 0 50px 20px;
	}	
#main img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	
	}
#main ul {
	list-style-position:inside;
	}

dl dt {
	font-weight:bold;
	color:#0066CC;
	margin-top: 15px;
	}
	
dd {
	margin: 15px 0;
	}	
	
table {color: #333;}


#playlist {
		border: 1px solid #ccc;
		margin-bottom:20px;
	}
th {font-weight:200;
	color: #fff;}
.name { background:url(../images/global/audio.png) no-repeat left;
	padding-left:15px;}
#playlist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
#playlist tbody tr td a {color: #333;}
	
	#playlist tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -for the store - - - - - - - */
.detail_nav {
float:right;
margin: 0 0 10px 10px;
padding:10px 0 10px 10px;
width: 180px;
text-align:left;
color: #333; 
font-size: 90%;
}

.detail_nav img a {
padding: 0;
margin: 0;
border-bottom:none;
}
.detail_nav h3 {
margin-top: 10px;
}

.floatright {float:right;}

#maincontent form {
margin-bottom: 10px;
}
.audio {
	padding: 0 0 0 15px;
	margin-bottom:6px;
	background: #fff url(images/global/audio.gif) no-repeat top left;}



