/* nigun.hu concerts css */


	#dates {
		position: relative;
		width: 600px;
		min-height: 550px;
		float: left;
		font-size: 12px;
		left: 10px;
	}
	
	#dates ul li {
		line-height: 25px;
	}
	
	h1, h2 {
		line-height: 25px;
	}
	
	.at {
		color: #7b4107;
	}
	
	
	.article h2 {
		color: #ff7c00;
	}
	
	#dates a {
		text-decoration: none;
		font-size: 12px;
	}
	
	#dates a:link, a:visited {
		color: #a62d00;
	}
	
	#dates a:hover, a:active {
		color: #000;
		text-decoration: underline;
	} 
	
	
