*{
	margin: 0px;
	padding: 0px;
}

body{
	width: 100%;
	
}

p, a, em, h1, h2, h3, h4, h5, li, span{
	font-family: "trebuchet ms", verdana, helvetica, sans-serif;
	color: #272727;
}

a{color: #af2505;}

a:hover{
	text-decoration: underline; 
}

#wrapper{
	background:transparent url('/images/blog/blog_bg.jpg') repeat-y;
	width: 1026px;
	text-align:center;
	margin: 0px auto;
}

/* Container */

#container{
	background: #fff url('/images/blog/vegetables_bg.jpg') left 200px no-repeat;
	padding-bottom: 100px;
}

#header, #container{
	width: 984px;
	text-align:center;
	margin: 0px auto;
}

#header *, #container *{
	text-align: left;
}	

#header{
	
	height: 103px;
	background:#7c8187 url('/images/shared/v1_1/body_bg.jpg') repeat-x;
}

#header #branding{
	width: 515px;
	float: left;
	height: 77px;
}

#header #branding a{
	display: block;
	height: 77px;
	margin: 0px 0px 0px 0px;
	width: 515px;
	text-indent: -9999px;
	background: transparent url('/images/shared/v1_1/branding.jpg') no-repeat;
}

#header #tagline{
	display: none;
}

#header #top_468_60_advert{
	float: right;
	width: 468px;
	padding-top: 7px;
	padding-right: 1px;

}

/* NAV */
#header #nav{
	margin: 0px 0px 0px 5px;
	clear: left;
}

#header #nav ul li{
	list-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
	
}

#header #nav ul li a{
	height: 26px;
	display: block;
	text-indent: -9999px;
}

#header #nav ul li#home a{
	width: 55px;
	background: transparent url('/images/shared/v1_1/nav/home.jpg') no-repeat;
	margin-left: 35px;
}

#header #nav ul li#watch a{
	width: 70px;
	background: transparent url('/images/shared/v1_1/nav/watch.jpg') no-repeat;
}

#header #nav ul li#archive a{
	width: 110px;
	background: transparent url('/images/shared/v1_1/nav/video_menu.jpg') no-repeat;
}

#header #nav ul li#about a{
	width: 100px;
	background: transparent url('/images/shared/v1_1/nav/about.jpg') no-repeat;
}

#header #nav ul li#philosophy a{
	width: 109px;
	background: transparent url('/images/shared/v1_1/nav/philosophy.jpg') no-repeat;
}

#header #nav ul li#blog a{
	width: 55px;
	background: transparent url('/images/shared/v1_1/nav/blog.jpg') no-repeat;
}


#header #nav ul li#sponsors a{
	width: 115px;
	background: transparent url('/images/shared/v1_1/nav/sponsors.jpg') no-repeat;
}

#header #nav ul li#downloads a{
	width: 110px;
	background: transparent url('/images/shared/v1_1/nav/downloads.jpg') no-repeat;
}


#header #nav ul li#contact a{
	width: 110px;
	background: transparent url('/images/shared/v1_1/nav/contact.jpg') no-repeat;
}

#header #sign_up{
	font-size: 13px;
	color: #fff;
	float: right;
	margin: 0px 22px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	height: 26px;
	width: 74px;
	text-indent: -9999px;
	background: transparent url('/images/shared/sign_up.jpg') no-repeat;
}



/* Blog */
#blog{
	margin-top: 15px;
}

#blog h2#welcome{
	width: 216px;
	height: 37px;
	text-indent: -999px;
	background: #fff url('/images/blog/welcome.gif') no-repeat;
}

#left_column, #right_column{ 
	float: left;
	
}

#left_column{
	width: 450px;
	margin: 15px 50px 0px 85px;
	padding: 0px 0px 0px 30px;
	
}

#right_column{
	width: 215px;
	margin: 30px 0px 0px 0px;
	
}

/* Entries */

#blog .entry{
	margin: 20px 0px 20px 0px;
}

#blog .entry .title a{
	color: #272727;
	text-decoration: none;
	font-size: 26px;
	font-weight: normal;
}

#blog .entry .date{
	font-size: 13px;
	color: #727272;
	font-weight: normal;
	margin: 2px 0px 15px 0px;
}

#blog .entry p{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

#blog .entry .posted a, #blog .entry .posted{
	margin: 8px 0px 0px 0px;
	font-size: 12px;
	color: #727272;
}

#blog .blog_nav p{
	font-size:  12px;
	margin: 0px 0px 5px 0px;
}

/* Sidebar */

#right_column #new_episode_advert{
	height: 127px;
	width: 261px;
	background: transparent url('/images/blog/new_episode_advert_large.jpg') no-repeat;
}

#right_column #side_bar{
	background: #151618 url('/images/blog/right_column_bg.jpg') repeat-x;
	padding: 0px 0px 10px 0px;

}

#right_column #side_bar h2.sidetitle{
	background:transparent url('/images/blog/sidebar_title_bg.png') repeat-x;
	color: #fff;
	padding: 6px 0px 0px 8px;
	font-size: 14px;
	height: 36px;
}

#right_column #side_bar ul{
	margin: 7px 0px 25px 0px;
}

#right_column #side_bar ul li{
	list-style: none;
	font-size: 13px;
	margin: 4px 15px 5px 15px;
	
}

#right_column #side_bar ul li a{
	color: #fff;
	text-decoration: none;
}

/* Footer */

#footer{
padding: 60px 0px 0px 0px; 
background: transparent url('/images/blog/footer_cap.jpg') bottom left no-repeat;
height: 20px;
clear: both;}

