.hed {
    padding-top:15px;
    padding-bottom:10px;
}
.blue {
    color: #007db7;
}
.lt-gray {
    color: #aaa;
}

.hed p.body {
    line-height: 20px;
}
.note {
    float: right;
    width: 18%;
    border-left: 1px solid #ddd;
    padding: 5px 10px 5px 20px;
}
.note p {
    margin-top:0;
    color: #666;
    font-size: 11px;
    line-height: 14px;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.note a{
    color: #666;
}
p.kicker {
    font-family: "FranklinITCProThin", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;;
    font-size: 20px;
    color:#007db7;
    text-align:right;
}

p.subhead {font-family: "FranklinITCProThin", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif; font-size:30px;}

h1.postoni {
    line-height: 1em;
    font-size: 80px;
}
h1.postoni.ital {font-family:PostoniDisplayRegularItalic; text-align:right; }
h2.postoni {font-size:3.5em;}

/*stuff darla added*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.hide-text h1 {font-size:0px; line-height:0;}
.header img {width:100%; }
.uppercase {text-transform:uppercase;}
.nav-inner p.body {font-size:1.7em;}
.hidden {display: none;}
.mt50 {margin-top:50px;}
em {font-style:italic;}
.module .s1 img {width:90px;}

/*new sharegroup*/
.share-group {padding-bottom: 15px;height:21px;}
.share-group p {margin-bottom: 0;margin-right:2px;color: #999;line-height:20px;}
.share-group .share-btn {width:20px;height:20px;}
.share-group a {margin-left: 3px;}
.input-wrap {
width: 140px;
height: 19px;
overflow: hidden;
position: relative;
}
/* small gradient button */
/* BOOKMARK BUTTON */
a.small-btn {display: block;padding:3px 3px 4px;font-size: 11px;font-weight: bold;text-decoration: none;border: #CCC solid 1px;color: #333;
    text-shadow: 1px 1px 0 white;
    -webkit-text-shadow: 1px 1px 0 white;
    -moz-text-shadow: 1px 1px 0 white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
    background-image: -moz-linear-gradient(top,#fff,#dedede);
    background-image: -o-linear-gradient(top,#fff,#dedede);
    background-image: -ms-linear-gradient(top,#fff,#dedede);
    background-image: linear-gradient(top,#fff,#dedede);
}
a.small-btn:hover {border-color: #bbb;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
    background-image: -moz-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: -o-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: -ms-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: linear-gradient(top,#f8f8f8,#d9d9d9);
}
a.small-btn:active {
    background-color: #EFEFEF;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.1);
}
a.fb-btn {width:12px;text-align: center;padding-top:4px;padding-bottom:2px;}
a.tw-btn {width:12px;text-align: center;padding-top:4px;padding-bottom:2px;}
a.link-btn {height:12px;line-height: 12px;padding-left:4px;padding-right:4px;}

/*end darla stuff*/

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

#btt {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #ddd;
    display: inline;
    font-size: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */
}
#btt.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

#preloader {
    display: none;
    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;
}

.wp-graphics-fixed-wrapper {
    z-index: 1000;
    position:relative;
}

.wp-graphics-fixed {
    z-index: 1000;
    position:absolute;
    top:0;
    background: white;
}

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

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

#thumbMenu {
/*     background: #e8e8e8; */
    z-index: 1000;
    width:1012px;
    margin-left:-10px;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #b8b8b8;
}

#thumbMenu .nav-inner {
    position: relative;
    padding: 0 25px 15px;
}

#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;
}
h4 {
    font-weight: normal;
    margin:0 0 2px;
    font-family:"FranklinITCProThin","Arial",sans-serif;
    color: #007db7;
    text-transform: uppercase;
}
#thumbMenu .thumbs {
/*
    width: 90%;*/
    /*float: left;*/
    margin-bottom: 20px;
    margin:0px auto;
}


#thumbMenu .nav-th {
    float: left;
     /*margin-right: 1%; */
    position: relative;
    text-decoration: none;
    margin:10px 0 0 10px;
    display:block;
    width:18%;
    text-align:center;
    /*height:150px;*/
}



#thumbMenu .nav-th .name{
    color: #555;
    text-decoration: none;
    
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    font-size:18px;
    line-height: normal;
    padding:2px 0;
    /*margin-right: 2px;
    margin-top:15px;
    margin-bottom: 0px;*/

}
#thumbMenu .name span {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 4px;
    /*background: #f4f4f4;*/
}
/*#thumbMenu .recent span {
    color: #007db7;
}*/
#thumbMenu .nav-th:hover span {
    color: black;
}
#thumbMenu .nav-th.active span {
    color: white;
}
#thumbMenu .nav-th:hover span {
    background: #efefef;
    color:#000;
}


/*p.byline:hover {color:#000;}*/


#thumbMenu .nav-th.active span {
    background: #444;
}

/*#thumbMenu .nav-th.active .img img {
    height:0;
}*/

#thumbMenu .nav-th.inactive {
    cursor: default;
}
#thumbMenu .nav-th.inactive span {
    background: none;
    color: #999;
}

#thumbMenu .nav-th .img {
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    overflow:hidden;
    margin-bottom:5px;
    /*height:106px;*/
    height:70px;
    line-height: 70px;
}

#thumbMenu .img img {
    /*width:50px;*/
    height:50px;
    vertical-align: bottom;
}


#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;
}

p.subnote {
    color: #777;
    padding: 0;
}

#panels {
}

.panel {
    position: relative;
    padding:25px 15px;
    border-bottom:1px solid #bbb;
}
.slug {
    display: none;
}

.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 .img img {
    max-width: 100%;
}

.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 p.recent {
    font-size: 16px;
    font-family:"FranklinITCProThin","Arial",sans-serif;
    color: #007db7;
    text-transform: uppercase;
    display: none;
    padding-bottom: 0;
}
.recent .profile p.recent {
    display: block;
}


.profile h2 {
    font-family: "FranklinITCProThin", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    /*font-weight:400;*/
    font-size:38px;
    line-height:50px;
    float: left;
    max-width: 74%;
    margin-right: 13px;
}
.profile .status {
    background: #ccc;
    float: left;
    margin-top: 10px;
    padding: 4px 8px;
    color: black;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
}
.profile .status.dead {
    background: #dcd9c0;
}
.profile p,
.profile blockquote {
    font-family:Georgia;
    font-size:14px;
    line-height:20px;
    padding-bottom:12px;
}
.profile blockquote {
    display: none;
    font-style: italic;
}

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

p.byline {
    color: #999;
    font-family: "FranklinITCStdLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
    font-size:1.2em;
    line-height:1.5em;
}

.profile p.byline {font-size:1.5em;}