/*	Dynamic Buckets
	---------------------------------------------------------- */

#rightcol div.dynamicbucket
	{
	background: #EFEFEF;
	background-repeat: repeat-y;
	background-position: top;
	font-size: 10px;
	margin-bottom: 16px;
	width: 200px;
	}
	
#leftcol div.dynamicbucket
	{
	font-size: 10px;
	margin-bottom: 16px;
	}
	

#rightcol div.dynamicbucket div.buckettop,
#rightcol div.dynamicbucket div.bucketbottom
	{
	padding: 0;
	margin: 0;
	height: 6px;
	font-size: 6px;
	}

#rightcol div.dynamicbucket div.buckettop
	{
	background: url(/buckets/images/bucket_clear_top.gif) no-repeat top;
	}
	
#rightcol div.dynamicbucket div.bucketbottom
	{
	background: url(/buckets/images/bucket_clear_bottom.gif) no-repeat bottom;
	}
	
#rightcol div.dynamicbucket div.bucketcontent
	{
	padding: 6px 8px 0 8px;
	margin: 0;
	}

#rightcol div.dynamicbucket div.bucketcontent object,
#rightcol div.dynamicbucket div.bucketcontent embed
	{
	margin-bottom: 10px;
	}	

#rightcol div.dynamicbucket h3
	{
	border-bottom: 1px solid #ccc;
	padding: 0 8px 6px 8px;
	margin-bottom: 0px;
	color: #333;
	text-transform: uppercase;	
	font-size: 11px;
	}
	
#rightcol div.dynamicbucket h3 a
	{
	text-decoration: none;
	}
	
#rightcol div.dynamicbucket h3 a:hover
	{
	text-decoration: underline;
	}
	
#rightcol div.dynamicbucket h3 img
	{
	float: left;
	margin-right: 3px;
	}
	
#rightcol div.dynamicbucket h4
	{
	padding: 0;
	margin-bottom: 4px;
	color: #333;
	text-transform: uppercase;	
	font-size: 100%;
	}

/*	simple include bucket style */
#rightcol div.dynamicbucket ul
	{
	padding: 8px;
	}

#rightcol div.dynamicbucket div.bucketcontent ul
	{
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	}

#rightcol div.dynamicbucket div.bucketcontent ul li span
	{
	font-weight:bold;
	}	
			
#rightcol div.dynamicbucket div.bucketcontent ul.iconlinks
	{
	margin-left: 0 !important;
	}	
	
#rightcol div.dynamicbucket div.bucketcontent ol
	{
	list-style-position: inside;
	margin: 0 0 10px 0;
	}	


#rightcol div.dynamicbucket ul li
	{
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 11px;
	}	
	
/* generic banner sponsorship */

#rightcol div.sponsor
	{
	color: #666;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
	}
	
#rightcol div.dynamicbucket div.story
	{
	display: block;
	width: 184px;
	padding: 0;
	margin: 0 0 10px 0;
	}	

#rightcol div.dynamicbucket div.story h4
	{
	padding: 0;
	margin: 0 0 2px 0;
	text-transform: none;	
	font-size: 11px;
	}	
	
#rightcol div.dynamicbucket div.story img.thumb
	{
	float: left;
	padding: 0;
	margin: 2px 4px 4px 0;
	width: 40px;
	height: 40px;
	}

#rightcol div.dynamicbucket div.story ul
	{
	clear: both;
	/* fix for IE improper display of bulleted lists ('important' selector is correct) */
	margin: 6px 0 6px 6px !important;
	margin: 6px 0 6px 0px;
	padding: 0;
	font-size: 10px;
	}
	
#rightcol div.dynamicbucket div.story ul li
	{
	margin: 0 0 6px 8px;
	/* fix for IE improper display of bulleted lists ('important' selector is correct) */
	padding-left: 0px !important;
	padding-left: 8px;
	color: #777;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 10px;
	}	

#rightcol div.dynamicbucket .slug
	{
	clear: both;
	letter-spacing: 1px;
	margin-bottom: -1px;
	color: #963;
	}
		
#rightcol div.dynamicbucket .date,
#rightcol div.dynamicbucket .byline
	{
	color: #666;
	}
	
#rightcol div.dynamicbucket a
	{
	font-weight: bold;
	}
	
#rightcol div.dynamicbucket .more
	{
	text-transform: uppercase;
	}
	
#rightcol div.dynamicbucket .more a
	{
	color: #C30;
	text-decoration: none;
	}
	
#rightcol div.dynamicbucket .more a:hover
	{
	color: #F90;
	text-decoration: underline;
	}
	
#rightcol div.dynamicbucket ul.transcripts li
	{
	background: transparent url(/images/icon_transcript.gif) no-repeat top left;
	padding-left: 12px;
	}
	
#rightcol div.dynamicbucket div.story p.subBy	
	{
	border: 1px dotted #888;
	padding: 2px;
	width: auto;
	margin: 10px 0;	
	}
	
