/* Standard Elements */
BODY {
	background-image:				url('images/header-background.gif');
	background-repeat:				repeat-x;
	font-family:					Verdana;
	margin:						0px;
	padding:					0px;
}

/* Custom Elements */
#x13_page {
	width:						1000px;
	margin:						auto auto;
}
#x13_header {
	width:						1000px;
	height:						175px;
	position:					relative;
	margin:						auto auto;
	margin-bottom:					0px;
	z-index:					100;
}
	#x13_header_logo {
		width:					236px;
		height:					60px;
		position:				absolute;
		top:					25px;
		left:					382px;
	}
		#x13_header_logo IMG {
			width:				236px;
			height:				60px;
			border:				solid 0px #000;
			background-image:		url('images/logo.png');
		}
	#x13_header_search {
		width:					600px;
		height:					25px;
		position:				absolute;
		top:					100px;
		left:					200px;
		background-image:			url('images/search-bar.png');
		background-repeat:			no-repeat;
	}
		#x13_header_search FORM {
			margin:				0px;
			padding:			0px;
			border:				solid 0px #000;
		}
		#x13_header_search_field {
			width:				510px;
			height:				21px;
			position:			absolute;
			top:				2px;
			left:				5px;
		}
			#x13_header_search_field INPUT {
				border:			solid 0px #000;
				width:			500px;
			}
		#x13_header_search_button {
			width:				85px;
			height:				21px;
			position:			absolute;
			top:				2px;
			right:				2px;
			background-image:		url('images/search-button.png');
		}
		#x13_header_search_button INPUT {
			width:				85px;
			height:				21px;
		}
	#x13_header_menu {
		width:					1000px;
		height:					28px;
		position:				absolute;
		top:					147px;
		left:					0px;
		margin:					0px;
		padding:				0px;
	}
		#x13_header_menu UL {
			float:				left;
			list-style:			none;
			margin:				0px 0px 0px 0px;
			padding:			0px;
		}
		#x13_header_menu LI {
			float:				left;
			list-style:			none;
			margin:				1px;
			padding:			0px;
			padding-top:			6px;
			padding-left:			10px;
			padding-right:			10px;
			height:				20px;
			cursor:				pointer;
			font-size:			11px;
		}
		#x13_header_menu LI:hover {
			background-image:		url('images/header-menu-over2.gif');
			background-repeat:		repeat-x;
			border-left:			solid 1px #528f1a;
			border-right:			solid 1px #528f1a;
			padding-left:			9px;
			padding-right:			9px;
		}
			#x13_header_menu LI A {
				color:			#fff;
				text-decoration:	none;
				cursor:			pointer;
			}
			#x13_header_menu LI UL {
				position:		absolute;
				background:		#48671c;
				top:			27px;
				width:			120px;
				left:			-999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
				border:			solid 1px #000;
				margin-left:		-10px;
			}
			#x13_header_menu li:hover ul, #x13_header_menu li.x13_sfhover ul {
				left:			auto;
			}
			#x13_header_menu LI UL LI {
				width:			101px;
				margin:			0px;
				border:			solid 0px #000;
			}
			#x13_header_menu LI UL LI:hover {
				background-image:	url('images/header-menu-over3.gif');
				background-repeat:	repeat-x;
				border:			solid 0px #000;
				padding-left:		10px;
			}
			#x13_header_menu_home {
				width:			33px;
			}
			#x13_header_menu_news {
				width:			30px;
			}
			#x13_header_menu_business {
				width:			50px;
			}
			#x13_header_menu_lifestyle {
				width:			48px;
			}
			#x13_header_menu_travel {
				width:			36px;
			}
			#x13_header_menu_entertainment {
				width:			81px;
			}
	#x13_header_menu_clock {
		margin:					1px;
		padding:				0px;
		padding-top:				6px;
		height:					20px;
		font-size:				11px;

		position:				absolute;
		top:					0px;
		left:					750px;
		width:					250px;
	}
#x13_comments_form {
	margin-top:					5px;
	margin-bottom:					5px;
	padding-bottom:					5px;
	border-bottom:					dashed 1px #689729;
}
	#x13_comments_form B {
		font-size:				14px;
	}
	#x13_comments_form INPUT {
		border:					solid 1px #999;
		margin-top:				2px;
	}
	#x13_comments_form TEXTAREA {
		width:					500px;
		height:					100px;
		border:					solid 1px #999;
	}
	#x13_comments_form FORM {
		margin:					0px;
		padding:				0px;
	}
	#x13_comment_form_data {
		float:					right;
		background-color:			#eee;
		height:					100px;
		width:					180px;
		border:					solid 1px #ddd;
		text-align:				center;
	}
		#x13_comment_form_data B {
			font-size:			12px;
			font-weight:			bold;
		}
		#x13_comment_form_data_count {
			font-size:			16px;
			font-weight:			bold;
			font-style:			italic;
		}
	#x13_comment_form_info {
		font-size:				10px;
		margin-left:				10px;
	}
	#x13_comment_form_main {
		display:				block;
	}
	#x13_comment_form_send {
		display:				none;
		text-align:				center;
	}
