/* DB Generic Reset */
@import url(https://www.digitalbridge.com.au/central/reset.css);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz|Ubuntu);

/* --- Theatre of The World --- */


/* -- GENERAL STRUCTURE -- */
body {
	background: #000;
	color: #999;
	font-family: "Ubuntu", sans-serif;
}
header {
	background: url(images/theatre-of-the-world-tower.gif) no-repeat center top;
	margin: 0 auto;
	overflow: hidden;
}
header #presents {
	background: url(images/man-bites-god-presents.png) no-repeat center;
	width: 180px;
	height: 64px;
	overflow: hidden;
	text-indent: -999em;
	margin: 25px auto;
	top: 25px;
}
header #title {
	background: url(images/theatre-of-the-world.png) no-repeat center;
	width: 578px;
	height: 90px;
	overflow: hidden;
	text-indent: -999em;
	margin: 295px auto 0 auto;
}
header #presents a,
header #title a {
	display: block;
	height: 100%;
	width: 100%;
}
nav {
	font-family: "Yanone Kaffeesatz", sans-serif;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	margin: 20px auto;
	border-top: 2px dotted #333;
	border-bottom: 2px dotted #333;
	padding: 10px 0;
}
nav li {
	display: inline;
	margin: 0 1em;
	font-size: 16pt;
	letter-spacing: 0.1em;
}
nav li a{
	text-decoration: none;
}

#content {
	width: 700px;
	margin: 0 auto 20px auto;
	clear: both;
	background: #222;
	overflow: hidden;
	padding: 20px;
	display: block;
}
#content section {
	width: 450px;
	float: left;
	margin-bottom: 20px;
	display: block;
	padding-bottom: 20px;
	background: url(images/section-border.png) no-repeat bottom;
}
#content #sidebar {
	width: 190px;
	float: right;
	border-left: 2px dotted #000;
	padding-left: 25px;
}
#content #sidebar section {
	width: 180px;
	font-size: 10pt;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	background: url(images/section-border.png) no-repeat bottom;
}
#content .links a {
	font-size: 8pt;
	padding-left: 22px;
	line-height: 16px;
	display: block;
	height: 16px;
	color: #999;
	margin: 5px 0;
	text-decoration: none;
}
#content .links a:hover {
	color: #ccc;
}
#content a.download {
	background: url(images/ico_download.png) no-repeat left;
}
#content a.download:hover {
	background: url(images/ico_download_over.png) no-repeat left;
}
#content a.listen {
	background: url(images/ico_listen.png) no-repeat left;
}
#content a.listen:hover {
	background: url(images/ico_listen_over.png) no-repeat left;
}
#content #sidebar #subscribe a {
	display: block;
	width: 145px;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	text-decoration: none;
	color: #999;
	margin: 5px 0;
}
#content .links li {
	font-size: 8pt;
	line-height: 16px;
	display: block;
}
#content .episode .links {
	display: block;
	width: 420px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin-top: 10px;
	overflow: hidden;
	background: #111;
	padding: 0 10px;
}

#content .episode .links li {
	float: left;
	margin-right: 2em;
}
#content .episode .links li.dur,
#content .episode .links li.date {
	float: right!important;
	line-height: 26px;
	text-align: right;
	margin-right: 0;
	margin-left: 2em;
}

#content #sidebar #subscribe a:hover {
	color: #fff;
}
#content #sidebar #subscribe a#itunes {
	background: url(images/ico_podcast.png) no-repeat left;
}
#content #sidebar #subscribe a#itunes:hover {
	background: url(images/ico_podcast_over.png) no-repeat left;
}
#content #sidebar #subscribe a#rss {
	background: url(images/ico_rss.png) no-repeat left;
}
#content #sidebar #subscribe a#rss:hover {
	background: url(images/ico_rss_over.png) no-repeat left;
}

#content #sidebar #mailinglist label {
	display: none;
}
#content #sidebar #mailinglist input {
	width: 170px;
}
#content #sidebar #mailinglist #subConf {
		padding: 20px 0;
}
#content #sidebar #social {
	text-align: center;
}
#content #sidebar #social li {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px;
}
#content #sidebar #social a {
	font-family: "Yanone Kaffeesatz", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13pt;
}
#content #sidebar #social ul {
	overflow: hidden;
	margin: 0 0 5px 0;
}
#content #sidebar #social li a {
	text-indent: -999em;
	display: block;
	width: 24px;
	height: 24px;
}
#content #sidebar #social #facebook a {
	background: url(images/ico_facebook.png) no-repeat left;
}
#content #sidebar #social #twitter a {
	background: url(images/ico_twitter.png) no-repeat left;
}
#content #sidebar #social #tumblr a {
	background: url(images/ico_tumblr.png) no-repeat left;
}
#content #sidebar #social #facebook a:hover {
	background: url(images/ico_facebook_over.png) no-repeat left;
}
#content #sidebar #social #twitter a:hover {
	background: url(images/ico_twitter_over.png) no-repeat left;
}
#content #sidebar #social #tumblr a:hover {
	background: url(images/ico_tumblr_over.png) no-repeat left;
}

