@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - KENNY LATTIMORE BLOG
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kl_blog.css
	Date:			Aug 25, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main h1#h1Blog {
		width:598px; height:132px;
		background:url(../../images/h1Blog.jpg) no-repeat;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	Content Space
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	.content img {
		margin:0 0 0 88px;
	}
	.content .entry {
		margin:0 0 20px 0; 
	}
		.content .entry .date 
		{
			margin:0 0 0 40px;
			font:bold 11px Arial, Helvetica, sans-serif;
			color:#242D34;
		}
		.content .entry h2 {
			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:#00bcf3;
				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.links:link {
		color:#00bcf3;
		text-decoration:none;
	}
		.content .entry p a.links:active {
			color:#990000;
		}
		.content .entry p a.links:visited {
			color:#0089f3;
			text-decoration:none;
		}
		.content .entry p a.links:hover {
			color:#005b82;
		}
	.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 {
					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:visited {
						margin:0 0 0 5px; padding:0 0 0 15px;
						background:url(../../images/comments.png) no-repeat 0 2px;	
						color:#0089f3;
						text-decoration:none;
					}
					.content .entry .social li.comments a:hover {
						color:#005b82;
					}	
				.content .entry .social li.digg a:link {
					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:visited {
						padding:0 5px 0 15px;
						background:url(../../images/digg.png) no-repeat 0 1px;
						color:#0089f3;
						text-decoration:none;
					}
					.content .entry .social li.digg a:hover {
						color:#005b82;
					}	
				.content .entry .social li.delicious a:link {
					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:visited {
						margin:0 0 0 10px; padding:0 0 0 15px;
						background:url(../../images/delicious.png) no-repeat 0 1px;
						color:#0089f3;
						text-decoration:none;
					}
					.content .entry .social li.delicious a:hover {
						color:#005b82;
					}