@charset "utf-8";
/* Source 1.0 */
/* Public Insight Network */
/* American Public Media */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #eee url(img/gray-back.jpg) repeat;
    color: #333;
    font-size: 13px;
    font-family: Tahoma, Geneva, sans-serif;
}

body.iframe {
    background: none;
}

a, a:visited {
    text-decoration: none;
    color: #0099cc;
}

a:hover {
    text-decoration: underline;
    color: #009999;
}

p {
    margin: 0;
    padding: .5em 0;
}

form, input, select, textarea {
    margin: 0;
    padding: 0;
    font-size: small;
    font-family: Tahoma, Geneva, sans-serif;
}

form {
    display: inline;
}

input[type=text], input[type=password], select, textarea {
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow:0 1px 1px #ddd inset; 
    -moz-box-shadow:0 1px 1px #ddd inset; 
    box-shadow:0 1px 1px #ddd inset;
}

table.eip-panel { margin-bottom: 20px; }
table.eip-panel tr { line-height: 25px; }

input.idle {
    color: #bbb;
}

a img, a:visited img {
    border: 0;
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol {
    margin: 5px 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 22px;
}

h3 {
    color: #666;
    font-size: 16px;
    margin: 0;
}

h5 {
    font-size: 14px;
    margin: 0 0 3px 0;
}

table, tbody, tr, td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

table {
    margin-bottom: 5px;
}

td {
    padding: 12px 10px;
    border-bottom: 1px solid #f3f3f3;
    color: #777;
}

hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 20px auto;
    width: 100%;
    clear: both;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    font-size: 1px;
    line-height: 0;
    overflow: visible;
}

sup {
    vertical-align: super;
    font-size: 10px;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
}

button {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    font-family: Tahoma, Geneva, sans-serif;
    cursor: pointer;
}

/* For nesting an input inside a label. { */
label input {
    margin-left: 15px;
}
/* } */

.mt {
    margin-top: 20px;
}

.mb {
    margin-bottom: 20px;
}

.wrap {
    margin: 0 auto;
    max-width: 1140px; }

big {
    font-size: 135%;
}

/* Header */

.header {
    font-size: 14px;
}

#langs {
    padding: 10px 20px;
    text-align: right; 
    color: #ccc;
}

#langs a, #langs a:visited { color: #999; }
#langs a:hover { color: #777; }

.partner {
    color: #fff;
}

#primary-newsroom .primary-newsroom {
    color: #666;
}    

#marketplace #partner-referral span.marketplace {
    background: #6b87a7;
}

#opb #partner-referral span.opb {
    background: #7fc5e7;
}

#nhpr #partner-referral span.nhpr {
    background: #b32302;
}

#apm #partner-referral span.apm {
    background: #b41100;
}

#beacon_nine #partner-referral span.beacon_nine {
    background: #c0bd6e;
}

#observer #partner-referral span.observer {
    background: #92d3fa;
}

#spotus {
    padding: 7px 20px;
    width: 980px;
    background: #255360 url(img/spotus-back.jpg) bottom repeat-x;
    border-bottom: 1px solid #fff;
}

#spotus-alert {
    margin: 10px 0 0 18px;
    background: #f6f6f6;
    color: #777;
    padding: 5px 10px;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#spotus-img {
    float: left;
    padding: 7px 0 0 7px;
    width: 15%;
    margin-top: 17px;
    text-align: right;
}

#spotus-desc {
    float: left;
    width: 52%;
    color: #9ca9af;
    padding: 7px 7px 13px 7px;
}

#spotus-desc strong {
    color: #fff;
}

#spotus-desc a, #spotus-desc a:visited {
    color: #fff;
}

#spotus-link {
    margin: 30px 0 0 20px;
    float: left;
    width: 25%;
}

#spotus-link a, #spotus-link a:visited {
    background: #7c9e47 url(img/noise-green.jpg) repeat;
    color: #fff;
    padding: 7px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px solid #9bc061;
    text-shadow: 0 1px 0 #666;
}

#spotus-link a:hover {
    background: #8db057;
    text-decoration: none;
}

#signin-options {
    float: right;
    font-size: 11px;
}

#signin-options label {
    float: left;
}

input#remember {
    float: left;
    margin-right: 5px;
}

#forgot, #rememberbox {
    float: left;
}

#sign-in {
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

#content {
    width: 720px;
    min-height: 500px;
}

#topnav {
    padding: 10px 0px 12px;
    line-height: 23px;
    text-align: right; }

#topnav a.signin, #topnav a.signup {
    background: #444;
    border-bottom: 1px solid #333;
    border-top: 1px solid #666;
    color: #eee;
    padding: 8px 12px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

#topnav a.signin:hover, #topnav a.signup:hover {
    background: #555;
    color: #fff;
    text-decoration: none; }

a.signin {
    position: relative;
    margin-left: 3px; }

#topnav a.menu-open {
    background:#e3e3e3!important;
    color:#666!important;
    outline:none; }

.nivo-caption {
    background-color: transparent !important;
}

#promo-content {
    height: 400px;
}

#promo-content #slider-wrapper {
    height: 400px;
}

#promo-content #slider-wrapper #slider {
    height: 400px;
}

#forgot-error-messages {
    background: #ffffcc url(img/icons/exclamation.png) no-repeat 10px 6px;
    margin-top: 10px;
    padding: 5px 20px 5px 30px;
    border: 1px solid #ebebb6;
}

#login-inputs input {
    width: 100%;
    padding: 5px 7px;
    margin-left: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#login-inputs ul {
    margin-left: 0;
}

#login-inputs li {
    list-style: none;
    border: 0;
}

#login-join {
    text-align: right;
    padding-top: 18px;
}

#login-email {
    padding: 10px 0;
}

#login-email, #login-pwd {
    padding-right: 40px;
}

#login-email label, #login-pwd label {
    padding: 5px 5px 3px 10px;
    min-width: 55px;
    display: block;
}

#login-pwd {
    margin-bottom: 5px;
}

#login-forgot {
    padding-left: 95px;
    margin-bottom: 10px;
    text-align: left;
}

#login-remember {
    margin-left: 5px;
    color: #999;
}

#login-remember input {
    width: auto;
    margin-right: 5px;
    margin-top: 3px;
    display: block;
    float: left;
}

#login-submit {
    margin-top: 20px;
    text-align: left;
}

#facebook-login-button {
    border: 0;
    width: 154px;
    height: 22px;
    padding-top: 5px;
    display: inline;
    cursor: pointer;
    background: url(img/landing/facebook-login.png) no-repeat; }

.promo-join {
    float: right;
    text-shadow: 0 -1px #666;
    padding: 7px 10px 7px 0;
    margin-top: 10px;
}

.promo-join a, .promo-join a:visited {
    background: #b21c00;
    text-shadow: none;
    margin-right: 10px;
    color: #fff;
    border-top: 1px solid #d42100;
    border-bottom: 1px solid #9f1900;
    text-shadow: 0 -1px 0 #333;
    border-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}

.promo-join a:hover {
    text-decoration: none;
    background: #d42100;
}

#small_signup {
    display: inline;
    float: none;
    line-height: 23px;
    margin: 25px 0 0;
    width: 170px; }

