﻿@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'PacificoRegular';
    src: url('pacifico-webfont.eot');
    src: url('pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('pacifico-webfont.woff') format('woff'), url('pacifico-webfont.ttf') format('truetype'), url('pacifico-webfont.svg#PacificoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  START OF RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

input, textarea, select {
    -webkit-appearance: none;
}

p, a, div, li, ul {
    -webkit-text-size-adjust: none;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

.clear2 {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 50px;
    width: 100%;
}

body, img {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

::selection {
    background: #e4e7eb; /* Safari */
    color: #505d63;
}

::-moz-selection {
    background: #e4e7eb; /* Firefox */
    color: #505d63;
}

/*  END OF RESET */


/*  START OF STYLES */

html {
    height: 100%;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    color: #679d2d;
}

    a:hover {
        text-decoration: underline;
    }

p {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    color: #505d63;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.header p {
    text-shadow: 1px 1px 1px #fff;
}

h1 {
    font-family: Helvetica, sans-serif;
    font-size: 48px;
    color: #505d63;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
    font-family: Helvetica, sans-serif;
    font-size: 38px;
    color: #505d63;
    font-weight: bold;
    margin-bottom: 20px;
}

h3 {
    font-family: Helvetica, sans-serif;
    font-size: 28px;
    color: #505d63;
    font-weight: bold;
    margin-bottom: 20px;
}

h4 {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    color: #505d63;
    font-weight: bold;
    margin-bottom: 20px;
}

.ie7 .about_one_half_first p {
    float: left;
}

.ie7 .about_one_half {
    clear: both;
}

h5 {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    color: #505d63;
    font-weight: bold;
    margin-bottom: 20px;
}

h6 {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    color: #505d63;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e7e8;
    border-top: 1px solid #e5e7e8;
    height: 6px;
    margin-top: 20px;
}

.styled_heading {
    background-color: #ffffff;
    bottom: -.06em;
    left: -.03em;
    padding: 0px 10px 0px 0px;
    position: relative;
    top: -0.34em;
}

.ie7 .styled_heading {
    top: -.45em;
}

.highlight_text {
    background-color: #e4e7eb;
    font-size: 13px;
    color: #505d63;
    padding: 2px;
}

.signature {
    font-family: 'PacificoRegular';
    font-size: 18px;
    color: #627076;
}

.small_heading {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #505d63;
    font-weight: bold;
    padding-left: 20px;
}

img, img a {
    border: none;
}

.one_half {
    width: 48%;
    position: relative;
    margin-left: 4%;
    float: left;
}

.one_half_first {
    width: 48%;
    position: relative;
    clear: left;
    margin-left: 0;
    margin-bottom: 0px;
    float: left;
}

.about_one_half {
    width: 35.66%;
    position: relative;
    margin-bottom: 20px;
    float: right;
    margin-top: 30px;
}

.about_one_half_first {
    width: 59%;
    position: relative;
    clear: left;
    margin-left: 0;
    margin-bottom: 0px;
    float: left;
    border-right: 1px solid #ccd0d4;
    padding-right: 22px;
    margin-bottom: 35px;
}

div .first {
    clear: left;
    margin-left: 0;
}

.full_width {
    width: 100%;
    padding-top: 15px;
}

#header_wrapper {
    background-image: url("../img/texture.jpg");
    background-repeat: repeat;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.color_wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 10px;
    background-color: #679d2d;
    clear: both;
}

.navbar {
    background-color: #679d2d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #e5e7e8;
    font-weight: bold;
}

.navbar-brand {
    font-family: Pacifico;
    font-size: 18px;
    color: #e5e7e8;
    font-weight: bold;
}

.nav > li > a {
    color: #e5e7e8;
}

    .nav > li > a:hover, .nav > li > a:focus {
        color: #000;
    }

.header {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

#top_logo {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#top_download {
    float: right;
    margin-top: 20px;
    background-image: url("../img/download.png");
    background-repeat: no-repeat;
    height: 75px;
    background-position: right top;
    margin-bottom: 20px;
}

    #top_download a {
        font-family: Helvetica, sans-serif;
        font-size: 18px;
        color: #505d63;
        display: block;
        padding-right: 65px;
        padding-top: 15px;
        width: 178px;
    }

        #top_download a:hover {
            text-decoration: none;
        }

    #top_download img {
        margin-bottom: 20px;
    }

