/* reset */

html {
    margin:0;
    padding:0;
    border:0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

html, body {
    height: 100%;
}

img {
    line-height: 0;
    display: block;
}

.group:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#container {
    position: relative;
    width: 100%;
    max-width: 980px;
    height: 100%;
    margin: auto;
}

#center {
    position: absolute;
    left: 0;
    right:0;
}

#header {
    padding: 0 0 20px 0;
}

#title {
    font-size: 32px;
    color: #c1272d; 
    display: inline-block;
    cursor: pointer;
}
   
#subtitle {
    font-size: 16px; 
    color: #666;
    display:inline-block;
    margin-left: 20px;
    margin-top: 20px;
}

.buttonTitle {
    color: gray;
    font-size: 14px;
    text-align: center;
    width: 102px;
}

#navHolder {
    padding: 0 0 0 7px;
    width: 761px;
    height: 130px; 
    margin: auto;
}

#seeAllBtn {
    padding: 26px 0 4px 0;
}

#resetBtn {
    display:inline-block;
    color: gray;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    text-decoration: underline;
    text-align: center;
    width: 58px;
}
.timelineBtn {
    padding: 0 38px 0 0;
    float: left;
}

.timelineBtnImg {
    cursor: pointer;
}



#sliderHolder {
    position: absolute;
    width:100%;     
    bottom:0;
    overflow:hidden;
    z-index:1000;
}
   
#timelineBack {
    position: absolute;
    height: 100%;
}

.yearMarker {
    height: 126px;
    width: 148px;
    border-left: 2px #fffeff solid;
    float:left;
}

.yearText {
    position: relative;
    color: gray; 
    font-size: 14px; 
    margin: 0 6px;
}

#timelineHolder {
    position: relative;
    height: 164px;
    margin: 0 3%;
    overflow: hidden;
}

#timelineContent {
    position: absolute;
    top: 20px;
    left:0;
}

.timeline {
    position: relative;
    width: 100%;
    height:20px;
    background: #ccc;   
}

.timeline p {
    padding: 3px 3px 3px 3px;
    font-size:12px;
}

.timelineEven {
    color: white;
}

.timelineOdd {
    color: black;
}

.eventInfo {
    position: absolute;
    color:#000000;
    margin: 40px 0 20px 0;  
}

.eventAbove {
    bottom:0;
}

.eventBelow {
    top:0;
}

.eventConnector {
    position: absolute;
    height:20px;
    width:3px;
    margin-left:7px;
    margin-top:20px;   
}

.eventMarker {
    position: absolute;
    top:0;
    width: 12px;
    height: 12px;
    border: 1px solid white;
    margin: 3px 5px;
    background: white;
    cursor: pointer;
}

.markerSelected {
    border: 2px yellow solid;
    margin: 2px 4px;  
}

#panel {
    height: 100%;
    width: 12%;
    position: absolute;
    z-index: 1000;
}

#labelPanel {
    border-left: 1px dotted gray;
    height: 100%;
    width: 12%;
    position: absolute;
    left:12%;
    z-index: 1000;
    box-shadow: 10px 3px 10px #888;
    -moz-box-shadow: 10px 3px 10px #888;
    -webkit-box-shadow: 10px 3px 10px #888;
    filter: "progid:DXImageTransform.Microsoft.Shadow(color='#888', Direction=145, Strength=3)";   
}
   
#logoHolder {
    display:inline-block;
    position: relative;
    left:50%;   
}

#logo {
    height:50%;
    writing-mode:tb-rl;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
    display: inline-block;
    position: relative;
    margin-top: 50%;   
    left:-50%;
    white-space:nowrap;
}
   
#logoRed {
    font-size: 36px;
    color: #9C4537; 
}
   
#logoBlue {
    color: #386FA1;
    font-size: 36px;
}

#decadesCTA {
    position: absolute;
    top:206px;
    color: gray;
    padding: 5px 0; 
    width:100%;
    font-size: 11px;
    text-align:center;  
}
   
#decades {
    position: absolute;
    display:inline-block;
    top: 226px;
    left: 50%;  
}

.decadeBtn {
    position: relative;
    float: left;
    clear:both;
    left: -50%;
    padding:1px 3px;
    cursor: pointer;
    color: gray;
    font-size: 16px;  
    border-radius: 4px; 
}

.decadeBtnSelected {
    color: white;
}
   
.decadeBtnOver {
    color: white;
}
   


#slider {
    margin:10px; 
}

.lightBox {
    position:absolute;
    top:-100%;
    width:100%;
    height:100%;
    z-index:1001;
}

.lightGround {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000000;
    opacity:.5;
    filter:Alpha(opacity=50); 
    cursor: pointer;
}

.lightHolder {
    position:absolute;
    top:50%;
    left:50%;
}

.lightContent {
    position:relative;
    margin-top:-50%;
    left:-50%;
}

.lightBoxInstruction {
    color: white;
    width: 352px;
    text-align: center;
    margin: auto;
    padding:10px;   
}

.helpBoxText {
    border-radius: 6px;
    text-align: center;
    padding: 15px;
    width: 322px;
    color: gray;
    background: white;
}

#imgContent {
    display:inline-block;
    position: relative;
    left:105px;
}
    
#imgContent img {
    position: relative;
    left:-50%;
    padding: 0;
    margin: 15px 0 0 0;
}

#eventImg {
}

#textContent {
    width: 195px;
    height: 100%;
    margin-right: 15px;
    float: left;
}

#textContent p {
    margin: 15px 15px 0 0;
    color: #666;
    font-size: 14px;
}

#slideshowHolder {
    width: 100%;
    height: 220px;
    margin: 10px 0 0 0;
    background: white; 
    display: none;
}

#slideshow {
    width: 420px;
    margin: auto;
    height: 100%;
}


#slideshowNavLeftArrow {
    float: left;
    cursor: pointer;
    color: #666;
    font-size:22px;
    margin-left: 15px;

}

#slideshowNavLeftText {
     float: left;
     cursor: pointer;
     color: #666;
     font-size:12px;
     margin-left: 5px;
         padding-top: 5px;
         
}


    
#slideshowNavRightArrow {
     float: right;
     cursor: pointer;
     color: #666;
     font-size:22px;
     margin-right: 15px;
}

#slideshowNavRightText {
     float: right;
     cursor: pointer;
     color: #666;
     font-size:12px;
     margin-right: 5px;
     padding-top: 5px;
         
}

#slideshowMenu {
    width: 100%;
    border-bottom: 2px dotted #666;
    position: relative;
}

#slideshowMenu p {
    font-size:22px;
    color: #666;
}

#slideshowMarkerMenu {
    position: absolute;
    height:100%;
    right: 0;
    top:0;
}

#splash {
    width: 688px;
    margin: auto;
    margin-top: 15px;
}

#splashHeader {
    color: #c1272d;   
}

#splashTextContent {
    float:right;
    width: 210px;
    font-size: 12px;
    color:  #666;   
}

#splashTextContent p {
 padding-top: 6px;   
}

#splashImgContent {
    position: absolute;
    
}

.publicationTitle {
    font-style:italic; 
}

/*.curlyQuotes:before {
    content: open-quote;
}

.curlyQuotes:after {
    content: close-quote;
}*/


#sizer {
    position: absolute;
    width: 768px;
    height: 600px;  
    background: pink;
    opacity: .25;
}
