* {
	margin: 0;
	padding: 0;
}

body {
	background: #738c32;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
	color: #cc6600;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #cc6600;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
	color: #005300;
}

/* Wrapper */

#wrapper {
	width: 800px;
	margin: 5px auto;
	border: 7px solid #FFF;
	background-color: #D8ECB8;
}

/* Header */

#header {
	height: 250px;
	position: relative;
	background: #CDE691 url(../images/header.jpg) no-repeat;
	margin: 0px auto;
	font-family: "Trebuchet MS", Helvetica;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	margin-top: 0x;
	left: 325px;  
	font-size: 2em;
	letter-spacing: -2px;
	color: #cc6600;
}

#header h1 span {
	font-size: 1.3em;
}

#header h2 {
	position: absolute;
	top: 40px;
	left: 375px;  
	font-size: 1em;
	font-family: Georgia;
	color: #669900;
}

#header a {
	text-decoration: none;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Menu */

#menu
{
	width: 800px;
	position: absolute;
	margin: -250px 0;
	font-family: "Trebuchet MS", Helvetica;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1.2em;
}

#menu li a.active
{
	border-bottom: 4px solid #FFFFFF;
}

#menu li a:hover
{
	border-bottom: 4px solid #FFFFFF;
}

/* Content */

#content {
	border-top: 5px solid #8CC405;
	margin: 0px auto;
	width: 800px;
}

#admin #content {
	font-size: .8em;
}


/* Blog */

#main {
	background: #FFF;
	float: right;
	width: 601px !important;
	width: 591px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 15px 10px 15px;
	font-family: Arial;
	line-height: 1.8em;
	text-align: justify;
}

#main h2 {
	text-align: right;
}

#main h4 {
	padding-top: 2em;
	padding-bottom: 1em;
}

#main span.large {
	font-size: 1.3em;
}

#main .title {
	height: 50px;
	border-top: 1px solid #8CC405;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding: 5px;
	background: #FFF url(../images/cbg.gif) repeat-x;
}

#main p.quote {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-top: 2em;
}

#main p.question, p.term  {
	font-weight: bold;
	margin-bottom: 0;
	font-style: italic;
}

#main p.link {
	margin-bottom: 0;
}

#main p.return {
	text-align: center;
	padding-bottom: 2em;
	padding-top: 1em;
}

#main label {
	float: left;
	width: 150px;
	padding-right: 1em;
	text-align: right;
}

#main form p {
	margin-top: 1em;
	margin-bottom: 0;
}

/* Sidebar */

#sidebar {
	background: #D8ECB8;
	float: left;
	width: 149px;
	padding: 20px 10px 0px 10px;
	font-family: "Trebuchet MS", Helvetica;
	color: #cc6600;
}

#sidebar span.large {
	font-size: 1.3em;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 0px;
}

#sidebar li li {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
	padding-left: 0px;
	font-size: 15px;
}

#sidebar a:hover, #families a.families, #faq a.faq, #nannies a.nannies, #story a.story, #links a.links, #contact a.contact {
	text-decoration: none;
	color: #005300;
}

#sidebar form {
	padding-top: 1em;
}

#sidebar form {
	text-align: center;
}

#sidebar fieldset {
	padding: 5px;
}

#sidebar input {
	margin-bottom: .5em;
}

#sidebar form a {
	font-size: 11px;
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	background: #CDE691 url(../images/cbg.gif) repeat-x;
	border-top: 1px solid #8CC405;
	border-bottom: 5px solid #8CC405;
}

#footer p {
	margin: 0;
	padding: 3px 0;
	text-align: center;
	font-size: x-small;
}

#footer a {
	text-decoration: none;
}