#x13_rating_status {
	float:						left;
	height:						20px;
	padding-top:					4px;
}
#x13_rating_saved {
	display:					none;
	padding-top:					4px;
	padding-right:					10px;
}
#x13_rating_rate {
	float:						left;
	height:						auto;
	padding:					0px;
	margin:						0px;
	padding-top:					5px;
	padding-right:					10px;
}
	#x13_rating_rate li {
		float:					left;
		list-style:				none;
	}
	#x13_rating_rate li a:hover, #x13_rating_rate .x13_rating_star_on {
		background:				url('images/star_on.gif') no-repeat;
		cursor:					pointer;
	}
	#x13_rating_rate a {
		float:					left;
		background:				url('images/star_off.gif') no-repeat;
		width:					12px;
		height:					12px;
		cursor:					pointer;
	}
#x13_article_image_expand {
	position:					absolute;
	visibility:					hidden;
	background-color:				#000;
	z-index:					100;
	top:						0px;
	left:						0px;
	width:						310px;
	min-height:					310px;
	margin-right:					8px;
	margin-bottom:					8px;
	padding-bottom:					5px;
	text-align:					center;
	font-size:					10px;
	font-family:					Verdana;
	background-color:				#000;
	color:						#fff;
}
#x13_article_image_expand_inlay {
	margin:						5px;
}
#x13_article_image_expand_inlay IMG {
	width:						300px;
	height:						300px;
	background-position:				center center;
	background-repeat:				no-repeat;
}
#x13_article_image_expand_dummy {
	display:					none;
	position:					absolute;
	z-index:					99;
}
#x13_section {
	background-image:				url('images/section-bg.png');
	width:						622px;
	padding:					15px;
}
	#x13_section_lead {
		height:					300px;
		overflow:				hidden;
		margin-bottom:				5px;
	}
		#x13_section_lead A {
			font-size:			14px;
			font-weight:			bold;
		}
		#x13_section_lead_image {
			height:				300px;
			width:				300px;
			background-position:		center;
			float:				left;
			margin-right:			5px;
		}
			#x13_section_lead_image IMG {
				height:			300px;
				width:			300px;
			}
#x13_content:after {
	content:			".";
	clear:				both;
	height:				0;
	visibility:			hidden;
	display:			block;
}
#x13_content_left {
	width:						660px;
	float:						left;
}
#x13_content_right {
	width:						300px;
	float:						right;
}
#x13_crumbs {
	background-color:				#ccc;
	border:						solid 1px #999;
	border-top:					solid 0px;
	padding:					3px;
	font-size:					10px;
	margin-bottom:					5px;
}


    .saved { color:red; }

/* Custom Styles */
.x13_shadow {
	position:					relative;
	display:					block;
	color:						#fff;
	white-space:					nowrap;
}
	.x13_shadow SPAN {
		position:				absolute;
		display:				block;
		top:					0px;
	}
	.x13_shadow:before {
		display:				block;
		color:					#000;
		padding:				1px;
		content:				attr(title);
	}
.x13_shadow_clock {
	position:					relative;
	display:					block;
	color:						#fff;
	white-space:					nowrap;
}
	.x13_shadow_clock SPAN {
		position:				absolute;
		display:				block;
		top:					0px;
	}
	.x13_shadow_clock:before {
		display:				block;
		color:					#000;
		padding-top:				1px;
		padding-left:				1px;
		content:				attr(title);
	}


.x13_iconx_blank {
	width:						18px;
	height:						18px;
	background-image:				url('images/iconx_blank.png');
	background-position:				0px 0px;
	background-repeat:				no-repeat;
	cursor:						pointer;
	vertical-align:					middle;
}
	.x13_iconx_blank:hover {
		background-position:			-18px 0px;
	}
.x13_iconx_expand {
	width:						18px;
	height:						18px;
	background-image:				url('images/iconx_expand.png');
	background-position:				0px 0px;
	background-repeat:				no-repeat;
	cursor:						pointer;
	vertical-align:					middle;
}
	.x13_iconx_expand:hover {
		background-position:			-18px 0px;
	}
