/* 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/header.jpg") center top no-repeat;
	line-height: 1.2em;
	letter-spacing: 0px;
	text-align: center;
	color: white;
	}

p { margin: 0 0 1em 0; }
a { color: #fff; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

h2 {
	margin: 0 0 10px 0;
	color: #671117;
	}


/* MAIN LAYOUT */

div#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	border: 1px solid black;
	text-align: center;
	}
div#container div#padding {
text-align: left;
	margin: 290px 200px 0;
	padding: 20px 0 5px 0;
	border-top: 1px solid #181818;
	}

#menu li {
float: left;
list-style-type: none;
margin: 0;
padding: 0 1em;
border-right: 1px solid #666;
}

#menu li.last {
border-right: 0;
}

#secondary #menu {
width: 16em;
margin: 270px auto 0;
}

p.bio {
	position: absolute;
	width: 100px;
	text-align: center;
	}
p.bio a {
	font-size: 10pt;
	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: 0;
	font-size: 8pt;
	font-style: italic;
	line-height: 1em;
	}

p#bio1 {
	top: 185px;
	left: 330px;
	}
p#bio2 {
	top: 200px;
	left: 445px;
	}
p#bio3 {
	top: 185px;
	left: 570px;
	}


a#home {
	position: absolute;
	float: left;
	top: 15px;
	left: 400px;
	width: 195px;
	height: 40px;
	}
a#home:hover { border-bottom: 2px solid red; }
a#home:active { border-bottom: 2px solid gray; }


p.episode {
	margin: 0;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #6b6b6b;
	}
p.title {
	margin: 5px 0 10px;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	}
p.description {
	margin: 0;
	font-size: 9.5pt;
	}

div.button_accent {
	background: url("/templates/heroic/img/button_accent.gif") left 15px no-repeat;
}

.download {
        display: block;
        text-align: center;
        text-decoration: none;
	margin: 10px 0;
	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;
	}
.download:hover {
        color: white;
	background-position: 0 -21px;
	}
.download:active {
	background-position: 0 -42px;
	}

#padding .podcast_feed a {
color: #671117;
font-size: 130%;
}

a#viewarchive {
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #6b6b6b;
	}
a#viewarchive:hover {
	color: #484848;
	}


img.seperator {
	display: block;
	margin: 0 auto;
	}


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