/* LAST UPDATED 07.14.2010 */

#slider {
			float: left;
            margin: 0px 0px 10px 5px;
			width: 520px;
			height: 285px;
			overflow: hidden;
		}

			#slider ul {
				list-style: none;
				margin: 0;
				padding: 0;
				width: 520px;
				height: 285px;
			}

				#slider li {
					float: left;
					width: 520px;
					height: 285px;
				}


.contentWrap { padding: 0 11px; }

#content {
	padding: 24px 0 0;
	background: #fff url('../Images/bg-contentNew.gif') top left repeat-y;
}

#mainContent {
	float: left;
	width: 548px;
}

	.directories {
		padding: 20px 11px;
		border-top: 7px #eceeee solid;
		font-size: 12px;
	}

		.directories p { padding-bottom: 8px; }

		.businessDir td {
			padding: 10px 10px 0 0;
			text-align: center;
			font-size: 11px;
		}

		.businessDir td a { color: #444; }

		.businessDir td a:hover { color: #ff7a00; }

		.blogDir td { padding: .5em 0; }

		.blogDir td a {
			font-family: "Kursivschrift Stehend", Georgia, serif;
			font-size: 16px;
			color: #ff4e65;
		}

		.blogDir td a:hover { color: #000; }

	.categories {
		margin-bottom: 16px;
		padding: 0 11px 16px;
		border-bottom: 7px #eceeee solid;
		overflow: hidden;
	}

		.categories h3 {
			color: #ff7a00;
			font-size: 13px;
		}

		#content .categories ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#content .categories li {
			float: left;
			padding: 0 6px 6px 0;
		}

		.categories li a {
			display: inline-block;
			height: 14px;
			line-height: 14px;
			padding-right: 7px;
			font-size: 12px;
			color: #000;
			background: url('../Images/categories-divider.gif') right center no-repeat;
			white-space: nowrap;
		}

		.categories li a:hover { color: #ff7a00; }

		.categories li.last a { background: none; }

#sidebar {
	float: right;
	width: 350px;
	color: #444;
	text-align: left;
}

	#sidebar a { color: #ff4e65; }

	#sidebar a:hover { color: #ff7a00; }

	#sidebar .featuredMom, #sidebar .featuredBlogger {
		padding: 25px 3px 0 7px;
		width: 147px;
		font-size: 10px;
	}

	#sidebar .featuredMom img, #sidebar .featuredBlogger img {
		margin-top: 7px;
		max-width: 143px;
	}

	#sidebar .featuredMom {
		margin-right: 10px;
		background: url('../Images/bg-featuredMom.gif') top left no-repeat;
	}

	#sidebar .featuredBlogger { background: url('../Images/bg-featuredBlogger.gif') top left no-repeat; }

	#sidebar .featuredCurve {
		width: 157px;
		height: 12px;
		background: url('../Images/bg-featuredCurve.gif') top left no-repeat;
	}

	#newsletterBox {
		padding: 10px;
		border-top: 7px #eceeee solid;
		border-bottom: 7px #eceeee solid;
	}

		#newsletterBox .textBox {
			margin-right: 5px;
			padding-left: 6px;
			width: 240px;
			font-size: 10px;
			color: #888;
		}

	#sponsorsBox { padding: 20px 0 0 14px; }

		#sponsorsBox td { padding: 15px 10px 0 2px; }