.x13_iconx_collapse {
	width:						18px;
	height:						18px;
	background-image:				url('images/iconx_collapse.png');
	background-position:				0px 0px;
	background-repeat:				no-repeat;
	cursor:						pointer;
	vertical-align:					middle;
	border:						solid 0px;
}
	.x13_iconx_collapse:hover {
		background-position:			-18px 0px;
	}
.x13_iconx_rss {
	width:						18px;
	height:						18px;
	background-image:				url('images/iconx_rss.png');
	background-position:				0px 0px;
	background-repeat:				no-repeat;
	cursor:						pointer;
	vertical-align:					middle;
	border:						solid 0px;
}
	.x13_iconx_rss:hover {
		background-position:			-18px 0px;
	}
.x13_iconx_desc {
	display:					inline;
	font-size:					10px;
	color:						#fff;
}

.x13_box_style_default {
	background-color:				#8bc53f;
	border:						solid 1px #8bc53f;
}
.x13_box_style_blue {
	background-color:				#66f;
	border:						solid 1px #66f;
}
.x13_box_style_kuro {
	background-color:				#000;
	border:						solid 1px #000;
}
.x13_box_style_cerise {
	background-color:				#906;
	border:						solid 1px #906;
}
.x13_box_style_silver {
	background-color:				#999;
	border:						solid 1px #999;
}
.x13_box_style_fawn {
	background-color:				#9e905c;
	border:						solid 1px #9e905c;
}
.x13_box_style_sky {
	background-color:				#64859f;
	border:						solid 1px #64859f;
}
.x13_box_style_blood {
	background-color:				#900;
	border:						solid 1px #900;
}
.x13_box_style_grove {
	background-color:				#48671c;
	border:						solid 1px #48671c;
}
.x13_box_style_sandstone {
	background-color:				#d17220;
	border:						solid 1px #d17220;
}
.x13_box_style_amazon {
	background-color:				#339933;
	border:						solid 1px #339933;
}
.x13_box_style_redrock {
	background-color:				#993300;
	border:						solid 1px #993300;
}
.x13_box_style_gold {
	background-color:				#ffcc00;
	border:						solid 1px #ffcc00;
}
.x13_box_style_lightgray {
	background-color:				#ccc;
	border:						solid 1px #ccc;
}
.x13_box_style_blau {
	background-color:				#0000ff;
	border:						solid 1px #0000ff;
}
.x13_box_style_raad {
	background-color:				#CC0000;
	border:						solid 1px #CC0000;
}
.x13_box_style_firebrick {
	background-color:				#800517;
	border:						solid 1px #800517;
}
.x13_box_style_lavender {
	background-color:				#8878C3;
	border:						solid 1px #8878C3;
}
.x13_box_style_blorre {
	background-color:				#F778A1;
	border:						solid 1px #F778A1;
}
.x13_box_style_skintone {
	background-color:				#C8B560;
	border:						solid 1px #C8B560;
}





.x13_box_header {
	background-image:				url('images/box-grad.png');
	background-repeat:				repeat-x;
	height:						26px;
	position:					relative;
	border:						solid 0px #fff;
}
	.x13_box_header_corner_left {
		height:					12px;
		width:					12px;
		background-image:			url('images/box-corner-left.png');
		background-repeat:			no-repeat;
		position:				absolute;
		top:					0;
		left:					0;
	}
	.x13_box_header_corner_right {
		height:					12px;
		width:					12px;
		background-image:			url('images/box-corner-right.png');
		background-repeat:			no-repeat;
		position:				absolute;
		top:					0;
		right:					0;
	}
	.x13_box_header_corner_left_bottom {
		height:					12px;
		width:					12px;
		background-image:			url('images/box-corner-left-bottom.png');
		background-repeat:			no-repeat;
		position:				absolute;
		bottom:					0;
		left:					0;
		visibility:				hidden;
	}
	.x13_box_header_corner_right_bottom {
		height:					12px;
		width:					12px;
		background-image:			url('images/box-corner-right-bottom.png');
		background-repeat:			no-repeat;
		position:				absolute;
		bottom:					-2px;
		right:					0;
		visibility:				hidden;
	}
	.x13_box_header_watermark {
		height:					20px;
		width:					73px;
		background-image:			url('images/box-watermark.png');
		background-repeat:			no-repeat;
		position:				absolute;
		top:					3px;
		right:					5px;
	}
	.x13_box_header_title {
		font-family:				Verdana;
		font-size:				12px;
		font-weight:				bold;
		color:					#fff;
		padding:				5px;
		padding-left:				10px;
	}
	.x13_box_header_toolbox {
		height:					20px;
		width:					200px;
		position:				absolute;
		top:					3px;
		right:					85px;
		text-align:				right;
		font-size:				11px;
		font-weight:				bold;
		color:					#fff;
		line-height:				17px;
	
	}
