/* ======= DEMO LAYOUT ======= */

.container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}


/* ============ TIMELINE ============= */

.timelineContainer {
    border-left: 3px solid #999;
    margin-left: 1em;
    width: auto;
}

div.timelineMajor {
    clear: left;
    margin: 0;
    width: auto;
}

.timelineMajor h2 {
    background: url(./images/timeline_century_tick.gif) left center no-repeat;
    font-family: Palatino, "Times New Roman", Times, serif;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 4px 4px 4px 16px;
}

.timelineMajor h2 span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
    color: #00c48f;
    /*letter-spacing:.1em;*/
    padding: 3px 5px 1px;
}

.timelineMajor h2 .arrow {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 0px 3px 3px 0;
    border-color: #AAAAAA;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -4px;
    left: -4px;
}

.timelineMajor h2 .arrow.aup {
    border-width: 3px 0 0 3px;
    top: 0;
}

.timelineMajor h2 .arrow.adown {
    border-width: 0 3px 3px 0;
    top: -4px;
}

.timelineMajor img {
    width: 1em;
    height: 1em;
    position: relative;
    left: -.58em;
    top: 2em;
}


.timelineMajor span p {
    font-size: small;
    color: black;
    position: relative;

    right: -16em;
    top: -2.5em;
}


dl.timelineMinor {
    clear: left;
    margin: 0 12px 0 0;
    padding: 4px 4px 4px 0;
    position: relative;
    width: auto;
}

.timelineMinor dt {
    background: url(./images/timeline_decade_tick.gif) left center no-repeat;
    clear: left;
    font-size: 1em;
    list-style-type: none;
    line-height: 1em;
    margin: 0 0 12px;
    padding: 0 0 0 12px;
}

.timelineMinor dt a {
    cursor: pointer;
    color: #3a7afe;
    line-height: 1.2em;
}

.timelineMinor dd {
    padding-left: 12px;
    width: 100%;
}

.timelineMinor dd h3 {
    clear: both;
    font-size: 0.9em;
    margin: 0;
    white-space: nowrap;
}

.timelineEvent p {
    clear: left;
    font-size: 0.8em;
    line-height: 1em;
    margin: 6px 0 10px;
}