
body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 62.5%;
    background: #e81717
}

#header {
    background: #1c1c1c;
    height: 110px;
}

    #header h1 a {
        display: block;
        height: 76px;
        background: #1c1c1c url("../images/logo-main.png") center center no-repeat;
        text-indent: -9999em;
        position: relative;
        top: 20px;
    }
    
    #header ul li {
        margin-top: 35px;
        border: 1px solid #1c1c1c;
        width: 138px;
    }
    
    #header ul li a {
        display: block;
        text-align: center;
        height: 32px;
        text-indent: -9999em;
        background-color: #1c1c1c;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 3px 0;
        border-top: 1px solid #1c1c1c;
    }
    
    #header ul li:hover {
        border-color: #151515;
    }
    
    #header ul li a:hover {
        background-color: #313131;
        border-color: #444;
    }
    
    #header ul li#nav-services  a { background-image: url("../images/nav-services.png");  }
    #header ul li#nav-portfolio a { background-image: url("../images/nav-portfolio.png"); }
    #header ul li#nav-contact   a { background-image: url("../images/nav-contact.png");   }
    #header ul li#nav-journal   a { background-image: url("../images/nav-journal.png");   }

.container_12 {
    font-size: 1.4em;
    line-height: 1.6;
}

h2 {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-weight: normal;
    font-size: 1.7em;
    line-height: 1.0;
    margin-bottom: 20px;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 10px;
}

p {
    margin-bottom: 1.6em;
}

a.feed {
    text-decoration: none;   
}

    a.feed img {
        position: relative;
        top: 2px;
    }

blockquote {
    margin-left: 0.75em;
    padding-left: 0.75em;
    border-left: 1px solid #1c1c1c;
    font-size: 0.9em;
}

ul {
    list-style-type: square;
    list-style-position: inside;
    list-style-image: url("../images/list-star-gray.png");
}

ul.col_2 li {
    width: 50%;
    float:left;
}

#upper-content {
    background: #ffc030 url("../images/gold-border.png") top center repeat-x;
    margin-top: 0;
    text-shadow: #ffdd46 0px 1px 0px;
}
 
    #upper-content h2,
    #upper-content p,
    #upper-content a {
        color: #1c1c1c;
    }

    #upper-content p.empty_list {
        padding: 15px;
        text-align: center;
        color: #6b5114;
    }

    #upper-content h2 {
        font-size: 2.04em;
    }
    
    #upper-content h2.dim {
        color: #6b5114;
    }
    
    #upper-content h2 a {
        text-decoration: none;
    }
    
    #upper-content h2 a:hover {
        text-decoration: underline;
    }
    
    #upper-content blockquote {
        border-color: #d5a128;
    }
    
    #upper-content dl .dl-group {
        border-top: 1px solid #d5a128;
        text-align: right;
        padding: 5px 0 25px 0;
        clear: both;
    }

    #upper-content dl .dl-group:first-child {
        border-top: none;
    }
    
    #upper-content dl dt {
        color: #6b5114;
        width: 140px;
        margin-right: 15px;
        text-align: right;
        float: left;
    }
    
    #upper-content dl dd {
        float: right;
        width: 220px;
        text-align: left;
    }
    
    #upper-content code {
        font-family: Monaco, "Lucida Console", monospace;
    }
    
    #upper-content pre code {
        margin-bottom: 1em;
        display: block;
        background: #333;
        color: white;
        padding: 5px 8px;
    }

#lower-content {
    background: #eaeaea url("../images/gray-border.png") top center repeat-x;
    color: #333;
    padding: 25px 0 25px 0;
    text-shadow: #fff 0px 1px 0px;
}
 
    #lower-content a {
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #333;
    }

    #lower-content .extension {
        background: transparent url("../images/gray-gold-extension.png") top left no-repeat;
        float: left;
        width: 300px;
        margin: -58px 0px 0 0px;
        padding: 14px 10px 0 10px;
    }
    
    #lower-content .extension.prefix_8 {
        margin-left: 640px;
    }
    
    #lower-content .more {
        text-align: right;
        font-size: 0.85em;
    }

