/*
Theme Name: BCS
Theme URI: http://bcservice.net
Description: Custom Theme for Business Computers and Service, Inc.
Version: 1.0b
Author: Erik Teichmann
Author URI: http://www.eriktdesign.com
*/

/* Import 960 grid */
@import url("css/reset.css");
@import url("css/960.css");
@import url("navigation.css");
/*@import url("css/slider.css");*/

/* Fonts */
@font-face {
    font-family: "League Gothic";
    src: url('league.otf');
}


/* =Structure */

body {
    background: url('images/content-background.jpg') top fixed no-repeat #e3e3e3;
    font-family: Georgia;
    line-height: 1.5em;
    color: #231f20;
font-size: 90%;
}

#header_container {
    height: 165px;
    background: url('images/header-background.png') repeat-x;
    margin-bottom: 40px;
}

    #logo h1 {
        text-indent: -999em;
        width: 340px;
        height: 115px;
        background: url('images/logos.png') no-repeat;
        margin-bottom: 10px;
        /*margin-left: -40px;*/
    }

        #logo h1 a {
            width: 140px;
            height: 115px;
            display: block;
        }

    #header_right {
        text-align: right;
        vertical-align: bottom;
        margin-top: 20px;
    }

    #site_nav {
        margin-bottom: 15px;
    }

    #site_nav li {
        color: #ffffff;
        font-style: italic;
        list-style: none;
        display: inline;
    }

    #site_nav li:after {
        content: " | ";
    }

    #site_nav li:last-child:after {
        content: "";
    }

#content {

}

    #slider {
        overflow: hidden;
        margin-bottom: 10px;
    }

        #slider img {
            width: 450px;
            height: auto;
        }

    .slide {
        float: left;
        position: relative;
    }

        /*.excerpt {
            background: rgba(0, 0, 0, .75);
            color: #fff;
            position: absolute;
            bottom: 0px;
            padding: 0px 15px;
            margin: 5px;
            font-size: .88em;
            line-height: 1.32em;
            }*/

    #content img {
        border: 5px solid #03243f;
    }

    #content_right {
        margin-bottom: 10px;
    }

img.noborder {
border: none;
}

.alignleft {
float: left;
margin-right: 10px;
}
.alignright {
float: right;
margin-left: 10px;
}

    .clear {
        clear: both;
    }

    .content_sub {
        margin-top: 20px;
    }

    #content .post {
        margin-top: 20px;
    }

        #blog .post.excerpt h2 {
            font-size: 1.88em;
        }

        #blog .post.excerpt.featured h2 {
            font-size: 4.25em;
        }

            #blog .post.excerpt.featured img {
                margin-bottom: 20px;
            }

        #blog .post.excerpt {
            clear: both;
        }

        #blog .post.excerpt .thumbnail {
            float: left;
            margin-right: 10px;
        }

        p.meta {
            font-style: italic;
        }

            .post.excerpt {
                margin-bottom: 40px;
            }


#sidebar {

}

#footer_container {
    margin-top: 40px;
    background: #002d4f url('images/footer-background.png') repeat-x top;
    /*min-height: 465px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .88em;
    line-height: 1.32em;
    color: #ffffff;
}

.recent_posts li {
    margin-bottom: 20px;
}
.recent_posts li .recent_meta {
    font-style: italic;
}

.social_networking li {
    display: inline;
    margin-right: 5px;
}

#success_image img {
    border: 5px solid #6fbb44;
    width: 210px;
    height: auto;
}

#success_image, #success_story {
    margin-bottom: 20px;
}

ul#partners {
clear: both;
}

ul#partners li {
display: inline;
}

.widget {
    overflow: auto;
    height: 1%;
}

.copyright {
    margin-top: 20px;
}

/* =Forms */

.button:hover {
    cursor: pointer;
}

.button:active {
    background-position: bottom left;
}



