.hed {
    text-align: center;
    padding:15px 0 20px;
}

.lt-gray {
    color: #aaa;
}

.hed p.body {
    line-height: 20px;
}

p.kicker {
    font-family: Georgia;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color:#888;
}

h1.postoni {
    font-family:PostoniTitling;
    text-align:center;
    font-size:48px;
    line-height: 54px;
    color: #333;
    font-weight: normal;
    margin-bottom: 0px;
}

#container {
    min-height: 450px;
    position: relative;
}

#preloader {
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    position: absolute;
    width:1012px;
    height:450px;
    margin-left:-10px;
    background: white url(http://www.washingtonpost.com/wp-srv/graphics/images/loading-90x40.gif) no-repeat center 50px;
}

#contentWrap {
    display: none;
}

/* fixed header styles */
.wp-graphics-fixed-wrapper {
    z-index: 1000;
    position:relative;
}

/* likely needs height set in your project styles */
.wp-graphics-fixed {
    z-index: 1000;
    position:absolute;
    top:0;
}

.wp-graphics-fixed.fixed {
    position:fixed;
}

.wp-graphics-fixed.bottom {
    position:absolute;
}

#thumbMenu {
    z-index: 1000;
    width:1012px;
    margin-left:-10px;
    background:#f8f8f8;
}

#thumbMenu .nav-inner {
    position: relative;
    width:1012px;
}

#thumbMenu .top-border {
    position: absolute;
    top:-1px;
    width:100%;
    height:0px;
    border-top:1px solid #ccc;
}

#thumbMenu .shadow {
    width:100%;
    height:3px;
    position:absolute;
    bottom:0;
    -khtml-box-shadow:0 2px 3px #bbb;
    -webkit-box-shadow:0 2px 3px #bbb;
    -moz-box-shadow:0 2px 3px #bbb;
    box-shadow:0 2px 3px #bbb;
}

#callout {
    background: #efefef;
    text-align: center;
    padding:7px 0px;
    border-top:1px solid #d8d8d8;
}
#callout.wide {
    width:235px;
}
#callout p{
    margin-bottom: 0px;
}

#thumbMenu .thumbs {
    padding:10px 0px;
    margin: 0 auto;
    width:738px;
    text-align: center;
}

#thumbMenu .nav-th {
    float:left;
    border:1px solid #efefef;
    width:80px;
    height:80px;
    overflow: hidden;
    background: white;
    position: relative;
    text-decoration: none;
}



#thumbMenu .nav-th .no-photo-txt {
    display: none !important;
}

#thumbMenu .nav-th .name{
    text-align: center;
    position: absolute;
    left:0px;
    right:0px;
    bottom:0px;
    background: rgba(0,0,0,0.35);
    color: #ddd;
    text-decoration: none;
    margin-bottom: 0px;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    font-size:11px;
    line-height: 11px;
    height:22px;
    padding:2px 3px 1px;
}

#thumbMenu .nav-th.active .name {
    color:white;
}

#thumbMenu .nav-th .img {
    width:80px;
    height:80px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#thumbMenu .nav-th.no-photo .img {
    background: #bbb;
}

#thumbMenu .nav-th img {
    width:80px;
    height:80px;
}

#thumbMenu .nav-th.no-photo img {
    display: none;
}

#thumbMenu .nav-th.active .img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#thumbMenu .nav-th.active {
    border-color:black;
}

#panels {
}

.panel {
    position: relative;
    padding:25px 15px;
    border-bottom:1px solid #ddd;
}

.panel .sidebar {
    width:265px;
    z-index: 100;
    position: relative;
}

.panel .sidebar.left {
    margin-right:20px;
}

.panel .sidebar.right {
    margin-left:20px;
}

.panel.no-photo .sidebar {
    float: right !important;
    margin:5px 0px 0px;
}

.panel.no-photo .img {
    display: none;
}

.panel .img {
    width:250px;
    padding:5px;
    background:white;
    border:1px solid #999;
    box-shadow: 0px 0px 8px #ccc;
    margin-bottom: 15px;
}

.panel .share-tools {
    float: left;
    background: #efefef;
    padding:10px 13px;
}

.panel.no-photo .share-tools {
    float: right;
}

.panel .share-url {
    display: block;
    float:left;
    color: #999;
    line-height: 18px;
    font-size:12px;
}

.panel .share-url:hover {
    color:#333;
}

.panel .share-url-input {
    display: none;
    float: left;
    margin-left:7px;
    width:0px;
    font-size:10px;
    border: 1px solid #D8D8D8;
    background: #FEFEFE;
    height: 16px;
    font-family: monospace;
    padding-left:2px;
}

.profile {
    position: relative;
    float:left;
    width:670px;
}

.no-photo .profile {
    float:none;
    width:100%;
}

.profile h2 {
    font-family:PostoniDisplayRegular;
    font-weight:400;
    font-size:38px;
    line-height:50px;
}

.profile p {
    font-family:Georgia;
    font-size:14px;
    line-height:20px;
    padding-bottom:12px;
}

.profile p.age {
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    color: #94607a;
    font-size: 16px;
    padding-bottom: 5px;
}

.profile p.byline {
    color: #999;
}