/*   
Theme Name: Bad Kharma
Theme URI: http://sickolife.de/karmikatze
Description: Theme for the Karmikatze music project
Author: Gabriel Shahzad
Author URI: http://sickolife.de/blog
Version: 1.0
.
unauthorized use is strictly permitted.
.
*/
body {
	background-position: 0;
	color: white;
	background-color: black;
	text-align: justify;
	line-height: 1.5em;
	font-size: 14px;
	font-family: "Courier New", Courier, Monaco, monospace;
}

h1 {
	text-align: left;
	margin-bottom: -5px;
	line-height: 1em;
	font-size: 32px;
	font-weight: bold;
}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 256px;
}

a {
	color: white;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: white;
	border-style: dashed;
	text-decoration: none;
}

.entries {
	margin-bottom: 32px;
}

hr {
	background-color: white;
	width: 100%;
	height: 1px;
}

a:hover {
	background-color: white;
	color: black;
}

small {
	line-height: 12px;
	font-size: 10px;
}

.head {
	margin-left: -5px;
}

.newer {
	padding-left: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('img/newer.png');
}

.rewind {
	padding-left: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('img/older.png');
}