#search {
    margin: 0;
    vertical-align: baseline;
    padding: 0;
    height: 30px;
}

    #search_query {
        width: 208px;
        height: 18px;
        border-bottom: 1px solid #cfcfcf;
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #aaa;
        border-top: 1px solid #aaa;
        font-family: Georgia;
        font-style: italic;
        color: #666666;
        font-size: 1em;
        padding: 5px;
        margin: 0;
        vertical-align: bottom;
    }

    #search_submit {
        width: 61px;
        height: 30px;
        background: url('images/search-button.png') no-repeat;
        border: none;
        text-indent: -999em;
        padding: 0;
        margin: 0;
    }

#email {
    height: 30px;
}

    #email_address {
        width: 300px;
        height: 18px;
        border-bottom: 1px solid #cfcfcf;
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #aaa;
        border-top: 1px solid #aaa;
        font-family: Georgia;
        font-style: italic;
        color: #666666;
        font-size: 1em;
        margin: 0;
        padding: 5px;
    }

    #email_submit {
        width: 140px;
        height: 30px;
        background: url('images/signup-button.png') no-repeat;
        border: none;
        text-indent: -999em;
        padding: 0;
        margin: 0;
    }

/* =Typography */

h2, h3, h4 {
    font-family: "League Gothic";
    font-weight: normal;
    text-transform: uppercase;
    color: #6fbb44;
    line-height: 100%;
    margin-bottom: 10px;
}

h2 a:hover, h3 a:hover, h4 a:hover {
    color: #03243f;
}

h2 span, h3 span, h4 span {
    color: #03243f;
    font-style: normal;
}

    #footer h3 span {
        color: #fff;
    }

    #footer h3 a {
        color: #6fbb44;
    }

    #footer h5 a {
        color: #fff;
    }

    #footer h5 a:hover {
        color: #6fbb44;
    }

h2 {
    font-size: 3.375em;
}

h3 {
    font-size: 2.25em;
}

    #sidebar h3 {
        margin-top: 20px;
    }

h4 {
    font-size: 1.692em;
}

h5 {
    font-size: 1.13em;
    font-weight: normal;
}

h6 {

}

a {
    text-decoration: none;
    color: #6fbb44;
}

    #header a, #footer a {
        color: #aaa;
    }

        #header a:hover, #footer a:hover {
            color: #fff;
        }

#content p {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .alt {
        background: #cccccc;
    }

    .entry a {
        text-decoration: underline;
    }

    p.meta {

    }

    blockquote {

    }

    strong {
        font-weight: bold;
    }

    em {
        font-style: italic;
    }

    .entry dt {
        font-weight: bold;
        padding-top: 10px;
    }

    .entry dd {
        font-style: italic;
        padding-bottom: 10px;
    }

    .entry ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .entry ul li {
        padding-left: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: transparent url('images/icons/bullet.png') no-repeat 4px 5px;
    }

    .entry ul.check li {
        background: transparent url('images/icons/check.png') no-repeat 0px 4px;
    }

    .entry ol {
        list-style-type: decimal;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 30px;
    }

    .entry ol li {
        margin-top: 10px;
        margin-bottom: 10px;
        list-style-position: outside;
    }

/* =Comments */

.commentlist li {
    margin: 20px 0px;
}

#respond {
    margin: 40px 0px;
}

img.avatar {
    float: left;
}

.commentlist p.author, .commentlist p.time {
    /*margin-left: 80px;*/
}

.commentlist p.author {
    font-family: "League Gothic";
    color: #03243f;
    text-transform: uppercase;
    font-size: 1.88em;
    margin-bottom: 0px !important;
}

.commentlist p.time {
    font-style: italic;
    margin-top: 0px !important;
}

.comment-meta, .comment-text {
    margin-left: 80px;
}

#commentform p {
    margin-bottom: 0px !important;
}

#commentform input[type="text"], #commentform textarea {
    width: 460px;
    height: 20px;
    font-family: Georgia;
    font-size: 1em;
}

#commentform textarea {
    height: 250px;
}

/* =Webcollage */
#showcase {
    /*width: 100%;*/
    background: #fff;
    padding: 20px;
}
#showcase > * {
position: relative;
margin: 100px !important;
}