@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - LABELLE BLOG CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		labelle_blog.css
	Date:			October 13, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol h1 {
		width:652px; height:78px;
		background:url(../../images/h1_blog.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	.mainCol .entry {
		margin:0 0 0 108px;
		width:445px;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
		color:#525151;
	}
		.mainCol .entry img {
			margin:5px 0 0 0;
		}
		.mainCol .entry h2 {
			margin:15px 0 20px 0;
			font:bold 22px Arial, Helvetica, sans-serif;
			line-height:25px;
			color:#ffccf9;
		}
			.mainCol .entry h2.comingSoon {
				margin:0; padding:0;
				width:216px; height:29px;
				background:url(../../images/h2_comingSoon.png) no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
			.mainCol .entry h2 a:link, .mainCol .entry h2 a:active, .mainCol .entry h2 a:visited {
				color:#ffccf9;
				text-decoration:none;
			}
				.mainCol .entry h2 a:hover {
					color:#fd8f01;
				}
		.mainCol .entry p {
			font:normal 13px Verdana, Arial, Helvetica, sans-serif;
			color:#d0d1d1;
			margin:0 0 10px 0;
		}
			.mainCol .entry p a:link, .mainCol .entry p a:active, .mainCol .entry p a:visited {
				color:#fbb2ac;
				text-decoration:underline;
			}
				.mainCol .entry p a:hover {
					color:#fd8f01;
				}
		.mainCol .entry .hr {
			margin:25px 0 30px 61px;
			width:301px; height:9px;
			background:url(../../images/hr_news.jpg) no-repeat;
		}
			.mainCol .entry .hr hr {
				display:none;
			}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	altCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.altCol .mailingList .bottom {
		padding:0 0 83px 0;
		background:url(../../images/bg_altColBottom.jpg) 0 bottom no-repeat;
	}
	.altCol .mailingList h1 {
		width:308px; height:65px;
		background:url(../../images/h1_altAlbums.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);		
	}
	.altCol .mailingList .entry {
			width:278px; height:84px;
			padding:30px 15px 0 15px;
			background:url(../../images/bg_altColEntry.jpg) no-repeat;
		font:normal 14px Verdana, Arial, Helvetica, sans-serif;
		color:#d0d1d1;
	}
		.altCol .mailingList .entry strong {
			font-weight:bold;
			color:#ff9ebd;
		}
		.altCol .banner300 {
			margin:0 0 0 4px;
		}