/*
THE LONELIEST MONK
*/

body {
	background: #000000;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica, Verdana, Arial;
	text-transform: uppercase;
	margin: 0px;
/*	background: url('../images/ripefruit.jpg') scroll center -380px;*/
}

img {
	border: 0px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}

a:hover {
	color: blue;
}

a h3:hover {
	color: orange;
}

.link2 a {
	color: red;
}

.link2 a:hover {
	color: yellow;
}

#content {
	margin: 0px auto;
	width: 818px;
	text-align:center;
	color: #444;
}

#info {
	padding-top: 250px;
	width: 818px;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.2em;
}

.title {
	color: green;
}

#listen {
	padding-left: 10px;
}

#kilorecords {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display:none;
}

#kilorecords img {
	opacity:0.1;filter:alpha(opacity=10);
}

#kilorecords img:hover {
	opacity:0.4;filter:alpha(opacity=40);
}

.hero {
	margin-bottom:10px;
	display:none;
}


#copyright {
	font-size: 11px;
	width: 100%;
	text-align:right;
	margin-top: -10px;
}

.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;
}


