/*
THE LONELIEST MONK
*/

body {
	background: #000000 url('../images/monkbg.jpg') no-repeat top left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica, Verdana, Arial;
}

img {
	border: 0px;
}


a, a:active, a:visited {
	text-decoration: none;
	color: #999999;
	font-family: Georgia, Times;
	cursor: pointer;
}

a:hover {
	color: #68325d;
}

a h3:hover {
	color: #F6D3D1;
}

#album_details {
	padding-top:5px;
	padding-left: 2px;
	font-family: Georgia, Times;
	font-size: 12px;
	line-height: 14px;
}

.album {
	padding: 2px;
}

.album:hover {
	background-color: #7a5900;
}

#kilorecords {
	position: fixed;
	bottom: 25px;
	right: 25px;
}

#logo {
	position: absolute;
	z-index:2;
	top: 8px;
	left: 160px;
}

#content {
	background: url('../images/black.png');
	width: 290px;
	height: 1400px;
	position: absolute;
	top: 0px;
	left:200px;
	padding: 10px;
	padding-top:135px;
}

.press_item {
	color: #999999;
	margin-bottom: 15px;
}

.author {
	color: #FFFFFF;
}

#copyright {
	margin-top:20px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #666666;
}

.tour_date {
	font-size: 16px;
	line-height: 20px;
}

.george {
	font-family: Georgia, Times;
}

.small {
	font-size: 11px;
	line-height: 15px;
}

.med {
	font-size: 16px;
	line-height: 20px;
}

.large {
	font-size: 22px;
	line-height: 26px;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-family: Georgia, Times;
}

.green {
	color: #7a5900;
}

.purple {
	color: #68325d;
}