.styled-form {

}

    .styled-form label {
        display: block;
        font-size: 0.9em;
        margin-top: 0.5em;
    }
    
    .styled-form input[type=text],
    .styled-form textarea {
        padding: 4px;
        width: 290px;
        font-size: 100%;
    }
    
    .styled-form textarea {
        width: 450px;
        height: 10em;
        font-family: inherit;
    }
    
    .styled-form p.submit-buttons {
        /*border-top: 1px solid white;
        padding: 5px;
        background-color: #eaeaea;*/
        margin-top: 0.5em;
    }
    
    .styled-form ul.errorlist {
        margin-left: 15px;
        color: #e81717;
        list-style-image: none;
        list-style-type: disc;
        font-size: 0.9em;
        margin-bottom: 0;
    }
    
        .styled-form ul.errorlist li {
            margin: 0;
        }

#footer {
    background: #e81717 url("../images/red-border.png") top center repeat-x;
}

    #footer > div {
        background: transparent url("../images/red-splatter.png") top right no-repeat;
        padding: 15px 0 15px 0;
        height: 100px;
    }

    #footer p {
        text-align: right;
        color: white;
        font-size: 0.85em;
        line-height: 1.4;
        text-shadow: #780c0c 0px 1px 1px;
    }
    
    #footer p a {
        color: white;
        text-decoration: none;
    }

/* HOMEPAGE
***************************************/

body.homepage #upper-content #services-image {
    background: transparent url("../images/homepage-gold.png") top left no-repeat;
    height: 223px;
    position: relative;
    left: -40px;
    width: 680px;
}

    body.homepage #upper-content #services-link {
        display: block;
        width: 120px;
        position: absolute;
        top: 134px;
        left: 193px;
        width: 152px;
        height: 42px;
        text-indent: -9999em;
    }

body.homepage #lower-content #portfolio-promo {
    text-align: center;
    position: relative;
    height: 148px;
}

body.homepage #lower-content #portfolio-promo a {
    border: none;
}
    
body.homepage #lower-content #portfolio-promo img {
    border: 2px solid #b9b9b9;

}

.facebook-container {
    background: #3a5896;
    padding: 20px;
    margin-top: 50px;
    border-bottom: 1px solid #25385F;
    cursor: pointer;
}

    .facebook-container img {
        float: left;
        margin-right: 10px;
    }
    
    .facebook-container p {
        margin: 0;
    }

    #upper-content .facebook-container a {
        color: white;
    }

.basecamp-login-container {
    background: #ffe34a;
    padding: 20px;
    margin-top: 50px;
    border: 1px solid #ffa219;
}

    .basecamp-login-container img {
        float: left;
        margin-right: 10px;
    }
    
    .basecamp-login-container p {
        margin: 0;
    }
    
    .basecamp-login-container h2 {
        margin-bottom: 10px;
    }

    #upper-content .basecamp-login-container a {
        color: #333;
    }

/* JOURNAL
***************************************/

body.journal #upper-content div.container_12 {
    background: transparent url("../images/journal-splatter.png") 60px top no-repeat;
    padding: 20px 0 50px 0;
}

body.journal #upper-content .entry {
    border-bottom: 1px solid #d5a128;
    margin-bottom: 20px;
}

body.journal .entry h2 {
    margin-bottom: 5px;
}

body.journal .entry .meta {
    font-size: 0.80em;
    color: #6b5114 !important;
}

body.journal .entry .meta a {
    color: #6b5114 !important;
}

