
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
	background: #383839 url("../images/bg_tile.png") 0 0 repeat;
	color: #cccccc;
	}
	
a {
	color: #fedd00;
	}

#wrapper {
	width: 990px;
	margin: 0 auto;
	border: 3px solid #1e1e1f;
	border-top: none;
	border-bottom: none;
	}
#content {
	overflow: hidden;
	background: url("../images/bg_sidebar.png") 100% 0 repeat-y;
	z-index: 0;
	}
#header {
	/*overflow: hidden;*/
	background: #000000;
	border-bottom: 1px solid #3d1060;
	}
#header .ad {
	height: 100px;
	padding: 10px 0 0 0;
	text-align: center;
	background: url("../images/bg_header_ad.png") center 0 no-repeat;
	}
#header .nav {
	height: 33px;
	border-bottom: 1px solid #dcdcdd;
	position: relative;
	}
#header .nav ul {
	float: right;
	background: url("../images/nav.png") 0 0 no-repeat;
	padding-left: 102px; 
	}
#header .nav li {
	float: left;
	height: 33px;
	position: relative;
	}
#header .nav li a,
#header .nav li form {
	display: block;
	height: 33px;
	padding: 0 17px 0 17px;
	background: #cacacc url("../images/nav.png") 0 -33px repeat-x;
	border-left: 1px solid #dfdfe0;
	border-right: 1px solid #939394;
	line-height: 35px;
	}
#header .nav li.current {
	border-bottom: 1px solid #541684;
	}
#header .nav li.current a {
	background-position: 0 -66px;
	color: #fff;
	border-left-color: #b37ae0;
	border-right-color: #5e1993;
	}
#header .nav li:hover a,
#header .nav li a:hover,
#header .nav li li a {
	color: #9a27f2;
	background: #fff;
	}
#header .nav li:hover ul,
#header .nav li a:hover + ul {
	display: block;
	}
#header .nav #search {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #a4a4a4;
	width: 220px;
	height: 18px;
	margin: 7px 3px 0 4px;
	vertical-align: top;
	}
#header .nav #go {
	vertical-align: top;
	margin: 4px 7px 0 0;
	}
#header .nav li ul {
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 500;
	background: none;
	padding: 0;
	float: none;
	width: 220px;
	border: 1px solid #939394;
	border-top: none;
	display: none;
	}
#header .nav li li {
	float: none;
	border-top: 1px solid #939394;
	border-left: none;
	border-right: none;
	}
#header .nav li.current li a,
#header .nav li li a {
	font-size: 14px;
	display: block;
	border-left-color: #dfdfe0;
	border-right-color: #939394;
	}
#header .nav li li a:hover {
	background: #9a27f2;
	color: #fff;
	}
	
#header .logo {
	margin: 11px 0 4px 19px;
	}
#header .social {
	position: absolute;
	bottom: 35px;
	right: 60px;
	overflow: hidden;
	width: 148px;
	height: 83px;
	}
#header .social a {
	display: block;
	float: left;
	height: 83px;
	background: url("../images/social.png") 0 0 no-repeat;
	width: 74px;
	overflow: hidden;
	text-indent: -99999em;
	}
#header .social a.facebook {
	background-position: -74px 0;
	}
	
#main {
	float: left;
	width: 570px;
	padding: 18px 25px;
	background: #1e1e1f;
	z-index: 100;
	}
#main h5:first-child {
	margin-top: 0;
	}
#home_seo {
	clear: both;
	background: #000;
	padding: 25px;
	overflow: hidden;
	}
#home_seo .ad {
	float: right;
	margin: 0 50px 25px;
	}

#side {
	float: left;
	width: 330px;
	padding: 18px 20px;
	}
#side h5 {
	margin-bottom: 0;
	}
#side h5:first-child {
	margin-top: 0;
	}
#side h5 + .video {
	margin-top: 5px;
	}
#side .more {
	text-align: right;
	}
