/*
Theme Name: Adams Graphic Design Theme
Theme URI: http://adams-graphic-design-advertising-agency.com/
Description: Custom theme matching Adams Graphic Design & Advertising Agency website design
Author: Adams Graphic Design
Version: 1.0
*/

/* Original site CSS */
h1 { color: #1b2538; font-style: italic; font-size: 10px; font-family: Verdana, Arial, "Trebuchet MS" }
h2 { color: #1b2538; font-size: 11px; font-family: Verdana, Arial, "Trebuchet MS"; margin: 5pt }
p { color: #1b2538; font-weight: normal; font-size: 10px; font-family: Verdana, Verdana, Verdana; margin: 5pt }
h3 { color: #3f5682; font-weight: normal; font-size: 8.5px; font-family: Verdana, Arial, "Trebuchet MS" }
h4 { color: #1b2538; font-style: italic; font-weight: 600; font-size: 11px; font-family: Verdana, Arial, "Trebuchet MS" }

/* Body styling from original */
body {
    background-color: #FFFFFF;
    background-image: url('../../../images/website-design-bg-slice.jpg');
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, "Trebuchet MS";
    font-size: 10px;
    color: #1b2538;
}

/* Link colors from original */
a:link { color: #51618B; }
a:visited { color: #252077; }
a:hover { color: #1b2538; }

/* Main container */
.main-table {
    width: 780px;
    margin: 0 auto;
    border: 0;
    border-collapse: collapse;
}

/* Content area styling */
.content-area {
    background-image: url('../../../images/graphic-design-advertise-08.jpg');
    background-repeat: repeat-y;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

/* Blog post styling */
.blog-post {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3f5682;
}

.blog-post:last-child {
    border-bottom: none;
}

.post-title {
    color: #1b2538;
    font-size: 12px;
    font-family: Verdana, Arial, "Trebuchet MS";
    font-weight: bold;
    margin: 5pt;
}

.post-title a {
    color: #1b2538;
    text-decoration: none;
}

.post-title a:hover {
    color: #51618B;
    text-decoration: underline;
}

.post-meta {
    color: #3f5682;
    font-size: 8.5px;
    font-family: Verdana, Arial, "Trebuchet MS";
    margin: 5pt;
}

.post-excerpt {
    color: #1b2538;
    font-size: 10px;
    font-family: Verdana, Arial, "Trebuchet MS";
    margin: 5pt;
}

.read-more {
    color: #51618B;
    font-size: 9px;
    margin: 5pt;
}

/* Pagination */
.pagination {
    text-align: center;
    margin: 15px 0;
    padding: 10px 0;
}

.pagination a {
    color: #51618B;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 5px;
}

.pagination a:hover {
    color: #1b2538;
    text-decoration: underline;
}

/* Single post */
.single-post-content {
    padding: 10px;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
}

/* Footer nav styling */
.footer-nav {
    text-align: center;
}

.footer-nav h3 {
    color: #3f5682;
    font-weight: normal;
    font-size: 8.5px;
    font-family: Verdana, Arial, "Trebuchet MS";
}

.footer-nav a {
    color: #51618B;
}