#signin_menu {
    display: none;
    background: #eee;
    border: 5px solid #e3e3e3;
    position: absolute;
    width: 470px;
    z-index: 100;
    padding: 12px;
    top: 48px;
    right: 0px;
    margin-top: 5px;
    margin-right: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px; }

#signin_menu input[type=text], #signin_menu input[type=password] {
    display: block;
    border: 1px solid #ccc;
    font-size: 13px;
    margin: 5px 0;
    padding: 5px;
    width: 203px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#signin_menu li {
    margin: 0 20px 0 0;
    float: left;
}

#signin_menu p.forgot, #signin_menu p.complete {
    clear: both;
    margin: 5px 0;
}

#signin_submit {
    font-weight: bold;
    width: 100px !important;
    color: #fff;
    background: #33cc33;
    border: 1px solid #2ebc2e !important; 
    margin-right: 10px;
}

#signin_submit::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#signin_submit:hover, #signin_submit:focus {
    cursor: pointer;
    background: #3fdb3f;
}

.remember {
    padding-top: 10px; }

.remember label {
    margin-right: 20px; }

#remember {
    margin: 5px 0 0 0; }

#social-connect {
    padding-top: 10px;
    border-top: 1px dotted #ccc; }

#login-fb {
    background: #f9f9f9;
    vertical-align: middle;
    padding: 15px 15px;
    margin: 20px -10px 0 -10px;
    border-top: 1px solid #ddd;
}

#signup_index #login-fb #remember-box {
    display: block;
    margin-top: 10px;
    padding-right: 55px; }


/* Promo/Signup Box */

#slider img {
    display: none;
}

#promo {
    background: url(img/loading.gif) no-repeat 50% 50%;
    width: 1020px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 5px 3px #ccc;
    -webkit-box-shadow: 0 5px 3px #ccc;
    -moz-box-shadow: 0 5px 3px #ccc;
}

.promo-partner {
    margin: 290px 0 0 480px;
    width: 460px;
    height: 50px;
    background: #fff;
    position: absolute;
    display: block;
}

.promo-partner img, #slider .promo-txt img {
    background: #fff;
    display: block !important;
    padding: 7px 20px;
    height: 35px;
}

.promo-txt {
    background: url(img/smoke.png) repeat;
    color: #ccc;
    text-shadow: 0 -1px 0 #333;
    float: left;
    width: 420px;
    height: 230px;
    margin: 100px 0 0 480px;
    padding: 20px;
    line-height: 150%;
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}

.promo-txt h3 {
    line-height: 170%;
    color: #fff;
}

.promo-txt p {
    margin: 0;
    padding: 0;
}

.promo-left {
    margin-left: 70px;
}

.hr {
    height: 0;
    margin-top: 20px;
    border-bottom: 1px solid #99ccff;
    border-top: 1px solid #336699;
}

#promo-subtxt {
    border-top: 1px solid #336699;
}

.promo-txt span {
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

#take-tour a:hover {
    background: #3399cc;
}

#tour {
    background: url(img/landing/tour-back.png) repeat-x;
    color: #666;
    margin: 60px 0 10px 0;
    padding: 20px;
}

#tour h3 {
    color: #666;
    text-shadow: 0 1px 1px #fff;
}

#take-tour {
    background: url(img/landing/tour.jpg) no-repeat;
    width: 400px;
    height: 150px;
    border: 10px solid #fff;
    margin-top: -40px;
    -moz-box-shadow: 0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
}

#take-tour-link {
    display: block;
    position: relative;
    width: 400px;
    height: 150px;
    background: url(img/landing/tour.jpg) no-repeat;
}

a#tour-video, a:visited#tour-video {
    display: block;
    width: 400px;
    height: 150px;
}

a:hover#tour-video {
    text-decoration: none;
}

a:hover#tour-video {
    background: none;
    color: none;
}

a#tour-video span {
    position: absolute;
    padding: 5px 7px;
    margin: 60px 0 0 105px;
    background: #b71700;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a:hover#tour-video span {
    background: #d02810;
}

#signup ul {
    margin: 0 0 20px 0;
    padding: 0;
}

#signup li {
    float: left;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 10px;
    border: 0;
}

#inputs li {
    list-style: none;
    padding: 10px 0;
    margin-left: -20px;
}

#signup-about {
    margin: 35px 10px 0 0;
    background: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #eee;
}

#signup-process { margin: 20px 0 10px; }
#signup-process ul { margin: 0; }

#signup-process li {
    list-style: none;
    float: left;
    font-size: 13px;
    padding: 5px 18px 5px 10px;
    background: #fff url(img/crumbs.gif) no-repeat right center;
    color: #999;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    text-shadow: 0 1px 0 #fff;
}

#signup-process span {
    font-size: 11px; }

li#signup-process-current {
    color: #0099cc;
    font-weight: bold;
}

#partner-signup-logo { margin: 20px 10px; }

#partner-signup-logo img {
    float: left; 
    margin-right: 20px;
    width: 107px;
    height: 107px;
}

.field input {
    width: 200px;
    border: 1px solid #ccc;
    padding: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.field {
    margin-top: 3px;
}

#newsroom-combo select { width: 260px; }

.success {
    background: #FFC url(img/icons/information.png) no-repeat 6px 6px;
    border: 1px solid #DBDBA1;
    margin-bottom: 20px;
    padding: 5px 7px 5px 25px;
    color: #666;
    font-weight: bold;
}

.story-meta {
    text-transform: uppercase;
    font-size: 11px;
    color: #ccc;
    float: left;
    margin: 9px 0 0 0;
}

.story-date {
    padding: 3px 5px 0 0;
    text-align: right;
    color: #ccc;
    text-transform: uppercase;
    font-size: 11px;
}

a.respond, a.respond:visited {
    padding: 2px 5px;
    background: #f3f3f3;
    color: #0099cc;
    font-size: 11px;
    border: 1px solid #eee;
    font-weight: bold;
}

a.respond:hover {
    color: #666;
    border: 1px solid #ccc;
    text-decoration: none;
}

#full-list {
    clear: both;
    margin: 10px 0 0 0;
    padding-right: 40px; }

#full-list a, #full-list a:visited {
    float: right;
    text-decoration: none !important;
    color: #333; }

#full-list a:hover {
    text-decoration: underline !important; }

#col1 {
    width: 750px;
    float: left; }

.widget {
    border: 1px solid #d8d8d8;
    background: #fff;
    box-shadow: 0px 1px 2px #ddd;
    -webkit-box-shadow: 0px 1px 2px #ddd;
    -moz-box-shadow: 0px 1px 2px #ddd;
    margin: 0 0 25px 0;
}

body.iframe #widget-panel.widget {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.widget .widget-title {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    padding: 11px 20px 9px;
    margin: 0 -10px 5px;
}

.widget .widget-title a, .widget .widget-title a:visited {
    color: #666;
}

.widget .widget-title a:hover {
    text-decoration: none;
    color: #09C;
}

.widget-spacer {
    height: 20px;
}

.widget2 {
    width: 665px;
}

.widget3 {
    width: 960px; }

.widget-half {
    width: 450px; }

.widget .expand img {
    display: none;
    float: right;
    margin-top: 5px; }

