/* Basic Font Settings */
body { 
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif; 
    font-size: 80%;
	color: #666; /* dark gray for text */
}
h1 { font-size: 2.4em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4, h5, h6 { font-size: 1.3em; }
p, ol, ul, dl, blockquote, pre {
    font-size: 1.4em; 
    line-height: 1.6em;
}


/* Header/Footer Element Removal */
#search, 
#secondary h2#logo,
#secondary ul, 
h1 object, 
h1 embed, 
#contentTopper-ant,
#bottom-container,
#teachers-callout,
.section-end { display: none; }

.homepage #secondary ul { display: block; } /* show nav only on the homepage */

/* Logo Styling (Homepage Only) */

h1#logo {
	display: none;
}

/* Headline Styling */

.whichParent a { text-decoration: none; color: #000000 }
div#print-hed { display: block;  text-align: left; }

#contentTopper h1, #contentTopper h2 { margin: 0px; padding: 0px; }
#article-intro { display: none; }

/* Image Styling */

.lightbox, .image { 
	float: right; 
	padding: 5px 0 5px 20px;
}
.lightbox.left, .image.left { 
	float: left; 
	padding: 5px 20px 5px 0;
}

.image-title { font-weight: bold; margin-bottom: 4px;}
.image-enlarge { display: none; }

.did-you-know { 
    position: relative; 
    width: 100%; 
}

dd dt { float: left; margin-right: 10px; }
.did-you-know h5, .did-you-know p {display: inline; }
.did-you-know h5 { padding: 0 3px 0 5px; }
 
#content-skip { display: none; }

img {border:0px;}