body
{
	margin: 0;
	font: normal 11px Arial;
	color: #333333;
}

img { border: 0; }

a
{
	color: #333333;
	text-decoration: underline;
}

a:hover
{
	color: #ffaa00;
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0;
	font: bold 20px Arial;
}

h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #aaa dotted;
	color: #0099ff;
}

.small_header {
	font: italic 11px Arial;
	color: #666;
}


/* NAVIGATION STYLES */

#navigation
{
	position: relative;
	width: 100%;
	height: 110px;
	margin-bottom: 20px;
	background: #111111;
	border-bottom: 3px #ffaa00 solid;
	overflow: hidden;
}

	#nav_background
	{
		z-index: 1;
		filter: alpha(opacity=80);
		filter: blur(add=1, direction=90, strength=100);
		opacity: 0.8;
		position: absolute;
		top: 0px;
		left:0px;
		width: 1024;
		overflow: hidden;
	}

		#nav_bg_graphic
		{
			position: relative;
			top: 0px;
			left: 0px;
			width: 100%;
		}

	#logo
	{
		z-index: 5;
		position: absolute;
		top: 5px;
		left: 5px;
		width: 210px;
		height: 50px;
		border-left: 3px #0099ff solid;
		padding-left: 10px;
	}

	#nav_head
	{
		z-index: 2;
		position: absolute;
		right: 0px;
		top: 10px;
		padding: 3px 6px;
		background: url(http://www.wimbomedia.com/images/dynimg-000000-75.png);
		border-left: 3px #0099ff solid;
		font: bold 14px Arial;
		text-align: left;
	}

	#nav_neck
	{
		z-index: 3;
		position: absolute;
		bottom: 10px;
		right: 0px;
		width: 80%;
		height: 25px;
		padding: 5px 5px 5px 10px;
		background: url(http://www.wimbomedia.com/images/dynimg-000000-75.png);
		border-left: 3px #0099ff solid;
		font: bold 20px Arial;
		color: #0099ff;
		white-space: nowrap;
		overflow: hidden;
	}

	#navigation a
	{
		text-decoration: none;
		color: #ffaa00;
	}

	#navigation a:hover
	{
		text-decoration: none;
		color: #0099ff;
	}


/* FOOTER */

#footer
{
	position: absolute;
	width: 100%;
	height: *;
	margin-top: 20px;
	background: #111111;
	border-top: 3px #ffaa00 solid;
	overflow: hidden;
}

/* IMAGE UNIT */

.shadow_large
{
	padding: 10px;
	width: 220px;
	height: 220px;
	background: #ffffff url(../images/shadow_large.jpg) no-repeat 0px 0px;
}

.shadow_small
{
	padding: 6px;
	width: 212px;
	height: 212px;
	background: #ffffff url(../images/shadow_small.jpg) no-repeat 0px 0px;
}

.imageunit {
	float: left;
	position: relative;
	margin: 0;
	overflow: hidden;
	background: red;
}

	.container {
		width: 186px;
		height: 186px;
		border: 7px #ffffff solid;
		background: #666666 url(../images/no_artist_pic_bg.jpg) no-repeat 0px 0px;
		cursor: default;
		overflow: hidden;
	}

	.caption {
		filter: Alpha(Opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 186px;
		padding: 0px;
		border: 7px #ffffff solid;
		border-top: 0;
		background-color: rgb(0, 0, 0);
	}

	.caption_hidden {
		filter: Alpha(Opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 186px;
		padding: 0px;
		border: 7px #ffffff solid;
		border-top: 0;
		background-color: rgb(0, 0, 0);
	}

	.caption-text {
		padding: 10px 10px 10px 10px;
		font: normal 11px Arial;
		color: #ffaa00;
		text-decoration: none;
		text-align: left;
	}

.exp_comment
{
	width: 410px;
	margin: 20px;
	padding: 0px;
	border-top: 2px #ffaa00 solid;
	background: #ffffff url(../images/comment_bg.png) no-repeat bottom right;
}

	.exp_comment_text
	{
		width: 380px;
		padding: 10px 0px 20px 20px;
		text-align: justfy;
		overflow: hidden;
	}


.exp_lyrics
{
	margin-top: 20px;
	width: 100%;
	font: normal 16px Georgia;
	color: #333333;
	text-align: center;
}


.exp_submission
{
	width: 100%;
	margin-bottom: 3px;
	font: bold 11px Arial;
	white-space: nowrap;
	overflow: hidden;
}

.exp_video_submission
{
	width: 500px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #aaa dotted;
	font: normal 11px Arial;
	white-space: nowrap;
	overflow: hidden;
}