.expand_img {
    display: none !important;
    opacity: .7;
    float: right;
    padding: 3px;
    margin-top: 15px !important;
}

.widget:hover .expand img {
    display: block; }

.widget:hover .expand_img {
    display: block !important;
}

.widget:hover .expand_img:hover {
    opacity: 1;
}

.last {
    margin-right: 0; }

.widget ul {
    margin-left: 20px; }

.widget ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    list-style: disc;
    border-bottom: 1px solid #eee; }

.widget-content table {
    clear: both;
    width: 100%; }

.widget table a, .widget table a:visited {
    font-weight: bold;
}

#widget-contact input[type=text],
#widget-contact select { width: 195px; }
#widget-contact .edit_mode, #widget-about .edit_mode { margin-bottom: 20px; }

#widget-messages .query-search input[type=text]
{
    width: 365px;
    padding: 7px;
    border: 1px solid #ddd;
}

#widget-messages .query-search input[type=text]:focus { border: 1px solid #ccc; }

.query-search {
    padding-bottom: 20px;
}

.query-search form {
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
}

.form-back { background: #f3f3f3; padding: 5px; display: inline-block; margin-right: 5px; }

#widget-about input[type=text],
#widget-about select
{
    width: 165px;
    padding: 3px 5px;
}

#widget-about, #widget-contact {
    min-height: 580px;
}

#widget-contact input#first_name,
#widget-contact input#last_name,
#widget-contact input#first_name-eip,
#widget-contact input#last_name-eip
{
    width: 85px;
}

input#first_name {
    margin-right: 8px;
}

.tbl-hdr {
    font-weight: bold; }

span.tbl-hdr {
    display: block;
    padding: 12px 10px;
    color: #777;
    font-weight: bold;
}

.widget ul#sharing {
    margin: 20px 0 0 0; }

.widget li#shared, .widget li#shared-status {
    list-style: none;
    border-bottom: 0; }

.widget li#shared-status {
    color: #fff; }

.widget h2 {
    color: #777; }

.widget h4 {
    margin-bottom: 7px;
    background: #eee;
    color: #999;
    padding: 5px 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

.widget h3#influenced {
    padding-left: 0; }

.widget h3#popular {
    padding-left: 0; }

.widget h3#contact, .widget h3#demo {
    float: left; }

.widget h3#popular span, .widget h3#influenced span, h3 span.sub, .widget-content h3 span, #change-password span {
    margin-left: 5px;
    text-transform: uppercase;
    color: #999;
    font-size: 11px;
    font-weight: normal;
}

#change_password a, #change_password a:visited {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px; }

.sidebar-widget h3 {
    padding-left: 27px; }

.sidebar-widget h3#join {
    background: url(img/icons/door-open-in.png) no-repeat 5px; }

.sidebar-widget h3#about-mypin {
    background: url(img/icons/sticky-note-text.png) no-repeat 5px; }

.expand h3 {
    float: left; }

ul.view {
    margin-top: 20px; }

ul.view a, ul.view a:visited {
    background: #006699 url(img/icons/eye.png) no-repeat 5px;
    color: #eee;
    padding: 5px 10px 5px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

ul.view a:hover {
    background: #014f76 url(img/icons/eye.png) no-repeat 5px;
    color: #fff;
    text-decoration: none; }

ul.more li, ul.view li {
    list-style: none;
    border-bottom: 0; }

ul.more li {
    float: left;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    list-style: none;
    border-bottom: 0; }

ul.more li {
    background: #eee;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }

ul#featured-stories, ul#popular-inquiries {
    margin-left: 0; }

ul#featured-stories li, ul#popular-inquiries li {
    list-style: none;
    margin: 10px 0;
    color: #777; }

.date {
    width: 75px;
    text-align: right;
    font-size: 11px;
    color: #aaa; }

.delete-query {
    padding: 10px 0 0 0;
}

.delete-link {
    cursor: pointer; 
}

.subline h5 {
    display: inline;
}

/*
    Newsroom Styles.
    NOTE that CSS class names come directly from AIR2 db.
*/

.widget_newsroom, .widget_newsroom:visited {
    background: #666;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 8px;
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
    font-weight: normal !important;
}

.widget_newsroom:hover {
    color: #fff;
    text-decoration: none;
}

/* Rounded Corners */
.round2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#pthigh a, #pthigh a:visited {
    background: #ff9900; }

#ptmed a, #ptmed a:visited {
    background: #996600; }

tr.query_sent_to_source td {
    border-bottom: 1px solid #f5f5d8; }

tr.unread {
    background: #f8f8f8;
    border-bottom: 1px solid #fff; }

tr.unread td.subline {
    font-weight: bold; }

td.act-sources {
    background: url(img/icons/user-silhouette.png) no-repeat 10px;
    padding-left: 33px; }

td.act-join {
    background: url(img/icons/user-worker-boss.png) no-repeat 10px;
    padding-left: 33px; }

td.act-email {
    background: url(img/icons/mail.png) no-repeat 10px 5px;
    padding-left: 33px; }

td.act-submit {
    background: url(img/icons/document-import.png) no-repeat 10px;
    padding-left: 33px; }

td.act-comments {
    width: 120px; }

td.act-comments span {
    background: #f6fad3;
    color: #b8b882;
    padding: 7px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

td.status span {
    background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px; }

td#pub span {
    background: #009900;
    color: #fff; }

td#read span {
    background: #5c88ca;
    color: #fff; }

td.social-networking-links {
    width: 60px; }

.txtright {
    text-align: right; }

table#following img {
    width: 25px;
    border: 5px solid #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }

.update-save,
.update-cancel,
#incomplete_fields input[type=submit],
#join,
#forgot-submit,
#forgot-cancel,
#confirm-button,
.query-search input[type=submit]
{
    padding: 7px 10px;
    color: #fff;
    background: #48C0F2 url(img/blue-back.jpg) top repeat-x;
    border: 1px solid #2daeed;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    text-shadow: 0 -1px 0 #777; }

#incomplete_fields input[type=submit] {
    padding: 3px 5px;
}

.update-save:hover,
#incomplete_fields input[type=submit]:hover,
#join:hover,
#forgot-submit:hover,
#confirm-button:hover,
.query-search input[type=submit]:hover
{
    background: #5ac8fd;
    color: #fff;
	 }

.update-cancel, #forgot-cancel {
    background: #eee;
    color: #999;
    border: 1px solid #ccc;
	text-shadow: 0 1px 0 #fff; }

.update-cancel:hover, #forgot-cancel:hover {
    color: #666;
    border-bottom: 1px solid #bbb; }

#incomplete_fields input[type=submit]
{
    margin: 5px 0 0 1px;
}

.cancel-text {
    color: #999;
}

table.experience {
    margin: 0;
}

table.experience th,
table.experience td {
    margin: 0;
    padding: 0;
}

table.experience th {
    text-align: left;
    padding-right: 2px;
}

#change-password label {
    display: block;
    float: left;
    padding-top: 3px;
    width: 150px;
}

/* Main */

#main {
    margin: 30px auto;
}

#sticky-footer {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -129px;
}

/* Sidebar */

#sidebar {
    padding: 10px 0 0 0;
    color: #666; }

#sidebar h3 {
    color: #999;
    text-shadow: 0 1px #fff; }

#sidebar h3 a, #sidebar h3 a:visited {
    text-decoration: none; }

#sidebar span {
    color: #999; 
}
    
