body {
	font-family: Verdana,Arial,sans-serif;
	margin: 0;
	padding: 0;
	background: #f0dfe5 url('../img/bg.jpg') no-repeat -230px 0px;
	color: #333333;
	overflow: hidden;
	font-size: 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	min-height: 100%;
}

a {
	color: #009cff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-indent: 9000px;
	background: url('../img/logo.png') no-repeat center center ;
	height: 82px;
	margin-top: 0;
	cursor: pointer;
}

#right_navigation {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #dcdcdc;
	font-size: 12px;
	z-index: 200;
}

#right_navigation p {
	line-height: 180%;
	color: #dcdcdc;
}

#info {
	width: 280px;
	margin-left: 100px;
	margin-top: 5px;
	background-color: #FFF;
	padding: 10px;
}

#info_leaf {
	width: 300px;
	margin-left: 100px;
	height: 16px;
	background: url('../img/bg_info.png') no-repeat;
	
}

#info_inner {
	padding: 10px;
	background: #dcdcdc;
}

#info_inner p {
	color: #000 !important;
}

#quote_mission {
	padding:10px;
}

#search_box {
	padding: 20px;
	/* background: url('../img/bg_header.png'); */
}



#artist,#song {
	background: #E9EAEA url(../img/bg_input.png) repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 300px;
	font-size: 18px;
	color: #000;
	font-style: italic;
}

#search_button {
	background: #E9EAEA url(../img/bg_input.png) repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
	padding: 10px;
	font-size: 18px;
	color: #000;
	font-style: italic;
}

textarea,.button {
	background: #E9EAEA url(../img/bg_input.png) repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 270px;
	font-size: 12px;
	color: #000;
	font-style: italic;
}

#artist:focus,#song:focus {
	color: #000;
	font-style: italic;
}

#artist_background {
	top: 0;
	left: 500px;
	position: absolute;
	z-index: 200;
	overflow: hidden;
	background: #000;
}

.bg_img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	float: left;
	width: 250px;
	height: 250px;
	overflow: hidden;
	cursor: pointer;
}

.bg_img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.caption {
	position: relative;
	top: 20px;
	background-color: #000;
	padding: 5px;
	font-size: 10px;
	color: #FFF;
	display: inline-block;
	margin-bottom: 1px;
	background:#009cff;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);;
}

#close_search {
	position: absolute;
	top: 0;
	left: 500px;
	color: #FFF;
	background:#009cff;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	padding: 10px;
	z-index: 300;
	display: none;
	cursor: pointer;
}

#search_results {
	position: absolute;
	left: 500px;
	top: 0;
	width: 400px;
	z-index: 100;
	overflow: auto;
	display: none;
	padding-right: 40px;
}

#loader {
	text-align: center;
	display: block;
	margin-top: 50px;
}

#user_info {
	background-color: #000;
	color: #FFF;
	padding: 10px;
	text-align: center;
}

.clear {
	clear: both;
	height: 0;
	display: block;
}

#user {
	padding: 5px;
	color: #FFF;
	display: inline-block;
	margin-bottom: 1px;
	background:#009cff;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	line-height: 180%;
}

#user a {
	color: #FFF;
}

#flashMessage {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #009cff;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	width: 480px;
	z-index: 5000;
}

#yt_video {
	width: 680px;
	padding: 20px;
	margin: auto;
	text-align: center;
	background-color: #FFF;
}

#bg_video_leaf {
	width: 680px;
	height: 37px;
	margin: auto;
	background: url('../img/bg_video_leaf.png') no-repeat;
	
}

