/*
Theme Name: ecoPhoto
Theme Version: 1.1
Theme Style: Photoblog, Photo portfolio
Theme URI: http://idesigneco.com/themes/ecophoto
Description: A versatile photo-portfolio.
Author: iDesignEco
Author URI: http://idesigneco.com

Copyright 2010, idesigneco.com
*/

body {
        background-color: #161616;
        
        margin: 0;
        padding: 0;
        font-family: Helvetica, Arial;
        font-size: 12px;
        line-height: 20px;
        color: #eee;
}

#background {
        background-repeat: no-repeat;
        background-attachment: fixed;
        
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 0;
        z-index: -1;
        text-align: center;
}

#wrap {
        width: 1125px;
        margin: 0px auto 0 auto;
        overflow: hidden;
        z-index: 2;
}

#header {
        margin: 0;
}
        #header .logo {
                float: left;
                color: #333;
        }
        #header .logo p {
                font-size: 10px;
                margin: 0;
        }
        .nav {
                z-index: 3;
                position: absolute;
                left: 0;
                top: 100px;
        }
        .nav ul {
                margin: 0;
                padding: 0;
                list-style-type: none;
        }
        .nav li {
                margin-bottom: 20px;
        }
        .nav li a {
                background: #000;
                padding: 10px 14px 10px 14px;
                font-weight: bold;
                font-size: 14px;
                color: #fff;
                text-transform: uppercase;
        }

        .nav li a:hover, .nav .current_page_item a {
                color: #ccc;
        }
        .nav li ul {
                display: none;
        }

        .nav_categories {
                overflow: hidden;
                margin: 15px 0 15px 0;
        }
        .nav_categories ul li {
                display: inline;
                margin: 0 20px 0 0;
                font-size: 12px;
        }
        .categories .current_cat a, .categories a:hover {
                background: #000000;
        }

#main {
        margin-top: 30px;
        z-index: 5;
}

#content {
        width: 80%;
        float: left;
}
        /* different content widthes based on sidebar visibility preferences */
        .nosidebar #content {
                float: none;
                width: auto;
        }
        .frontpage {
                overflow: hidden;
        }
        .frontpage #footer, .frontpage .copyright {
                display: none !important;
        }

#sidebar {
        width: 18%;
        float: right;
}


#footer {
        overflow: hidden;
        margin-top: 10px;
}
        #footer .content {
                margin: 20px;
        }
        #footer, #footer #a, .copyright a, .copyright {
                color: #fff;
        }

#footerbar .widget {
        width: 28%;
        margin-right: 40px;
        float: left;
}
        .widget input {
                display: block;
                border: 0;
        }

        .copyright {
                background: #000;
        }
        .copyright .text {
                margin: 8px;
                width: 30%;
                float: left;
        }

        #idesigneco {
                text-align: right;
                width: 30%;
                float: right;
                margin: 8px;
        }


        .frontpage #copyright {
                margin: 0;
                position: absolute;
                left: 0;
                bottom: 119px;
                padding: 3px 5px 3px 3px;
        }
                .frontpage #copyright p {
                        margin: 0;
                        padding: 0;
                }
        .frontpage #idesigneco {
                width: 95px;
                margin: 0;
                position: absolute;
                right: 0;
                bottom: 119px;
                padding: 3px 3px 3px 5px;
        }
        .frontpage #copyright, .frontpage #idesigneco {
                background: #000;
                display: block;
                width: auto;
                height: 20px;
                overflow: hidden;
        }
        .frontpage #copyright span {
                font-size: 18px;
                float: left;
                margin: 0 5px 0 2px;
        }
/* ________________________________________________________ */