body.journal .comment {
    margin-bottom: 1.6em;
    border: 1px solid #ccc;
    background: #fff;
}
    
    body.journal .comment p {
        padding: 5px 10px;
        margin-bottom: 0.6em;
    }
    
    body.journal .comment p.meta {
        background: #1c1c1c;
        text-shadow: black 0px 1px 0;
        color: white;
        font-style: italic;
        border-top: 1px solid #333;
    }
    
    body.journal #lower-content .comment p.meta a {
        color: white;
        border-bottom: 1px dotted white;
    }
    
    body.journal .comment p.meta span {
        float: right;
        font-style: normal;
    }
    
    body.journal .comment.author p.meta {
        background: #ffc030;
        border-top: 1px solid #ffa219;
        text-shadow: #ffdd46 0px 1px 0;
        color: #6b5114;
        font-weight: bold;
    }
    
    body.journal #lower-content .comment.author p.meta a {
        color: #6b5114;
        border-color: #6b5114;
    }
    
    body.journal form p.honeypot { display: none; }

body.journal #lower-content .social-bookmark-links {
    list-style-image: none;
    list-style-type: none;
}

    body.journal #lower-content .social-bookmark-links li {
        margin-bottom: 0.3em;
    }
    
    body.journal #lower-content .social-bookmark-links a {
        border: none;
    }

    body.journal #lower-content .social-bookmark-links a img {
        position: relative;
        top: 2px;
    }

/* PORTFOLIO
***************************************/

body.portfolio #portfolio-slideshow {
    height: 600px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 25px;
    background: #ddd;
    position: relative;
}

body.portfolio #portfolio-slideshow div {
    width: 100%;
    top: 25px;
}

#portfolio-slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    text-align: center;
}

#portfolio-slideshow div img {
    margin: 0 auto;
}

#portfolio-slideshow div.active {
    z-index: 10;
}

#portfolio-slideshow div.last-active {
    z-index: 9;
}

body.portfolio #upper-content {
    padding-top: 0px;
    background: #ffc030 url("../images/gold-border.png") top center repeat-x;
}

    body.portfolio #upper-content .container_12 {
        padding-top: 0;
    }

    body.portfolio #upper-content .inner {
        padding-top: 25px;
        background-image: url('../images/generic-splatter.png');
        background-repeat: no-repeat;
        background-position: 190px 0px;
    }

body.portfolio #upper-content .clear {
    height: 1px;
}

body.portfolio .portfolio-project {
    margin-bottom: 1em;
}

    body.portfolio .portfolio-project img {
        border: 2px solid #d5a128;
    }
    
    body.portfolio .portfolio-project p {
        margin-bottom: 0;
    }
    
    body.portfolio .portfolio-project p .date {
        color: #6b5114;
        float: right;
    }

/* CONTACT
***************************************/

body.contact #upper-content .container_12 {
    padding-top: 25px;
    background: transparent url("../images/journal-splatter.png") 460px top no-repeat;
}

/* SEVICES / PRICING
***************************************/

body.services #upper-content .container_12 {
    padding-top: 25px;
    background-image: url('../images/generic-splatter.png');
    background-repeat: no-repeat;
    background-position: 180px 0px;}

body.services .service {
    border-top: 1px solid #d5a128;
    padding-top: 1em;
}

body.services .preview {
    margin-bottom: 20px;
}

    body.services .preview img {
        border: 2px solid #d5a128;
    }

body.services .service .pricing {
    font-style: italic;
}

body.services .featured-service img {
    border: 2px solid #D5A128;
    margin-bottom: 15px;
}

body.services .featured-service h3 {
    font-size: 150%;
}

body.services .featured-service p.pricing {
    color: #937127 !important;
    font-weight: bold;
    text-shadow: #FFDD46 0px 1px 0px;
}

/* ERROR PAGES
***************************************/

body.error {
    background: #1c1c1c;
}

body.error #message {
    background: #1c1c1c url("../images/error-message.png") top center;
    height: 300px;
    padding-top: 50px;
    margin-top: 30px;
    color: white;
    text-shadow: black 0px 2px 0;
}

body.error #message h2 {
    text-align: center;
    margin-bottom: 40px;
}

body.error #message p {
    margin-left: 100px;
    margin-right: 100px;
}