/* Main HTML Elements */

body {
	background: #585858 url(/images/backgrounds/bg_dark.jpg);
	color: #333;
	font-size: 15px;
	line-height: 20px;
	padding: 0;
	font-family: helvetica,arial,sans-serif;
	font-style: normal;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

a {
	color: #336699;   /* deep blue */ 
	text-decoration: none;
}

a:hover {
	color: #900;    /*  dark, almost black */ 
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: futura, helvetica, arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	padding: 0 0 20px 0;
	color: #333;    /* very dark navy blue */ 
	font-size: 28px;
}

h2 {
	font-size: 24px;
	padding: 15px 0;
}

h3 {
	margin: 5px 0 5px 0;
	font-size: 18px;
}

h4 {
	margin: 0 0 5px 0;
	font-size: 15px;
	color: #444;     /* very dark navy blue */ 
}

h5 {
	margin: -10px 0 5px 0;
	font-size: 12px;
	color: #444;     /* very dark navy blue */
	font-style:italic;
}

ul {
	list-style-type: none;
	padding: 0;
}

.minimal {
	background: #eee url(/images/backgrounds/bkgd-main.jpg);    /* textured light grey */ 
}


/* Main Structural Elements */

#header {
	padding: 20px 0 12px 0;
	background: #686868;
	alignment-adjust:baseline;
	/* background: #555 url(/images/header.jpg) no-repeat top left;*/
}

#header h1 {
	font-size: 33px;
	color: #fefefe;
}

#header p {
	color: #fefefe;
}

.social {
	text-align: right;
	padding: 32px 0 0 0;
	white-space: nowrap;
}

.social img {
	padding-left: 5px;
}

#navigation {
	font-family: "futura-pt-1","futura-pt-2", helvetica, arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #ccc;
	font-size: 15px;
	background: #686868 url(/images/backgrounds/bg_dark.jpg);
	border-top: solid #454545 1px;
	border-bottom: solid #454545 1px;
	text-transform: uppercase;
}

#navigation img {
	height: 12px;
	width: 12px;
	vertical-align: top;
	margin: 0;
	padding: 2px 5px 0 0;
}

#navigation ul {
	margin: 0 0 0 -10px;
}

#navigation ul li {
	list-style: none;
	float: left;
}

#navigation li a, #navigation li a:link, #navigation li a:visited {
	color: #ccc;
	display: block;
	padding: 7px 17px 5px 17px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

#navigation li a.active {
	color: #eee;
	border-left: 1px solid #333;
	border-right: 1px solid #4f4f4f;
	background: #505050 url(/images/backgrounds/bg_medium.jpg);
}

#navigation li a:hover {
	color: #fff;
	border-left: 1px solid #333;
	border-right: 1px solid #444;
	background: #484848 url(/images/backgrounds/bg_nav_hover.jpg);
}

#content {
	background: #eee url(../images/bkgd-content.jpg);
	padding: 20px 0 40px 0;
}

.sidebar h4 {
	padding-top: 15px;
}

#media_wrap {
	position: relative;
}

#network-sponsors {
	margin: 20px 0 0 0;
	padding: 20px 0 5px 0;
	background: #d5d5d5 url(/images/backgrounds/bg_main_medium.jpg);
}

#partners {
	background: #d5d5d5 url(/images/backgrounds/bg_main_dark.jpg);
	font-size: 13px;
	line-height: 18px;
	padding: 30px 0 20px 0;
	/* border-top: solid #333 1px;*/
	color: #999;
	margin: 0;
}

#partners .grid_4 {
}

#footer {
	font-size: 13px;
	line-height: 18px;
	background: transparent;
	padding: 30px 0 0px 0;
	border-top: solid #333 1px;
	color: #999;
	margin: 0;
}

#footer a, #footer a:link {
	color: #ccc;
}

#footer a:hover {
	color: #c6e9ff;
}

#footer h4 {
	font-family: futura, helvetica, arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 14px;
}

#footer ul {
	margin: 0;
	list-style: none;
	padding: 0 0 10px 0;
}

#copyright {
	font-size: 12px;
	padding: 10px 0 20px 0;
	text-align: center;
}

#copyright p {
	padding: 0;
}


/* general styles */

* {
	margin: 0;
	padding: 0;
}

.note {
	font-size: 11px;
	line-height: 10px;
	margin: 15px 0 0 0;
	color: #666;
}

.subtext {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px 0;
	color: #666;
}

.mini {
	font-size: 11px;
	line-height: 10px;
	padding: 0 0 5px 0;
}

.mini p {
	padding: 6px 0 0 0;
	margin: 0;
}

.download_links {
	font-size: 13px;
	line-height: 13px;
	padding: 0 0 20px 0;
}

.download_links p {
	padding: 6px 0 0 0;
	margin: 0;
}

.container {
	padding: 6px;
	background: #eee url(/images/backgrounds/bg_main_dark.jpg);
	border-left: 1px solid #bababa;
	border-top: 1px solid #c5c5c5;
	border-right: solid 1px #fcfcfc;
	border-bottom: solid 1px #fcfcfc;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bumper.bottom {
	margin-bottom: 20px;
}


/* Section Dividers */

.divider-top {
	margin-bottom: 25px;
	border-top: solid #aaa 1px;
}

.divider-bottom {
	margin-top: 15px;
	padding: 0 0 10px 0;
	border-top: solid #aaa 1px;
}


.embed {
	padding: 0 0 15px 0;
}

.video {
	height: 342px;
}

.video object {
/* display: block;*/
}

.video_sidebar {
	padding: 0 0 11px 0;
}

.episode_image {
	display: block;
	width: 628px;
	height: 353px;
}



.pull_quote {
/* font-family: "proxima-nova-1","proxima-nova-2","helvetica neue",helvetica,arial,sans-serif;*/
/* font-weight: 300;*/
font-style: italic;
color: #666;
font-size: 16px;
line-height: 22px;
/* height: 90px;*/
}


/* share styles */

.share {
	overflow: hidden;
	padding: 0;
}

.share #twitter-button {
	margin: 0 12px 0 0;
	float: left;
}

.share #facebook-button iframe {
	margin: 0 8px 0 0;
	float: left;
	border: none;
	overflow: hidden;
	width: 55px;
	height: 65px;
}

.share #digg-button {
	margin: 0 4px 0 0;
	float: left;
}

.share #reddit-button {
	margin: 0;
}

.twitter-share-button {
	float: left;
}

.facebook {
	width: 158px;
	height: 25px;
}


/* episode image thumbnails */

.thumbnail {
	position: relative;
	font-size: 13px;
	line-height: 18px;
}




/* static pages */

.page h1 {
	padding: 3px 0 10px 0;
	color: #333;
	font-size: 31px;
}

.page h1 a {
	color: #333;
}

.page h1 a:hover {
	color: #900;
}

.page p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 25px;
	font-size: 18px;
}

.tall {
	min-height: 500px;
}

.video_hosting {
	font-size: 13px;
	color: #666;
}

.video_hosting a, .video_hosting a:visited {
	color: #666;
}

.video_hosting a:hover {
	color: #900;
}

.video_hosting p {
	margin: 0;
	padding: 0;
	float: left;
}

.video_hosting img {
	margin-left: 5px;
	padding-top: 4px;
}