/* for modifying Mailchimp buttons. Above doesn't work right. */
input.orange-button-mailchimp {
	background:    #f6b26b;
	background:    -webkit-linear-gradient(#f6b26b, #b45f06);
	background:    linear-gradient(#f6b26b, #b45f06);
}

div.orange-button-mailchimp {
	background: #f6b26b;
    background: -webkit-linear-gradient(#f6b26b, #b45f06);
    background: linear-gradient(#f6b26b, #b45f06);
    padding: 5px 23px;
    border-radius: 5px;
    color: #fff;
    margin-top: 8px;
    width: auto;
    display: inline-block;
    font-weight: bold;
}

.smalltext, .navigation, .post .post_head span.edited_post, .post .post_head, .post .post_author div.author_statistics, .red_alert, .postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active, ul.thread_tools li, table, .pagination, .pm_alert, #container {
    font-size: 14px;
}