/*
----------------------------------------------------------------------------------------------------
GLOBAL ELEMENT STYLES
----------------------------------------------------------------------------------------------------*/
body, table, form, div, p, span, hr, pre, img, h1, h2, h3, h4, h5, h6 {
	border: none;
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 0px 25px 10px 25px;
	margin: 0px;
}

ul li ul { padding: 0px 10px 10px 15px; }

li { padding: 2px; }

h1 { font-size: 16px; }
h4 { font-size: 11px; }

label span {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
hr {
	border-bottom: 1px solid #374235;
	margin: 10px 0px;
}
a {
	color: #708167;
	text-decoration: none;
}
a:hover { color: #FFFFFF; }

/*
----------------------------------------------------------------------------------------------------
GLOBAL CLASS STYLES
----------------------------------------------------------------------------------------------------*/
.cp { cursor: pointer; }
.avt { vertical-align: top; }
.avm { vertical-align: middle; }
.avb { vertical-align: bottom; }
.atl { text-align: left !important; }
.atc { text-align: center !important; }
.atr { text-align: right !important; }
.tu { text-decoration: underline; }
.nw { white-space: nowrap; }
.oh { overflow: hidden; }
.hidden { display: none; }
.visible { display: run-in; }
.screenHide { display: none; }
.printHide { display: run-in; }
.inlineNotice { color: #558000; }
.inlineWarn { color: #FF0000; }
.inlineHighlight { background-color: #FFFF66; }
.fwb { font-weight: bold; }
.fwn { font-weight: normal; }
.fsi { font-style: italic; }
.fsn { font-style: normal; }
.fs8 { font-size: 8px; }
.fs9 { font-size: 9px; }
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fl { float:left; }
.fr { float:right; }
.fn { float:none; }
.pre { white-space: pre; }

/*
----------------------------------------------------------------------------------------------------
STRUCTURE CLASS STYLES
----------------------------------------------------------------------------------------------------*/
body {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #000000 url("/images/background.png") top center no-repeat;
	color: #FFFFFF;
}
div#banner {
	position: relative;
	height: 50px;
	background: transparent url("/images/banner.png") top left repeat-x;
}
div#container {
	position: relative;
	margin: 0px auto;
	padding-top: 225px;
	width: 750px;
	height: auto;
}
div#container div#brand {
	position: absolute;
	top: -100px;
	left: 0px;
	width: 350px;
	height: 315px;
	background: transparent url("/images/rh-brand.png") top left no-repeat;
}
div#container div#newsletter {
	position: absolute;
	top: -45px;
	right: 0px;
	padding-left: 150px;
}
div#container div#newsletter input#newsletter-btn {
	vertical-align: bottom;
	*margin-bottom: 2px;
}
div#container div#player {
	position: absolute;
	top: 0px;
	right: 0px;
}
div#container div#navigation {
	width: 680px;
	margin: 0px auto;
	text-align: center;
	border-bottom: 1px solid #374235;
}
div#container div#navigation a {
	position: relative;
	top: 10px;
	padding: 0px 20px;
	letter-spacing: 2px;
	color: #92A28A;
	text-decoration: none;
}
div#container div#navigation a:hover, div#container div#navigation a:active { color: #FFFFFF; }
div#container div#itunes {
	position: absolute;
	top: 275px;
	right: -20px;
}
div#container div#virb {
	position: absolute;
	top: 375px;
	right: -19px;
}
div#container div#facebook {
	position: absolute;
	top: 460px;
	right: -24px;
}
div#container div#myspace {
	position: absolute;
	top: 600px;
	right: -20px;
}
div#container div#content { margin:45px 260px 45px 50px; }
div#container div#content div.edate {
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 5px;
	color: #959595;
}
div#container div#content div.etitle { margin-bottom: 20px; }
div#container div#content h1{ margin-bottom: 15px; }
div#container div#content h1, div#container div#content div.etitle a {
	font-weight: bold;
	font-size: 18px;
	color: #708167;
	text-decoration: none;
}
div#container div#content div.etitle a:hover { color: #FFFFFF; }
div#container div#content div.entry {
	font-family: Arial, Tahoma, sans-serif;
	color: #F0F0F0;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
