




/*
     FILE ARCHIVED ON 3:20:57 Jul 9, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:52:26 Nov 9, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.wp-report-post-box {
    margin-top:10px;
    display:none;
    background-color:#f7f7f7;
    padding:16px !important;
    border:2px solid #d5d5d5;
    font-size:100%;
    text-transform:none;
}
.wp-report-post-form {
    padding:0;
    margin:0;
}
.wp-report-post-label-left {
    margin-right:20px;

}
.wp-report-post-form input[type=text] {
    width:90%;
}
.wp-report-post-form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
}
.wp-report-post-sign {
    margin-bottom:3px;
    width:12px;
    height:12px;
    display:inline-block;
    background-image:url(/web/20160709032057/https://www.toddandclare.com/wp-content/plugins/wp-report-post/img/icon_warning.gif);
    vertical-align:middle;
    margin-right:5px;
}
.wp-report-post-msg {
    margin-bottom:10px;
    color:red;
    display:none;
}
.wp-report-post-form-left {
    width:50%;
    float:left;
}
.wp-report-post-row {
    margin-bottom: 10px;
}
.clear-both {
    clear:both;
}
.text-right {
    text-align:right;
}
.wp-report-post-error {
    background-color:#fff0f0;
    border-color:red;
}
.wp-report-post-sent {
    display:none;
}
.wp-report-post-sent p {
    margin:0;
    margin-bottom:16px;
}
/* Buttons */
.wp-report-post-button { 
    position: relative; 
    overflow: visible; 
    display: inline-block; 
    padding: 0.5em 1em; 
    border: 1px solid #d4d4d4; 
    margin: 0;
    text-decoration: none; 
    text-shadow: 1px 1px 0 #fff; 
    font:0.9em/normal sans-serif; 
    color: #333 !important; 
    white-space: nowrap; 
    cursor: pointer; 
    outline: none; 
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box; 
    /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em; 
    -moz-border-radius: 0.2em; 
    border-radius: 0.2em; 
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}
.wp-report-post-button:hover,
.wp-report-post-button:focus,
.wp-report-post-button:active {
    color:white !important;
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none; 
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3); 
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.wp-report-post-button:active,
.wp-report-post-button.active {
    border-color: #2a65a0;
    border-bottom-color: #3884CF;
    color: #fff; 
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background-image: -moz-linear-gradient(#3072b3, #599bdc);
    background-image: -o-linear-gradient(#3072b3, #599bdc);
    background-image: linear-gradient(#3072b3, #599bdc);
}

/* overrides extra padding on button elements in Firefox */
.wp-report-post-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}