/*
 * Version: 04-12-2006
 * AsherQuinn.com STYLESHEET - SCREEN
 * 
 * Media: screen, projection
 * Author: Dirty.Design - Ontwerp & nieuwe media
 *
 */

body {
	margin: 0;
	padding: 0;
	background-color: #e4ebf1;
	color: #000;
	text-align: center;
	font: normal 11px/normal Verdana, Tahoma, Arial, sans-serif;
}

/* Default Styling */
h1, h2, h3, h4, h5, h6, fieldset, form, p, img, ol, ul, li, dl, dt, dd {
	border: 0;
	margin: 0;
	padding: 0;
}                       

.nofont { font-size: 0; clear: both; }

.clear { clear: both; }

/* Text Styling */
#title-text { font: bold 14px/normal Verdana, Tahoma, Arial, sans-serif; color: #3c6e6b; }
#copyright { font: normal 10px/normal Verdana, Tahoma, Arial, sans-serif; color: #000; }
.subscribe-td { font: normal 10px/normal Verdana, Tahoma, Arial, sans-serif; color: #000; }
.li-lyrics-text { font-size: 10px;}

/* Link Styling */
a:link, a:visited, a:hover, a:active { color: #000; text-decoration: underline; font-weight: bold; }

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active { font: bold 11px/normal Verdana, Tahoma, Arial, sans-serif; color: #266468; text-decoration: none; text-transform: uppercase; margin-left: 12px; }
.li-lyrics-text a:link, .li-lyrics-text a:visited { color: #000; text-decoration: none; font-weight: normal; }

/* General Layout */
#site-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 785px;
	height: 466px;
	margin-left: -392px;
	margin-top: -233px;
	background: url('../img/background.jpg') no-repeat;
}

#menu {
	position: relative;
	top: 15px;
	text-align: right;
	margin-right: 15px;
}

#title-img {
	position: relative;
	top: 73px;
	left: 197px;
	width: 351px;
	text-align: right;
}
div>#title-img {
	position: relative;
	top: 73px;
	left: 414px;
	width: 351px;
	text-align: right;
}

#text-container {
	position: relative;
	top: 80px;
	left: 200px;
	width: 320px;
	height: 290px;
	overflow: hidden;
}
div>#text-container {
	left: 430px;
}

#text {
	text-align: left;
}

#scrollbar {
	position: relative;
	width: 11px;
	float: right;
}

#arrow-up {
	position: absolute;
	top: 0px;
	left: 0px;
}

#arrow-down {
	position: absolute;
	top: 260px;
	left: 0px;
}

#copyright {
	position: absolute;
	top: 470px;
	left: 21px;/* 438 647 */
}

#myspace {
     background-color: #fff;
}

#newcd {
	position: absolute;
	top: 370px;
	left: 37px;
	width: 291px;
	height: 82px;
}

/* specific */

.cover {
	float: left;
	margin: 5px;
    width: 75px;
    height: 75px;
    border: 1px #efefef solid;
}

.ul-lyrics {
	list-style-type: none;
	padding: 0;
	clear: left;
}

.li-lyrics-img {
	float: left;
	margin: 0 0 20px 0;
}

.li-lyrics-text {
	float: left;
	margin: 0 0 0 5px;
}

/* subscribe */
#subscribe {
	text-align: left;
	margin: 20px 0 0 20px;
}

#subscribe-table {
	
}