body {
	margin: 0px;
	padding: 0px;
	background: white;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 540px;
}

body, html {
	height: 100%;
}

/*
h1, h2 {
	position: absolute;
	width: 0px;
	top: -5000em;
}
*/

a {
	color: #bb2b2b;
	text-decoration: none;
	-webkit-transition: 0.25s color ease-in-out;
}
a:hover {
	color: #691717;
}

#header {
	height: 0px;
	xbackground: black;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#logo {
	background: url(images/overlaylogo.png) no-repeat;
	width: 228px;
	height: 141px;
	position: absolute;
	text-indent: -5000em;
	top: 20px;
	left: 20px;
	z-index: 800;
	padding: 0px;
	margin: 0px;
}

#heartbreak_buy {
	background: url(images/heartbreak.png) no-repeat;
	width: 223px;
	height: 144px;
	position: absolute;
	text-indent: -5000em;
	top: 170px;
	left: 24px;
	z-index: 800;
	padding: 0px;
	margin: 0px;
}

#tourdates {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 800;
	width: 220px;
	overflow: hidden;
}
#tourdates h2 {
	z-index: 850;
	color: black;
	position: relative;
	margin: 0px;
	padding: 20px 20px 10px 20px;
}
#tourdates p {
	z-index: 850;
	position: relative;
	margin: 0px;
	padding: 10px 20px;
	font-size: 14px;
	color: black;
}
#tourdates img {
	z-index: 850;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}

#tourdates .divider {
	border-top: 1px solid #d4d4d4;
	margin-top: 0px;
	margin-bottom: 0px;
}

#tourdatesbackdrop {
	xdisplay: none;
	z-index: 800;
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
	background-color: white;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#footer {
	z-index: 900;
	height: 15px;
	padding: 20px 0px;
	background: white;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	color: #333;
}

#footer form {
	margin-left: 20px;
}

#footer #subscribefield {
	margin-left: 10px;
}
#footer input {
	margin-top: -4px;
}

#videoplayer, #videoembed {
	width: 100%;
}

#videoplayer {
	position: absolute;
	top: 00px;
	left: 0px;
}

#toprow {
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 18px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right: 20px;
}

#footer ul li{
	float: left;
	padding-left: 20px;
}

#signupform {
	padding-top: 0px;
	margin-top: -1px;
}

#email {
	background: transparent;
	border: none;
	border-bottom: 1px solid black;
	font: italic 12px AGaramond-Regular, Adobe Garamond, Garamond, Georgia, Helvetica, Arial, sans-serif;
}