#rightcol div.dynamicbucket div.story .imgLeft
	{
	float:left;
	}	
	
/*	White Border Bucket
	---------------------------------------------------------- */

#rightcol div.wborder
	{
	background: #FFF;
	background: url(/buckets/images/bucket_clear_border.gif) repeat-y top;
	}

#rightcol div.wborder div.buckettop
	{
	background: url(/buckets/images/bucket_clear_border_top.gif) no-repeat top;
	}
	
#rightcol div.wborder h3
	{
	background: url(/buckets/images/bucket_clear_border.gif) repeat-y top;
	}
	
#rightcol div.wborder div.bucketcontent h3
	{
	border: none;
	}

#rightcol div.wborder div.bucketbottom
	{
	background: url(/buckets/images/bucket_clear_border_bottom.gif) no-repeat bottom;
	}


/*	Editorial Promo Buckets
	---------------------------------------------------------- */
	

#rightcol div.epromo 
	{
	background: #FFF;
	}

#rightcol div.epromo h3
	{
	border: none;
	padding: 0;
	margin: 2px 8px 6px 8px;
	color: #333;
	text-transform: uppercase;	
	font-size: 11px;
	}

#rightcol div.epromo div.bucketcontent
	{
	padding: 0;
	margin: 0 8px;
	}
	
#rightcol div.epromo div.buckettop
	{
	background: transparent url(/images/hrule_dotted_r20.gif) repeat-x top left;
	width: 184px;
	height: 1px;
	padding: 0;
	margin: 0 8px 8px 8px;
	line-height: 1px;
	}
	
#rightcol div.epromo div.bucketbottom
	{
	clear: both;
	background: transparent url(/images/hrule_dotted_r20.gif) repeat-x bottom left;
	width: 184px;
	height: 1px;
	padding: 0;
	margin: 10px 8px 0 8px;
	}
	
#rightcol div.epromo a
	{
	text-decoration: none;
	font-weight: bold;
	}
	
#rightcol div.epromo ul
	{
	padding-bottom: 0;
	margin-bottom: 0;
	}

#rightcol div.epromo ul li
	{
	list-style-type: disc;
	color: #666;
	}
	
#rightcol div.epromo div.story
	{
	padding-bottom: 1px;
	margin-bottom: 0;
	}
	
#rightcol div.epromo div.bucketcontent div.story h4
	{
	display: inline;
	}
	
#rightcol div.epromo div.bucketcontent div.story h4 a
	{
	color: #CC3300;
	}

#rightcol div.epromo div.bucketcontent div.story p
	{
	display: inline;
	}

#rightcol div.epromo a:hover
	{
	text-decoration: underline;
	}
	
	
/*	Series Navigation Bucket
	---------------------------------------------------------- */


#rightcol div.seriesnav,
#rightcol div.pullquote
	{
	background: #FFF url(/chrome/bucket_seriesnav_bkgd.gif) repeat-y bottom;
	}

#rightcol div.seriesnav div.buckettop,
#rightcol div.pullquote div.buckettop
	{
	background: none;
	}

#rightcol div.seriesnav div.bucketbottom,
#rightcol div.pullquote div.bucketbottom
	{
	background: url(/chrome/bucket_seriesnav_bottom.gif) no-repeat bottom;
	height: 12px;
	font-size: 12px;
	}
	
#rightcol div.seriesnav h3,
#rightcol div.pullquote h3
	{
	border-bottom: none;
	}
	
#rightcol div.seriesnav ul li,
#rightcol div.pullquote ul li
	{
	list-style-type: disc;
	list-style-image: url(/chrome/icon_seriesnav.gif);
	list-style-position: outside;
	margin: 0 0 8px 8px;
	padding: 0;
	font-size: 11px;
	}	
	
	
/*	E-Commerce Bucket
	---------------------------------------------------------- */
	
#rightcol div.ecommerce 
	{
	background: #EBEBD6;
	}
	
#rightcol div.ecommerce .byline 
	{
	color: #000;
	}
	
#rightcol div.ecommerce .subnote a
	{
	cursor: help;
	}


/*	Sponsor Bucket
	---------------------------------------------------------- */

#rightcol div.sponsor 
	{
	background: #FFF;
	margin-bottom: 5px;
	}
	
