/*  
Theme Name: nurseryfabric
Theme URL:http://www.nurseryfabric.org/
*/

/*Global reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	main: '';
	main: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
 	font: 62.5%/1.4 Arial, sans-serif;
	background: #fff;
	text-align: center;
}

.nfwrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
}

.nfheader {
	width: 960px;
	height: 176px;
	background: #ED82AA url(images/nfheaderbg.jpg) no-repeat;
}


.nfmain {
	width: 720px;
	padding: 10px;
	float: left;
}

.nfmain h2 {
	color: #7B021A;
	font-size: 1.98em;
	padding-right: 2.4em;
	text-align: right;
}
.nfpost {
	font-size: 1.4em;
	margin-bottom: 30px;
	
}
.nfpost h1,.nfpost h2 {
	color: #7B021A;
	font-size: 2.18em;
	padding-left: 1.1em;
	padding-bottom: 0.45em;
	margin-bottom:0.5em;
	text-align: left;
	letter-spacing: -1px;
	border-bottom: 1px dotted #9D0321;
}
.nfpost h2 a {
	color: #7B021A;
	text-decoration: none;
}

.nfpost a{
	color: blue;
	text-decoration: underline;
}

.nfpost p, .nfpost ul,.nfpost ol,.nfpost h4 {
	margin: 1.21em 1em 0 1.1em;
	line-height: 1.5em;
}	

.nfpost ul {
	list-style: disc inside;
}
.nfpost ul li {
	margin: 0.8em;
}
.nfmeta {
	text-align: left;
	padding-left: 2.2em;
	font-size: 0.91em;
	margin-bottom: 0.46em;
}

.nfpstae {
margin: 0 0 6px -10px;
}


.nfsidebar {
	width: 220px;
	padding: 10px 0;
	float:left;
}



.nfsidebar ul ul {
	margin: 0;
	padding-bottom: 18px;
}

.nfsidebar ul li {
	margin: 0;
	padding-top:9px;
	margin-top: 11px;
}

.nfsidebar h2 {
	background: url(images/nfsidebarbg.jpg)   no-repeat;
	height: 32px;
	color: #fff;
	font-size: 2.02em;
	padding: 3px 0 0 24px;
}

.nfsidebar ul ul li {
	margin: 0;
	font-size: 1.78em;
	font-weight: bold;
	color: #7B021A;
	padding: 5px 10px 5px 20px;
}

.nfsidebar ul ul li a{
	color: #7B021A;
	text-decoration: none;
}
.nfsidebar ul ul li a:hover{
	text-decoration: underline;
}


.nffooter {
	padding: 1em;
	text-align: center;
	font-size: 1.3em;
	color: #7B021A;
	border-top: 1px dashed #9D0321;
	
}

.nffooter a {
	
	color: #7B021A;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

