/*#header-wrapper {
    width: 760px;
}*/
h1.franklin {
    font-size: 4.5em;
}
#project {
    visibility: hidden;
}
#summary-info {
    height: 175px;
}
#summary-info > img {
    border-right: 2px solid #999;
}
#summary-info p.franklin {
    margin-bottom: 5px;
}
#sliders-container {
    width: 485px;
}
.slider-btn {
    cursor: pointer;
    width: 149px;
    transition-timing-function: ease-in-out-quad;
    transition: padding .3s;
    -moz-transition: padding .3s; /* Firefox 4 */
    -webkit-transition: padding .3s; /* Safari and Chrome */
    -o-transition: padding .3s; /* Opera */
}
.slider-btn img {
    width: 100%;
}
.slider-btn:hover {
    padding-top: 4px;
}
.slider-btn:hover p {
    color: #057EC2;
}
#inset-container {
    width: 70px;
}
#inset {
    background: url('../img/14thSt-inset.jpg?v38') 3px 0 no-repeat;
    height: 447px;
    overflow-y: hidden;
}
#inset-overlay {
    position: relative;
    width: 95%;
    height: 100px;
    background-color: #3178b5;
    opacity: 0.2;
    filter:alpha(opacity=20);
    cursor: pointer;
}
#map-container {
    background-color: #eee;
    width: 482px;
    height: 3281px;
    position: relative;
}

#map-base {
    width: 100%;
    height: 100%;
    background: url('../img/basemap-tall.png?v2') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

#svg-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#inset,
#panel {
    width: 100%;
}
#panel-container {
    width: 420px;
    height: 400px;
}
#panel h2.franklin {
    font-family: "FranklinITCStdLight","Helvetica","Arial",sans-serif;
}
#summary-info p.franklin,
#panel p.franklin {
    font-size: 15px;
}
.status-label {
    margin-left: 4px;
    padding: 2px 6px;
}
.status-label.open {
    background-color: #E7BAAE;
}

.status-label.soon {
    background-color: #fdeaaa;
}

.status-label.proposed {
    background-color: #fff;
    border: 1px dotted #999;
}

#biz-key {
    width: 100%;
}

#biz-key .key-row {
    float: left;
    font-size: 13px;
    margin: 0 15px 20px 0;
}

#biz-key .key-swatch {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    margin: -2px 7px 0 0;
    border: 2px solid #fff;
}

#biz-key .key-swatch.open {
    background-color: #d68f7c;
}

#biz-key .key-swatch.soon {
    background-color: #fdeaaa;
}

#biz-key .key-swatch.proposed {
    background-color: #fff;
    border: 2px dotted #999;
}

#biz-key .key-swatch .key-label {
    float: left;
}

p.biz-type {
    color: #057EC2;
    font-size: 1.1em;
}
#biz-count {
    line-height: 38px;
}
#biz-count {
    color: #999;
    margin: 0px;
}
.slider {
    width: 400px;
}

#nav a {
    color: #057EC2;
    display: block;
    height: 12px;
    text-decoration: none;
    z-index: 1;
}
#nav a#next {
    margin-left: -1px;
}
#nav p.franklin {
    font-size: 1.4em;
    line-height: 0.5em;
}
#nav .arrow {
    width: 9px;
    height: 100%;
}
.arrow-right {
    background: url('http://www.washingtonpost.com/wp-srv/special/national/boston-marathon-explosions-map/images/arrow.png') 0px 0px no-repeat;
}
.arrow-left {
    background: url('http://www.washingtonpost.com/wp-srv/special/national/boston-marathon-explosions-map/images/arrow-prev.png') 0px 0px no-repeat;
}
#nav a:hover {
    color: #222;
    border-color: #ccc;
    z-index: 2;
}
#nav a:hover .arrow {
    background-position: 0px -12px;
}