#loading {
	width: 280px;
	height: 180px;
	background: url(../images/loading.gif) no-repeat center center;	
}

#tools {
			width: 238px;
			height: 105px;
			float: left;
			margin: 1px 1px 13px 1px;	
		}
		
			#tools ul {
				list-style: none;
				padding: 0;
				margin: 0;
				height: 65px;
				overflow: hidden;
			}
				#tools ul li {
					padding: 0;
					margin: 0;
					float: left;	
					height: 65px;
					width: 113px;
					background: #e9e8ef;
				}
				#tools ul li:hover {
					background: #e0dfe5;	
				}
					#tools ul li.box1 { border-right: 1px solid #dad8e7;  }
					#tools ul li.box2 {  }

					
					#tools ul li a { width: 113px; height: 65px; display: block; }
					
					#tools ul li.box1 a { background: url(../images/icons/podcast3.gif) no-repeat center center; }
					#tools ul li.box2 a { background: url(../images/icons/iphone3.gif) no-repeat center center; width: 124px; }
					#tools ul li.box2   { width: 124px; }
					#tools ul li.box3 a { background: url(../images/icons/newsletter3.gif) no-repeat center center; }
					#tools ul li.box4 a { background: url(../images/icons/rss3.gif) no-repeat center center; }
					
		
		.listen_live {
			width: 248px;
			height: 40px;
			background: url(../images/icons/listen4.gif) no-repeat;
		}
		
		.listen_live:hover {
			opacity: 0.95;	
		}
		
			
	
	#categories {
		padding: 0 20px 10px 0px;	
		width: 240px;
	}
	
	#stocks-weather {
		overflow: hidden;
		margin: 0 0 10px 0;	
	}
	
	#stock {
		margin: 0;
		width: 130px;
	}
	
	#weather {
		padding: 0;
		width: 160px;
	}
	
	#weather h5 {
		margin: 0;
		padding: 0 0 0 57px;
		font-size: 10px;
		text-align: left;	
	}
	
	.small_forecast {
		margin: 0 0 0 20px;	
	}
		.small_forecast .micro_col {
			padding: 0 0 5px 5px;	
		}
	
		.small_forecast img {
			float: left;	
		}
		
		.small_forecast .micro_col strong {
			font-size: 16px;
			line-height:1em;
		}
	
	#quick_info {
		margin: 0 0 20px 0;	
	}
	
	.city_picker_wrap {
		margin: 0 0 5px 0;
	}
	
	ul.city_picker {
		margin: 0 0 0 20px;
		padding: 5px;
		font-size: 11px;
		list-style: none;
		text-align: left;
		display: none;
		border-left: 1px solid #533FA6;
		border-right: 1px solid #533FA6;
		border-bottom: 1px solid #533FA6;
		
		position: absolute;
		z-index: 1000;
		background: white;
		width: 118px;
		
		-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
		box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	}
	
		ul.city_picker li {
			padding: 2px 5px;
			margin: 0;
			color: #333;
		}
			ul.city_picker li.ui-state-active {
				background: #C5D3EA;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
		
		ul.city_picker li a {
			font-weight: bold;	
			font-size: 10px;
		}
	
		.main-selector {
		    cursor: pointer;
		    font-size: 11px;
		   
			background: #E3E2EB;
			background: -moz-linear-gradient(top, #E3E2EB 0%, #BEB9D6 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E2EB), color-stop(100%,#BEB9D6));
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E2EB', endColorstr='#BEB9D6',GradientType=0 );
			background: -o-linear-gradient(top, #E3E2EB 0%,#BEB9D6 100%);

			-moz-border-radius: 3px;
			border-radius: 3px;

			border: 1px solid #533FA6;
			padding: 1px 0;
			text-align: center;
			
			color: #533FA6;
			width: 128px;
			
			text-transform: uppercase;
			
			margin-left: 20px;
			
		}
			.main-selector:hover {
				opacity: 0.85;	
			}
			
			.main-selector:active {
				-webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.7);
				-moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.7);
				box-shadow: inset 0px 0px 4px rgba(0,0,0,0.7);
			}
		
			.main-selector-pressed {
				background: #BEB9D6;
				background: -moz-linear-gradient(top, #BEB9D6 0%, #E3E2EB 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BEB9D6), color-stop(100%,#E3E2EB));
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BEB9D6', endColorstr='#E3E2EB',GradientType=0 );
				background: -o-linear-gradient(top, #BEB9D6 0%,#E3E2EB 100%);
				
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomright: 0px;
				-moz-border-radius-bottomleft: 0px;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
				border-bottom-right-radius: 0px;
				border-bottom-left-radius: 0px;
			}
		
		
	
	#categories h3 {
		height: 18px;
		background: #e9e8ef;
		padding: 3px 0 0px 10px;
		margin: 0 0 0 3px;
		font:bold 11px/14px Verdana;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	
	#categories h3 a {
		color: inherit;	
	}
	
	#content h3.show {
		/*background: url(../images/icons/show.png) no-repeat #e9e8ef 5px 3px;	*/
	}
	
	#content h3.national {
		/*background: url(../images/icons/USA.png) no-repeat #e9e8ef 5px 3px;*/	
	}
	
	#content h3.world {
		/*background: url(../images/icons/earth.png) no-repeat #e9e8ef 5px 3px;*/
	}
	
	#content h3.politics {
		/*background: url(../images/icons/congress.png) no-repeat #e9e8ef 5px 3px;*/
	}
	
	
	ul.cat_links {
		margin: 0 0 15px 3px;
		padding: 0;
		list-style: none;	
		font-size: 11px;
		color: #e9e8ef;
	}
	
		ul.cat_links li {
			padding: 3px 5px 5px 23px;
			margin: 0;
			background: url(../images/icons/square.gif) no-repeat 10px 8px;	
		}
		
			#content ul.cat_links li a {
				color: #514c9f;	
			}
			
			#content ul.cat_links li.style1 {
				background: #faf8ff url(../images/icons/square.gif) no-repeat 10px 8px;	
			}
			

/***** FEATURES *****/

#content h2.title a {
	color:#5a29cd;
}
#content h2.title a:hover {
	color:#5a29cd;
	text-decoration:underline;
}
	
.features {
	margin-bottom: 10px;
}
	
.features h3 {
	background: #2a155a;
	
	background: -moz-linear-gradient(top, #442E79 0%, #281751 100%); /* firefox */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#442E79), color-stop(100%,#281751)); /* webkit */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442E79', endColorstr='#281751',GradientType=0 ); /* ie */
	
	color: white;
	padding: 5px 10px;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#content .features h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;	
}

#content .features h4 a:hover {
	text-decoration:underline;	
}

	.features_content {
		background: #FAF8FF;
		padding: 15px;
		font-size: 11px;
	}
	
	.features .post_img {
		border: 0 none;
		float: left;
		margin: 0 10px 0 0;
	}

#home_banner {
	border:1px solid #CCC;
	padding:15px;
	border-radius:5px;
	background:#fff5cb;
	margin:0 0 15px 0;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
#home_banner h5 {
	margin:0 0 8px 0;
	text-transform:uppercase;
	color:#C00;
}
#home_banner h2 {
	
}
#home_banner p {
	margin:0;
}