#sidebar strong {
    color: #444;
}

#sidebar a:hover {
    color: #333; }
    
#sidebar input, #sidebar select {
    max-width: 95%;
}

.sidebar-widget, #stats, #story-idea, #question, #govt, #govt2, #data, #badges {
    margin: 10px 0;
}

#profile {
    margin-top: 0px;
    color: #999;
    float: right;
}

#profile a, #profile a:visited {
    color: #fff;
}

.sidebar-widget h3 {
    color: #fff; }

input#signin, input#qbutton {
    border: 1px solid #555;
    color: #fff;
    background: #666;
    padding: 2px 5px 3px 5px;
    cursor: pointer;
    font-size: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: right; }

input#signin:hover  {
    background: #47a9c6;
    border: 1px solid #50b3d0; }

#forgot {
    float: right; }

#about {
    font-size: 11px;
    line-height: 16px; }

ul#progress {
    clear: both;
    padding: 10px 0 20px 0; }

ul#progress li {
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

ul#progress li#bar {
    width: 120px;
    background: #fff;
    margin-right: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }

ul#progress div#pct_complete {
    background: #6666ff url(img/progress-bar.jpg) repeat-x;
    width: 0%; /* start off 0% complete */
}

#incomplete_fields span {
    font-size: 11px;
}

#incomplete_fields input[type=text] {
    margin-top: 3px;
    padding: 3px;
}

#stats li {
    border-bottom: 1px dotted #ddd;
    padding: 3px; }

#name a, #name a:visited {
    color: #fff;
}

#sidebar ul#profilestatus a, #sidebar ul#profilestatus a:visited {
    color: #333;
    text-decoration: none; }

#sidebar ul#profilestatus a:hover {
    color: #222 ; }

#question strong {
    padding: 5px 0 0 25px;
    background: url(img/icons/ui-progress-bar.png) no-repeat 2px 5px; }

#q {
    margin-top: 10px; }

input#qbox {
    border: 1px solid #ccc;
    padding: 6px;
    margin-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 170px; }

input#qbutton {
    padding: 7px 7px;
    margin-top: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0; }

input#qbutton:hover {
    background: #0099cc; }

#skip span {
    float: left;
    background: url(img/sidebar-widget.png) repeat;
    padding: 6px 7px 5px 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 0 10px; }

#skip span a, #skip span a:visited {
    color: #666; }

#why {
    margin-top: 10px;
    font-size: 11px;
    color: #999; }

#why a, #why a:visited {
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #aaa; }

#edit-view {
    margin-top: 3px;
}

#edit-view a, #edit-view a:visited { padding-bottom: 3px !important; }

.edit, .del, .save, .cancel, .add, .confirm, .change, .pretty-button {
    color: #999;
    background: #f4f4f4;
    border: 1px solid #ddd !important;
    list-style: none;
    padding: 5px 9px 5px 8px;
    margin: 0 5px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    display: inline;
    cursor: pointer;
    text-decoration: none;
}

.save { background: #33cc00; color: #fff; border: 1px solid #32c202 !important; }
.save:hover { background: #3fda0b; color: #fff !important; border: 1px solid #32c202 !important; }
.save-row, .cancel-row { padding: 2px 4px; }
.save-row { margin-left: 0; }

.edit-row { padding: 2px 6px 2px 5px; border: 1px solid #ddd; color: #777 !important; }
.edit-row:hover { text-decoration: none; color: #666 !important; border: 1px solid #bbb; }

.cancel {
    display: inline !important;
    float: none !important;
    color: #777;
    border: 1px solid #ddd;
}

.cancel:hover { color: #333; border: 1px solid #bbb; }
.cancel i { opacity: .7; }
.cancel:hover i { opacity: 1; }

.add {
    background: #6699ff;
    color: #fff;
    margin-bottom: 10px;
}

.add:hover { color: #fff; border: 0; }

.add_box { margin-left: 5px; }

.confirm, .change, .submit {
    color: #333;
    background: #f4f4f4 url(img/icons/tick-small.png) no-repeat 4px 4px;
}

#experience-add-button, #expertise-add-button {
    margin: 10px 0 15px;
    float: none;
}

.edit-link img {
    margin-bottom: -3px;
}

img#sms {
    margin-bottom: -2px;
}

.widget:hover .widget-title img, .widget:hover #edit-view {
    display: block;
}

button.save[type], button.cancel[type]{
    padding: 5px 7px 5px 20px; /* Firefox */
}

/* Remove button padding in FF */
button::-moz-focus-inner, input.change[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button::-moz-focus-inner {
    border:0;
    padding:0;
}

#confirm-cancel {
    width: 150px;
    margin: 0 auto;
}

td.edit-area-of-expertise input, #new-expertise-row input {
    width: 440px;
}

td.edit-area-of-expertise textarea {
    width: 450px;
}

td.edit-area-of-expertise {
    width: 460px;
}

#experience-delete-message {
    padding: 10px; }

.experience_row div span {
    display: block;
    float: left;
    padding: 12px 10px;
    color: #777;
}

.widget-content .experience_row:nth-child(even) {
    background: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

/*.experience_row .eip {*/
.experience_row .editinplace {
    display: block;
    float: left;
    margin: 12px 5px;
}

.experience_row .start_end_box select {
    margin-left: 0px;
    margin-right: 0px;
}

.experience_row select.end_date {
    margin-left: 0px;
    margin-right: 0px;
}

.record_row {
    line-height: 24px;  /* avoid the "jump" effect on form activation */
}

.record_row .del {
    margin-top: 9px;
}

#experience_loading_row,#interest_loading_row img {
    margin-left: 358px;
    margin-top: 15px;
}

#interest_widget textarea {
    width: 96%;
    min-height: 100px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 0;
}

.interest_add_box { margin-top: 12px; }

#experiences input [type=text] {
    padding: 3px 5px;
    width: 90%;
}

#exp-actions {
    
}

#new_experience_row { 
    padding-bottom: 20px; 
    margin: 10px 0 0 0;
}

.view-all {
    margin: 15px 0 0 10px;
    padding-bottom: 25px;
}

.social_networking_links a {
    height: 10px; }

.view-all a, .view-all a:visited {
    padding: 5px 7px 5px 25px;
    font-size: 11px;
    color: #999;
    background: #f9f9f9 url(img/icons/document-snippet.png) no-repeat 5px 4px;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.view-all a:hover {
    color: #777;
    border: 1px solid #ddd;
    text-decoration: none; 
}

#widget-contact input[type="text"] { padding: 3px 5px; }

.footer {
    min-height: 58px;
    /* margin-top: 30px; */
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid #f3f3f3;
}

.slider-container {
    width:600px;
    height:300px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:700px; display:none; }

#loopedSlider,#newsSlider { width:600px; float: left; }
    ul.pagination { list-style:none; padding:0; margin:0; }
    ul.pagination li  { float:left; }
    ul.pagination li a { padding:2px 4px; }
    ul.pagination li.active a { background:blue; color:white; }

