/* IMPORT DEFAULT STYLESHEETS */
@import url(reset.css);


/* DEFAULTS & GLOBALS */

body {
	font: 10pt/1.4em Arial, Tahoma, Verdana, sans-serif;
	background: black url("/templates/heroic/img/splash.jpg") center top no-repeat;
	line-height: 1.2em;
	letter-spacing: 0px;
	text-align: center;
	color: white;
	}

p { margin: 0 0 1em 0; }
a { outline: none; }
a:hover { color: red; }


/* MAIN LAYOUT */

div#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	}


p.bio {
	position: absolute;
	width: 100px;
	}
p.bio a {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: white;
	}
p.bio a:hover { color: #484848; }
p.bio a:active { color: red; }

p.bio span {
	display: block;
	margin: 3px 0 0 0;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	}

p#bio1 {
	top: 370px;
	left: 545px;
	}
p#bio2 {
	top: 360px;
	left: 673px;
	}
p#bio3 {
	top: 350px;
	left: 793px;
	}

#currentepisode {
	padding: 270px 0 0 50px;
	width: 350px;
	}
#episode {
	margin: 0;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #6b6b6b;
	}
#title {
	margin: 5px 0 10px;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	}
#description {
  text-align: left;
	margin: 0;
	font-size: 9.5pt;
	}
#button_accent {
  margin: 1em auto 0;
	background: url("/templates/heroic/img/button_accent.gif") center 15px no-repeat;
	height: 21px;
	width: 200px;
	}

.download,
.subscribe {
	display: block;
	width: 88px;
	height: 21px;
	background: red url("/templates/heroic/img/button.gif") center top no-repeat;
	border: 0;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	cursor: pointer;
	text-decoration: none;
	}

.download:hover,
.subscribe:hover {
	text-decoration: none;
	color: white;
}

.download {
	float: left;
}

.subscribe {
	float: right;
}

.download:hover,
.subscribe:hover {
	background-position: 0 -21px;
	}

.download:active,
.subscribe:active {
	background-position: 0 -42px;
	}

#menu {
	padding-top: 1em;
	clear: both;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}

#menu li {
list-style-type: none;
}

#menu a {
color: #6b6b6b;
}

#menu a:hover {
	color: #484848;
}

p#footer {
	display: block;
	margin: 100px 0 0 0;
	font-size: 8pt;
	color: #323232;
	}
p#footer a {
	color: #323232;
	}
p#footer a:hover {
	color: #6b6b6b;
	}
