body {
	font-family:"Helvetica";
}

.songname, #playlists p {
	color:#000080;
	font-size:20px;
	line-height:0;
}

.songmetadata {
	color:#000080;
	font-size:14px;	
}

.songvideo {
	text-align:center;
}

h1 {
	text-align:center;
	font-family:"Helvetica";
}

#banner {
	width:780px;
	margin:40px auto 10px auto;
	text-align:center;
}

#description {
	text-align:justify;
	font-size:small;
}

#navigation {
	background: transparent; 
	margin: 20px auto 0; 
	overflow: hidden; 
	width: 760px; 
	position: relative; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;
}

html #navigation {
	height: 1%;
}

#navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}

#navigation ul li a {
	border: #dedede 1px solid; 
	border-bottom:none;
	padding: 2px 10px; 
	display: block; 
	font-weight:bold;
	font-size:small;
	color:#666;		
	text-decoration: none;
	background:#ededed;
}

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;		
}

#baselinks {
	text-align:right;
	font-size:small;
}

#container {
	border: #ccc 1px solid; 
	background: #fff; 
	margin: auto; 
	width: 780px;
	position: relative; 
	text-align: left;
}

#content {
	padding: 10px 10px 10px 10px;
	border: #ccc 1px solid;
	width: 640px;
	min-height: 600px; 	
	margin:0;
}

#adssidebar {
	border: #ccc 1px solid;
	border-bottom:hidden;
	width: 120px; 
	top: 0px;
	left: 660px;
	padding: 0;
	position:absolute;
}

#postcomment {
	width: 600px;
	margin: auto;
}

#postcomment hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

#postcomment div.errors {
	font-size:smaller;
	color:#FF0000;
}

#comments_list {
	width: 640px;
	margin: auto;
}

#comments_list p.header {
	font-weight:bolder;
}

.commentmetadata {
	background-color: #ccc;
	font-size:smaller;
}

.commentdate {
	text-align:right;
}

#playlists {
	width: 500px;
	margin: auto;
	position: relative; 
}

.subscribe {
	text-align: right;
	font-size: smaller;
}

#copyright {
	text-align: center;
	font-size: smaller;
}
