@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - KENNY LATTIMORE DOWNLOADS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kl_downloads.css
	Date:			Aug 25, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main h1#h1Downloads {
		width:598px; height:132px;
		background:url(../../images/h1Downloads.jpg) no-repeat;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	Content Space
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main .mainCol .content {
		width:547px;
		margin:0 0 0 10px; padding:0 0 20px 40px;
	}
		.content h2 {
			font:normal 12px Arial, Helvetica, sans-serif;
			color:#716142;
		}
	/*	wallpaper Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.content .wallpaperHolder {
		margin:17px 0 11px 0;
	}
		.content .wallpaper {
			width:207px;
			margin:0 8px 0 0;
			float:left;
			text-align:center;
		}
			.content .wallpaper a.borderWallpaper:link, .content .wallpaper a.borderWallpaper:active, .content .wallpaper a.borderWallpaper:visited, .content .wallpaper a.borderWallpaper:hover {
				width:207px; height:153px;
				padding:3px 0 0 0;
				background:url(../../images/border_wallpaper.jpg) no-repeat;
				display:block;
			}
			.content .wallpaper a:link, .content .wallpaper a:visited {
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#00bcf3;
				text-decoration:none;
			}
				.content .wallpaper a:active {
					color:#990000;
				}
				.content .wallpaper a:hover {
					color:#005b82;
				}
	/*	buddy icon Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.content .buddyiconHolder {
		margin:16px 0 0 0;
	}
		.content a.borderBuddy:link, .content a.borderBuddy:active, .content a.borderBuddy:visited, .content a.borderBuddy:hover {
			width:52px; height:52px;
			margin:0 11px 0 0; padding:2px 0 0 2px;
			background:url(../../images/border_buddy.jpg) no-repeat;
			display:block;
			float:left;
		}