.wrapper {
    width: 960px;
    margin: 40px auto 0;
}

.about_me_img {
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
}

.contact_me_phone {
    background-image: url("../img/phone.png");
    background-repeat: no-repeat;
    height: 30px;
    color: #679d2d;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    background-position: left center;
    padding-top: 15px;
    padding-left: 35px;
}

.contact_me_site {
    background-image: url("../img/website.png");
    background-repeat: no-repeat;
    height: 30px;
    color: #679d2d;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    background-position: left center;
    padding-top: 15px;
    padding-left: 35px;
}

.contact_me_location {
    background-image: url("../img/location.png");
    background-repeat: no-repeat;
    height: 30px;
    color: #679d2d;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    background-position: left center;
    padding-top: 15px;
    padding-left: 35px;
}

.contact_me_email {
    background-image: url("../img/email.png");
    background-repeat: no-repeat;
    height: 30px;
    color: #679d2d;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    background-position: left center;
    padding-top: 15px;
    padding-left: 35px;
}

    .contact_me_email a, .contact_me_site a, .contact_me_location a, .contact_me_phone a {
        color: #679d2d;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .contact_me_email a:hover, .contact_me_site a:hover, .contact_me_location a:hover, .contact_me_phone a:hover {
            background-color: #679d2d;
            color: #ffffff;
            padding-top: 3px;
            padding-bottom: 3px;
        }

ul.square {
    margin: 0;
    padding: 20px 0 0 0;
}

    ul.square li {
        background-image: url("../img/square.jpg");
        background-repeat: no-repeat;
        background-position: left center;
        padding: 8px 0 6px 25px !important;
        color: #627076 !important;
        list-style: none;
        font-family: Helvetica,sans-serif;
        font-size: 13px;
    }

        ul.square li p {
            font-size: 13px;
            margin-left: 20px;
            margin-bottom: 0;
        }

#footer_wrapper {
    width: 100%;
    background-image: url("../img/texture.jpg");
    background-repeat: repeat;
    clear: both;
    min-height: 100px;
    border-top: 1px solid #d9d9d9;
}

.footer {
    width: 960px;
    margin: 0 auto;
}

.copyright {
    float: left;
    color: #333333;
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 35px;
}

    .copyright a {
        font-size: 10px;
    }

.social_section {
    float: right;
    padding-top: 25px;
}

