/* CSS Stylesheet for Misguided Mommy */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #32527A;
	background: #fff;
	line-height: 1.6923076923076923em;
}

html>body { font-size: 13px; }

p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.6923076923076923em;
	margin-bottom: 1.6923076923076923em;
	color: #32527A;
	background-color: inherit;
}

p.small {
	margin: 0;
	font-size: 0.8461538461538461em;
	line-height: 2em;
	margin-bottom: 2em;
	text-transform: uppercase;
	color: #32527A;
	background-color: inherit;
}

a { 
	color: #000033;
	background-color: inherit;
	text-decoration: none;
}

a:link, a:visited { 
	color: #000033; 
	background-color: inherit; 
	text-decoration: none;
}

a:hover, a:active {
	color: #32527A;
	background-color: inherit;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.6923076923076923em;
	color: #32527A;
	background-color: inherit;
}

h1 { 
	font-size: 1.6153846153846154em;
	line-height: 1.0476190476190477em;
	margin-bottom: 1.0476190476190477em;
	font-weight: bold;
	color: #32527A;
	background-color: inherit;
}

h2 {
	font-size: 1.4615384615384615em;
	line-height: 1.1578947368421053em;
	margin-bottom: 1.1578947368421053em;
	font-style: italic;
	color: #32527A;
	background-color: inherit;
}

strong { font-weight: bold; }

em { font-style: italic; }

s { text-decoration: line-through; }

hr.dashed {
	border-color: #cecece; 
	border-style: dashed; 
	border-width: 1px 0 0; 
	clear: both; 
	margin: 7px 0 7px; 
	height: 0;
}

hr.solid {
	border-color: #32527A; 
	border-style: solid; 
	border-width: 2px 0 0; 
	clear: both; 
	margin: 7px 0 7px; 
	height: 0;
}

fieldset { border-top: 1px solid #32527A; margin: 0 5px 0 5px;}

fieldset ul li { line-height: .25em; }
fieldset ul li label { width: 50px; display: inline-block; padding: 5px; }
	fieldset ul li label:hover { background-color: #ffc; color: #000; }
	fieldset ul li input.textinput {
		width: 180px;
		border: 0;
		border-bottom: 1px solid #aaa; 
		}
		fieldset ul li input.textinput:focus { background-color: #ffc; color: #000; }
	fieldset ul li textarea { border: 1px solid #aaa; }
		fieldset ul li textarea:focus { background-color: #ffc; color: #000; }

.small {
	margin: 0;
	font-size: 0.8461538461538461em;
	line-height: 2em;
	margin-bottom: 2em;
	text-transform: uppercase;
	color: #32527A;
	background-color: inherit;
}

blockquote { margin-left: 15px; margin-top: 5px; }

table tr td td { align: left; }

.sidenote {
	text-indent: -0.7em;
	width: 12em;
	margin-right: 0;
	font-size: 0.08333em;
	line-height: 1.8em;
}

.date-badge { height: 60px; margin: 2px 0px; width: 50px; display: block; text-align: center; }
	.date-month { font-size: .75em; right: 6px; top: 5px; text-transform: uppercase; color: #666; background-color: inherit;}
	.date-day { font-size: 2em; right: 6px; top: 11px; }
	.date-year { font-size: .75em; right: 6px; color: #666; background-color: inherit;}


#doc, #doc2 { background-color: #fff; color: #32527A; }

#nav ul { 
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	background-color: #85a0b9;
	color: #fff;
	float: left;
	width: 100%;
}
	#nav ul li { display: inline; }
	#nav ul li a { 
		padding: 0.5em 1em;
		background-color: #85a0b9;
		color: #fff;
		text-decoration: none;
		float: left;
		border-right: 1px solid #fff;
		}
	#nav ul li a:hover { background-color: #32527A; color: #fff; }
	#nav ul li .active { background-color: #32527A; color: #fff; }
		.active { background-color: #32527A; color: #fff; }

	.yui-u p, .yui-u ol, .yui-u ul, .yui-u h1, .yui-u h2 { margin-left: 10px; margin-right: 10px; }
	
#ft { font-style: italic;  border-top: 1px #cecece solid; margin: 10px 0 10px 0; padding: 7px 0 7px 0 ;}
	#ft p { padding-top: 10px; padding-left: 10px; }
	
/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
/*#flickr_badge_uber_wrapper {text-align:center; width:150px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 10px;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
*/