.x13_box_content {
	border:						solid 1px inherit;
	background-color:				#fff;
}
.x13_box_footer {
	height:						18px;
	background-color:				#666;
	position:					relative;
	margin-bottom:					5px;
}
	.x13_box_footer_corner_left_bottom {
		height:					12px;
		width:					12px;
		background-image:			url('images/box-corner-left-bottom.png');
		background-repeat:			no-repeat;
		position:				absolute;
		bottom:					0;
		left:					0;
	}
	.x13_box_footer_corner_right_bottom {
		height:					12px;
		width:					12px;
		background-image:			url('images/box-corner-right-bottom.png');
		background-repeat:			no-repeat;
		position:				absolute;
		bottom:					-2px;
		right:					0;
	}

.x13_storyimage_container {
	width:						310px;
	min-height:					310px;
	margin-right:					8px;
	margin-bottom:					8px;
	padding-bottom:					5px;
	text-align:					center;
	font-size:					10px;
	font-family:					Verdana;
	background-color:				#000;
	color:						#fff;
}
	.x13_storyimage_image {
		width:					300px;
		height:					300px;
		margin:					5px;
		background-position:			center center;
		background-repeat:			no-repeat;
		background-image:			url('images/preloader.gif');
	}
		.x13_storyimage_image IMG {
			width:				300px;
			height:				300px;
			background-position:		center center;
			background-repeat:		no-repeat;
		}
.x13_storyimage_container_landscape {
	width:						510px;
	min-height:					310px;
	margin-bottom:					8px;
	padding-bottom:					5px;
	text-align:					center;
	font-size:					10px;
	font-family:					Verdana;
	background-color:				#000;
	color:						#fff;
}
	.x13_storyimage_image_landscape {
		width:					500px;
		height:					300px;
		margin:					5px;
		background-position:			center center;
		background-repeat:			no-repeat;
		background-image:			url('images/preloader.gif');
	}
		.x13_storyimage_image_landscape IMG {
			width:				500px;
			height:				300px;
			background-position:		center center;
			background-repeat:		no-repeat;
		}

.x13_comment_list_gravatar {
	float:						left;
	padding:					2px;
	border:						solid 1px #999;
	margin-right:					5px;
	margin-left:					5px;
}

.x13_articles_summary {
	height:						268px;
	padding:					1px;
}
	.x13_articles_summary_left {
		float:					left;
		width:					302px;
		height:					268px;
		margin-right:				1px;
	}
		.x13_articles_summary_left IMG {
			width:				300px;
			height:				163px;
			border:				solid 1px #000;
			margin-bottom:			0px;
		}
		.x13_articles_summary_left_info {
			height:				94px;
			background-image:		url('images/article_background.gif');
			background-repeat:		repeat-x;
		}
		.x13_articles_summary_left_title {
			height:				20px;
			background-image:		url('images/article_header.gif');
			background-repeat:		repeat-x;
			background-color:		#fff;
			border-bottom:			solid 1px #999;
			padding-left:			3px;
			overflow:			hidden;
		}
		.x13_articles_summary_left_title A {
			font-family:			Verdana;
			font-size:			13px;
			font-weight:			bold;
			color:				#00f;
			text-decoration:		none;
		}
		.x13_articles_summary_left_excerpt {
			padding:			2px;
			font-family:			Verdana;
			font-size:			11px;
			color:				#000;
			overflow:			hidden;
			height:				76px;
		}
	.x13_articles_summary_right {
		float:					right;
		width:					383px;
		height:					268px;
	}
		.x13_articles_summary_right_story {
			height:				82px;
			margin-bottom:			1px;
			overflow:			hidden;
		}
			.x13_articles_summary_right IMG {
				width:			80px;
				height:			80px;
				border:			solid 1px #000;
				float:			left;
				margin-right:		5px;
			}
			.x13_articles_summary_right_story_info {
				padding:		5px;
			}
				.x13_articles_summary_right_story_title {
					margin-bottom:	5px;
				}
					.x13_articles_summary_right_story_title A {
						font-family:		Verdana;
						font-size:		12px;
						font-weight:		bold;
						color:			#00f;
						text-decoration:	none;
					}
				.x13_articles_summary_right_story_excerpt {
					font-family:	Verdana;
					font-size:	10px;
					color:		#000;
				}
		.x13_articles_summary_right_recent {
			border:				solid 1px #999;
			height:				92px;
			padding:			5px;
			padding-top:			3px;
		}
			.x13_articles_summary_right_recent_title {
				font-family:		Verdana;
				font-size:		10px;
				font-weight:		bold;
				border-bottom:		solid 2px #666;
				padding-bottom:		1px;
			}
			.x13_articles_summary_right_recent_item {
				height:			13px;
			}
				.x13_articles_summary_right_recent_item_title {
					padding-left:	5px;
				}
					.x13_articles_summary_right_recent_item_title A {
						padding-left:		5px;
						font-family:		Verdana;
						font-size:		10px;
						color:			#00f;
						text-decoration:	none;
					}
				.x13_articles_summary_right_recent_item_time {
					float:		right;
					font-family:	Verdana;
					font-size:	10px;
					color:		#666;
					padding-right:	5px;
				}
