/* Bob Loblaw Law — wp-content/themes/lawyer-pro stylesheet (period: ~2013 WordPress theme) */
/* INTENTIONALLY: dated theme CSS — fixed-width 960 wrapper, no responsive breakpoints */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #e9e9e2 url(/wp-content/themes/lawyer-pro/images/bg-texture.png) repeat;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    background: #ffffff;
    border-left: 1px solid #c9c9bd;
    border-right: 1px solid #c9c9bd;
}

#masthead {
    background: #2c3e50;
    color: #ffffff;
    padding: 22px 30px 14px 30px;
    border-bottom: 4px solid #b8941f;
}

#masthead .site-title {
    font-family: "Trajan Pro", Georgia, serif;
    font-size: 34px;
    letter-spacing: 1px;
    margin: 0;
    color: #ffffff;
}

#masthead .site-title a { color: #ffffff; text-decoration: none; }

#masthead .site-description {
    font-style: italic;
    color: #c7d0d8;
    font-size: 14px;
    margin: 4px 0 0 0;
}

#site-nav {
    background: #b8941f;
    border-bottom: 3px solid #8a6e15;
}

#site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#site-nav li { float: left; }

#site-nav a {
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    padding: 11px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

#site-nav a:hover { background: #a07f10; color: #ffffff; }

#main {
    overflow: hidden;
    padding: 24px 30px;
}

#content {
    float: left;
    width: 600px;
}

#sidebar {
    float: right;
    width: 270px;
    font-size: 13px;
}

.widget {
    background: #f4f4ee;
    border: 1px solid #ddddd0;
    padding: 14px 16px;
    margin-bottom: 22px;
}

.widget h3 {
    margin-top: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2c3e50;
    border-bottom: 2px solid #b8941f;
    padding-bottom: 6px;
}

.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { padding: 5px 0; border-bottom: 1px dotted #ccccbe; }
.widget a { color: #2c3e50; text-decoration: none; }
.widget a:hover { text-decoration: underline; }

h1.page-title, h1.entry-title {
    font-size: 26px;
    color: #2c3e50;
    margin: 0 0 4px 0;
}

h2 { font-size: 20px; color: #2c3e50; }
h3 { font-size: 16px; }

a { color: #b8941f; }

.entry-meta {
    font-size: 12px;
    color: #888;
    font-style: italic;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.post-teaser {
    border-bottom: 1px solid #e4e4d8;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.post-teaser h2 { margin-bottom: 2px; }
.post-teaser h2 a { color: #2c3e50; text-decoration: none; }

.readmore {
    display: inline-block;
    margin-top: 6px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pagination {
    margin: 24px 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.pagination a, .pagination span.current {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    margin-right: 4px;
}

.pagination span.current { background: #b8941f; color: #fff; border-color: #8a6e15; }

#colophon {
    clear: both;
    background: #2c3e50;
    color: #c7d0d8;
    padding: 22px 30px;
    font-size: 12px;
    border-top: 4px solid #b8941f;
}

#colophon a { color: #e3c66a; }

.nap {
    line-height: 1.7;
}

.btn-call {
    display: inline-block;
    background: #b8941f;
    color: #1a1a1a;
    padding: 10px 18px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #8a6e15;
}

#comments {
    margin-top: 30px;
    border-top: 2px solid #ddddd0;
    padding-top: 16px;
}

#commentform label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 10px 0 3px 0;
}

#commentform input[type=text],
#commentform input[type=email],
#commentform textarea {
    width: 90%;
    padding: 6px;
    border: 1px solid #ccc;
    font-family: Georgia, serif;
}

#commentform input[type=submit] {
    margin-top: 12px;
    background: #2c3e50;
    color: #fff;
    border: none;
    padding: 9px 20px;
    font-family: Arial, sans-serif;
    cursor: pointer;
}

.akismet-note {
    font-size: 11px;
    color: #999;
    font-style: italic;
}
