/* @override http://3songs.org/songstyle.css */

html {
	}
	
	body {
		background-color: #000000;
		font-family: Verdana, sans-serif;
		margin: auto;
		width: 600px;
		background-color: #000;
		color:#fff;
		font-size: 0.9em;
	}
	
.randomsprinkles {
	text-align: center;
}

.randomsprinkles img {
	width: 60px;
	height: 60px;
	padding: 3px;	
	border-top: 15px solid black;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.randomsprinkles img:hover {
	width: 75px;	
	height: 75px;
	border: none;
}

.header {
		padding: 5px;
		margin: 10px 20px;
		border: 1px solid #fff;
		height: 140px;
	}
	
div.headersprinkles img {
	width: 40px;
	height: 40px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0;
}

img.headerimg {
	float: right;
	margin: 20px 0;	
}	

.headerimg a img {
	padding-top: 20px;
}

    .imageframe {
	text-align: center;
}
   .imageframe img {
	border: 1px solid #333;
}

p.caption {
	font-style: italic;
	margin: 0 0 3px 0;
	font-size: 0.8em;
	padding: 0;
}

	.body {
		padding: 20px;
		margin: 10px 20px;
		border: 1px solid #fff;
	}

	a, a:visited, a:active {
		color:#666;
		text-decoration: none;
	}

	a:hover {
		color:#eee;
		text-decoration: none;
	}

	h1 {
		font-family: Verdana, sans-serif;
		font-size: 16pt;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

div.prevpic, div.nextpic {
	width: 100px;
	height: 100px;
	color: #333;
	font-size: 10px;
	text-align: center;
	border: none;
	}

div.prevpic {
}

div.nextpic {
	float: right;
}

div.randomsprinkles {
	clear: both;	
}

div.keepingcount {
	font-size: 10px;
	color: #333;
	text-align: center;
}

.break {
	clear: both;
	margin: 0;
	padding: 0;	
}