.next {
    position: absolute;
    background: #fff;
    padding: 5px 7px;
    top: 274px;
    right: 20px;
    z-index: 10; }

.previous {
    position: absolute;
    background: #fff;
    padding: 5px 7px;
    top: 274px;
    left: 519px;
    z-index: 10; }

a[rel="tooltip"], a[rel="tooltip"]:visited {
    color: #999;
    border-bottom: 1px dotted #ccc;
    font-weight: normal;
}

a[rel="tooltip"]:hover {
    color: #666;
    text-decoration: none;
}

#feedback li {
    padding: 2px 0 0 27px;
    background: url(img/icons/mail.png) no-repeat 5px 3px;
}

#story-ideas {
    padding: 2px 0 0 27px;
    background: url(img/icons/light-bulb-plus.png) no-repeat 5px 3px;
}

#story-ideas-about { padding-left: 27px; }

.on {
    padding: 10px;
    background: #f9f9f9;
}

.off {
    padding: 10px;
}

/* Error Messaging */

img.error_icon {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.error {
    color: #666;
    background: #ffff99;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 5px 0;
    margin-bottom: 10px;
}

.error ul {
    padding: 0;
    margin: 0;
}

.error li {
    background: url(img/icons/exclamation.png) no-repeat 3px 7px;
    padding: 5px 0 5px 25px;
    border-bottom: 0;
    list-style: none !important;
}

.errormsg {
    padding: 10px 10px 0 25px;
    background: url(img/icons/exclamation.png) no-repeat 3px 7px; }

.errormsg span {
    color: #666; }

.hidden {
    display: none !important;
}

#widget-panel {
    /* remove this restriction from .widget */
    min-height: 0px;
}

#widget-panel table,
#widget-messages table
{
    width: 100%;
}

#widget-queries-panel {
    margin-bottom: 25px;
}

#no-queries-found { padding: 10px; }

td.pro-label {
    width: 130px;
    font-weight: bold;
    color: #777;
}

td.social_networking_links {
    width: 70px;
}

.whitespace {
    white-space: pre-wrap;
}

/* Facebook Signin. { */

.facebook-signin-option {
    display: block;
    margin-top: 15px;
}

.facebook-signin-option-content {
    margin-left: 20px;
}

.facebook-signin-option-content label {
    display: block;
    margin-top: 10px;
}

.facebook-signin-option-content label span {
    display: inline-block;
    width: 100px;
}

.facebook-signin-option-content button {
    font-weight: bold;
    margin-left: 215px;
    margin-top: 15px;
    width: 60px;
}

/* } */

#delete_confirm {
    height: 75px;
    margin-top: 10px;
}

#delete_confirm button {
    display: inline;
    margin-top: 15px;
    width: 75px;
}

.query_sent_to_source {
    background-color: #fefeeb;
}

.query_sent_to_source img.sent_to_source_icon {
    /* border-bottom: 1px dotted black; */
    margin-left: 3px;
    position: relative;
    margin-bottom: -5px;
    padding-bottom: 1px;
}

.remove-query {
    visibility: hidden;
    margin-left: 5px;
}

tr.query-row:hover .remove-query {
    visibility: visible;
    opacity: .5;
}

tr.query-row:hover .remove-query:hover {
    opacity: 1;
}

label#is_sms_capable_label {
    display: block;
}

label#is_sms_capable_label input {
    margin-left: 0px;
    padding-top: 3px;
}

input#global_opt_in {
    width: auto;
    margin: 0px;
}

div#global_opt_in_field {
    margin-bottom: 15px;
    margin-top: 15px;
}

.no_left_padding {
    padding-left: 0px !important;
}

.no_right_padding {
    padding-right: 0px !important;
}

/* Clearfix */

.clear {
    clear: both;
    height: 0px;
}

.clearfix:after, .cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0; }

.clearfix, .cf {
    display: inline-block; }

/* Hide from IE Mac \*/
.clearfix, .cf {display:block;}
/* End hide from IE Mac */


/**** RESPONSE LIST ****/

.widget table a.published-responses, .widget table a.published-responses:visited  {
    font-weight: normal;
    color: #999;
}


/**** single response ****/

#response-wrapper {
    margin: 0 auto 60px auto;
}

#response {
    padding: 20px;
    background: #fff;
    margin: 0;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 1px 2px #ddd;
    -webkit-box-shadow: 0px 1px 2px #ddd;
    -moz-box-shadow: 0px 1px 2px #ddd;
}

#response li {
    padding: 2px 0 2px 20px;
}

#response-title {
    color: #999;
    background: #f6f6f6;
    text-shadow: 0 1px 0 #fff;
    margin: 0 -20px 20px -20px;
    padding: 12px 20px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

#response-title a, #response-title a:visited {
    color: #999;
}

#response-title a.widget_newsroom {
    text-shadow: none;
    margin-right: 2px;
    color: #fff;
}

#response h2 {
    color: #666;
    font-size: 18px;
    margin: 5px 0 0;
    text-shadow: 0 1px 0 #fff;
}

#response h2 span {
    font-size: 11px;
    font-weight: normal;
    color: #999;
}

#response h2 a, #response h2 a:visited {
    color: #666;
}

#response h2 span a:hover {
    color: #666;
}

#response h4 {
    color: #666;
    font-size: 13px;
    margin: 10px 0 5px 0;
    padding: 0;
}

.question {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eee;
}

.photo-upload {
    margin: 5px 0 0 0;
    border: 0;
}

.view-orig {
    padding: 3px 5px;
}

.view-orig a, .view-orig a:visited {
    color: #999;
    text-decoration: none;
}

.view-orig a:hover {
    color: #666;
    text-decoration: underline;
}

li.sel-radio {
    padding-left: 20px;
    background: url(img/icons/ui-radio-button.png) no-repeat 0 1px;
}

li.unsel-radio {
    background: url(img/icons/ui-radio-button-uncheck.png) no-repeat 0 2px;
    color: #ccc;
}

li.sel-check {
    background: url(img/icons/ui-check-box.png) no-repeat 0 2px;
}

li.unsel-check {
    background: url(img/icons/ui-check-box-uncheck.png) no-repeat 0 2px;
    color: #ccc;
}

li.sel-combo {
    background: url(img/icons/ui-combo-box.png) no-repeat 0 2px;
}

li.unsel-combo {
    list-style: bullet;
    color: #ccc;
}

#partner_signup_logo {
    display: block;
}


/* Newsroom preferences */

#newsroom {
    padding-bottom: 20px;
}

div#newsroom_box {
    height: 270px;
    overflow-y: scroll;
    margin-bottom: 2em;
}

div.newsroom_row {
    /* Vertically-aligns text. */
    line-height: 30px;
    color: #666;
	padding-left: 10px;
    border-bottom: 1px solid #eee;
}

div#global_pin_row {
	font-weight: normal;
    margin-right: 17px;
	background: #f9f9f9;
	padding: 7px 0;
	border-bottom: 5px solid #eee;
}

div#global_pin_row .col_3 {
    padding-top: 10px;
}

div#global_pin_row .newsroom_row {
    border-bottom: 0 !important;
	line-height: 1.5em;
}

