
/****************************
 * Silverpop Engagement CSS *
 ****************************/
/** using fixed path since the s3 sync upload is problematic **/
#slideup {
    position:fixed;
    right: 0; bottom:0;
    background-image: url(/blogs/wp-content/plugins/patheos-info/assets/css/images/PSI-Bottom-blank.png);
    background-repeat: no-repeat;
    width:514px;
    margin-bottom: -300px;
    display: none;
    z-index: 1000;
}

.slidetab{
    position:absolute;
    font-family: Helvetica;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

#uptab{
    right: 7px;
    top: 13px;
    width: 83px;
    padding: 0 10px;
    text-align: center;
}

#downtab{
    right: 27px;
    bottom: 18px;
}

#upcontent{
    width: 454px;
    margin: 41px 20px 10px 20px;
    padding: 10px;
    background-color: #f2f0e6;
}

.slidecontent h4{
    font-family: helvetica;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
}

#slidedown {
    position:fixed;
    right: 0; top:0;
    background-image: url(/blogs/wp-content/plugins/patheos-info/assets/css/images/PSI-Top-blank.png);
    background-repeat: no-repeat;
    background-position:bottom;
    width:514px;
    margin-top: -300px;
    display: none;
    z-index: 1000;
}

#downcontent{
    width:454px;
    margin: 10px 20px 47px 20px;
    padding: 10px;
    background-color: #f2f0e6;
}

.slideform #subscribe-box{
    height: 27px;
}

.slideform #subscribe-box input {
    display: block;
    float: left;
    height: 27px;
    border: none;
}

.slideform #subscribe-box input[type="text"] {
    background: url(/blogs/wp-content/plugins/patheos-info/assets/css/images/newsletter-form-large-bg.png) no-repeat;
    width: 345px;
    padding: 0 10px;
    text-transform: uppercase;
    font: 11px Helvetica, Arial, sans-serif;
    color: #888888;
}
.slideform #subscribe-box input[type="submit"] {
    background: url(/blogs/wp-content/plugins/patheos-info/assets/css/images/subscribe-btn.png) no-repeat;
    width: 79px;
    margin: 0 0 0 10px;
    cursor: pointer;
    display: block;
}

.slideform ul{
    margin: 0 20px 10px;
}

.slideform ul li{
    font-family: helvetica;
    font-size: 15px;
    font-weight: normal;
    list-style-type: none;
}

.slideform li{
    margin: 0 0 5px 0;
}
.slideform input[name="newsletters"],
.slideform input[name="digests"]{
    margin: 0 10px 0 0;
}

.slidecontent .loading,
.slidecontent .post-engagement,
.slidecontent .slide-error,
.slidecontent .email-notify,
.slidecontent .e3{
    display: none;
}

.loading .loader{
    background-image: url(http://css.patheos.com/img/loading.gif);
    background-repeat: no-repeat;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}

.pcbutton {
    width: 160px;
    height: 26px;
    background: url(/blogs/wp-content/plugins/patheos-info/assets/css/images/PreferenceCenterButton.png) no-repeat;
    margin: 10px auto;
    display: block;
}

#rightcontent .loading,
#rightcontent .post-engagement,
#rightcontent .slide-error,
#rightcontent .email-notify,
#rightcontent .e3{
    display: none;
}

#slideformright #subscribe-box input[type="text"] {
    background: url('http://css.patheos.com.s3.amazonaws.com/img/newsletter-form-bg.png') no-repeat scroll 0 0 transparent;
    color: #888888;
    font: 11px Helvetica,Arial,sans-serif;
    padding: 0 10px;
    text-transform: uppercase;
    height: 27px;
    border: 0 none;
    width: 175px;
    float: left;
    margin: 0 0 0 10px;
}

#slideformright #subscribe-box input[type="submit"] {
    background: url(/blogs/wp-content/plugins/patheos-info/assets/css/images/subscribe-btn.png) no-repeat;
    width: 79px;
    margin: 0 0 0 10px;
    cursor: pointer;
    display: block;
    border: none;
    height: 27px;
    float: left;
}

#rightcontent h4{
    color: #555555;
    font: bold 13px Helvetica, Verdana, sans-serif;
    margin: 0 0 10px 10px;
}
