html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	padding: 0;
	margin: 0
}

div[id*="ros_flex"] {
	position: absolute;
}

img {
	-ms-interpolation-mode: bicubic
}

body {
	margin: 0;
	color: #333;
	font: 13px/18px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg-space.jpg) bottom center fixed no-repeat;
}

img {
	border-style: none
}

a {
	text-decoration: none;
	color: #4D5EAF;
}

a:hover {
	text-decoration: underline
}

input, textarea, select {
	vertical-align: middle;
	color: #888;
}

input[type="button"], button {
	color: #000;
	padding: 5px 20px;
}

.clear {
	clear: both
}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

#header {
	background: #fff;
	width: 100%;
	border-radius: 0 !important;
}

#header-holder {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#header-shadow {
	width: 100%;
	clear: left;
	height: 10px;
	background: url(../images/sprite.png) repeat-x left -159px;
	margin-bottom: 15px;
}

.btn-notes {
	float: right;
	background: url(../images/sprite.png) no-repeat right -173px;
	text-indent: -9999px;
	overflow: hidden;
	width: 213px;
	height: 91px;
}

#main {
	margin: 10px 0 0;
	width: 1000px;
	float: left;
	clear: both;
	/*background-color: #fff;*/
	border-radius: 5px;
	padding: 0;
}

#three-columns {
	height: 1%;
	overflow: hidden;
}

.inner-page #three-columns {
	background: none;
	padding-bottom: 10px;
}

.inner-page #three-columns.inner {
	padding-bottom: 0
}

#two-columns {
	height: 1%;
	overflow: hidden;
	padding: 0 7px 17px 6px;
}

#content {
	background-color: #fff;
	padding-top: 10px;
	min-height: 600px;
	margin-bottom: 10px;
}

.top-album {
	margin-bottom: 10px;
}

.album-art {
	text-align: center;
}

.album-art img {
	background: #888;
	width: 140px;
	height: 140px;
	border: 1px solid #666666;
	box-shadow: 0 2px 2px #777;
	-moz-box-shadow: 0 2px 2px #777;
	-webkit-box-shadow: 0 2px 2px #777;
}

.widget {
	margin-bottom: 5px;
}

.widget .box, .title-header, .top-album {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border: 1px solid #DEDEDE;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #dedede); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #dedede); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #dedede); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #dedede); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #ffffff, #dedede);
}

.widget h3 {
	background: #fff url(../images/sprite.png) left bottom repeat-x;
	padding: 10px 14px;
	font-size: 14px;
	line-height: 17px;
	float: left;
	margin: 0 12px;
	display: inline;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #DEDEDE;
	border-bottom-style: none;
}

#footer {
	padding: 25px 0 35px;
	background: #000;
	margin-top: 20px;
	border-top: 1px solid #444;
	clear: both;
	text-align: center;
	color: #444;
}

.title-header {
	background: #f6f6f9;
	padding: 18px 15px;
	text-align: center;
	position: relative;
	border: 1px solid #DEDEDE;
}

.title-header.title-image {
	min-height: 87px;
	height: auto !important;
	height: 87px;
}

.title-header h1, .title-header h2, .title-header h3 {
	font-size: 20px
}

.title-header ul {
	padding-top: 10px
}

.title-header.title-image h2, .title-header.title-image ul {
	width: 402px;
	margin: 0 auto;
	padding-top: 0;
}

.title-header.title-image h2 {
	padding-bottom: 10px
}

.box {
	background: #fff;
	padding: 15px;
	clear: left;
	/*border-bottom: 1px solid #555;*/
}

.box ol {
	padding-left: 25px
}

#content .box ol {
	margin-bottom: 20px
}

.box ol li {
	list-style: decimal
}

.box h3 {
	font-size: 15px
}

.box h3 a {
	color: #333
}

#content .box h3, #content .box ul {
	margin-bottom: 10px
}

.album {
	clear: left;
	float: left;
	margin: 10px 0 15px;
	width: 100%;
}

.album img.coverart {
	width: 120px;
	height: 120px;
	float: left;
}

.album ol {
	float: left;
	padding-left: 35px;
}

.album p {
	float: left;
	padding-left: 15px;
}

.album p a {
	font-weight: bold;
}

.lyrics-banner {
	text-align: center;
	clear: both;
}

.lyrics-copy {
	color: #939393;
	font-size: 11px;
	padding: 3px 0 0 3px;
	position: relative;
	text-align: center;
}

ul.breadcrumbs {
	text-align: center;
	margin: -10px 0 5px;
}

ul.breadcrumbs li: first-child {
	background: none;
	padding-left: 0;
}

ul.breadcrumbs li {
	background: url("../images/sprite.png") no-repeat scroll 0 -464px transparent;
	display: inline;
	font-size: 11px;
	padding: 0 3px 0 12px;
	font-weight: bold;
	color: #A5A3AD;
}

ul.breadcrumbs li a {
	color: #A5A3AD;
	font-weight: normal;
}

.more {
	clear: left;
	width: 100%;
	text-align: center;
}

#google_ads_div_BMN_HPTO_tracking_ad_container {
	height: 0;
	overflow:  hidden;
}

.error {
	color: #b50100;
	line-height: 20px;
	display: block;
}

#google_ads_div_BMN_HPTO_tracking_ad_wrapper {
	position: absolute;
	visibility: hidden;
}

#logo {
	padding: 0;
	margin-right: 10px;
}

#banner_top {
	text-align: center;
	margin-bottom: 10px;
}

#banner_right {
	margin-bottom: 10px;
}

.navbar-right {
	margin-top: 9px !important;
}

.pw-widget {
	margin-top: 5px;
}

.navbar-right.pw-widget {
	margin-top: 10px !important;
}

.navbar-form {
	padding: 0 5px;
}