/* LAST UPDATED 07.06.2010 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.  TABLES
	V.   FORMS
	VI.  HEADINGS
        VII. FORUM
	VIII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #b0e7e2 url('/Images/bg.jpg') top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
}

p { padding: 0 0 14px 0; }

a {
	color: #ff4e65;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #ff7a00; }

/* Image Defaults */

a img { border: 0; }

img.border {
	padding: 4px;
	border: 1px #e1e1e1 solid;
	background: #fff;
}

img.alignRight {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignLeft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Lists */

ol { list-style: lower-roman; }

#content ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

#content li { padding-bottom: 7px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

	#nav li {
		float: left;
		padding: 0 0 0 4px;
	}

	#nav li a {
		display: block;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		padding: 6px 5px 9px 9px;
		border-left: 4px #fff solid;
	}

	#nav li a:hover { text-decoration: none; color: #000000; }

	#nav li#nav-home a { border-left: 0; }

/* LEVEL TWO */

#nav ul ul {
	position: absolute;
	width: 170px;
	left: -999em;
	margin-left: 4px;
	border-bottom: 1px #fff solid;
}

	#nav li li {
		float: left;
		width: 170px;
		padding: 0;
		border-top: 1px #fff solid;
		background: none;
	}

	#nav li li a {
		background: #efa5ae;
		text-align: left;
		padding: 6px;
		width: 158px;
		border-left: 0;
	}

/* LEVEL THREE */

#nav ul ul ul {
	margin: -29px 0 0 170px;
	padding-left: 1px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#nav li:hover, #nav li.hover { position: static; } /* fixes IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap, #footer {
	width: 903px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		padding-top: 14px;
		height: 178px;
	}

	#nav { background: #efa5ae url('/Images/bg-nav.gif') top repeat-x; }

	#content {
		padding: 12px;
		background: #fff url('/Images/bg-content.gif') left repeat-y;
	}

		#mainContent {
			float: right;
			width: 695px;
		}

			img#featuredPhoto {
				float: right;
				margin: -35px 0 10px 10px;
			}

			#mainContent .content {
				float: left;
				width: 480px;
				padding: 15px 0;
			}

			#featured {
				float: right;
				width: 196px;
				font-size: 12px;
				text-align: center;
			}

				.featured {
					text-align: center;
					margin-bottom: 10px;
					padding: 5px;
					background: #f0f1f1;
					border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; /* CSS3 */
					-webkit-border-bottom-left-radius: 14px; -webkit-border-bottom-right-radius: 14px; /* Safari, Webkit-based browsers */
					-moz-border-radius-bottomleft: 14px; -moz-border-radius-bottomright: 14px; /* Firefox, Gecko-based browsers */
					/* Sorry Internet Explorer, you get square corners. */
				}

		#sidebar {
			width: 164px;
			color: #fff;
			text-align: center;
		}

			#sidebar p { padding: 0 0 3px; }

			#sidebar .divider {
				margin-left: 5px;
				padding-bottom: 5px;
				height: 5px;
				background: url('/Images/divider.gif') no-repeat;
			}

			#sidebar .content {
				padding: 20px 4px 0;
				min-height: 500px;
				background: url('/Images/bg-sidebar.jpg') top no-repeat;
			}

			#sidebar ul {
				text-align: left;
				margin-left: 30px;
			}

			a#free {
				text-indent: -4440px;
				display: block;
				width: 156px;
				height: 25px;
				background: url('/Images/free.gif') no-repeat;
			}

			#sidebar a {
				color: #fff;
				text-decoration: none;
			}
                       #sidebar a:hover {
				color: #000000;
				text-decoration: none;
			}
			#newsletter {
				position: relative;
				margin: 14px 0;
				width: 156px;
				height: 113px;
				background: url('/Images/bg-newsletter.jpg') top left no-repeat;
			}

	#footer {
		padding: 10px 0;
		text-align: right;
		color: #444;
	}

		#footer a {
			color: #444;
			text-decoration: none;
		}

               #footer a:hover {
			color: #fff;
			text-decoration: none;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

	.paddTop { padding-top: 10px; }

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

	#newsletter .textBox, #newsletter .captchaBox {
		position: absolute;
		top: 28px;
		left: 27px;
		padding: 2px 3px;
		width: 96px;
		height: 12px;
		background: #4ac5bd;
		border: 0;
		border-bottom: 1px #b0e0dd solid;
		color: #fff; 
		text-align: center;
	}

	#newsletter .captcha {
		position: absolute;
		top: 48px;
		left: 27px;
		width: 102px;
		height: 16px;
	}

	#newsletter .captchaBox {
		top: 68px;
	}

	#newsletter .cat_button {
		position: absolute;
		top: 86px;
		left: 55px;
		border: 0;
		background: none;
		cursor: pointer;
	}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#header h1 {
 		display: inline;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		#header h1 a {
			display: block;
			width: 903px;
			height: 178px;
			background: url('/Images/market-mommies_header.gif') no-repeat;
		}