#side .more a {
	background: url("../images/icons.png") 100% -27px no-repeat;
	padding-right: 18px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
.video { 
	margin: 25px 0;
	overflow: hidden;
	}
.video .watch {
	background: url("../images/icons.png") 100% -27px no-repeat;
	padding-right: 18px;
	height: 22px;
	}
.video .podcast {
	background: url("../images/icons.png") 100% 0 no-repeat;
	padding-right: 24px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: right;
	}
.video .post_links {
	/*padding-left: 130px;*/
	display: block;
	height: 24px;
	line-height: 24px;
	}
.video .post_links .watch {
	display: block;
	float: left;
	background-position: 100% -23px;
	height: 24px;
	line-height: 24px;
	margin-right: 15px;
	}
.video .podcast_cats {
	background: url("../images/icons.png") 0 0 no-repeat;
	padding-left: 34px;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
	}
.video .podcast_cats .audioplayer_container {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}
.video .podcast_cats .itunes {
	background: url("../images/bg_itunes.png") 0 -26px no-repeat;
	width: 68px;
	height: 26px;
	line-height: 26px;
	padding-left: 29px;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-left: 15px;
	}
.video .rss {
	background: url("../images/icons.png") -4px -60px no-repeat;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -9999em;
	}
.video .screen {
	float: left;
	width: 120px;
	height: 68px;
	/*margin-left: -130px;*/
	margin-right: 10px;
	}
.video .info {
	/*padding-left: 130px;*/
	margin-top: 0;
	}
.video .screen + .info {
	float: left;
	}
#side .video .screen + .info {
	width: 200px;
	}
#side .video {
	border-bottom: 1px solid #64199c;
	padding: 15px 0;
	margin: 0;
	}
#main .video .screen + .info {
	width: 440px;
	}
.video .info p:first-child {
	margin-top: 0;
	}
.video#live {
	border: 2px solid #64199c;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 5px 15px 15px;
	}
.video#live h6 {
	margin-left: 0;
	}
#side .ad {
	text-align: center;
	}
#side .cat_links {
	margin: 20px 0;
	}
#side .cat_links li {
	border-bottom: 1px solid #64199c;
	background: url("../images/icons.png") 0 -24px no-repeat;
	padding: 0 22px 10px;
	margin-top: 10px;
	}
#side .cat_links li a {
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	}
	
#footer {
	background: #cacacc url("../images/nav.png") 0 -99px repeat-x;
	color: #7d7d80;
	height: 54px;
	overflow: hidden;
	line-height: 54px;
	padding: 0 20px;
	}
#footer .copyright {
	float: left;
	width: 50%;
	margin: 0;
	}
#footer .nav {
	float: right;
	width: 50%;
	overflow: hidden;
	}
#footer .nav li {
	float: left;
	margin: 0 20px;
	}
#footer .nav li a {
	font-size: 14px;
	text-decoration: none;
	color: #7d7d80;
	}

.home_podcasts div {
	height: 100px;
	overflow: hidden;
	padding: 9px 70px 9px 9px;
	border: 1px solid #8223cc;
	background: url("../images/bg_home_podcasts.png") 0 0 repeat-x;
	margin-bottom: 1px;
	}
.cat_thumb {
	float: left;
	width: 120px;
	height: 96px;
	margin-right: 11px;
	}
.home_podcasts .view {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url("../images/icons.png") 100% -26px no-repeat;
	padding-right: 18px;
	height: 22px;
	}
.home_podcasts p {
	margin: 4px 0;
	}
.home_podcasts .rss,
.cat_rss {
	background: url("../images/icons_36.png") 0 0 no-repeat;
	height: 32px;
	width: 32px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	}
.home_podcasts .rss {
	position: absolute;
	top: 9px;
	right: 9px;
	}
	
.cat_rss {
	margin-right: 10px;
	float: left;
	}
	

/* TYPOGRAPHY */
/* ----------------------------------------- */

