@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - DIANA KRALL NEWS CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		dk_news.css
	Date:			Jan 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navNews a {
		background-position:0 -47px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		width:629px;
		background:url(../../images/bg_header.jpg) no-repeat;
	}
		#news h1#h1News{
			width:130px; height:64px;
			margin:0 0 3px 9px;
			background:url(../../images/h1_news.png) no-repeat;
			behavior: url("shared/css/iepngfix.htc");
		}
		
		#news .entries {
			width:565px;
			margin:0 0 0 43px; padding:5px 0 0 21px;
			background:#8c733a url(../../images/bg_header_corner.png) no-repeat;
		}
				#news .entries .rssBlock {
					margin:0 0 0 94px;
					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;
						}
			#news .entries .hr {
				width:544px; height:1px;
				margin:18px 0 20px 0;
				background:#705d2e;
			}
				#news .entries .hr hr {
					display:none;
				}
			#news .entries .entry {
				/* margin:0 0 67px 0; */
				margin:0;
			}
				#news .entries .entry .post {
					width:95px;
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#f5f5f3;
					float:left;
				}
					#news .entries .entry .post strong {
						font:bold 17px Arial, Helvetica, sans-serif;
						color:#fff;
						display:block;
					}
				#news .entries .entry .content {
					width:419px;
					float:left;
				}
					#news .entries .entry .content h2 {
						margin:0 0 15px 0;
						line-height:21px;
						color:#d5f1ff;
					}
					#news .entries .entry .content img {
						margin:0 0 8px 0;
						display:block;
					}
					#news .entries .entry .content p {
						margin:7px 0 8px 0;
						font:normal 14px Arial, Helvetica, sans-serif;
						color:#ffe0db;
						line-height:19px;
					}
						#news .entries .entry .content p a:link, #news .entries .entry .content p a:active, #news .entries .entry .content p a:visited {
							color:#f6e8b9;
						}
							#news .entries .entry .content p a:hover {
								color:#fcf6e3;
							}
				#news .entries .entry a.btnReadMore {
					width:88px; height:16px;
					margin:28px 0 0 0;
					background:url(../../images/btn_readMore.png) top no-repeat;
					display:block;
				}
					#news .entries .entry a.btnReadMore:hover {
						background-position:bottom;
					}
				#news .entries .entry a.btnBackToNews {
					width:107px; height:16px;
					margin:28px 0 0 0;
					background:url(../../images/btn_backToNews.png) top no-repeat;
					display:block;
				}
					#news .entries .entry a.btnBackToNews:hover {
						background-position:bottom;
					}
					
	/*	pagination Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news .entries .pagination {
		width:500px;
		margin:27px 0 0 0; padding:0 0 30px 0;
		font:normal 9px Arial, Helvetica, sans-serif;
	}
		#news .entries .pagination a.active {
			color:#fcf6e3 !important;
		}
		#news .entries .pagination a:link, #news .entries .pagination a:active, #news .entries .pagination a:visited {
			color:#f6e8b9;
		}
			#news .entries .pagination a:hover {
				color:#fcf6e3;
			}
		#news .entries .pagination .newest {
			margin:0 5px 0 0;
			float:right;
		}
		#news .entries .pagination .pages {
			width:86px;
			color:#f6e8b9;
			float:right;
			text-align:center;
		}
			#news .entries .pagination .pages a {
				padding:0 2px;
			}
			#news .entries .pagination .pages span {
				color:#aeaead
			}
		#news .entries .pagination .oldest {
			margin:0 0 0 5px;
			float:right;
		}
		#news .entries .pagination .back {
			margin:0 0 0 5px;
			float:right;
		}
		
		.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;
			}
