
/* Main and sidebar */
div.list-row
{
    clear: both;
}
div.inner
{
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
}
div.inner h2 a, div.inner p a
{
    font-size: 1em;
    text-decoration: none;
}
div.inner h2 a
{
    color: #0069bf;
    line-height: 1em;
}
div.inner p a
{
    color: #000000;
    
}
div.limited-width-paragraphs
{
    width: 450px;
}

div#main-content h1
{
    font-size: 2.25em;
}
div#main-content h2
{
    font-size: 2em;
}
div#main-content h3
{
    font-size: 1.75em;
}
div#main-content h4
{
    font-size: 1.5em;
}
div#main-content h5
{
    font-size: 1.3em;
}
div#main-content h6
{
    font-size: 1.15em;
}
div#main-content h2 a,
div#main-content h3 a,
div#main-content h4 a,
div#main-content h5 a,
div#main-content h6 a,
div#main-content p a
{
    font-size: 1em;
    text-decoration: none;
}
div#main-content p a,
div#sidebar-item-paragraphs a
{
    color: #75550b;
}
div#main-content h2,
div#main-content h3,
div#main-content h4,
div#main-content h5,
div#main-content h6
{
    color: #000000;
    margin-bottom: 5px;
}
div#main-content h2 a,
div#main-content h3 a,
div#main-content h4 a,
div#main-content h5 a,
div#main-content h6 a
{
    color: #0069bf;
}
div#main-content h2 a:visited,
div#main-content h3 a:visited,
div#main-content h4 a:visited,
div#main-content h5 a:visited,
div#main-content h6 a:visited
{
    color: #0069bf;
}
/* EO Main and Sidebar */

/* Main Narrow */
div#main-content
{
    padding-bottom: 45px;
}

div#main-content a.img-container
{
    width: 440px;
    height: 293px;
}
/* EO Main Narrow */

/* Main Wide */
div#main-content.wide
{
    padding-bottom: 0;
    margin-bottom: 0;
}
div#main-content.wide a.img-container
{
    width: 720px;
    height: 440px;
}
/* EO Main Wide */


/* Sidebar */
.sidebar-item .inner
{
    width: 86%;
    padding-right: 0;
}
div#sidebar-item-paragraphs
{
    color: #000000;
    padding: 0.25em 0 0.25em 0;
    margin: 0 0 0 0;
}
div.sidebar-item.btm h2.title-more
{
    background-image: none;
    color: #0069bf;
}
div.sidebar-top
{
    background-image: url(/kids/graphics/sidebar-top.png);
}
div.sidebar-item.btm
{
    background-image: url(/kids/graphics/sidebar-rpt.png);
}
/* EO Sidebar */

/* Unordered lists */
div#main-content ul, div#sidebar-item-paragraphs ul
{
    list-style: square outside url('/kids/graphics/link_arrow.gif');
    margin-left: 2em;
}
div#main-content ul
{
    padding-top: 0;
    padding-bottom: 1em;
}
div#sidebar-item-paragraphs ul
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
div#main-content ul li, div#sidebar-item-paragraphs ul li
{
    font-size: 1.6em;
    padding-top: 0.33em;
}
div#main-content ul li a, div#sidebar-item-paragraphs ul li a
{
    text-transform: none;
    font-size: 1em;
    color: #75550b;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline;
}
div#main-content ul li a
{
    line-height: 0.7em;
}
div#sidebar-item-paragraphs ul li a
{
    line-height: 1.2em;
}
/* EO Unordered Lists */

/* Lightbox - jw*/
#lightbox{	
    position: absolute;	
    left: 0; 
    width: 100%; 
    z-index: 201000; 
    text-align: center; 
    line-height: 0;
}

#lightbox img{ 
    width: auto; 
    height: auto;
}
#lightbox a img{ 
    border: none; 
}

#outerImageContainer{ 
    position: relative; 
    background-color: #fff; 
    width: 250px; height: 250px; 
    margin: 0 auto; 
}
#imageContainer{ 
    padding: 10px; 
}

#loading{ 
    position: absolute; 
    top: 40%; 
    left: 0%; 
    height: 25%; 
    width: 100%; 
    text-align: center; 
    line-height: 0; 
}

#hoverNav{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width: 100%; 
    z-index: 10; 
}

#imageContainer>#hoverNav{ 
    left: 0;
}
#hoverNav a{ 
    outline: none;
}

#prevLink, #nextLink{ 
    width: 49%; 
    height: 100%; 
    background-image: url(data:image/gif;base64,AAAA); 
    /* Trick IE into showing hover */ 
    display: block; 
}

#prevLink { 
    left: 0; 
    float: left;
}

#nextLink { 
    right: 0; 
    float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
    background: url(/graphics/lightbox/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
    background: url(/graphics/lightbox/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ 
    font: 10px Verdana, Helvetica, sans-serif; 
    background-color: #fff; 
    margin: 0 auto; 
    line-height: 1.4em; 
    overflow: auto; 
    width: 100%	; 
}

#imageData{	
    padding:0 10px; 
    color: #666; 
}

#imageData #imageDetails{ 
    width: 70%; 
    float: left; 
    text-align: left; 
}
	
#imageData #caption{ 
    font-weight: bold;	
}

#imageData #numberDisplay{ 
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose{ 
    width: 66px; 
    float: right;  
    padding-bottom: 0.7em; 
    outline: none;
}	 	

#overlay{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 20000; 
    width: 100%; 
    height: 500px; 
    background-color: #000; 
}

table {
 font-size: 1.6em;
 
}

td { vertical-align: top;

 }

