/* reset.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
abbr,acronym { border:0;
}

/* styles */

.whole-page {
    text-align: left; 
    font-family: Helvetica, Arial, sans-serif;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.6em;
}

.page-title {
    font-size: 510%;
    color: #666666;
    text-transform: lowercase;
    text-align: right;

    margin-top: 0.4em;
    margin-bottom: 0.1em;
}

.title-dark {
    color: #666666;
}
.title-light {
    color: #cccccc;
}

.table-layout {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border: none;
}

.table-layout td {
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: top;
}

#cell-pictures {
    margin: 0;
    padding: 0;

    padding-right: 1.3em;
    width: 300px;
}

#cell-pictures img {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 1.3em;
}

#cell-pictures img:last-of-type {
    margin-bottom: 0;
}

#cell-content {
    height: auto;
    background-color: #f2e8d3;

    font-size: 100%;
    text-align: justify;
    line-height: 1.75;

    padding: 2.6em;
    padding-bottom: 0em;
}

#cell-content p {
    margin-bottom: 1.2em;
}

#cell-content a {
    font-weight: normal;
    color: #990000;
    text-decoration: none;
}

#cell-content a:hover {
    color: #ff2200;
    text-decoration: underline;
}

#cell-content q {
    color: #333333;
    quotes: "\201E" "\201C" "\201A" "\2018";
}

#cell-content h2 {
    color: #333333;
    font-size: 125%;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

#cell-content acronym {
    border-bottom: 1px #666666 dotted;
    cursor: help;
}

#cell-content table {
    font-size: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

#cell-content table td {
    vertical-align: top;
}

#cell-content em {
    font-weight: bold;
}

#cell-content .linklist {
    margin-top: 16px;
    margin-bottom: 16px;
}

#cell-content .linklist li
{
    margin-top: 8px;
    margin-bottom: 8px;
}

#cell-content ul {
    list-style-type: disc;
    margin-left: 3.2em;
}

#cell-navigation {
    width: 160px;
    background-color: #f2e8d3;

    text-align: right;
    line-height: 1.5;

    padding: 1.3em;
}

#cell-navigation li {
    margin-top: 0.2em;
}

#cell-navigation li a {
    font-weight: normal;
    color: #990000;
    text-decoration: none;
}

#cell-navigation li a:hover {
    color: #ff2200;
    text-decoration: underline;
}

#cell-navigation .subMenu {
    font-size: 80%;
    color: #330000;
}

#cell-navigation .subMenu a {
    color: #330000;
}

#cell-navigation .subSubMenu {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#cell-navigation .subSubMenu a {
    color: #888888;
}

#cell-footer {
    vertical-align: bottom;
    background-color: #f2e8d3;

    font-size: 100%;
    color: #888888;

    padding: 2.6em;
}

.jpTerm {
    font-style: italic;
}

.qsource {
    color: #888888;
}

.copyright {
    margin-top: 2em;
    font-size: 85%;
    color: #888888;
}

.footnotes {
    margin-top: 5em;
    font-size: 80%;
}

.footnotes hr {
    width: 50%;
    height: 1px;
    text-align: left;
    margin-left: 0;
    border: 0;
    color: black;
    background-color: black;
}

.footnotes ol {
    margin-left: 2em;
    list-style-type: decimal;
    list-style-position: outside;
}

.footnotes ol li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

section.poem {
    color: #666;
}

div.videolink {
    display: block;
    margin: 0;
    margin-bottom: 1.3em;
    padding: 0;
    width: 300px;
    height: 180px;
    background-image: url(/images/meeraikidovideo-combined.png);
    background-position: center top;
    background-repeat: no-repeat;
}

div.videolink:hover {
    background-position: center bottom;
}