div#container div#content div.meta {
	color: #333333;
	margin-bottom: 30px;
	border-bottom: 3px double #374235;
	padding-bottom: 10px;
}
div#container div#content div#Bio p { margin-bottom: 10px; }

/*
----------------------------------------------------------------------------------------------------
FORM CLASS STYLES
----------------------------------------------------------------------------------------------------*/
fieldset{
	border: none;
	background: url("/images/input-bg.png") top left no-repeat;
	padding: 20px;
}
input, textarea, select {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	font-size: 12px;
}
textarea { width: 98%; }
textarea.field, input.field, select.field {
	height: 17px;
	background: url("/images/input-bg.png") top left no-repeat;
	border: none;
	color: #242C23;
	margin: 0px;
	padding: 4px;
}
select.field { height: 25px; }
textarea.required, input.required, select.required {
	background-image: url("/images/required_flag.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
select { padding: 1px; }

input.button, input.button:focus {
	font-weight: bold;
	color: #0F130F;
	padding: 3px;
	border: 3px double #232822;
	border-left-color: #798E76;
	border-top-color: #798E76;
	background: #455344 url("/images/button-bg.png") top left repeat-x;
}

/*
----------------------------------------------------------------------------------------------------
MODULE CLASS STYLES
----------------------------------------------------------------------------------------------------*/
div#container div#modules {
	position: absolute;
	top: 300px;
	left: 495px;
	width: 200px;
	padding: 5px;
	border-left: 1px solid #374235;
}
div#container div.module { margin-bottom: 10px; }
div#Albums div.albumContainer {
	position: relative;
	margin-bottom: 10px;
}
div#Albums div.albumContainer img.album {
	padding: 5px;
	width: 190px;
	background: transparent url("/images/r1.png") top left;
}
div#Albums div.albumContainer div.purchaseLink, div#Albums div.albumContainer div.listenLink {
	position: absolute;
	bottom: 10px;
}
div#Albums div.albumContainer div.purchaseLink { right: 90px; }
div#Albums div.albumContainer div.listenLink { right: 10px; }
div#Albums div.albumContainer div.purchaseLink input.button, div#Albums div.albumContainer div.listenLink input.button {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 10px;
}
div#container div#modules table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
div#container div#modules table caption, div#container div#modules h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 5px 5px 0px;
	text-align: left;
}
div#container div#modules table thead tr th, div#container div#modules table tbody tr td { padding: 5px; }
div#container div#modules table thead tr.r1 th, div#container div#modules table tbody tr.r1 td { background: transparent url("/images/r1.png") top left; }
div#container div#modules table thead tr.r2 th, div#container div#modules table tbody tr.r2 td { background: transparent url("/images/r2.png") top left; }
div#container div#modules table thead tr.r1 th a, div#container div#modules table tbody tr.r1 td a { color: #FFFFFF; }
div#container div#modules table thead tr.r2 th a, div#container div#modules table tbody tr.r2 td a { color: #FFFFFF; }
div#container div#modules table thead tr.r1 th a:hover, div#container div#modules table tbody tr.r1 td a:hover { text-decoration: underline; }
div#container div#modules table thead tr.r2 th a:hover, div#container div#modules table tbody tr.r2 td a:hover { text-decoration: underline; }

div#player { width: 350px; margin: 10px auto; padding: 0px; }
div#player div.album { position: relative; margin-bottom: 10px; }
div#player div.album img { background-color: #FFFFFF; padding: 5px; width: 330px; }
div#player div.album table.songs { position: absolute; width: 50%; background: url("/images/album_tbg.png"); top: 5px; right: 15px; }
div#player div.album table.songs tbody tr td { padding: 3px; }
div#player div.album table.songs tbody tr td a { color: #FFFFFF; font-size: 10px; }
div#player div.album table.songs tbody tr td a:hover { text-decoration: underline; }