/* CSS Document */

/* remove search form */
#header #search {display:none;}

/* control spacing around into text */
#content.home p:first-child {padding:20px 10px 0; min-height:151px;}

/* remove nav ul, include background image */
#nav {background: #ffffff url(/wp-content/themes/fertility/images/newborn.jpg) 20px 200px no-repeat; height:500px;}
#nav ul {display:none;}

/* photo and area beside intro text */
#content #started {margin:0; padding:0; border:none;}

/* height of content area */
#content {min-height:300px;}

/* middle news story */
#middle {background-color:#effddc; padding:0 5px;}

/* tag line after columns of content */
#tag {margin-left:225px;}
#tag p {color:#003698; font-size:80%;}

