body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

/* Hyperlinks */

a {
	color: #ff2301;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
}

a:hover {
	background-color: #ddd;
}

span.bold {
	font-weight: bold;
}

div#content h1 {
	font-size: 18px;
	margin-bottom: 0.6em;
}

div#content h2 {
	font-size: 16px;
	margin: 1.5em 0 0.5em 0;
}

div#content h3 {
	font-size: 14px;
	margin: 1.5em 0 1.5em 0;
}

div#content p.date {
	color: #444;
	font-size: 12px;
	margin: 0 0 1em 0;
}

/* Comments */

div.comment {
	position: relative;
	margin: 0 0 2em 0;
}

div.comment img.gravatar {
	width: 56px; height: 56px;
	padding: 10px;
	background-position: center center;
	background-image: url(../images/gravatar_bg_dropshadow_76x76.png);
	position: relative;
	left: -10px; top: -5px;
	position: absolute;
}

div.comment div.content {
	position: relative;
	top: -15px; left: 76px;
	padding: 0 0 2.5em 0;
	background-image: url(../images/comments_bg_dropshadow_575x20.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.comment div.content h4 {
	font-weight: bold;
	line-height: 1.6em;
}

div.comment div.content {
	font-size: 14px;
	line-height: 1.3em;
	color: #333;
}

/* Image Replacement */

.ir {
	display: block;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: top left;
}

.about-clipmachine {
	background-image: url(../images/about_title_170x20.png);
	width: 170px; height: 20px;
}

/* Top 20 */

div#top20 {
	background-image: url(../images/top20_bg_165x5.png);
	background-repeat: repeat-y;
	background-color: #e8e3cf;
	margin: 0.5em 0 0 0;
}

div#top20 ol {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 0 0 2em;
	color: #fff;
	font-weight: bold;
}

div#top20 li {
	font-size: 12px;
	line-height: 2em;
	border-bottom: 1px solid #eee;
}

div#top20 li a, 
div#top20 li span {
	color: #ff2301;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

div#top20 li a:hover {
	font-weight: normal;
	text-decoration: none;
}

/* Verberg link voor titel lyrics (SEO) */

div#lyrics h3 a,
div#lyrics h3 a:hover {
	color: #fff;
	cursor: default;
	text-decoration: none;
	background-color: transparent;
	border: none;
}