h2 {
	font-size: 24px;
	color: #6bd0c9;
}

	h2#bizMom {
		text-indent: -4440px;
		width: 156px;
		height: 33px;
		background: url('/Images/h2-biz_mom_directory.gif') no-repeat;
	}

	h2#sponsors {
		text-indent: -4440px;
		width: 156px;
		height: 20px;
		padding-bottom: 0;
		margin-bottom: 3px;
		background: url('/Images/h2-sponsors.jpg') no-repeat;
	}

	h2#linkingMoms {
		text-indent: -4440px;
		width: 331px;
		height: 57px;
		padding-bottom: 0;
		margin-bottom: 14px;
		background: url('/Images/h2-linkingMoms.gif') no-repeat;
	}

	h2#featuredMom {
		text-indent: -4440px;
		width: 196px;
		height: 25px;
		padding-bottom: 0;
		background: url('/Images/h2-featuredMom.gif') no-repeat;
	}

h2#featuredblogger {
		text-indent: -4440px;
		width: 196px;
		height: 25px;
		padding-bottom: 0;
		background: url('/Images/h2-featuredMom2.gif') no-repeat;
	}


h3 {
	font-weight: normal;
	font-size: 18px;
	color: #ff576d;
}

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VII. FORUM
----------------------------------------------------------- */

/* NOTE: div.post-list exists in BLOG as well */

.forum-container h1 {
	font-size: 24px;
}

table.topic-list, div.forum-posts-container div.post-list, div.forum-registration {
	color: #ff4e65;
}

div.forum-posts-container div.post-list a, div.forum-registration a {
	color: #ff7a00;
}

div.forum-registration h2 {
	color: #000;
}

table.forum {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #eee;
	margin: 0;
	width: 100%;	
}

table.forum td {
	font-size: 11px;
	padding: 9px;
	vertical-align: top;
}

table.forum td.topics {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 90px;
}

table.forum td.posts {
	border-right: 1px solid #eee;	
	width: 90px;
}

table.forum td.lastpost {
	border-left: 1px solid #eee;	
	width: 180px;
}

table.forum .icon {
	float: left;
	width: 50px;
}

table.forum .forum {
	margin: 0 0 0 50px;
}

table.forum h3 {
	margin: 0;
}

table.forum h3 a {
	text-decoration: none;
}

ul.cap-top,
ul.cap-bottom {
	font-size: 11px;
	height: 30px;
	margin: 0 0 18px;
	padding: 0;
}

ul.cap-bottom {
	margin: 18px 0 0;
}

ul.cap-top li,
ul.cap-bottom li {
	display: block;	
	line-height: 30px;
	list-style: none;	
}

ul.cap-top li.user,
ul.cap-bottom li.nav-page {
	float: left;
	width: 200px;
}

ul.cap-top li.actions,
ul.cap-bottom li.actions
{
	float: right;
	font-size: 12px;
	text-align: right;
	width: 350px;
}

ul.cap-top li.actions a,
ul.cap-bottom li.actions a{
	float: right;
	margin: 0;
	padding: 0 9px;
}

table.topic-list {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;	
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 100%;
}

table.topic-list th {
	background: #ddd;
	border: 1px solid #ddd;
	color: #000;
	font-size: 10px;
	padding: 6px;
	text-align: left;
}

table.topic-list .name {
	font-weight: bold;
	width: 60%;
}

table.topic-list .name .icon {
	float: left;
	width: 30px;
}

table.topic-list .replies,
table.topic-list .views {
	font-size: 10px;
	text-align: center;
	width: 10%;
}

table.topic-list .date {
	font-size: 10px;
	text-align: right;
	width: 20%;
}

table.topic-list td {
	padding: 0;
}

table.topic-list a {
	color: #ff7a00;
}

table.topic {
	border-collapse:collapse;
	border-spacing:0;	
	border-bottom: 1px solid #eee;;
	margin: 0;
	width: 100%;
}

table.topic td {
	padding: 9px;
}

table.topic td.name,
table.topic td.replies,
table.topic td.views {
	border-right: 1px solid #eee;
	vertical-align: middle;
}

.forum-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}

.forum-registration input.cat_textbox,
.forum-registration textarea.cat_textbox {
	width: 260px;
}

.forum-registration input.cat_button {
	margin: 0 6px 0 0;
}

.forum-posts-container .breadcrumb {
	font-size: 11px;
	padding: 6px;
}

.forum-posts-container h1 {
	font-size: 18px;
	margin: 18px 0;
}

.forum-posts-container h2 {
	background: #eee;
	border: 1px solid #eee;
	color: #888;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 3px 18px;
}

.forum-posts-container table.container {
	border-collapse:collapse;
	border-spacing:0;	
	width: 100%;
}

.forum-posts-container td {
	background: #f9f9f9;	
	border: 1px solid #ddd;
	padding: 18px;
	vertical-align: top;
}

.forum-posts-container td.author {
	font-size: 11px;
	width: 100px;
}

.forum-posts-container h3.name {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.forum-posts-container tr.sub td {
	height: 30px;
	padding: 0 18px;
}

.forum-posts-container td.action a {
	float: right;
	line-height: 30px;
}

/* @end */

/* Web App Pagination */

#webapp6814pagination, #webapp6814pagination ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#webapp6814pagination li {
	float:left;
        padding:3px;
}

li.pag-next {
       padding-left: 5px;
}



/* -----------------------------------------------------------
		VIII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */