﻿#timeline 
{
    display: block;
    margin-top: 2em;
}

#timeline ul 
{
    margin: 0;
    padding: 0;
}

#timeline ul li 
{
    display: block;
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px;
    width: 115px;
}

#timeline ul li.endcap 
{
    width: 100px;
}

#timeline ul li a 
{
    display: block;
    float: left;
    height: 60px;
    width: 115px;
    text-indent: -9999px;
}

#timeline ul li.endcap a 
{
    width: 100px;
}

#timeline ul li #strategic-planning 
{
    background: url(../images/timeline-home.gif) no-repeat 0 0;
}

#timeline ul li #project-planning 
{
    background: url(../images/timeline-home.gif) no-repeat -100px 0;
}

#timeline ul li #design 
{
    background: url(../images/timeline-home.gif) no-repeat -215px 0;
}

#timeline ul li #construction 
{
    background: url(../images/timeline-home.gif) no-repeat -330px 0;
}

#timeline ul li #grand-opening 
{
    background: url(../images/timeline-home.gif) no-repeat -445px 0;
}

/* Bubbles */
#timeline ul li .bubble
{
    display: none;
    position: absolute;
    height: 87px;
    width: 129px;
    top: -110px;
    padding: 15px;
}

#timeline ul li #strategic-planning-bubble 
{
    background: url(../images/grey-bubble.gif) no-repeat;
    left: 0;
    color: #fffbe0;
}

#timeline ul li #project-planning-bubble 
{
    background: url(../images/teal-bubble.gif) no-repeat;
    left: -25px; 
    color: #cae8ef;
}

#timeline ul li #design-bubble 
{
    background: url(../images/orange-bubble.gif) no-repeat;
    left: -20px; 
    color: #ffeae0;
}

#timeline ul li #construction-bubble 
{
    background: url(../images/green-bubble.gif) no-repeat;
    left: -18px; 
    color: #dfe1b2;
}

#timeline ul li #grand-opening-bubble 
{
    background: url(../images/tan-bubble.gif) no-repeat;
    right: -2px;
    color: #6d6b60;
}

#timeline ul li .bubble p 
{
    font-size: .9em;
}

#timeline ul li .bubble .title 
{
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: .5em;
}