footer {
	padding: 10px;
	border-top: 2px dotted #333;
	background: #151515;
	margin: 0 auto;
	clear: both;
	position: relative;
	display: block;
	text-align: center;
}
footer nav {
	border: none;
	margin: 0 auto;
	padding: 0;
}
footer nav li {
	font-size: 80%;
	margin: 0 2em;
}
#contact {
	margin: 0 auto;
	width: 380px;
	display: block;
}
#contact label {
	clear: left;
	display: block;
	margin-top: 20px;
}
#contact input {
	width: 380px;
	/* margin-bottom: 20px; */
}
#contact textarea {
	width: 380px;
	height: 200px;
	resize: vertical;
	margin-bottom: 10px;
}
#contact label[for=contact-subscribe]{
	clear: none;
	display: inline;
	font-size: 60%;
}
#contact input[type=checkbox]{
	display: inline;
	width: auto!important;
	margin: 0 0 0 2em;
}
/* -- CONTENT STYLES -- */
a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
h1 {
	font-family: "Yanone Kaffeesatz", sans-serif;
	text-transform: uppercase;
	font-size: 21pt;
	letter-spacing: 0.1em;
	color: #ccc;
}
h2 {
	font-family: "Yanone Kaffeesatz", sans-serif;
	text-transform: uppercase;
	font-size: 18pt;
	letter-spacing: 0.1em;
	color: #ccc;
}
h3 {
	font-family: "Yanone Kaffeesatz", sans-serif;
	text-transform: uppercase;
	font-size: 16pt;
	letter-spacing: 0.1em;
	color: #ccc;
}
h4 {
	font-family: "Ubuntu", sans-serif;
	font-size: 11pt;
	color: #ccc;
	font-weight: bold;
}
p {
	font-family: "Ubuntu", sans-serif;
	font-size: 11pt;
	margin: 10px 0;
}
section.episode p {
	font-size: 10pt;
}
footer p {
	font-size: 8pt;
}

input, textarea {
	border: 1px solid #ccc;
	background: #999;
	background: -webkit-linear-gradient(#999 0%, #ccc 100%);
	background: -moz-linear-gradient(#999 0%, #ccc 100%);
	background: -o-linear-gradient(#999 0%, #ccc 100%);
	background: -ms-linear-gradient(#999 0%, #ccc 100%);
	background: linear-gradient(#999 0%, #ccc 100%);
	box-shadow: inset 1px 1px 2px #666;
	padding: 2px 5px;
	color: #333;
	margin: 5px 0;
}
a.button,
button {
	background: #999;
	background: -webkit-linear-gradient(#999 0%, #666 100%);
	background: -moz-linear-gradient(#999 0%, #666 100%);
	background: -o-linear-gradient(#999 0%, #666 100%);
	background: -ms-linear-gradient(#999 0%, #666 100%);
	background: linear-gradient(#999 0%, #666 100%);
	border-radius: 5px;
	border: none;
	padding: 5px 10px;
	font-weight: bold;
	color: #111;
}
button:hover {
	background: #ccc;
}
span.req {
	font-size: 60%;
	color: #666;
}
p.error {
	font-size: 60%;
	margin: 0 0 0 0;
	color: #fff;
	text-align: right;
}
input.error, textarea.error {
	border: 1px solid #fff;
}
body#player {
	background: url(images/totw-player-bg.jpg) no-repeat center top #000;
	text-align: center;
	padding-top: 20px;
}
body#player img {
	margin-bottom: 10px;
}

/* -- HOME PAGE -- */
body#home #content {
	padding-bottom: 0;
}
body#home section {
	padding-bottom: 10px;
}
body#home p.link a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
body#home section#latest {
	margin-right: 15px;
}
body#home section#latest.episode {
	display: block;
	overflow: hidden;
	padding: 20px 10px;
	margin-left: -10px;
}
body#home section#twitter h2{
	float: left;
	margin-right: 0.5em;
}
body#home section#twitter p{
	font-size: 9pt;
}
body#home section#twitter p.link a {
	background: url(images/ico_smtwitter.png) no-repeat;
	padding-left: 20px;
	display: block;
}
a.button {
	background: #333;
	color: #fff;
	margin: 2em 0;
	display: block;
	text-decoration: none;
	text-align: center;
	width: auto;
	padding: 15px 0;
}
small {
	font-size: 80%;
}

body#extra {
	background: #fff;
	text-align: center;
}
body#extra header {
	width: 100%;
	background: #000;
	border-bottom: 2px solid #666;
	box-shadow: 0px 2px 5px #666;
	margin-bottom: 20px;
}
body#extra header #title {
	margin: 0 auto 20px ;
}