/*
JEROEN VAN DER BOOM
Made by A36
www.a36.nl

jeroen.css
*/

h2 {
	display: block;
	position: absolute;
	margin-left: 78px;
}
	h2 .title {
		width: 170px;
		height: 15px;
		margin-top: 6px;
		display: block;
		font-weight: bold;
		color: #d5d5d5;
		text-transform: uppercase;
		font-size: 15px;
	}

	h2 .date {
		font-weight: bold;
		color: #f5c242;
		font-size: 12px;
	}
	h2 .type {
		font-weight: bold;
		color: #ffffff;
		font-size: 12px;
	}
	
h3 {
	width: 540px;
}

	h3 .title {
		width: 170px;
		display: block;
		font-weight: bold;
		color: #d5d5d5;
		text-transform: uppercase;
		font-size: 15px;
	}


#content_left {
	float: left;
}

.content_block {
	width: 270px;
	padding-top: 0;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;	
}

	.jeroen {
		height: 350px;
		background-image: url(../images/content_block_page_jeroen.jpg);
	}


#content_mid {
	width: 556px;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 0;
	padding-top: 0;
	height: 100%;
}

/* jeroen */
.jeroen_item {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

	.jeroen_item p {
		padding-top: 10px;
	}
	
	.jeroen_item_categorie {
		margin-top: 15px;
		color: #FFFFFF;
		font-size: 10px;
	}
	
	.jeroen_item_categorie a,
	.jeroen_item_categorie a:hover {
		color: #FFFFFF;
		margin-right: 10px;
		font-weight: bold;
		font-size: 12px;
	}

/* ITEM DISPLAY */
.jeroen_item_display {
	width: 555px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
	
	.jeroen_item_display .col1 {
		width: 425px;
		vertical-align: top;
	}
	
	.jeroen_item_display .col2 {
		width: 130px;
		vertical-align: top;	
	}

.jeroen_item_playlist {
	margin: 0;
	padding: 0;
}
	
.jeroen_item_playlist li {
	display: block;
	height: 28px;
	vertical-align: middle;
	list-style: none;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 7px;
}
	
	.line1 {
		background-image: url(../images/media/playlist_bg_1.jpg);
	}
	.jeroen_item_playlist .line2 {
		background-image: url(../images/media/playlist_bg_2.jpg);
	}
	

/* SUB-MENU */
.submenu {
	color: #FFFFFF;
	font-weight: bold;
	margin: 42px 0;
	padding: 0;
}

	.submenu a {
		text-decoration: none;
	}

	.submenu ul {
		padding: 0;
		margin: 0;
	}

	.submenu li {
		list-style-image: none;
		list-style-type: none;
		margin:0;
		padding-left: 10px;
		padding-top: 4px;
		height:21px;
		background-image:url(../images/media/content_block_media_bg.jpg);
	}
	
	.submenu li.selected {
		list-style-image: none;
		list-style-type: none;
		margin:0;
		padding-left: 10px;
		padding-top: 4px;
		height:65px;
		background-image:url(../images/media/content_block_media_bg_selected.jpg);
	}

img.albumThumb{
	margin-left: -72px;
}

p.intro{
	color: #F0F0F0;
}

span.quote{
	display: block;
	width: 250px;
	height: 90px;
	float: right;
	color: #F7C342;
	font-size: 20px;
	font-style: italic;
	padding-top: 5px;
}

p{
	font-size: 12px;
}