/*  
Theme Name: Incurable Optimist
Theme URI: http://www.freelancemvc.net
Description: Patrick the Incurable Optimist (MNDA)
Version: 1.0
Author: Steve Chadaway
Author URI: http://www.freelancemvc.net
*/

/* basic reset */

    * {
        margin: 0; padding: 0;
    }

/* site layout */

    html, body {
        height: 100%;
    }
    body {
        background: #e2dacb;
        text-align: center;
        font-family: Arial, 'Century Gothic', 'Trebuchet MS';
        font-size: 67.5%;
    }
    #container {
        margin: 0 auto;
        width: 960px;
        min-height: 100%;
        text-align: left;
        background: url(images/container_bg.gif) repeat-y top center;
    }
    #container.fullwidth {
        background: none;
        background-color: #fff;
    }
    #header {
        background: #e2dacb;
        text-align: center;
    }
    #left_col {
        margin: 10px;
        float: left;
        width: 212px;
    }
    #content {
        margin: 10px 25px;
        float: left;
        width: 446px;
    }
    #right_col {
        margin: 10px;
        float: left;
        width: 212px;
    }
    #footer {
        margin: -80px auto 0 auto;
        padding-top: 15px;
        height: 65px; width: 960px;
        background: #e2dacb;
    }
    #footer_clearer {
        clear: both;
        height: 100px;
    }

/* header specific */

    #header img {
        border-bottom: 3px solid #fff;
    }

    /* primary navigation */
    ul#nav {
        padding: 8px 0 12px 0;
        list-style: none;
        width: 100%;
    }
    ul#nav li {
        display: inline;
        font-family: 'Century Gothic', 'Trebuchet MS';
        font-size: 1.7em;
        font-weight: bold;
        color: #fff;
    }
    ul#nav li a {
        color: #fff;
    }
    ul#nav li a:hover {
        color: #f47b20;
        text-decoration: none;
    }

    ul#nav li.current_page_item a {
        color: #f47b20;
        text-decoration: none;
    }
    ul#nav a:hover span, ul#nav li.current_page_item a span {
        color: #fff;
    }


/* footer specific */

    #footer_inner {
        border-top: 1px solid #fff;
        text-align: left;
    }
    #footer_inner p {
        margin-top: 10px;
        color: #f47b20;
    }

    p#copyright {
        float: left;
    }
    p#site_by_baby {
        float: right;
        position: relative;
        width: 85px;
    }
    img#baby_logo {
        position: absolute;
    }

    /* footer nav */
    
    #footer ul {
        margin: 10px 10px;
        float: right;
        list-style: none;
        line-height: 1.7em;
    }
    #footer ul li {
        display: inline;
        color: #f47b20;
    }
    #footer ul li a {
        text-decoration: underline;
    }

/* content tags */

    h1, h2 {
        padding: 3px 8px;
        background: #f47b20; color: #fff;
        font-size: 1.5em;
        font-weight: bold;
        display: inline-block;
        zoom:1; *display: inline; /* IE7 inline-block */
    }
    h3 {
        padding: 3px 8px;
        background: #00aaa6; color: #fff;
        font-size: 1.4em;
        font-weight: bold;
        display: inline-block;
        zoom:1; *display: inline; /* IE7 inline-block */
    }
    h4 {
        margin: 10px 0;
        color: #666;
        font-size: 1.4em;
        font-weight: bold;
    }

    p {
        margin: 10px 0;
        color: #666;
        font-size: 1.1em;
        line-height: 1.5em;
    }

    a {
        color: #f47b20; 
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    h1 a, h2 a, h3 a {
        color: #fff;
    }

/* left/right col specific */

    #left_col ul, #right_col ul {
        list-style-position: inside;
        color: #666;
    }
    #left_col ul li, #right_col ul li {
        margin-bottom: 5px;
        font-size: 1.1em;
        line-height: 1.7em;
    }

/* posts */

    .post {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #ccc;
    }

    .navigation {
        margin-bottom: 4px; padding: 3px 0;
        background: #ccc;
        text-align: center;
        color: #fff;
    }
    .navigation a {
        color: #fff;
        font-size: 1.1em;
        font-weight: bold;
    }

/* comments */

    h3#comments {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    ul.commentlist {
        margin-bottom: 30px;
        list-style: none;
    }
    ul.commentlist li {
        margin: 20px 0;
    }
    ul.commentlist p.comment {
        margin-bottom: 10px; padding-top: 5px;
        border-top: 2px solid #ccc;
        text-align: right;
    }

/* comment form */

    textarea#comment {
        width: 100%;
    }

/* panels */

    .panel {
        margin-bottom: 15px;
    }
    .panel ul {
        margin: 10px;
        list-style-position: inside;
    }

/* social feeds panel */

    #social_feeds {
        background: #e2dacb;
        height: 80px;
    }

/* twitter feed */

    ul.twitter-hash-tag-widget {
        margin: 10px 0;
        list-style: none;
    }
    #left_col ul.twitter-hash-tag-widget li {
        margin-bottom: 15px;
        font-size: 0.9em;
        clear: both;
    }
    ul.twitter-hash-tag-widget li img {
        padding: 0 0 5px 0;
        float: left;
        border: none;
        width: 48px; height: 48px;
    }
    ul.twitter-hash-tag-widget li p {
        margin: 0 0 14px 0; padding: 4px 6px 4px 16px;
        float: right;
        width: 140px;
        overflow: hidden;
        background: url(images/twitter_arrow.gif) no-repeat top left #e0f3fa;
    }
    ul.twitter-hash-tag-widget li.view-all {
        clear: both;
    }

/* portrait gallery */

    #portrait_gallery {
        margin: 20px;
    }
    #portrait_gallery h1 {
        margin-bottom: 20px;
        font-size: 2em;
        float: left;
    }
    #gallery_smallprint {
        margin-left: 20px;
        float: left;
    }

    #gallery_clearer {
        clear: both;
    }
    #gallery_holder {
        width: 920px;
    }
    .portrait_thumb {
        margin: 0 20px;
        width: 190px; min-height: 400px;
        float: left;
    }
    .portrait_no {
        margin: 0; padding: 0 0 0 3px;
        font-size: 1em;
        font-weight: bold;
        color: #f47b20;
        text-align: left;
    }
    .portrait_thumb img {
        border: 4px solid #f47b20;
    }
    .portrait_name {
        padding: 2px;
        font-size: 1.1em;
        font-weight: bold;
        color: #fff;
        background: #f47b20;
        text-align: center;
    }
    .portrait_caption {
        font-size: 1em;
        height: 50px;
        text-align: center;
    }
    .ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
        background-color: #f47b20 !important;
    }
    
/* next/latest portrait */

    .sidebar_portrait {
        position: relative;
    }
    .sidebar_portrait .hdr {
        position: absolute;
        top: 0;
    }
    /*.sidebar_portrait p {
        margin: 0; padding: 5px 10px 5px 5px;
        position: absolute;
        bottom: 0;
        background: #fff;
    }*/
    .sidebar_portrait p {
        padding-bottom: 10px;
    }
    .sidebar_portrait img {
        border: none;
    }

/* social panel */

    #social_panel {
        margin: -10px -10px 10px -10px;
        padding-bottom: 10px;
        background: #e2dacb;
        width: 232px;
    }
    #social_panel_inner {
        padding: 5px 0;
        border-top: 3px solid #f47b20;
        border-bottom: 3px solid #f47b20;
        position: relative;
    }
    #social_holder {
        padding-top: 18px;
        position: absolute;
        right: 0; top: 0;
    }
