body	{
	font-family:helvetica, arial, sans-serif;
	color:#acacac;
	font-size:13px;
	margin-top:0px;
	}
	
a	{
	text-decoration:none;
	color:#acacac;
	outline:none;
	cursor:pointer;
	}	
		
	
a:hover	{
	color:#3A495A;
	}	

a.pointer	{
	cursor:pointer;
	}
	
p	{
	margin-top:0px;
	margin-bottom:15px;
	line-height:1.5em;	
	}
	
img 	{
	border:0px;
	}	
	
	
td, th	{
	padding:3px 5px 3px 5px;
	}	

	
#logo	{
	margin-bottom:20px;
	}	
	
	

	
/* --site structure --*/
	
#site	{
	width:890px;
	margin: 20px auto 40px auto;
	overflow:hidden;	
	}	
	
#page	{
	width:100%;
	overflow:hidden;
	}	

	
/* -- side nav and subnav -- */	
	
#sidenav 	{
	width:350px;
	margin-top:70px;
	float:left;
	}	
	
#content	{	
	float:right;
	width:485px;
	}	

ul.sidenav
	{
	margin:0px;
	padding:0px;
	list-style:none;
	}	
	

ul.subnav	{
	margin:0 0 0 15px;
	padding:0px;
	list-style:none;
	}
	
ul.sidenav	{
	height:220px;
	}	
	
ul.sidenav li, 
ul.subnav li	{
	display:block;
	width:150px;		
	}	
	
ul.sidenav li a 	{
	display:block;
	width:150px;
	border-left:#ffffff solid 5px;
	padding-left:10px;
	margin-top:5px;	
	}		
	
	
ul.sidenav li a.selected	{
	font-weight:bold;
	color:#3A495A;
	border-left:#126e95 solid 5px;	
	}
	

	
ul.sidenav #work.selected,
ul.sidenav #other.selected
	{	
	font-weight:bold;
	color:#3A495A;
	border-left:#ffffff solid 5px;
	}	


ul.subnav li a	{
	color:#3A495A;
	}	
	
ul.subnav li a:hover	{
	color:#92CECF;
	}
	
		
ul.subnav li a.selected	{
	font-weight:bold;
	color:#3A495A;
	border-left:#126e95 solid 5px;
	}	


/* -- portfolio area -- */	
#player	{
	margin-bottom:13px;
	}	
	
#details	{
	height:105px;
	display:block;
	color:#3A495A;
	font-size:13px;
	line-height:1.5em;
	visibility: hidden; /*starts off hidden*/
	}	
	
#details span.title	{
	display:block;
	float:left;
	width:40px;
	}	
	
div.thumbs	{
	width:485px;
	overflow:hidden;
	margin-bottom:6px;
		}	
	
div.thumbs a	{
	float:left;
	border:#ffffff solid 1px;	
	margin-right:6px;	
	display:inline;
	}	
	
div.thumbs a:hover	{
	border:#000000 solid 1px;
	}	
	
div.thumbs a.last	{
	margin-right:0px;
	}	
	
div.playlist	{
	width:485px;
	overflow:hidden;
	}	
	
/* -- forms --*/

input	{
	font-size:12px;
	font-family:helvetica, arial, sans-serif;	
	color:#acacac;
	}

input.text	{
	border:#acacac solid 1px;
	width:150px;
	}	
	
input.button	{
	border:#acacac solid 1px;
	background-color:#eeeeee;	
	color:#acacac;
	padding:2px 10px 2px 10px;
	}	
	

/* -- work other  playlists --*/	
	
#subaru,
#musicbehindthemusic,
#motts,
#computability,
#phonecallers,
#somethingorothers	

{
	position:absolute;
	top:424px;
	margin-left:1px;
	width:450px;
	background-color:#ffffff;
	}
		
div.logo	{
	margin-bottom:20px;
	}
	
.hide	{
	display:none;
	}	
	
.show	{
	display:block;
	}	
	
	
/* -- ftp --*/
table.ftp	{
	width:100%;
	}	
	
table.ftp th	{
	padding:5px;
	background-color:#3A495A;
	color:#ffffff;
	}	
	
table.ftp td
	{
	font-size:12px;
	border:#e2e2e2 solid 1px;
	}	
	
table.ftp td.date	{
	width:75px;
	}	
	
table.ftp td.details	{
	width:385px;
	}	
	
table.ftp span.file	{
	float:left;
	display:block; 
	width:250px;
	overflow:hidden;
	}	
	
table.ftp span.size	{
	float:right;
	display:block;
	width:120px;
	text-align:right;
	}	