/* ARTICLE PAGE CLASSES */


#content {
	min-height: 20em;
	height: auto !important;
	height: 20em;
}

#content a:hover { text-decoration:none; }

#content h2 {
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, tahoma, "sans serif";
	margin: 1.5em 0 -0.75em;
}
#content h2.composite {
	border-top:1px solid #dad0c4;
	font-size:1.2em;
	margin-bottom:0.8em;
	margin-top:1.5em;
	padding-top:0.4em;
}
#content h3 { margin: 1.5em 0 -0.9em; }
#content h4 { font: Arial, tahoma, "sans serif"; font-weight: bold; font-size: 1em; margin:1.5em 0 -1.25em; }

#content h2 a, #content h3 a { text-decoration: none; }


/* show more/less related content */

#showMore {
        display:none;
}

/* whatisthis popups */

#sourceInfoSub, #moLookItUpSub, #moLookItUpbottomSub {
        visibility: hidden;
}

.whatisthisContent {
position: absolute;
border-width: 1px;
border-style: solid;
padding: 5px;
width: 200px;
font-size: 0.7em;
line-height: 1em;
}




/* ARTICLE STYLES */

.contributor {
text-align: right;
}




/* Search Hit Highlight */

.hit , #content a.hit {
text-decoration: none;
}

/* to prevent blue anchor links in non-hits... */

.miss , #content a.miss { 
 color: #000; 
 text-decoration: none; 
}

/* to prevent blue anchor links in headings... 

#content h2 a, #content h2 a:hover, #content h3 a, #content h3 a:hover { color: #000; text-decoration: none; }*/



/* article inline image and caption styles */

#content .articleimage {
clear: right;
float: right;
margin: 0.6em 0 1.5em 1.5em;
border-width: 1px;
border-style: solid;
padding: 5px;
}

#content .articleimage img {
display: block;
}

#content .articleimage .caption {
padding: 0.5em;
}

#content .caption p, #content .caption h2, #content .caption h3, #content .caption ul {
	font-size: 0.92em;
	line-height: 1.4em;
	margin:0.5em 0.2em;
	padding: 0;
}


#content .caption .larger {
font-weight: bold;
/*background: url(../images/ico-larger.gif) no-repeat left center;*/
padding-left: 16px;
}


/* SIDEBARS */

#content .sidebar {
border-width: 1px;
border-style: solid;
display: block;
padding: 0 1.5em;
}

.tablecallout {
/*background: url(../images/ico-table.gif) no-repeat left center;*/
padding-left: 1.5em;
}

.grove {
/*background: url(../images/ico-music.gif) no-repeat left center;*/
padding-left: 1.5em;
}

.callout p {
margin-left: 1.5em;
}

#content .sidebar h3 {
margin: 1.4em 0 1.4em;
}

/* BIBLIOGRAPHY */

#content .bibliography ul {
margin-left: 0;
margin-right: 0;
padding: 0;
}

#content .bibliography ul li {
list-style-type: none;
text-indent: -1.5em;
margin: 0.75em 0 0.75em 1.5em;
}

#content .bibliography li img {
vertical-align: middle;
}

/* Small Caps */
.sc {
	text-transform: uppercase;
}