.post {
        background: #000;
        padding: 10px;
        margin: 0 0 50px 0;
}
        .post .title {
                margin: 0;
                letter-spacing: -2px;
        }
        .post .text {
                overflow: hidden;
        }
        .post .text a {
                text-decoration: underline;
        }
        .post .text h1, .post .text h2, .post .text h3, .post .text h4 {
                margin: 35px 0 10px 0;
        }

        
        .post .meta, .post .postmetadata {
                margin: 0px 0 20px 0;
                overflow: hidden;
        }
        .post .postmetadata {
                background: #111;
                margin-top: 30px;
                font-weight: normal;
                font-size: 10px;
                list-style-type: none;
        }
        .post .meta p {
                padding: 0;
                margin: 0;
        }
        .post .meta .tags {
                background: url('images/ico_tag.png') no-repeat;
                background-position: 0px 6px;
                float: right;
                padding-left: 16px;
                min-height: 12px;
                font-size: 11px;
        }
        .post .bigpic {
                text-align: center;
                overflow: hidden;
                margin-bottom: 10px;
        }

#filmstrip {
        background: #000;
        
        position: absolute !important;
        overflow: hidden;
        
        left: 0;
        bottom: 0;
        width: 100% !important;
        height: 100px;
}
        #filmstrip ul li {
                position: relative;
        }
        #filmstrip ul li .content {
                display: none;
        }
        #filmstrip ul .sel {
                background: url('images/arrow.png') no-repeat;
                background-position: top center;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 9px;
        } 

        /* Filmstrip carousel */
        .jcarousel-skin-ecophoto .jcarousel-container {
                overflow: hidden;
        }

        .jcarousel-skin-ecophoto .jcarousel-container-horizontal {
                padding: 10px 40px;
        }

        .jcarousel-skin-ecophoto .jcarousel-clip-horizontal {
                padding: 0 !important;
        }

        .jcarousel-skin-ecophoto .jcarousel-item {
                width: 100px;
                height: 75px;
        }

        .jcarousel-skin-ecophoto .jcarousel-item-horizontal {
                margin-right: 10px;
        }

        .jcarousel-skin-ecophoto .jcarousel-item-placeholder {
                background: #fff;
                color: #000;
        }

        /**
         *  Horizontal Buttons
         */
        .jcarousel-skin-ecophoto .jcarousel-next-horizontal {
                background: transparent url('images/bt_right.png') no-repeat 0 0;
                position: absolute;
                top: 0px;
                right: 0;
                width: 35px;
                height: 100px;
                cursor: pointer;
        }

        .jcarousel-skin-ecophoto .jcarousel-prev-horizontal {
                background: transparent url('images/bt_left.png') no-repeat 0 0;
                position: absolute;
                top: 0;
                left: 0;
                width: 35px;
                height: 100px;
                cursor: pointer;
        }

#snippetbox {
        background: #000;
        width: 450px;
        height: 120px;
        position: absolute;
        bottom: 120px;
        overflow: hidden;
        color: #fff;
}
        #snippetbox a {
                color: #fff;
        }
        #snippetbox h2 {
                margin: 0;
        }
        #snippetbox .content {
                width: 95%;
                position: absolute;
                margin: 10px;
                font-size: 11px;
        }
        #snippetbox p {
                margin: 5px 0 0 0;
        } 

.about {
        margin-top: 20px;
}
        .about .title {
                text-transform: uppercase;
        }

/* ________________________________________________________ */
        

.sticky {
        background: #f7f7f7;
        padding: 0 10px 10px;
        }
.sticky h2 {
        padding-top: 10px;
        }

#respond, #comments {
        margin-top: 50px;
}

#respond textarea {
        width: 95% !important;
}

.commentlist li ul li {
        
}

.commentlist li {
        font-weight: bold;
        background: #fff;
        padding: 6px;
        margin-bottom: 10px;
}

.commentlist li .avatar { 
        float: right;
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 1.1em;
        }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        }


.commentmetadata {
        font-weight: normal;
        }


/* ________________________________________________________ */

.widget {
        background: #000;
        color: #fff;
        padding: 6px;
}
.widget ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
        .widget .widgettitle, .widget .title {
                text-transform: uppercase;
        }
        .widget ul li {
                border-bottom: 1px solid #111;
        }