/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
h1, h2, h3, h5, h5, h6 { 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 9px 0;
	} 

h1 {
	font-size: 24px;
	color: #fedd00;
	}
h4 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 3px 0;
	}
h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	}
h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	}
	
p {
	margin: 8px 0;
	}
	
h5 .date {
	color: #fedd00;
	}
	
#home_seo h2 {
	font-size: 20px;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	}
	
.home_podcasts h6 {
	font-size: 24px;
	text-transform: none;
	margin: 0 0 1px;
	}
	.home_podcasts h6 a {
		color: #fedd00;
		text-decoration: none;
		}
.home_podcasts .date {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 -2px 0;
	}
.home_podcasts div + h4 {
	margin-top: 15px;
	}
	
.video h6 {
	margin-top: 0;
	text-transform: none;
	}
	.video h6 a {
		color: #fedd00;
		font-size: 15px;
		}
	.video h6 .category {
		text-transform: uppercase;
		font-style: italic;
		}
.video a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
.video .date {
	color: #fff;
	font-weight: bold;
	}
.video#live .date {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	padding-left: 0;
	}
	

p.forum_link {
	margin: 15px 0;
	}
	h1 + p.forum_link {
		float: right;
		margin-top: -30px;
		}
	.forum_link a {
		font-size: 14px;
		font-weight: bold;
		}

body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	}
	
#header .nav li a,
#header .nav li {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	}

#header .nav li label {
	font-size: 14px;
	}
	
.addthis_button {
	float: right;
	}

.showtime {
	text-align: right;
	}
.showtime .date {
	color: #fedd00;
	font-size: 16px;
	text-transform: none;
	}
	
.post .podcast {
	height: 50px;
	line-height: 50px;
	background: url("../images/bg_podcast.png") 0 0 no-repeat;
	padding-left: 60px;
	overflow: hidden;
	margin: 20px 0;
	}
.post .podcast .title {
	color: #64199c;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	float: left;
	}
.post p.audioplayer_container { 
	float: left;
	margin: 7px 0 0 10px;
	}
.post .itunes {
	background: url("../images/bg_itunes.png") 0 0 no-repeat;
	background-position: 0 -26px;
	/*width: 121px;*/
	width: 68px;
	height: 26px;
	line-height: 26px;
	padding-left: 29px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	position: absolute;
	top: 12px;
	right: 12px;
	}
	
h6#respond {
	color: #fedd00;
	}
h6#comments {
	color: #fedd00;
	line-height: 32px;
	margin-top: 20px;
	}	
.comments li {
	margin: 10px 0;
	padding: 0 10px;
	background: #353535;
	color: #fff;
	border: 1px solid #6a6a6a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.comments li cite {
	color: #fedd00;
	font-weight: bold;
	}
.comments li .date {
	color: #b2b2b2;
	}
.required_note {
	float: right;
	color: #6a6a6a;
	font-size: 14px;
	}
#commentform {
	margin: 20px 0;
	}
#commentform p { position: relative; }
#commentform label.infield {
	line-height: 20px;
	margin: 2px 5px;
	font-size: 14px;
	color: #6a6a6a;
	}
#commentform input,
#commentform textarea {
	font-size: 14px;
	font-family: inherit;
	height: 20px;
	border: none;
	border-top: 1px solid #a4a4a4;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	width: 270px;
	}
#commentform .email_field,
#commentform .name_field {
	/*display: block;*/
	margin: 0;
	/*float: left;*/
	overflow: hidden;
	}
#commentform .name_field {
	margin-right: 7px;
	}
#commentform textarea {
	width: 560px;
	height: 121px;
	}
#commentform #submit {
	width: 160px;
	height: 30px;
	border-top: 0;
	float: right;
	}
	
#pagetitle .show_link {
	color: #FEDD00;
	font-size: 14px;
	font-weight: bold;
	}
	
.clear {
	clear: both;
	}