/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #7D7D7E;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family:Arial, Helvetica, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {text-decoration:none;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {background-color:#F15C22;}
#container {background-color:#fff;margin:9px auto;padding:9px 0;width:1008px;}
#header {}
#logo {float:left;width:142px;}
#banner {float:right;width:857px;}
#main {margin:9px auto;width:990px;}
#nav {border-top:1px solid #7D7D7E;float:left;padding:9px 0 0;width:133px;}
#nav ul {margin:0;padding:0;list-style-type:none;font:bold 20px/22px 'lolita_mediummedium';text-transform:lowercase;}
#nav ul li {margin:0;padding:0;}
#nav ul a {color:#7D7D7E;text-decoration:none;}
#nav ul a:hover,#nav ul a:active,#nav ul a.selected {color:#231F20;}
#content {border-top:1px solid #7D7D7E;float:right;padding:9px 0 0;width:848px;}
#content p {margin:0 0 9px;padding-right:40px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
#content strong {color:#231F20;}
.heading {color:#F15C22;font:35px/25px 'lolita_mediummedium';text-transform:lowercase;}
h1 {color:#7D7D7E;font:35px/35px 'lolita_mediummedium';margin:9px 0;padding-right:15px;}
#blocktestimonials {margin:18px 0 0;}
#content #blocktestimonials p {padding-right:30px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;}
.testimonial {border-top:1px solid #7D7D7E;float:left;min-height:180px;padding:15px 0 0;width:419px;background:transparent url(../img/bg-testimonial.png) no-repeat 0 9px;}
.testimonial.last {margin-left:9px;}
#content .testimonial p {line-height:1.2;margin:8px 0;}
#content .testimonial p.quote {color:#F15C22;margin:16px 0 0;}
#content .testimonial p.client {color:#231F20;font-size:.9em;font-weight:bold;}
#content .testimonial p.client span {color:#7D7D7E;}

#list ul {margin-bottom:20px;overflow:hidden;padding:0;width:500px;}
#list.services ul {font-size:.9em;width:800px;}
#list li {display:inline;float:left;line-height:1.5em;}
#list li:before {content: '+ ';}
#double li {width:50%;}

#blockform {font-size:12px;}
#blockform .formcolumn {float:left;width:275px;margin-right:9px;overflow:hidden;}
#blockform label {display:block;float:left;width:auto;}
#blockform .ffwrap {clear:both;margin:5px 0;}
#blockform input {border:1px solid #7D7D7E;clear:both;display:block;float:left;margin:0;padding:1px 2px;vertical-align:middle;width:268px;}
#blockform input.submit {background-color:#7D7D7E;border:1px solid #7D7D7E;color:#fff;padding:1px 2px;text-transform:uppercase;vertical-align:middle;width:75px;}
#blockform textarea {border:1px solid #7D7D7E;clear:both;display:block;float:left;height:73px;padding:1px 2px;width:268px;}
#blockform label.error {clear:both;color:#f00;float:left;}

#footer {border-top:1px solid #7D7D7E;color:#231F20;font-size:12px;margin:30px 0 0;}
#copyright {float:left;width:500px;padding-top:5px;}
#copyright a {color:#231F20;}
#copyright span {display:inline-block;padding:0 5px;}
#connect {float:right;width:300px;text-align:right;padding-top:5px;}
#connect img {vertical-align:text-top;margin:0 0 0 9px;}
#linkedin {height:26px;width:26px;}








/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}