.newsroom_header_row {
    padding-left: 7px;
}

div#primary_newsroom_box {
    margin: 20px 10px;;
}

    div#primary_newsroom_box
    a {
        color: #666;
    }

div#newsroom_selection_caveat {
    margin-bottom: 1em;
    color: #999;
    padding: 10px 20px 10px 50px;
    background: #f9f9f9 url(img/icons/big/arrow-270.png) no-repeat 10px 13px;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#newsroom_selection_caveat strong {
    color: #666;
}

.button_space {
    margin-left: 0.5em;
}

#admin_pager {
    margin-top: 1em;
    background-color: #eee;
    width: 40em;
    padding: 0.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    #admin_pager a#previous {
        margin-right: 1em;
    }

    #admin_pager span#records {
        font-weight: bold;
    }

    #admin_pager a#next {
        margin-left: 1em;
    }

    #admin_pager form#admin_filter_form {
        margin-left: 2em;
    }

#admin_filter_notice {
    padding-left: 10px;
}

/* Opt-out */
#opt-out {
    float: right;
    padding: 7px 20px 0 0;
	margin-top: -32px;
}

#opt-out a, #opt-out a:visited {
    background: url(img/icons/slash.png) no-repeat;
    padding-left: 20px;
    color: #999;
}

#opt-out a:hover { color: #666; }

#main #opt-out-modal { display: none; }
#opt-out-modal { width: 400px; padding: 15px 20px; }

#opt-out-confirm { margin: 20px 0 0 0; }
#opt-out-confirm a, #opt-out-confirm a:visited { color: #999; }
#opt-out-confirm a:hover { color: #666; }

.yes {
    background: url(img/icons/tick.png) no-repeat;
    padding-left: 20px;
    color: #669900;
}

.no {
    background: url(img/icons/cross.png) no-repeat;
    padding-left: 20px;
    color: #993300;
}

/* Avatar page */
#current_picture {
    float: left;
    width: 50px;
    padding: 10px 15px 10px 10px;
}
#current_picture img {
    margin: 0 10px 5px 0; }

#avatar-choose label input {
    margin-left: 0;
}


/* Budget Hero promo */

#bh-promo { padding: 10px; }
#bh-seal { padding: 10px; float: right; width: 50px; height: 50px; border: 0; }


/* Widget Header */

.widget-header {
    background: #f9f9f9;
    margin: 0 -10px;
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 30px 20px;
    text-shadow: 0 1px 0 #fff;
    color: #555;
}

.widget-header h3 { 
    padding: 0; 
    margin: 0; 
    color: #444; 
    font-size: 20px; 
}

.widget .widget-header ul {
	margin: 0;
    padding: 0;
}

.widget .widget-header li {
    list-style: none;
    padding-right: 10px;
    border: 0;
}


/* Newsroom Page */

#newsroom-info h3 {
    padding-top: 7px;
}

#newsroom-logo {
    float: left;
    margin-right: 10px;
    width: 25%;
    height: 25%;
    background: #fff;
    padding: 7px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

#newsroom-logo:after {
	content: ".";
    visibility: hidden;
}

#newsroom-logo img {
    vertical-align: middle;
    max-width: 100%;
}

#newsroom-meta {
    color: #999;
    margin-left: -3px;
}

#location {
    padding-right: 20px;
}

#source-number strong {
    color: #666;
}

#newsroom-bio {
    margin: 5px 0 0 5px;
}

.light {
    color: #ccc;
}

#become, 
#become .follow, 
#follow 
{
    text-align: center;
    width: 150px;
    margin-top: 8px;
}

.become {
    float: left;
    text-align: center;
}

#become a, 
#become a:visited, 
#follow a, 
#follow a:visited,
#become span,
#follow span
{
    padding: 7px 10px;
    background: #43b800 url(img/button-green.jpg) repeat-x top;
    border: 1px solid #43b800;
    color: #fff;
    font-weight: bold;
    display: block;
    text-shadow: 0 1px 0 #777;
    margin-top: 5px;
}

.become a, 
.become span,
.become a:visited,
.follow a,
.follow span,
.follow a:visited
{
    text-align: center;
    padding: 7px 10px;
    background: #43b800 url(img/button-green.jpg) repeat-x top;
    border: 1px solid #43b800;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 200px;
    text-shadow: 0 1px 0 #777;
    margin-top: 5px;
}

#become .imasource, 
#become .permsource, 
#become .imasource:visited,
.become .imasource, 
.become .permsource,
.become .imasource:visited
{
    background: #09C;
    border: 1px solid #0185b1;
}

#become .imasource:before {
    content: url(img/icons/check-white.png);
    display: block;
    float: left;
    padding: 2px 0 0 2px;
}
    
#become .source-yes:hover .imasource,
.become .source-yes:hover .imasource
{
    display: none;
}

#become .source-yes .unfollow,
.become .source-yes .unfollow
{
    display: none;
    background: #C76C0F url(img/button-orange.jpg) repeat-x top;
    border: 1px solid #C76C0F;    
}

#become .source-yes:hover .unfollow
{
    display: block;
}

.become .source-yes:hover .unfollow
{
    display: block;
}

#become a:hover {
    background: #43b800;
    text-decoration: none;
}

#follow a:hover,
.follow a:hover 
{
    background: #aa6000;
    text-decoration: none;
}

#become strong { font-size: 16px; color: #555; }

#staff { margin-bottom: 30px; }

#staff li {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #fff;
}

#staff li:first-child { border-top: 0; }
#staff li:last-child { border-bottom: 0; }

#staff img {
    float: left;
    width: 40px;
    height: 40px;
    margin: -1px 10px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#staff img:hover { opacity: .9; }

#staff a, #staff a:visited {
    font-weight: bold;
}

.staff-name-title {
    float: left;
    width: 70%;
}

#feed {
    margin: 20px 0;
}

#feed h3, #feed-sidebar h3 { font-size: 13px; margin: 40px 0 15px 0; padding: 0; color: #444; }
#feed h3 { font-family: Tahoma, Geneva, sans-serif; }
#feed ul, #feed li { margin: 0; padding: 0; }
#feed li { list-style: none; padding-bottom: 1.3em; margin-bottom: 1.3em; }
#feed a, #feed a:visited { font-weight: bold; }

#feed td { vertical-align: middle; border-bottom: 1px solid #f3f3f3; padding: 18px 10px; }
#feed td.feed-user { padding-right: 0; }

.feed-item {
    margin: 20px 0;
}

.feed-user a img,
.feed-user img
{
    max-width: 40px;
    max-height: 40px;
    margin-top: 1px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.feed-user a:hover img {
    opacity: .9;
}

.feed-title { font-size: 14px; }

#feed .tooltip { cursor: pointer; }
#feed td.feed-user { vertical-align: top; vertical-align: text-top; }
#feed .feed-last td { border: 0; }

#insight-map {
    margin: 1em;
    padding: 0;
}

