/*
Global Styles
For styles that need to be available site-wide. Styles used in
individual pages or sets of pages should be in separate CSSs.

*/

div#pageid-content .article blockquote {
    color:black;
    font-family:sans-serif;
    font-size:1em;
    font-weight:normal;
    border:none;
}
#content-block div.article ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
}
div#pageid-content .article div.section h2 {
    height:auto;
}
div#pageid-content .article div.section h2 {
    height:auto;
}
/* logo/caption float to bottom  */
div#pageid-content div#content-block div.article ul.list-unord li .fig-inline{
    float:none;
}
li.copyright-statement {
    clear:both;
}
div#pageid-content div#content-block div.article p {
    clear:left;
}
.toc-cit .cit-auth-list li span.cit-auth {
	white-space:normal;
}
/* to speciall handle 71_3_170 
#content-block div.article .fig {
    padding-bottom:300px;
}
#content-block div.article .fig div.fig-caption{
    padding-bottom:5px;
}
div#pageid-content div#content-block div.article ul.list-unord li div.fig{
     padding-bottom:1em;
}
#content-block div.article div.section .fig {
       padding-bottom: .5em;
}

*/
/* test to change footer bar color to light purple
div#footer div.bar div.footer-group {
    background-color:#CEBBD2;
}
*/
/* END - Styles for article lists (collections pages, etc.) */

