@charset "UTF-8";

/* Mellencamp Promo */

body
{
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #333;
	background-color: #FFF;
	background-image: url(../img/hear_temp_tile.jpg);
	padding: 0;
	margin: 0;
	text-align: center;
}

#container
{
	width: 744px;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
}

#content
{
	width: 596px;
	margin: 0 auto 0 auto;
	text-align: left;
}

h1, h2
{
	font-family: "Trebuchet MS";
	margin: 2px 0 0 0;
	padding: 0;
	text-align: center;
}

h1
{
	font-size: 52px;
	color: #CC3333;
}

h2
{
	font-size: 35px;
}

h3
{
	margin: 0 0 6px 0;
	color: #CC3333;
	font: normal 17px Arial, Verdana, Sans-serif;
}

a
{
	color: #326496;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

#download
{
	margin: 20px 0 0 0;
}

#download #instructions
{
	font-size: 18px;
}

#download #instructions em
{
	font-weight: bold;
}

#download form
{
	font: bold 12px Arial, Verdana, Sans-serif;
	position: relative;
	margin: 20px 0 0 0;
}

#download input.text
{
	padding: 4px 0 4px 4px;
	font: bold 14px Arial, Verdana, Sans-serif;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

#download input.button
{
	margin: 2px 0 0 0;
	padding: 2px 4px 1px 4px;
	color: #fff;
	font: normal 12px Arial, Verdana, Sans-serif;
	background-color: #7e8b8d;
	border-top: 1px solid #aab8b9;
	border-left: 1px solid #aab8b9;
	border-bottom: 1px solid #4a4e4e;
	border-right: 1px solid #4a4e4e;
	position: absolute;
}

#download #success
{
	text-transform: uppercase;
	text-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#download #success b
{
	color: #CC3333;
}

#download .track
{
	width: 300px;
	float: left;
	margin: 10px 0 0 0; 
}

#download .track .title
{
	float: left;
	font: bold 18px Arial, Verdana, Sans-serif;
}

#download .track .action
{
	float: right;
}

#releaseInfo
{
	margin: 30px 0 0 -6px;
}

#about
{
	margin: 30px 0 0 0;
}

#about p
{
	margin: 0;
	font: normal 17px Arial, Verdana, Sans-serif;
}

#reject
{
	font-size: 30px;
}

#footer
{
	margin: 65px 0 80px 0;
	text-align: center;
}

#footer .legal
{
	font-size: 11px;
}

/* Font Replacement */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

/* Clear FIx */

.clear:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}