.x13_articles_celebrity {
	height:						251px;
	padding:					1px;
}
	.x13_articles_celebrity_left {
		float:					left;
		width:					214px;
		height:					251px;
		margin-right:				1px;
		position:				relative;
		background-position:			center center;
	}
		.x13_articles_celebrity_left_foot {
			background-color:		#906;
			bottom:				0;
			position:			absolute;
			min-height:			30px;
			width:				198px;
			opacity:			0.75;
			filter:				alpha(opacity=75);
			padding:			8px;
		}
		.x13_articles_celebrity_left_foot A {
			color:				#fff;
			font-family:			Verdana;
			font-size:			12px;
			font-weight:			bold;
		}
		.x13_articles_celebrity_left_foot_text {
			bottom:				0;
			position:			absolute;
			min-height:			30px;
			width:				198px;
			padding:			8px;
			opacity:			1.0;
			filter:				alpha(opacity=100);
		}
		.x13_articles_celebrity_left_foot_text A {
			color:				#fff;
			font-family:			Verdana;
			font-size:			12px;
			font-weight:			bold;
		}
	.x13_articles_celebrity_right {
		float:					right;
		width:					151px;
		height:					251px;
	}
		.x13_articles_celebrity_right_story {
			background-color:		#555;
			height:				62px;
			padding-right:			3px;
			cursor:				pointer;
		}
		.x13_articles_celebrity_right_story:hover {
			background-color:		#906;
		}
			.x13_articles_celebrity_right_story IMG {
				height:			60px;
				width:			60px;
				border:			solid 1px #000;
				float:			left;
				margin-right:		3px;
				background-position:	center center;
			}
			.x13_articles_celebrity_right_story A {
				color:			#fff;
				font-size:		9px;
				font-family:		Verdana;
				text-decoration:	none;
			}

.x13_marquee {
	position:		relative;
	overflow:		hidden;
	width:			620px;
	height:			167px;
	border-right:		solid #000 2px;
	border-left:		solid #000 2px;
	background-color:	#000;
}
.x13_marquee_container
{
	margin:			2px;
	width:			300px;
	cursor:			pointer;
}
.x13_marquee_container_title
{
	z-index:		20;
	position:		absolute;
	bottom:			0px;
	height:			30px;
	width:			300px;
	color:			#fff;
	padding:		5px;
	font-weight:		bold;
	font-family:		Verdana;
	font-size:		12px;
}
.x13_marquee_container_title_background
{
	z-index:		10;
	position:		absolute;
	bottom:			0px;
	height:			30px;
	background-color:	#000;
	padding:		5px;
	width:			300px;
	opacity:		0.5;
	filter:			alpha(opacity=50);
	-ms-filter:		"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.x13_slide_show {
	width:			650px;
	height:			450px;
	margin:			auto auto;
	background-color:	#666;
}
.x13_slide_show_stage {
	width:			500px;
	height:			350px;
	margin:			auto auto;
}
.x13_slide_show_performer {
	width:			500px;
	height:			280px;
	margin-top:		35px;
	background-position:	center center;
	background-repeat:	no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Fade(duration=3)"; /*IE8+ syntax*/
	filter :progid:DXImageTransform.Microsoft.Fade(duration=3); /*Pre IE8 syntax*/
}
.x13_slide_show_script {
	margin-top:		8px;
	text-align:		center;
	color:			#fff;
}
.x13_slide_show_cast {
	width:			630px;
	height:			90px;
	background-color:	#333;
	margin-top:		2px;
	text-align:		center;
	margin:			auto auto;
}
	.x13_slide_show_cast IMG {
		border:		solid 0px;
		margin:		5px;
	}
#add_zumber_moz {
	position:		absolute;
	right:			0px;
	top:			5px;
	z-index:		100;
	width:			297px;
	height:			81px;
	background-image:	url('http://common.zumber.com/images/add-zumber-moz.png');
	background-repeat:	no-repeat;
}