/*  Theme Name: Daily Pfennig
    Template: twentysixteen
	Author:       Austin Web Works
	Author URI:   http://austinwebworks.com
    Version: 1.0
 */
body { margin: 0px; padding: 0px; 
       background: url('images/gradient.png');
       background-repeat: repeat-x;
       background-color: #126986;
       background-attachment: fixed;
       font: 14px Helvetica, Arial, sans-serif;
       line-height: 20px;
       color: #000;
}
#menu { width: 1040px; margin: auto; height: 90px; padding: 0px 10px 0px 10px; }
#menu .logo { float: left; margin-top: 24px; font-family: 'Spectral', serif; font-size: 2em; }
#menu .nav { float: right; margin-top: 50px; }
.main-navigation li { border: none; }
#menu a { color: #fff; }
.site { background: #fff; width: 1040px; margin: auto; }
.site-content {
    padding: 4.5455%;
}
.site .avatar { border-radius: 0; }

.firstpost {
    background-color: #126986;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #666;
    margin-bottom: 50px;
}
    .firstpost .title {
        color: #fff;
        font-size: 34px;
        line-height: 34px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: none;
    }
    .firstpost .title a { color: #fff; }
.orange {
    color: #f47234;
}
.firstpost .info { margin-bottom: 18px; font-size: 1.1em; }
    .firstpost .info a {
        color: #fff;
        text-decoration: underline;
    }

.more-link {
    display: none;
}
.firstpost .readmore { font-size: 16px; color: #fff; text-decoration: none; }

.otherpost { margin-top: 30px; border-bottom: 1px solid #ddd; }
.otherpost .avatar {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 0px; margin: 0px;
}
.otherpost .title { font-size: 24px; color: #000; line-height: 24px; font-weight: bold; margin-bottom: 18px; }
.otherpost .title a { color: #000; }
.otherpost .info {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    margin-bottom: 14px;
    margin-top: -11px;
    color: #999;
    width: 100%;
}
.otherpost .info a { color: #008444; }
.otherpost .readmore {
    color: #008444;
    text-decoration: underline;
    margin-bottom: 30px;
}
.otherpost .col-md-10 { margin-bottom: 30px; }

.widget.widget_search { border-top: 0px; }

.sidebar input[type="search"] {
    border: 1px solid #ddd;
    padding: 10px 10px;
    outline: none;
    overflow: hidden;
    font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    margin-bottom: 0px;
    width: 198px !important;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #eee;
}
#secondary { text-align: center; border-left: 1px solid #ddd; padding-left: 10px; font-size: 12px; }
.search-submit { display: none; }

button.frm_button_submit {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    background: #008444 !important;
    border: 0 !important;
    border-bottom: 1px solid #444 !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: normal !important;
    font-style: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
    line-height: 20px !important;
    font-family: Helvetica, Arial, sans-serif !important;
}
.frm_style_formidable-style.with_frm_style .form-field { margin-bottom: 0px !important; }
footer { background-color: #000; color: #fff; padding: 20px; }
footer .site-info { color: #fff; font-size: 10px; }

.subheader { font-size: 24px; margin-bottom: 20px; }

h3 {
    font-size: 25px !important;
    line-height: 34px !important;
    margin-bottom: 20px !important;
    font-weight: normal !important;
}
ul.archives { margin-left: 40px; }
ul.archives li { line-height: 2em; }
ul.archives li a { color: #008444; }