		/* Background */
		body { 
		background: #333 url(../images/bg.png) repeat;
		}
		
		/* default text */
		p {color: #ccc;}
		p.credit {color: #ccc;}
		
		/* links */
		a{ color: #00CCFF;} 
		a:hover{color: #00CE7B;}
		
		/* Headlines */
		h1{color: #00ff97;}
		h2{color: #00CCFF;}
		h3{color: #CCC;}
		
		/* Newsletter */ 
		.social-list input[type=text]{color: #c9c9c9;}
		
		/* Loading Bar */ 
		.ui-widget-header {
		border: 1px solid #333; 
		background: #00CE7B url(../images/glossy_qi.png) 50% 50% repeat-x; 
		}
		
		/* Tweets */ 	
		.tweet,
		.query {
		color: #CCC;
		}
		
		/* Countdown */ 
		.timer_numbers {color: #ccc;}
		.timer_labels {color:#666;}
