@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - DIANA KRALL FANCLUB CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		dk_fanclub.css
	Date:			Jan 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navFanClub a {
		background-position:0 -47px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	fanclub Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#faq {
		padding:15px 0 0 0;
		width:629px;
		background:url(../../images/bg_header.jpg) no-repeat;
	}
		#faq h1#h1Faq{
			width:144px; height:72px;
			margin:0 0 20px 5px;
			background:url(../../images/h1_faq.png) no-repeat;
			behavior: url("shared/css/iepngfix.htc");
		}
		#faq .entries {
			width:525px;
			margin:0 0 0 43px; padding:0 0 445px 61px;
			background:#8c733a;
		}
			#faq .entries .entry {
				margin:0 0 35px 0;
			}
				#faq .entries .entry h2 {
					width:482px;
					font:bold 16px Arial, Helvetica, sans-serif;
					color:#bde4f8;
				}				
				#faq .entries .entry p {
					margin:11px 0 5px 0;
					width:490px;
					font:normal 14px Arial, Helvetica, sans-serif;
					color:#ffe0db;
					line-height:17px;
				}
				#faq .entries .entry .address {
					margin:0 0 0 37px;
					width:200px;
					font:italic 14px Arial, Helvetica, sans-serif;
					color:#fff;
				}
				
				
	
	.tourContent .entries .entry .content .btnBuyTickets a:link, .tourContent .entries .entry .content .btnBuyTickets a:active, .tourContent .entries .entry .content .btnBuyTickets a:visited {
		width:78px; height:19px;
		margin:25px 0 0 0;
		background:url(../../images/btn_buyTickets.png) no-repeat;
		display:block;
		float:left;
		text-indent:-3000px;
	}
		.tourContent .entries .entry .content .btnBuyTickets a:hover {
			background-position:bottom;
		}
