/* Logo 
 ===============================================*/

 header h1.logo {
	/*Put your logo in /times_files/images/, uncomente next line, change height and with with your logo dimensions, change filename if is neccesary.*/
	
	/*background: url("../images/logo.png") no-repeat scroll 0 0 transparent;*/
	
	height: 57px;
	width: 187px;
}


/*(E.g. for color red 		color: #f90000; 		for shadow  		text-shadow: 2px 2px rgba(249, 0, 0, 0.3); */

/* Main text
 ===============================================*/
	h2 {
		
	}	

 /* Subscribe text 
 ===============================================*/
	
	h3 {
		
	}		

/* Countdown numbers  
 ===============================================*/
	
	.countdown_amount {
		
	} 

/* Countdown labels
 ===============================================*/

	.countdown_section {
		
	}
	
/* Text when expiry 
 ===============================================*/ 			

	.expiry {
		
	} 

/* Social network icons 
 ===============================================*/

	footer li a	{
		
	} 

/* Social network icons hover state 
 ===============================================*/

	footer li a:hover {
		
	} 

/* Copyright and contact data 
 ===============================================*/

	footer p {
		
	}
	
/* Background	
 ===============================================*/	
	
	body {
		
	}