/*---------------------------------------
- Excuse me, wtf are u doin in mai css? -
---------------------------------------*/

a:link
{
	color: #0084b4;
	text-decoration: none;
}

a:visited
{
	color: #0084b4;
	text-decoration: none;
}

a:hover
{
	color: #003366;
	cursor:	url(http://www.djedditt.net/metalhand.cur), pointer;
	text-decoration: none;
}

a:active
{
	color: #003366;
	cursor:	url(http://www.djedditt.net/metalhand.cur), pointer;
	text-decoration: none;
}

p
{
	margin: 0px;
	padding: 16px 0 0 0;
}

ul
{
	list-style-type: none;
}

li
{
	padding-left: 8px;
	list-style-image: url(images/arrow.gif);
	vertical-align: middle;
}

h1
{
	color: #000;
	font-family: verdana;
	font-size: 14.4pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3
{
	color: #000;
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: verdana;
	font-size: 8pt;
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------
- IDs                                   -
---------------------------------------*/

#container
{
	width: 753px;
	height: 557px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	background-color: #fff;
}

#silhouette
{
	width: 182px;
	min-height: 557px;
	float: left;
	background-image: url('images/silhouette.gif');
	background-repeat: no-repeat;
}

#navigation
{
	width: 322px;
	margin-left: 375px;
	margin-top: 0px;
	height: 24px;
	background-color: #fff;
}

#navigation a
{
	color: #AAA;
}

#navigation a:hover
{
	text-decoration: none;
	color: #666;
	cursor:	url(http://www.djedditt.net/metalhand.cur), pointer;
}

#info
{
	width: 322px;
	height: 517px;
	position: relative;
	margin-top: 16px;
	margin-left: 375px;
	background-color: #fff;
}

#cv
{
	overflow: auto;
	height: 40px;
	padding-right: 8px;
}

#cv a
{
	color: #f90102;
}

#cv a:hover
{
	text-decoration: none;
	color: #b70007;
	cursor:	url(http://www.djedditt.net/metalhand.cur), pointer;
}

#items
{
	width: 82px;
	float: left;
	margin-top: 16px;
	margin-left: 32px;
	background-color: #fff;
}

#previous
{
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: 89px;
	margin-left: 32px;
	width: 24px;
	background-color: #fff;
	height: 96px;
}

#next
{
	float: right;
	margin-top: -444px;
	width: 24px;
	background-color: #fff;
	height: 96px;
}

#video
{
	width: 320px;
	background-color: #000;
	overflow: hidden;
	height: 240px;
	border: 1px solid black;
	vertical-align: middle;
	display : table-cell;
	text-align: center;
}

#video a
{
	color: #FFF;	
}

#video a:hover
{
	text-decoration: none;
	color: #666;
	cursor:	url(http://www.djedditt.net/metalhand.cur), pointer;	
}

/*---------------------------------------
- Classes                               -
---------------------------------------*/

.picture
{
	border: 1px solid #000;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	vertical-align: middle;
}

.heart
{
	color: #f6c;
}

.scrobble
{
	padding-left: 24px;
	line-height: 16px;
	background-image: url(images/itunes.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	list-style-image: none;
	margin-left: -16px;
}

.icon
{
	padding-left: 24px;
	line-height: 16px;
	background-repeat: no-repeat;
	vertical-align: middle;
	list-style-image: none;
	margin-left: -16px;
}

/*---------------------------------------
- Slimbox IDs and classes               -
---------------------------------------*/

#lbOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}

.lbLoading
{
	background: #fff url(images/loading.gif) no-repeat center;
}