/* ARTICLE PAGE CLASSES */


#content {
min-height: 20em;
height: auto !important;
height: 20em;
/*margin: 0.6em 0;
line-height: 1.4em;*/
}




/* 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 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.7em;
line-height: 1.6em;
margin: 0.5em 0;
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;
}

/* COMMENTARY (header is h2) */
.commentary {
  border: 1px solid black;
  background: #FFFBE8;
  padding: 5px;
}



