/* ##############################################################################
##################################################################### tags ######
############################################################################## */

/*                                               avoid browser inconsistencies */

li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div
{ margin:0; padding:0; }

ol,ul {
	margin-top:0; margin-bottom:20px; padding-top:0; padding-bottom:0; 
}

/*                                            remove blue linked image borders */
a img,:link img,:visited img { border:none; }

/*                                                        de-italicize address */
address { font-style:normal; }


/*                                                         default link colors */
a:link {
	color:#137ED7;
	text-decoration: none;
}
a:visited {
	color:#BA2BFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#1FBEE0;
}
a:active {
	text-decoration: none;
	color:#CC66FF;
}



/* body */
body {
	margin:0px;
	padding:0px;
	color:#666048;
	font-family: Frutiger, Helvetica, Geneva, sans-serif;
	font-size: small;
	background-image: url(http://www.revolutionvoid.com/gfx/release_bg.png);
	background-attachment:fixed;
	background-repeat: repeat-x;
}



/* header tags */
h2,h3 {
	padding-top:30px;
	padding-bottom:20px;
}
h3 {
	font-family: Geneva, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#333333;
	text-indent:0px;
	text-align:left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++ div id selectors */


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Transparent top & bottom ^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

div#transparentTop {
	width:800px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../gfx/transparentTop_800px.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
}


/* PNG image hidden from IE6, shows in Firefox et al */
html>body div#transparentTop {
	background-image:url(../gfx/transparentTop_800px.png);
}


div#transparentBottom {
	height:100px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../gfx/transparentBottom_800px.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:bottom
}

/* hide PNG from IE */
div#transparentBottom img {
	display:none;
}

/* show PNG in Firefox, Safari et al */
html>body div#transparentBottom img {
    display:block;
}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Wrapper ^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

div#wrapper {
	z-index:0;
	border: 1px none #993333;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0px;
	background-color:#fff;
	text-align:center;
}

/* drop shadow effect, hidden from IE6 */
html>body div#wrapper {	
	background-image:url(../gfx/right_drop_shadow.png);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position: right;
}



/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Album cover ^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/


img#cover {
	border:solid 2px #704421;
}

img#back_button {
	float:left;
	margin-top:20px;
	margin-right:-72px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ release_ntoes ^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
div#release_notes {
	width:504px;
	margin-left:148px;
	margin-right:148px;
	margin-bottom:148px;
	text-align:left;
}
div#release_notes p a.release_link {
	display:block;
	float:right;
}

div#release_notes li a:link {
	color:#137ED7;
	text-decoration: none;
}
div#release_notes li a:visited {
	color:#BA2BFF;
	text-decoration: none;
}
div#release_notes li a:hover {
	text-decoration: none;
	color:#1FBEE0;
}
div#release_notes li a:active {
	text-decoration: none;
	color:#CC66FF;
}


/* div#release_notes link colors */
div#release_notes a:link {
	color: #454545;
	text-decoration: underline;
}
div#release_notes a:visited {
	color: #343434;
	text-decoration: underline;
}
div#release_notes a:hover {
	text-decoration: underline;
	color: #343434;
}
div#release_notes a:active {
	text-decoration: underline;
	color:#000000;
}



div.release_notes_left {
	float:left;
	width:242px;
	margin-right:20px;
}


div.release_notes_left ul,div.release_notes_right ul {
	padding:0;margin:0;list-style-position:inside;
}
div.release_notes_right{
	width:504px;
	margin-bottom:25px;
	min-height:160px;
}
div.release_notes_right p,div.release_notes_right ul,div.release_notes_right h3 {width:242px;float:right;}


/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RV Logo ^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

img#rv_logo {
	margin-top:120px;
	}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ span classes */


span.mp3_info {
	font-family: Lucia Sans Console, Lucida Console, Lucida Sans Typewriter Regular, Andale Mono, Bitstream Vera Sans Mono, Crystal, ti92pluspc, sans-serif;
	font-size: small;
	color: #666666;
	display:block;
	float:right;
	text-align:right;
}

span.artist_name{color: #333}