body {
	background: #000 url(/images/layout/body-bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 1.5;
	}

img {
	border: 0;
	}
	
a {
	color: #9dd100;
	}
a:hover {
	background: #333;
	color: white;
	}

/* BASIC PAGE LAYOUT */

#wrapper {
	width: 750px;
	text-align: left;
	}

#left-column {
	float: left;
	width: 210px;
	}
	
#right-column {
	margin-left: 220px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #777;
	background: #111;
	min-height: 500px;
	}

#footer-bar {
	margin: 10px 0 30px  220px;
	text-align: center;
	color: white;
	}
	
#page_title {
	font: 400 2.5em "trebuchet ms", serif;
	color: white;
	margin: 20px 10px;
	border-bottom: 1px solid #9dd100;
	}

#page_title a.icon {
	float: right;
	}

#sub-column-left {
	float: left;
	width: 340px;
	margin: 0 0 10px 10px;
	}
	
#sub-column-right {
	margin: 0 10px 10px 360px;
	padding-left: 10px;
	border-left: 1px solid #222;
	}


/* STANDARD CONTAINER 1 */
div.container1 {
	border: 1px solid #444;
	margin-bottom: 10px;
	background: #000;
	}
	
div.container1 div.title {
	margin: 5px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #222;
	}

div.container1 div.content {
	margin: 5px;
	}

/* MAIN MENU IN LEFT COLUMN */

#left-column #menu {
	margin: 30px 0 0 20px;
	}

#left-column #menu a {
	display: block;
	padding: 5px 10px;
	font: 400 2em "trebuchet ms", serif;
	color: white;
	text-decoration: none;
	}

#left-column #menu a:hover {
	color: #c4e5ff;
	}
	
/* MENU IN FOOTER */

#footer-bar #menu {
	margin-bottom: 5px;
	}
	
#footer-bar #menu a {
	padding: 3px 4px;
	margin: 0 3px;
	text-decoration: none;
	color: #c4e5ff;
	}
	
#footer-bar #menu a:hover {
	background: #444;
	}


/* EPISODE LISTING */
	
div.episode_listing div.episode_item a.tn_box {
	display: block;
	float: right;
	background: #000;
	border: 1px solid #444;
	padding: 5px;
	color: white;
	text-decoration: none;
	text-align: center;
	}

div.episode_listing div.episode_item a.tn_box img {
	margin-bottom: 5px;
	}

div.episode_listing div.episode_item a.title {
	font: 400 2em "trebuchet ms", serif;
	color: #fff2b7;
	display: block;
	text-decoration: none;
	}
	
div.episode_listing div.episode_item a.info {
	color: #999;
	display: block;
	}
	
div.episode_listing div.episode_item div.description {
	margin-right: 140px;
	}
	
div.episode_listing div.episode_item div.clear {	
	clear: right;
	}	
	
	
/* HOST LISTING */

div.host_item {
	margin-bottom: 10px;
	}

div.host_item img {
	float: right;
	}	
	
	
	
	
	
	
	
	
	
	
	
	