#content .franklin strong {
    font-weight: normal;
}
#preloader {
    background-position: 48% 100px;
    position: absolute;
    z-index: 1;
}
ul.list {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}
ul.list li {
    margin-bottom: 4px;
}
.map {
    position: relative;
}
.map .note {
    color: #999;
    position: absolute;
    width: 180px;
    bottom: 5px;
    right:0;
    text-align: right;
    font-size: 12px;
    -khtml-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    -moz-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    -webkit-text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.8), -1px -1px 0 rgba(255,255,255,0.8), 1px -1px 0 rgba(255,255,255,0.8), -1px 1px 0 rgba(255,255,255,0.8);
    filter: glow(color=white,strength=1);
    background: rgba(255,255,255,0.7);
}
.map .label {
    font-size: 11px;
    position: absolute;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.map .label.country {
    text-transform: uppercase;
    font-family:"FranklinITCProBold","Arial",sans-serif;
}
.map .label.state {
    font-style: italic;
}
.map .label.continent {
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.5em;
    font-family:"FranklinITCProBold","Arial",sans-serif;
}
.map .pointer {
    display: block;
    position: absolute;
    background: black;
    width:1px;
    height: 27px;
}
#word-header {
    position: relative;
    z-index: 10;
}
#word-header ul {
    position: absolute;
    top:-7px;
    left:0;
    width: 992px;
    height: 20px;
    overflow: hidden;
    z-index: 10;
}
#word-header li {
    float: left;
    text-align: center;
    font-size: 13px;
    font-family:"FranklinITCProBold","Arial",sans-serif;
    width: 11.7%;
    line-height: 18px;
}
#word-header li.label {
    text-align: right;
    font-size: 15px;
    width: 130px;
}
#word-header li.wide {
    width: 14.5%;
}
#word-header li span {
    display: inline-block;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#word-container {
    margin-bottom: 10px;
    min-height: 500px;
}
#word-container.fallback {
    min-height: 460px;
}
.word-row {
    margin-top: 15px;
}
.fallback .word-row {
    margin-top: 10px;
}
.word-row .left-side {
    float: left;
    width: 120px;
    margin-right: 15px;
}
.word-row .word {
    text-align: right;
    font-family: "FranklinITCProThin", "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    font-size: 34px;
    line-height: 48px;
    margin-top: 21px;
}
.play-btn {
    float: right;
    background: #666;
    padding: 3px 5px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.fallback .play-btn {
    display: none;
}
.play-btn.playing {
    background: #666;
}
.play-btn:hover {
    background: #333;
    color: white;
}
.play-btn .icon-pause,
.play-btn .icon-play {
    font-size: 9px;
}
.play-btn .icon-pause {
    display: none;
}
.play-btn.playing .icon-pause {
    display: inline-block;
}
.play-btn.playing .icon-play {
    display: none;
}
.waveform {
    display: none;
    float: left;
    overflow: hidden;
    position: relative;
    width: 830px;
    height: 90px;
}
.waveform:hover {
    background: #f8f8f8;
}
.waveform .cursor {
    position: absolute;
    height: 90px;
    left:0;
    top:0;
    background: #ccc;
    width: 1px;
    display: none;
}
.waveform canvas {
    position: relative;
}
.audioplayers {
    display: none;
    float: left;
    overflow: hidden;
    position: relative;
    width: 850px;
    height: 90px;
    background-repeat: no-repeat;
}
.audioplayers .audio {
    float: left;
    padding-top: 32px;
    text-align: center;
    width: 14.2%;
}
.audioplayers .audio div {
    width: 115px;
    margin: 0 auto;
    text-align: center;
}

/*
.waveform:hover {
    background: #efefef;
}
*/