.facebook, .linkedin, .tweets, .flickr, .deviant, .dribbble {
    float: left;
    padding-left: 12px;
    display: block;
}

    .facebook a {
        background: url("../img/facebook.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
        display: block;
        float: left;
        height: 33px;
        margin-right: 3px;
        text-indent: -9999px;
        width: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .facebook a:hover {
            background: url("../img/facebook.png") no-repeat scroll 0 -34px transparent;
            border: 0 none;
            display: block;
            float: left;
            height: 33px;
            margin-right: 3px;
            text-indent: -9999px;
            width: 30px;
        }

    .deviant a {
        background: url("../img/devientart.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
        display: block;
        float: left;
        height: 33px;
        margin-right: 3px;
        text-indent: -9999px;
        width: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .deviant a:hover {
            background: url("../img/devientart.png") no-repeat scroll 0 -34px transparent;
            border: 0 none;
            display: block;
            float: left;
            height: 33px;
            margin-right: 3px;
            text-indent: -9999px;
            width: 30px;
        }

    .dribbble a {
        background: url("../img/dribbble.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
        display: block;
        float: left;
        height: 33px;
        margin-right: 3px;
        text-indent: -9999px;
        width: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .dribbble a:hover {
            background: url("../img/dribbble.png") no-repeat scroll 0 -34px transparent;
            border: 0 none;
            display: block;
            float: left;
            height: 33px;
            margin-right: 3px;
            text-indent: -9999px;
            width: 30px;
        }

    .flickr a {
        background: url("../img/flickr.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
        display: block;
        float: left;
        height: 33px;
        margin-right: 3px;
        text-indent: -9999px;
        width: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .flickr a:hover {
            background: url("../img/flickr.png") no-repeat scroll 0 -34px transparent;
            border: 0 none;
            display: block;
            float: left;
            height: 33px;
            margin-right: 3px;
            text-indent: -9999px;
            width: 30px;
        }

    .linkedin a {
        background: url("../img/linkedin.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
        display: block;
        float: left;
        height: 33px;
        margin-right: 3px;
        text-indent: -9999px;
        width: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .linkedin a:hover {
            background: url("../img/linkedin.png") no-repeat scroll 0 -34px transparent;
            border: 0 none;
            display: block;
            float: left;
            height: 33px;
            margin-right: 3px;
            text-indent: -9999px;
            width: 30px;
        }

    .tweets a {
        background: url("../img/twitter.png") no-repeat scroll 0 0 transparent;
        border: 0 none;
        display: block;
        float: left;
        height: 33px;
        margin-right: 3px;
        text-indent: -9999px;
        width: 30px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .tweets a:hover {
            background: url("../img/twitter.png") no-repeat scroll 0 -34px transparent;
            border: 0 none;
            display: block;
            float: left;
            height: 33px;
            margin-right: 3px;
            text-indent: -9999px;
            width: 30px;
        }

ul.events {
    list-style-type: none;
    margin: 0;
    padding: 25px 0 20px 0;
}

    ul.events li {
        border: none;
        color: #ffffff;
        font-size: 11px;
        font-family: Helvetica, sans-serif;
        font-weight: normal;
        margin-bottom: 23px;
        padding: 8px 0 8px 0;
        position: relative;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        ul.events li em {
            color: #707070;
            font-weight: normal;
            font-size: 10px;
        }

ul.intervals {
    list-style-type: none;
    padding: 0;
    display: block;
}

    ul.intervals li {
        border-bottom: 1px solid #E5E7E8;
        border-top: 1px solid #E5E7E8;
        color: #505d63;
        float: left;
        font-size: 11px;
        margin: 0;
        padding: 15px 0;
        text-align: center;
        width: 5%;
        font-family: Helvetica, sans-serif;
    }

.red {
    background-color: #679d2d !important;
}

.black {
    background-color: #222222 !important;
}

.dark {
    background-color: #627076 !important;
}

.light {
    background-color: #e4e7eb !important;
    color: #505D63 !important;
}

ul.education {
    padding: 35px 0 0 0;
    margin: 0;
}

    ul.education li {
        background-image: url("../img/education.jpg");
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding-bottom: 40px;
        list-style: none;
        color: #505d63;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        clear: both;
        padding-top: 3px;
    }

.ie7 ul.education li {
    background-position: 0 6px;
}

ul.awards {
    padding: 32px 0 0 0;
    margin: 0;
}

    ul.awards li {
        background-image: url("../img/awards.jpg");
        background-repeat: no-repeat;
        background-position: 0 2px;
        padding-bottom: 40px;
        list-style: none;
        color: #505d63;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        clear: both;
        padding-top: 3px;
    }

.ie7 ul.awards li {
    background-position: 0 4px;
}

ul.none {
    padding: 35px 0 0 0;
    margin: 0 0 0 -20px;
}

    ul.none li {
        padding-bottom: 40px;
        list-style: none;
        color: #505d63;
        font-family: Helvetica, sans-serif;
        font-size: 13px;
        clear: both;
    }

.lgt_block {
    float: right;
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    color: #627076;
    display: block;
    float: right;
    padding: 10px 10px 10px 28px;
    background: url("../img/calendar.png") no-repeat scroll 5px 7px #E4E7EB;
}

.drk_block {
    float: left;
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    color: #fdfdfd;
    background-color: #627076;
    display: block;
    padding: 7px 10px 5px 10px;
    clear: both;
    margin-left: 20px;
    margin-bottom: 30px;
}

.ie7 .drk_block {
    margin-top: 20px;
}

.ie7 .lgt_block {
    margin-top: -14px;
}

.content2 {
    clear: both;
    padding-left: 20px;
}

.content3 {
    clear: both;
    padding-left: 20px;
    padding-top: 20px;
}

ul.tweet_list {
    font-size: 12px;
    color: #585d63;
}

    ul.tweet_list li {
        margin-top: 40px;
        color: #505d63;
        font-size: 13px;
        font-family: Helvetica, sans-serif;
        float: left;
        list-style: none;
        width: 100%;
    }

.tweet_list a {
    color: #679d2d;
    text-decoration: none;
}

    .tweet_list a:hover {
        text-decoration: underline;
        color: #679d2d;
    }

.tweet_text {
    line-height: 1.4em;
    clear: both;
    float: left;
}

.tweet_time {
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    color: #627076;
    background-color: #e4e7eb;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
}

    .tweet_time a {
        color: #627076;
        font-size: 10px;
        text-transform: uppercase;
    }

        .tweet_time a:hover {
            color: #627076;
            font-size: 10px;
            text-transform: uppercase;
        }

.tweet_join {
    display: none;
}

.tweet_avatar img {
    display: none;
}

/*  END OF STYLES */


/*  START OF SKILLS */

.content {
    width: 461px;
    margin: 0;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 2em;
    padding: 25px 0 30px 0;
}

.col {
    width: 461px;
}

#skill {
    list-style: none;
    padding-top: 10px;
}

    #skill li {
        margin-bottom: 30px;
        background: #E4E7EB;
        height: 30px;
    }

        #skill li em {
            color: #FFFFFF;
            font-family: Helvetica,sans-serif;
            font-size: 10px;
            font-style: normal;
            font-weight: normal;
            letter-spacing: 1px;
            padding-left: 8px;
            position: relative;
            text-transform: uppercase;
            top: 4px;
        }

.ie8 #skill li em {
    top: -2px;
}

.expand {
    height: 30px;
    position: absolute;
}

.ie7 .expand {
    margin-top: -5px;
}

/* Begin Skill Sliders	*/


.organization {
    width: 80%;
    -moz-animation: organization 2s ease-out;
    -webkit-animation: organization 2s ease-out;
    background: #627076;
}

.communication {
    width: 80%;
    -moz-animation: communication 2s ease-out;
    -webkit-animation: communication 2s ease-out;
    background: #679d2d;
}

.writing {
    width: 70%;
    -moz-animation: writing 2s ease-out;
    -webkit-animation: writing 2s ease-out;
    background: #627076;
}

.initiative {
    width: 90%;
    -moz-animation: initiative 2s ease-out;
    -webkit-animation: initiative 2s ease-out;
    background: #679d2d;
}

.multitasking {
    width: 80%;
    -moz-animation: multitasking 2s ease-out;
    -webkit-animation: multitasking 2s ease-out;
    background: #627076;
}

.lowvoltagedrives {
    width: 60%;
    -moz-animation: lowvoltagedrives 2s ease-out;
    -webkit-animation: lowvoltagedrives 2s ease-out;
    background: #679d2d;
}

.mccs {
    width: 80%;
    -moz-animation: mccs 2s ease-out;
    -webkit-animation: mccs 2s ease-out;
    background: #627076;
}

.plccontrols {
    width: 90%;
    -moz-animation: plccontrols 2s ease-out;
    -webkit-animation: plccontrols 2s ease-out;
    background: #679d2d;
}

.panellayouts {
    width: 90%;
    -moz-animation: panellayouts 2s ease-out;
    -webkit-animation: panellayouts 2s ease-out;
    background: #627076;
}

.networking {
    width: 90%;
    -moz-animation: networking 2s ease-out;
    -webkit-animation: networking 2s ease-out;
    background: #679d2d;
}

.programming {
    width: 80%;
    -moz-animation: programming 2s ease-out;
    -webkit-animation: programming 2s ease-out;
    background: #627076;
}

.scada {
    width: 70%;
    -moz-animation: scada 2s ease-out;
    -webkit-animation: scada 2s ease-out;
    background: #679d2d;
}

.installations {
    width: 70%;
    -moz-animation: installations 2s ease-out;
    -webkit-animation: installations 2s ease-out;
    background: #627076;
}


@-moz-keyframes organization {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-moz-keyframes communication {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-moz-keyframes writing {
    0% {
        width: 0px;
    }

    70% {
        width: 70%;
    }
}

@-moz-keyframes initiative {
    0% {
        width: 0px;
    }

    90% {
        width: 90%;
    }
}

@-moz-keyframes multitasking {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-moz-keyframes lowvoltagedrives {
    0% {
        width: 0px;
    }

    60% {
        width: 60%;
    }
}

@-moz-keyframes mccs {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-moz-keyframes plccontrols {
    0% {
        width: 0px;
    }

    90% {
        width: 90%;
    }
}

@-moz-keyframes panellayouts {
    0% {
        width: 0px;
    }

    90% {
        width: 90%;
    }
}

@-moz-keyframes networking {
    0% {
        width: 0px;
    }

    90% {
        width: 90%;
    }
}

@-moz-keyframes programming {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-moz-keyframes scada {
    0% {
        width: 0px;
    }

    70% {
        width: 70%;
    }
}

@-moz-keyframes installations {
    0% {
        width: 0px;
    }

    70% {
        width: 70%;
    }
}

@-webkit-keyframes organization {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-webkit-keyframes communication {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-webkit-keyframes writing {
    0% {
        width: 0px;
    }

    70% {
        width: 70%;
    }
}

@-webkit-keyframes initiative {
    0% {
        width: 0px;
    }

    90% {
        width: 90%;
    }
}

@-webkit-keyframes multitasking {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-webkit-keyframes lowvoltagedrives {
    0% {
        width: 0px;
    }

    60% {
        width: 60%;
    }
}

@-webkit-keyframes mccs {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-webkit-keyframes plccontrols {
    0% {
        width: 0px;
    }

    90% {
        width: 90%;
    }
}

@-webkit-keyframes panellayouts {
    0% {
        width: 0px;
    }

    90% {
        width: 90%;
    }
}

@-webkit-keyframes networking {
    0% {
        width: 0px;
    }

    90% {
        width: 90%;
    }
}

@-webkit-keyframes programming {
    0% {
        width: 0px;
    }

    80% {
        width: 80%;
    }
}

@-webkit-keyframes scada {
    0% {
        width: 0px;
    }

    70% {
        width: 70%;
    }
}

@-webkit-keyframes installations {
    0% {
        width: 0px;
    }

    70% {
        width: 70%;
    }
}



/* End Skill Sliders	*/



/*  START OF PORTFOLIO */

#filter {
    z-index: 40;
    padding-top: 25px;
}

    #filter li {
        display: block;
        float: left;
        color: #679d2d;
        position: relative;
        font-family: Helvetica, sans-serif;
        font-size: 10px;
    }

        #filter li a {
            text-decoration: none;
            color: #909AA0;
            text-decoration: none;
            font-family: Helvetica, sans-serif;
            font-size: 10px;
            border-right: 1px solid #909AA0;
            text-transform: uppercase;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            #filter li a:hover, #filter a:hover {
                color: #679d2d;
                text-decoration: none;
                font-family: Helvetica, sans-serif;
            }

    #filter strong {
        margin: 0 10px 0 0;
    }

    #filter a {
        display: block;
        color: #909AA0;
        position: relative;
        z-index: 30;
        padding: 0 10px;
        text-decoration: none;
    }

    #filter .sep {
        position: absolute;
        height: 10px;
        width: 1px;
        top: 18px;
        right: -1px;
        opacity: 0.3;
        z-index: 10;
        border: none;
    }

    #filter li:last-child .sep {
        display: none;
        border: none;
    }

.grid {
    float: right;
    margin: 0;
    width: 720px;
}

.image-grid.grid li {
    height: 174px;
}

.image-grid:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.image-grid {
    width: 960px;
    float: left;
    list-style: none;
    padding-top: 30px;
}

.grid li {
    float: left;
    width: 31%;
    overflow: hidden;
    padding-right: 22px;
    padding-bottom: 22px;
}

.post-thumb a {
    display: block;
    padding: 0px;
    position: relative;
    text-decoration: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

    .post-thumb a:hover {
        text-decoration: none;
        background-image: url("../img/view_icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

.post-thumb {
    margin: 0 0 20px 0;
}

    .post-thumb p {
        font-size: 14px;
    }

.grid .post-thumb {
    margin: 0 0 5px 0;
}

.post-thumb img {
    display: block;
    position: relative;
    z-index: 10;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

    .post-thumb img:hover {
        background-image: url("../img/view_icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 10;
        opacity: 0.3;
        filter: alpha(opacity=30); /* For IE8 and earlier */
    }

.hidden {
    display: none;
}

/*  END OF PORTFOLIO */