.posted { font-size: 12px; color: #aaa; margin-top: 5px; }
.posted a, .posted a:visited { color: #555; }

#query-info { padding: 7px; }
#query-photo { float: right; }
#query-photo img { max-width: 280px; background: #fff; padding: 7px; border: 1px solid #ddd; margin: 2px 0 15px 20px; }

#query-meta { color: #999; }
#query-meta a, #query-meta a:visited { font-weight: bold; }
#query-meta span { color: #ddd; }

#query-social { margin: 15px 0; }

#query-social ul { margin-left: 0; }

#query-social li { 
    float: left; 
    border: 0; 
    list-style: none;
}

#query-pinfluence {
    padding: 10px;
}

#query-pinfluence a, #query-pinfluence a:visited { font-weight: bold; }

.fb-like span { width: 100px !important; }

#query-desc { padding: 7px 0 35px; }

#query-orgs { 
    background: #f9f9f9; 
    padding: 15px 20px 10px 15px; 
    border-bottom: 1px solid #eee; 
    margin: -7px -17px 20px -17px;
    color: #999; 
}

#query-orgs a, #query-orgs a:visited { font-weight: bold; }
#query-orgs img { 
    padding: 3px; 
    background: #fff; 
    border: 1px solid #ddd; 
    margin: -2px 7px 0 0; 
    width: 34px; 
    max-height: 34px; 
    border-radius: 2px;
    float: left;
    margin-bottom: 1em;
    border-radius: 2px;
}

#query-orgs-related h3 { margin: 20px 0 0 0; }
#query-orgs-related h3 a { color: #444; }
#query-orgs-related ul { clear: both; padding-top: 20px; }
#query-orgs-related li { margin-bottom: 15px; }
#query-orgs-related a { font-weight: bold; }
#query-orgs-related { }
#query-orgs-related .query-org-logo { float: left; margin: -2px 7px 0 0; border: 1px solid #ddd; background: #fff; width: 70px; height: 70px;padding: 3px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;  }
#query-orgs-related .query-org-logo img { max-width: 100%; vertical-align: middle; }
#query-orgs-related .query-org-logo a { display: block; height: 100%; }
#query-orgs-related li img { width: 40px; height: 40px; }
#query-orgs-related span { color: #ccc; }
#query-orgs-related span.permsource { color: #fff; }

#query-tabs { 
    margin: -15px -10px 0 -10px; 
    clear: both; 
    border-bottom: 1px solid #ddd; 
    padding: 0 10px 9px 10px;
}

#query-tabs a, #query-tabs a:visited { 
    padding: 10px 20px 11px 20px; 
    color: #777; 
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-shadow: none; 
    font-weight: bold; 
    margin-right: 4px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.15);
	   -moz-box-shadow: 0 0 1px rgba(0,0,0,.15);
	        box-shadow: 0 0 1px rgba(0,0,0,.15);
}

#query-tabs a:hover { text-decoration: none; color: #333; }
#query-tabs a.current { 
    padding-top: 8px;
    background: #fff; 
    color: #444; 
    border: 1px solid #ddd; 
    border-bottom: 1px solid #fff; 
    border-top: 3px solid #0099cc;
    box-shadow: 0 1px 0 rgba(255,255,255,1),0 0 1px rgba(0,0,0,.15);
}

#query-tabs a.current:hover { background: #fff; color: #444; }
#query-tabs span { 
    font-weight: normal; 
    color: #999; 
    background: #f9f9f9;
    padding: 1px 5px;
    margin-left: 3px;
    font-size: 11px;
    border: 1px solid #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#query-tabs a#query-respond {
    margin-left: 10px;
}

#insight-toggle {
    float: right;
    border: 1px solid #eee;
    padding: 8px;
    margin: 4px;
}

#query-orgs .sixcol:nth-child(2n) { margin-right: 0; }
#query-orgs .sixcol:nth-child(2n+1) { clear: left; }
.query-partner { float: left; margin-right: 40px; width: 42.5%; }
.query-partner-logo { float: left; max-width: 65px; max-height: 65px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.query-partner-logo img { max-width: 100%; vertical-align: middle; display: inline-block; }
#newsroom-info .query-partner h3 { margin-top: 0; padding-top: 0; line-height: 22px; font-size: 16px; }
.query-partner p { padding: 0; margin: 0; white-space: nowrap; float: left; }

#query-journos { margin: 8px 0 8px -20px; padding: 8px 0 7px 20px; }
#query-journos a, .query-journos a:visited { font-weight: bold; }
#query-journos img { width: 35px; height: 35px; float: left; margin: 0 7px 0 0; background: #fff; padding: 3px; }
.query-journo { margin-bottom: 10px; }
.query-journo:last-child { margin-right: 0; }
.query-journo a img { border: 1px solid #ddd; }
.query-journo p { padding: 3px 0; }

.source-yes-small, 
.source-no-small { 
    margin-top: 5px; 
}
.source-yes-small a, 
.source-no-small a 
{ 
    background: #88B74B; 
    color: #fff !important; 
    padding: 3px 5px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
}
.source-no-small a { background: #999; }
.source-yes-small a:hover, 
.source-no-small a:hover 
{ 
    text-decoration: none; 
}


.feed-type {
    float: left;
	background: #999;
    color: #fff;
    padding: 1px 18px 1px 5px;
    margin: 5px 0 0 0;
    font-size: 11px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.feed-query { background: #85B75A url(img/ribbon-edge.png) no-repeat right; text-shadow: none; }
.feed-project { background: #638699 url(img/ribbon-edge.png) no-repeat right; }
.feed-story { background: #999 url(img/ribbon-edge.png) no-repeat right; }

#feed-filter { float: left; margin: 10px 0 10px 7px; color: #ddd; }
#feed-filter a, #feed-filter a:visited { 
    font-weight: normal; 
    color: #999; 
    background: #f9f9f9; 
    border: 1px solid #ddd;
    padding: 3px 7px; 
    margin-right: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#feed-filter a:hover { 
    color: #666; 
    text-decoration: none;
    border: 1px solid #bbb;
}

#feed-filter a.feed-current, #feed-filter a:visited.feed-current { 
    font-weight: bold; 
    background: #0097cd;
    color: #fff; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    border: 1px solid #0097cd;
}

#feed-pin-insights-table td {
    border: 0;
}

.insight-name { 
    color: #666; 
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.insight-name span { color: #eee; }
.insight-name strong { color: #444; }
.insight-name a img, .insight-name a:visited img { width: 35px; height: 35px; padding: 4px; border: 1px solid #ddd; float: left; margin: -4px 7px 0 0; }
.insight-name a:hover img { border: 1px solid #ccc; }
.insight-response { padding: 4px 0 4px 0; }
.insight-response-full { display: none; }

.feed-desc { padding: 2px 0 5px; }

.query-num {
    background: #bbb;
    color: #fff;
    padding: 1px 7px;
    font-size: 11px;
    min-width: 20px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.query-sub { 
    padding: 20px; 
    margin: 0; 
    border: 1px solid #e6e6e6; 
    border-top: 0;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#feed .query-sub h3 { margin: 1.5em 0 .1em 0; padding: 0; }
#feed .query-sub h3:first-child { margin-top: 0; }
#feed .query-sub li { border: 0; margin: 0; padding-bottom: 0; padding: 0 0 0 22px; }

.read-more, 
.read-less 
{ 
    margin: 20px 0; 
}
.read-more a, 
.read-more a:visited,
.read-less a,
.read-less a:visited
{ 
    font-weight: normal !important; 
    background: #09c; 
    color: #fff; 
    padding: 5px 7px; 
    border: 1px solid #018bb9; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    text-shadow: none; 
}
.read-more a:hover,
.read-less a:hover
{ 
    text-decoration: none; 
    background: #00a7de; 
    border: 1px solid #09c; 
}

.insightful { background: url(img/icons/star.png) no-repeat 5px 8px; padding: 8px 0 0 25px; border-top: 1px solid #e6e6e6; margin-top: 1.2em; }

#outcomes span { white-space:nowrap; color: #aaa; }


/* Newsroom List */

#newsroom-list {
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
}

#newsroom-list ul {
    margin-left: 0;
}

#newsroom-list li {
    list-style: none;
    min-height: 50px;
}

#newsroom-list img:hover {
    opacity: .9;
}

#newsroom-list li:nth-child(3n) {
    margin-right: 0;
}

#newsroom-list img {
    max-width: 50px;
    max-height: 50px;
    float: left;
    margin-right: 12px;
}

#newsroom-list li a:nth-child(2) {
    display: block;
    margin-left: 62px;
}


/* Reporter page */

#reporter-photo {
    float: left;
    margin-right: 15px;
}

#reporter-photo img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    padding: 5px;
    background: #fff;
}

#summary { 
    margin-bottom: 10px; 
    padding-top: 10px;
    border-top: 1px solid #eee;
}

#reporter-contact {
    margin-bottom: 13px;
}

#reporter-contact a, .contact-buttons a {
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: 0 -1px 0 #777;
    margin-left: 5px;
    position: relative;
}

