@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - DIANA KRALL TOUR CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		dk_tour.css
	Date:			Jan 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navTour a {
		background-position:0 -47px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	tour Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tour {
		width:629px;
		padding:16px 0 0 0;
		background:url(../../images/bg_header.jpg) no-repeat;
	}
		#tour h1#h1Tour{
			width:122px; height:64px;
			margin:0 0 0 9px;
			background:url(../../images/h1_tour.png) no-repeat;
			behavior: url("shared/css/iepngfix.htc");
		}
		#tour .rssBlock {
					margin:0 0 0 152px;
					width:200px;
					height:20px;
				}
					.rssBlock a.rss:link, .rssBlock a.rss:active, .rssBlock a.rss:visited {
						margin:0; padding:0 0 0 19px;
						width:55px; height:15px;
						font:normal 11px Verdana, Arial, Helvetica, sans-serif;
						color:#f6e8b9;
						background:url(../../images/rssIcon.png) top left no-repeat;
						display:block;
						text-decoration:none;
					}
						.rssBlock a.rss:hover {
							background:url(../../images/rssIcon.png) bottom left no-repeat;
							color:#fcf6e3;
						}
		/*	tourTable Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#tour #tourTable {
			width:586px;
			margin:9px 0 0 43px; 
		}
			#tourTable thead {
				font:normal 11px Verdana, Arial, Helvetica, sans-serif;
				color:#eae8dc;
				text-align:left;
				vertical-align:top;
			}
				#tourTable col#dateCol {
					width:96px;
				}
				#tourTable col#venueCol {
					width:245px;
				}
				#tourTable col#locCol {
					width:144px;
				}
				#tourTable col#ticketsCol {
					width:100px;
				}
				#tourTable thead tr th.date {
					padding:0 0 0 16px;
				}
				#tourTable thead tr th.venue {
					padding:0 0 0 12px;
				}
			#tourTable tbody tr {
				border-bottom:1px solid #000;
				vertical-align:top;
			}
				#tourTable tbody tr td {
					padding:19px 0 19px 0;
					background:#8c733a url(../../images/tour_tr_border.png) bottom no-repeat;
				}
				#tourTable tbody tr td.date {
					padding:19px 0 0 16px;
					font:normal 10px Arial, Helvetica, sans-serif;
					color:#f5f5f3;
					line-height:11px;
				}
					#tourTable tbody tr td.date strong {
						font:bold 13px Arial, Helvetica, sans-serif;
						color:#f5f5f3;
					}
				#tourTable tbody tr td.venue {
					width:218px;
					padding:19px 15px 19px 12px;
					font:normal 16px Georgia, "Times New Roman", Times, serif;
					line-height:19px;
					color:#d5f1ff;
				}
				#tourTable tbody tr td.loc {
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#ffe0db;
				}
				#tourTable tbody tr td.loc span {
					display:block;
				}
				#tourTable .btnBuyTickets a:link, #tourTable .btnBuyTickets a:active, #tourTable .btnBuyTickets a:visited {
					width:78px; height:19px;
					background:url(../../images/btn_buyTicketsMain.png) no-repeat;
					display:block;
					text-indent:-3000px;
				}
					#tourTable .btnBuyTickets a:hover {
						background-position:bottom;
					}