#leftcol div.sponsor div.bucketcontent
	{
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
#rightcol div.sponsor div.buckettop,
#rightcol div.sponsor div.bucketbottom
	{
	background: none;
	display: none;
	}
	
#rightcol div.sponsor p
	{
	text-align: center;
	}
	
#rightcol div.sponsor a
	{
	text-decoration: none;
	font-weight: normal;
	}
	
#rightcol div.sponsor a img
	{
	border: 1px solid #000;
	}
	
#rightcol div.sponsor a:hover
	{
	text-decoration: underline;
	}

/*	Wrapper for MOJO Ads
	---------------------------------------------------------- */	

#rightcol div.mojowrapper
	{
	text-align: center;
	margin-bottom: 15px;
	}

#rightcol div.mojowrapper div.sponsor 
	{
	margin-bottom: 0;
	}


/*	Banner Bucket
	---------------------------------------------------------- */

#leftcol div.banner div.bucketcontent
	{
	padding: 0;
	margin: 0;
	text-align: center;
	}	
	
#rightcol div.banner
	{
	background: #FFF;
	margin-bottom: 5px;
	}
	
#rightcol div.banner div.bucketcontent
	{
	padding: 0;
	margin: 0 8px;
	text-align: center;
	}
	
#rightcol div.banner div.buckettop,
#rightcol div.banner div.bucketbottom
	{
	background: none;
	display: none;
	}
	
/*	Story Tools Bucket
	---------------------------------------------------------- */


#rightcol div.storytools div.bucketcontent
	{
	text-align: center;
	}
	
#rightcol div.storytools div.sponsor
	{
	height: 31px;
	padding: 0 0 0 70px;
	width: 88px;
	margin: 10px 0 10px 0;
	background: transparent url(/chrome/storytools_sponsoredby.gif) no-repeat left;
	}
	

	
/* ---- specific link styles ---- */

a.note
	{
	color: #999;
	font-size: 10px;
	text-decoration: none;
	}

.bucketslug
	{
	display: block;
	color: #666;
	font-weight: normal;
	}
	
.subnote
	{
	color: #666;
	padding-bottom: 10px;
	}
	
#rightcol .caption
	{
	color: #666;
	font-size: 10px;
	}
	
#rightcol .rightsnotice
	{
	color: #999;
	}
	
/*	ADDITIONAL STYLES FOR CONTENTINSET CONTENT 
	INSERTED INTO RIGHT COLUMN ON SERIES HUB PAGES
	------------------------------------------------------------- */
	
#rightcol div.photowrapper
	{
	clear: both;
	}
	
#rightcol div.dynamicbucket div.bucketcontent img.photo
	{
	margin: 0;
	padding: 0;
	width: 180px;
	clear: both;
	}
	
#rightcol div.dynamicbucket div.bucketcontent img.border
	{
	width: 178px;
	border: 1px solid #000;
	}
	
#rightcol div.credit
	{
	color: #999;
	margin: 0 0 10px 0;
	font-size: 9px;
	text-align: right;
	}
	
#rightcol .photolink
	{
	float: left;
	font-size: 10px;
	}
	
#rightcol .photolink img
	{
	margin-right: 2px;
	margin-top: -1px;
	vertical-align: top;
	}

#rightcol .photolink a
	{
	font-size: 10px;
	text-decoration: none;
	}
	
#rightcol div.dynamicbucket p.caption
	{
	clear: both;
	margin-bottom: 5px;
	}

#rightcol div.dynamicbucket p
	{
	margin: 0 0 8px 0;
	}

#rightcol div.dynamicbucket div.story p
	{
	line-height: 120%;
	padding: 0;
	margin: 0 0 4px 0;
	}
	
#rightcol blockquote
	{
	font-size: 135%;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #630;
	}
	
	
/*	PROGRAMS BUCKETS
	------------------------------------------------------------- */
	
#rightcol div.programnav,
#rightcol div.programnav div.bucketcontent
	{
	background: #FFF;
	}
	
#rightcol div.programnav div.buckettop,
#rightcol div.programnav div.bucketbottom
	{
	background: none;
	}
	
	
/*	COLORS
	------------------------------------------------------------- */
	
#rightcol .color1
	{
	background-color: #EBEBD6;
	}
	
#rightcol .color2
	{
	background-color: #D6E0EB;
	}
	
#rightcol .color3
	{
	background-color: #D6EBE0;
	}

/* ---- spacing between rows ---- */

#rightcol .spacer
	{
	margin: -1px;
	}
	
/* ADVANCED SEARCH BUCKET */	
#rightcol .searchBucket
	{
	height:120px;
	}

.searchHdr1,
.searchHdr2,
.searchHdr3
	{
	margin-bottom:7px;
	}

div.searchHdr1 input
	{
	width: 175px;
	}
	
div.searchHdr2 select
	{
	width: 180px;
	font-size:11px;
	}
	
div.searchHdr3 select
	{
	float:left;
	width: 100px;
	font-size: 11px;
	}
	
div.searchHdr3 input
	{
	float:right;
	width:30px;
	}	
	
/* SEARCH BUCKET - SINGLE INPUT FIELD */			
#rightcol .searchBucketSingle
	{
	height:50px;
	}

#rightcol .searchHdrSingle input 
	{
	margin-top:5px;
	}	

	
/*	FOR WORLD CAFE
	----------------------------------------------------------- */
#rightcol div.dynamicbucket .audiobucket
	{
	float: left; 
	margin: 0 5px 5px 0;
	}	
	
#rightcol div.dynamicbucket div.bucketcontent ul.audiobuckettext	
	{
	clear: none;
	}
	