#reporter-contact a:before, .contact-buttons a:before {
    content: "";
    width: 98%;
    position: absolute;
    height: 1px;
    background: rgba(255,255,255,.3);
    left: 1px;
    top: 0;
}

#reporter-contact a:first-child, .contact-buttons a:first-child {
    margin-left: 0;
}

#reporter-contact a:hover, .contact-buttons a:hover { 
    text-decoration: none;
    color: #fff;
}

.twitter { 
    background: rgb(0,170,239);
    border-top: 1px solid #02b7fc;
    border-bottom: 1px solid #0296ce;
}

.twitter:hover {
    background-color: rgba(0,170,239,.8);
}

.facebook { 
    background: rgb(57,87,154); 
    border-top: 1px solid #4468bd;
    border-bottom: 1px solid #2c457b;
}

.facebook:hover {
    background-color: rgba(57,87,154,.8);
}

a.email { 
    background: rgb(85,85,85); 
    border-top: 1px solid #777;
    border-bottom: 1px solid #444;
}

a.email:hover {
    background-color: rgba(85,85,85,.8);
}

.website { 
    background: rgb(85,85,85); 
    border-top: 1px solid #777;
    border-bottom: 1px solid #444;
    padding-left: 5px !important;
}

a.website:hover {
    background-color: rgba(85,85,85,.8);
}

#read-more-staff-desc, #read-less-staff-desc { 
    display: inline-block;
    padding: 1px 5px;
    color: #666;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#read-more-staff-desc:hover, #read-less-staff-desc:hover {
    color: #444;
    text-decoration: none;
    border: 1px solid #bbb;
}

#read-less-staff-desc {
    margin-top: 10px;
}

.spot-us-bug { background: #204a56; color: #fff; }

a.fund-this, a.fund-this:visited {
    background: #204a56;
    font-size: 12px;
    color: #fff;
    padding: 1px 5px 2px 5px;
}

#prog-bar {
    height: 10px;
    background: #eee;
    margin: 8px 0 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#prog {
    height: 10px;
    background: #86C9FB url(img/progress-bar-2.jpg) repeat-x;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#stats {
    font-size: 12px;
    padding: 5px 0 0 0 ;
    margin: 0;
}

#feed-sidebar {
    margin-top: 20px;
    color: #777;
}

#feed-sidebar ul { margin: 0; padding: 0; }
#feed-sidebar li { margin: 0; padding: 8px 0; list-style: none; }

#feed-sidebar a, #feed-sidebar a:visited {
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px 10px 0;
}

#feed-sidebar span a, #feed-sidebar span a:visited { white-space: nowrap; color: #666; }

#feed-sidebar img, .contribs img {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    padding: 3px;
    margin-right: 7px;
}

#feed-sidebar img:hover, .contribs img:hover {
    border: 1px solid #ccc;
}

.tweet img { float: right; }

.contribs { clear: both; padding-top: 10px; }

.feed-featured {
    float: right;
    display: inline-block;
    background: #ba0a00;
    color: #fff;
    padding: 1px 5px 2px 5px;
    font-size: 12px;
}

#loadmore, #insight-loadmore {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 7px;
    clear: both;
    display: block;
    text-align: center;
    color: #999;
}

#loadmore:hover, #insight-loadmore:hover {
    border: 1px solid #ddd;
    color: #777;
    text-decoration: none;
}

#insight-loadmore {
    margin: 0 10px 20px;
}

pre.text {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    font-family: Tahoma, Geneva, sans-serif;
}

.r2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#loading-img,
.loading-img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#loading-img div,
.loading-img div
{
    min-height: 200px;
    top: 24px;
    left: 72px;
    position: relative;
}

table.mt th, table.mt td {
    text-align: left;
    padding: 4px;
    border: 1px solid #eee;
}


/* Insight Widget Overrides ----------- */
#pin-insights-plug, #pin-insights-plug-arrow {
    display: none;
}

#pin-insights-intro {
    font-style: italic;
    margin-left: 1em;
    max-width: 700px;
    color: #777;
    font-size: 12px;
}

.pinsight-widget {
    padding: 10px;
}

.pinsight-name:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pin-thank-you {
    padding: 10px;
    margin: 10px;
}


/* Smartphones (portrait and landscape) ----------- */
@media handheld, screen and (min-width: 320px) and (max-width: 480px) {    
    #profile { 
        padding-top: 3px;
    }
    
    #logged_out_widgets {
        margin-top: 0;
        padding: 12px 0 10px;
    }
    
    #primary-newsroom {
        clear: both;
        padding-left: 8px;
        padding-top: 7px;
        border-top: 1px solid #eee;
        float: none;
        text-align: left;
    }

    #newsroom-logo {
        display: none;
    }

    #become, #become 
    .follow, #follow {
        float: left;
        margin-top: 0;
    }
    
    #become a, #become a:visited, 
    #follow a, #follow a:visited {
       margin-top: 0; 
       margin-bottom: 22px;   
    }
    
    #newsroom-info h3 {
        padding-top: 0;
    }
    
    #sidebar { padding: 0 20px; }
}

/* Tablets (portrait and landscape) ----------- */
@media handheld, screen and (min-width: 481px) and (max-width: 768px) {
 
    #newsroom-bio {
        float: left;
        position: relative;
        width: 65%;
    }

    #become, #become .follow, #follow {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

/* Tablets (portrait and landscape) Contact and About Panels ----------- */
@media handheld, screen and (min-width: 768px) and (max-width: 1024px) {
    #contact-tablet, #about-tablet {
        width: 100%;
    }
}