.widgetbanners {
        list-style-type: none;
        padding: 0;
        margin: 0;
}
        .widgetbanners li {
                display: inline;
                margin: 2px 2px 2px 0;
        }
#sidebar .widget {
        margin-bottom: 35px;
        clear: both;
}

.ide_widget_ecosocial {
        overflow: hidden;
}
        .ide_widget_ecosocial li {
                border: 0 !important;
        }
        .ide_widget_ecosocial ul {
                background: none;
                list-style-type: none;
                width: 28%;
                padding: 0 !important;
                float: left;
        }
        .ide_widget_ecosocial .list {
                margin: 20px 0 0 10px;
        }
        .ide_widget_ecosocial .list li {
                margin-bottom: 6px;
        }
        .ide_widget_ecosocial .list li .sel {
                font-weight: bold;
        }

        .ide_widget_ecosocial .stats {
                width: 60%;
                float: right;
                margin: 15px 15px 15px 0;
                text-align: center;
                overflow: hidden;
        }
                .ide_widget_ecosocial .stats li {
                        display: none;
                        overflow: hidden;
                        text-align: center;
                }
        .ide_widget_ecosocial .stats .caption {
                display: block;
        }
        .ide_widget_ecosocial .stats .twitter p {
                font-size: 10px !important;
                color: #666 !important;
        }
        .ide_widget_ecosocial .stats .twitter .twtr-ft {
                display: none;
        }
        .ide_widget_ecosocial a {
                color: #fff !important;
        }


/* ________________________________________________________ */

a {
        text-decoration: none;
        color: #eee;
}
a:hover {
        color: #666;
}

a img {
        border: 0;
}

h1,h2,h3, h4 {
        margin: 0 0 10px 0;
        font-size: 38px;
        font-weight: normal;
        color: #fff;        
}
        h1 a, h2 a, h3 a, h4 a {
                color: #fff;        
        }
h1 {
        letter-spacing: -1px;
        line-height: 38px;
        font-size: 32px;
}
h2 {
        font-size: 18px;
}
h3 {
        font-size: 16px;
        font-weight: bold;
}
h4 {
        font-size: 14px;
        font-weight: bold;
}

input, select, textarea {
        border: 1px solid #333;
        padding: 6px;
        font-family: Helvetica, Arial;

        font-size: 14px;
        color: #1c1c1c;        
}

blockquote {
        background: #efefef;
        padding: 1px 5px 1px 5px;
        font-family: Georgia, Helvetica, Arial;
        font-style: italic;
}
blockquote blockquote {
        margin: 5px;
        padding: 5px;
        clear: both;
}

acronym, abbr, span.caps {
        font-size: 0.9em;
        letter-spacing: .07em;
}


.alignleft {
        float: left;
        margin: 5px 10px 5px 0;
}
.alignright {
        float: right;
        margin: 5px 0 5px 10px;
}
.aligncenter,
div.aligncenter {
        display: block;
        margin: 10px auto;
        text-align: center;
}
img.alignleft {
        float: left;
        margin: 5px 10px 5px 0;
}
img.alignright {
        float: right;
        margin: 5px 0 5px 10px;
}
img.aligncenter {
        display: block;
        margin: 10px auto;
        text-align: center;
}
.wp-caption {
        background-color: #f3f3f3;
        border: 1px solid #ddd;
        padding-top: 4px;
        text-align: center;        
}
.wp-caption img {
        border: none;
        margin: 0;
        padding: 0;
}
.wp-caption p.wp-caption-text {
        color: #111;
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
}

.noul {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
.button, #searchsubmit {
        background: #222;
        width: auto;
        padding: 4px 15px 4px 15px;
        border: 0;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
}
a.button:hover {
        background: #222;
        color: #fff;
}

.clear {
        clear: both;
        line-height: 0;
        padding: 0;
        margin: 0;
}
