@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - KENNY LATTIMORE NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kl_news.css
	Date:			Aug 25, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#main h1#h1News {
		width:598px; height:132px;
		background:url(../../images/h1News.jpg) no-repeat;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	Content Space
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	.content img {
		margin:0 0 0 88px;
	}
	
	.content .control a:link, .content .control a:active, .content .control a:visited {
		color:#00bcf3;
		text-decoration:none;
		font:12px Arial, Helvetica, sans-serif;
	}
		.content .control a:hover {
			color:#005b82;
			text-decoration:none;
		}		
	.content .control .paging {
		margin: 0 0 0 10px;
		font:12px Arial, Helvetica, sans-serif;
		color:#6F635B;
	}
			
	.content .rssBlock {
				margin:0 0 0 500px;
				width:60px;
				height:25px;
			}
				.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:#00bcf3;
					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:#005b82;
					}
	.content .entry {
		margin:25px 0 0 0; 
	}
		.content .entry .date {
			margin:0 0 0 40px;
			font:10px Arial, Helvetica, sans-serif;
			color:#716142;
		}
		.content .entry h2 {
			color:#0089f3;
			width:487px;
			margin:5px 0 7px 40px; 
			font:21px Arial, Helvetica, sans-serif;
			line-height:18px;
			text-transform:uppercase;
		}
			.content .entry h2 a:link {
				color:#0089f3;
				text-decoration:none;
			}
				.content .entry h2 a:active {
					color:#990000;
				}
				.content .entry h2 a:visited {
					color:#0089f3;
					text-decoration:none;
				}
				.content .entry h2 a:hover {
					color:#005b82;
				}
		.content .entry p {
			width:506px;
			margin:0 0 10px 40px;
			font:12px Arial, Helvetica, sans-serif;
			color:#6f635b;
		}
	.content .entry p a:link, .content .entry p a:visited {
		color:#00bcf3;
		text-decoration:none;
	}
		.content .entry p a:active {
			color:#990000;
		}
		.content .entry p a:hover {
			color:#005b82;
		}
	
	.content .entry img {
		border:none;
	}
	.content .entry .social {
		width:588px; height:32px;
		margin:16px 0 0 0; padding:8px 0 0 0; 
		background:url(../images/social_BG.png) no-repeat;
		font:10px Arial, Helvetica, sans-serif;
		color:#716142;
		behavior:url(css/iepngfix.htc);
	}
		.entry .social ul {
			list-style:none;
			display:inline;
		}
			.entry .social ul li {
				float:left;
			}
				.content .entry .social .views {
					margin:0 0 0 40px; 
					font:10px Arial, Helvetica, sans-serif;
					color:#716142;
				}
				.content .entry .social li.comments {
					width:425px;
				}
				.content .entry .social li.comments a:link, .content .entry .social li.comments a:visited {
					margin:0 0 0 5px; padding:0 0 0 15px;
					background:url(../images/comments.png) no-repeat 0 2px;
					color:#00bcf3;
					text-decoration:none;
				}
					.content .entry .social li.comments a:active {
						color:#990000;
					}
					.content .entry .social li.comments a:hover {
						color:#005b82;
					}	
				.content .entry .social li.digg a:link, .content .entry .social li.digg a:visited {
					padding:0 5px 0 15px;
					background:url(../images/digg.png) no-repeat 0 1px;
					color:#00bcf3;
					text-decoration:none;
				}
					.content .entry .social li.digg a:active {
						color:#990000;
					}
					.content .entry .social li.digg a:hover {
						color:#005b82;
					}	
				.content .entry .social li.delicious a:link, .content .entry .social li.delicious a:visited {
					margin:0 0 0 10px; padding:0 0 0 15px;
					background:url(../images/delicious.png) no-repeat 0 1px;
					color:#00bcf3;
					text-decoration:none;
				}
					.content .entry .social li.delicious a:active {
						color:#990000;
					}
					.content .entry .social li.delicious a:hover {
						color:#005b82;
					}			
		.content .newsItem a:link, .content .newsItem a:active, .content .newsItem a:visited {
			margin:0 0 0 5px;
			color:#00bcf3;
			text-decoration:none;
			font:12px Arial, Helvetica, sans-serif;
		}
			.content .newsItem a:hover {
				color:#005b82;
				text-decoration:none;
			}
		