/* TABLE OF CONTENTS
Prefix your search term with "@" to jump to that section. Eg: to jump to the footer styles, search for "@footer"
//////
COLORS
    bright blue
    color:#26bcf6;
    green
    color:#8db85b;
    beige
    coloe:#eee8da;
//////
* layout resets and global defaults
** vertical align page
** fluid images and objects
* decal custom colors
* fonts
** global font settings
** headings
** paragraphs & lists
*** reset list styles
** decal custom styles
** anchors
*** decal custom anchors
* pages - global
* header
** logo
** navigation
** nav-main
** nav-clients
** section
** aside
** footer
* pages - local
** home
** clients
** services
** contact
** blog
* progressive enhacement
/* @layout resets and global defaults */
*
{
    padding:0;
    border:0;
}
html
{
    height:100%;
}
body
{
    margin:0;
    font-size:87.5%; /* default font size 14px */
    text-align:center;
    background:#eee8da url(../images/bg-body.gif) scroll repeat 0 0;
}
.wrapper
{
    max-width:1100px;
    padding-left:30px;
    padding-right:30px;
    margin:0 auto;
    position:relative;
    text-align:left;
}
.gutter
{
    text-align:left;
    padding:15px;
    display:block;
}
/* @fluid width images and objects */
img,
.ie8 object,
html>/**/body object,
.ie8 iframe,
html>/**/body iframe
{
    max-width:100%;
}
img
{
    height:auto;
}
/* deal with max-width bugs */
/* Firefox */
@-moz-document url-prefix() { 
html > body .slide-content img
{
    width:100%;
}}
/* IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
html > body .slide-content img
{
    width:100%;
}}
.ie8 img
{
    height:auto !important;
    width:auto !important;
}
/* crop objects for lte ie7 */
.ie6and7 .rr-obj-live
{
    overflow:hidden;
}
.ie6 .rr-obj-live
{
    width:100%;
}
/* @decal custom colors */
*.color_ffffff /* decal: #ffffff */
{
    color:#ffffff !important;
}
*.color_26bcf6 /* decal: #26bcf6 */
{
    color:#26bcf6 !important;
}
*.color_8db85b /* decal: #8db85b */
{
    color:#8db85b !important;
}
/* @fonts */ 
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 4, 2013 */
@font-face {
    font-family: 'maven_pro_light100';
    src: url('fonts/mavenprolight-100-webfont.eot');
    src: url('fonts/mavenprolight-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mavenprolight-100-webfont.woff') format('woff'),
         url('fonts/mavenprolight-100-webfont.ttf') format('truetype'),
         url('fonts/mavenprolight-100-webfont.svg#maven_pro_light100') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'maven_pro_light200';
    src: url('fonts/mavenprolight-200-webfont.eot');
    src: url('fonts/mavenprolight-200-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mavenprolight-200-webfont.woff') format('woff'),
         url('fonts/mavenprolight-200-webfont.ttf') format('truetype'),
         url('fonts/mavenprolight-200-webfont.svg#maven_pro_light200') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'maven_pro_light300';
    src: url('fonts/mavenprolight-300-webfont.eot');
    src: url('fonts/mavenprolight-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mavenprolight-300-webfont.woff') format('woff'),
         url('fonts/mavenprolight-300-webfont.ttf') format('truetype'),
         url('fonts/mavenprolight-300-webfont.svg#maven_pro_light300') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**, *:before, *:after*/
*
{
    font-family:'maven_pro_light200',sans-serif;
    color:#666;
}
strong
{
    font-family:'maven_pro_light300';
    font-weight:normal;
    color:#444;
}
/* @headings */
h1,
h2,
h3,
h4,
h5,
h6
{
    margin-top:0px;
    margin-bottom:20px;
    line-height:1.2em;
    font-weight:normal;
}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
strong *,
em *
{
    font-family:inherit;
    font-weight:inherit;
    text-rendering:inherit;
}
h1
{
    font-size:2.8em;
}
h2
{
    font-size:1.8em;
}
h3
{
    font-size:1.4em;
    font-family:'maven_pro_light300';
    color:#333;
}
h4
{
    font-size:1.4em;
    font-family:'maven_pro_light300';
    color:#333;
    margin-bottom:0;
}
h5
{
    font-size:1.3em;
}
h6
{
    font-size:1.3em;
}
/* @paragraphs & lists */
p,
ul,
ol,
.rr-obj-live
{
    line-height:1.2em;
    margin-top:0;
    margin-bottom:0.7em;
    font-size:1.3em;
}
ul
{
    list-style-type:disc;
    padding-left:1.2em;
}
ol
{
    margin-left:1.2em;
}
ul ul,
ul ol,
ol ol,
ol ul
{
    margin-top:0.35em;
    font-size:1em;
}
ul li,
ol li
{
    margin-bottom:0.7em;
}
/* @reset list styles */
.reset,
.reset ul,
.reset ol,
.reset li,
.reset dl,
.reset dt,
.reset dd
{
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
/* @decal custom styles */
p.quote /* decal: Quote */
{
    background: url("../images/bg-quote.gif") no-repeat scroll 0 0 transparent;
    color:#666666;
    font-size:1.3em;
    font-style:italic;
    line-height:1.3em;
    padding-left:35px;
}
p.quoteCredit /* decal: Quote Credit */
{
    margin-top:-10px;
    padding-left:35px;
    font-weight:bold;
}
*.section-bottom /* decal: Section Bottom */
{
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
/* @anchors */
a,
a:visited
{
}
a:hover,
a:focus
{
    outline:none;
}
/* remove default link style from embedded objects */
.rr-object-live a
{
    text-decoration:none;
}
.rr-image-holder a,
.rr-image-caption-wrapper a
{
    text-decoration:none;
    display:block !important; /* activates fluid width for child images */
}
.ie6and7 a
{
    zoom:1;
}
/* @decal custom anchors */
a.anchorExternal /* decal: Opens in new window */
{
    padding-right:12px;
    background-image:url(../images/icon-external.gif);
    background-position:right center;
    background-repeat:no-repeat;
}
/* @pages - global */
/* @header */
/* @logo */
#logo
{
    max-width:363px;
    margin:0.8em auto;
}
/* @navigation */
#navigation .wrapper
{
    border-bottom:1px solid #234992;
    text-align:center;
}
/* @nav-main */
.nav li a
{
    display:block;
	text-decoration:none;
    line-height:1.4em;
    padding:10px 20px;
    font-family:'maven_pro_light200';
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-left:10px;
    font-size:1.5em;
    color:#999;
}
.blog .blog-nav a:hover,
.blog .blog-entry-title a:hover,
.blog #recent-posts a:hover,
.nav li a:hover,
.nav li.active a,
.nav li.activeChild a,
.nav li.activeChild li.active a,
.nav li.activeChild li.activeChild a,
.nav li.activeChild li.activeChild li.active a
{
    text-decoration:none;
    color:#234992;
    background-color:#e4ece2;
    background-color:rgba(93,229,238,0.1);
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
/* ie6and7 fixes for navigation */
/* define new stacking context on :hover. requires jQuery to apply .hover class */
/* note: elements must be position:relative for z-index to stick */
.ie6and7 .nav li.hover
{
    z-index:1;
}
/* may also need to apply z-index to parent wrapper element */
.ie6and7 #navigation
{
    position:relative;
    z-index:1;
}
.ie6 .nav li
{
    overflow:visible;
}
.ie6 .nav li a
{
    float:left;
}
.ie6 .nav li li a
{
    float:none;
}
/* @nav-clients */
#nav-clients
{
    position:relative;
    left:-15px;
    margin-bottom:20px;
}
#nav-clients a
{
    font-family:'maven_pro_light200';
    padding:5px 0;
    margin:0 15px 10px 15px;
/*    color:#23ceed;*/
/*    border-bottom:1px solid #23ceed;*/
    color:#999;
    border-bottom:1px solid #999;
    text-decoration:none;
    display:block;
}
#nav-clients a.current,
#nav-clients a:hover
{
    padding-left:10px;
    padding-right:10px;
    margin-left:5px;
    margin-right:5px;
    border-bottom-color:transparent;
    color:#234992;
    background-color:#e4ece2;
    background-color:rgba(93,229,238,0.1);
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.js .client-feature
{
    display:none;
}
/* @section */
/* @aside */
/* @footer */
#footer .wrapper
{
    padding-top:20px;
    padding-bottom:40px;
}
/* @pages - local */
/* @hackish, need to apply this across multiple pages */
#general-content
{
    padding-top:3em;
    padding-bottom:3em;
}
#general-content h1,
#general-content h2
{
    color:#26bcf6;
}
#welcome,
#general-content
{
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
/* @home */
.home .wrapper
{
    text-align:center;
}
.home #content
{
    padding-bottom:100px;
}
.welcome
{
    text-align:left;
    padding-top:40px;
}
.welcome h1
{
    font-family:'maven_pro_light200';
    color:#26bcf6;
    line-height:0.9em;
}
.welcome p a
{
    font-size:0.8em;
    padding-bottom:5px;
    text-decoration:none;
    border-bottom:1px solid #999;
    color:#999;
}
.welcome p a:hover
{
    border-bottom-color:transparent;
    color:#234992;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.clients .welcome
{
    padding-right:5%;
}
#home-welcome
{
    font-size:2em;
}
#home-read-more
{
    font-size:2.6em;
}
#home-welcome h1,
#home-welcome h2
{
    margin-bottom:0.3em;
    font-family:'maven_pro_light300';
}
/* @clients */
#clients
{
    padding-bottom:20px;
}
.client-logo
{
    padding-bottom:10px;
}
.client-logo img
{
    height:60px;
    width:auto;
}
.services .welcome ul,
.clients .welcome ul
{
    font-size:1.8em;
}
/* @client logos */
#client-logos
{
    text-align:center;
}
#client-logos li img
{
    margin:24px;
    height:60px;
    width:auto;
}
/* @projects */
#projects h1
{
    color:#26bcf6;
}
/* @services */
/* hackish */
#services-links
{
    padding-left:150px;
    font-size:3.8em;
    padding-bottom:2em;
}
#services-links a
{
    color:#8db85b;
    display:inline-block;
}
#services-links a:hover
{
    text-decoration:none;
}
.editmode #services-links a:after
{
    content:attr(title);
    display:block;
}
#services-list
{
    padding-left:1.5em;
}
#services-list li p
{
    margin-bottom:0;
}
#services-list li p:before
{
    content: "";
    width:30px;
    height:30px;
    display:inline-block;
    margin:0 10px -7px -40px;
}
#services-list .service-item-generic p:before
{
    width:10px;
    height:10px;
    margin-right:20px;
    margin-left:-30px;
    margin-bottom:2px;
    background-color:#666;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.service-item-learning p:before
{
    background:transparent url(../images/icon-learning.png) scroll no-repeat center center;
    background-size:cover;
}
.service-item-documentation p:before
{
    background:transparent url(../images/icon-documentation.png) scroll no-repeat center center;
    background-size:cover;
}
.home #services-list p
{
    font-size:2em;
}
.home #services-list li p:before
{
    margin-bottom:-4px;
}
/*
.home #services-list li.service-item-generic p:before
{
    width:15px;
    height:15px;
    margin-right:16px;
    margin-left:-31px;
    margin-bottom:3px;
}
*/
#approach
{
    padding-top:50px;
    padding-bottom:50px;
    overflow-y:hidden;
}
#approach-content
{
    height:2000px;
    background:transparent url(../images/bg-approach.png) scroll no-repeat 25px 10px;
    position:relative;
}
#approach h1,
#approach h2
{
    font-family:'maven_pro_light300';
    font-size: 3.8em;
    position: relative;
    color:#8db85b;
}
#approach h1
{
    padding-left: 100px;
}
#approach h2
{
    position:absolute;
    left:150px;
    top:1780px;
    width:420px;
}
#approach h2 a
{
    display:block;
    color:#8db85b;
    font-family:'maven_pro_light200';
}
#approach h2 a:hover
{
    text-decoration:none;
}
#approach h3
{
    color:#26bcf6;
    font-size:3.5em;
    line-height:1em;
    margin-bottom:15px;
/*    display:inline-block;*/
    padding-bottom:4px;
/*    border-bottom:1px solid #26bcf6;*/
}
#step1
{
    position:absolute;
    left:0;
    padding-left:55px;
    top:180px;
    width:480px;
    min-height:180px;
    padding-top: 170px;
    padding-right: 565px;
}
#step1 h3
{
    text-align:right;
}
#step2
{
    position:absolute;
    left:0;
    width:670px;
    min-height:260px;
    padding-top: 135px;
    padding-left: 430px;
    top: 530px;
}
#step2 .step-description
{
    margin-left:50px;
}
#step3
{
    position:absolute;
    width:540px;
    padding-left: 560px;
    top: 925px;
    padding-top:118px;
    min-height: 270px;
}
#step3 .step-description
{
    margin-left:85px;
}
#step4
{
    position:absolute;
    left:0;
    padding: 190px 520px 30px 160px;
    width:420px;
    min-height:210px;
    top: 1313px;
}
#step4 h3
{
    text-align:right;
}
#step4 .step-description
{
    margin-left:40px;
}
#step1:before,
#step2:before,
#step3:before,
#step4:before
{
    content:"";
    background:url(../images/icon-step-hover.png);
    width:319px;
    height:319px;
    background-size:cover;
    position:absolute;
    opacity:0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -khtml-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#step1:before
{
    left:568px;
    top:24px;
}
#step2:before
{
    left:80px;
    top:23px;
}
#step3:before
{
    left:190px;
    top:58px;
}
#step4:before
{
    left:610px;
    top:80px;
}
#step1:hover:before,
#step2:hover:before,
#step3:hover:before,
#step4:hover:before
{
    opacity:1;
}
/* @contact */
.contact-module
{
    width:100%;
    text-align:center;
}
.contact .welcome p
{
    font-size:2em;
}
/* @blog */
/* resets & defaults */
.blog #section
{
    font-size:130%;
}
.blog #aside
{
    font-size:110%;
}
.blog #content p
{
    clear:both;
}
.blog #content .rr-image-holder img,
.blog #content .rr-image-caption-wrapper img
{
    display:inline-block;
}
.blog #content p.rrImageAlignLeft,
.blog #content p.rrImageCaptionAlignLeft 
{
    float:left;
}
.blog #content p.rrImageAlignRight,
.blog #content p.rrImageCaptionAlignRight 
{
    clear:none;
}
.blog #content p.rrImageAlignRight img,
.blog #content p.rrImageCaptionAlignRight img 
{
    margin-left:auto;
    margin-right:0;
}
.blog .blog-nav a
{
    padding:10px;
}
.blog .blog-nav a
{
}
.ie6 .blog .blog-nav a
{
    width:40%;
}
/* blog content */
.blog
{
    padding-bottom:20px;
}
.blog-nav
{
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;
}
.blog-entry
{
    padding-bottom:10px;
}
.blog-entry-title
{
    padding-top:10px;
    margin-bottom:10px;
}
.js .blog-entry-content
{
    display:none;
}
.js #blog-entry-list .blog-entry:first-child .blog-entry-content,
.js #blog-entry-list .blog-entry:first-child .blog-entry-content,
.js .blog-entry .active
{
    display:block;
}
.blog #section .blog-entry
{
    margin-left:10px;
}
.blog-entry-content
{
    padding-bottom:10px;
}
.blog-entry-details
{
    border-top:1px solid #ccc;
    padding-top:20px;
}
.blog-entry-details p
{
    font-size:0.9em;
    color:#999;
}
.blog #aside .module
{
    margin-left:60px;
    margin-right:10px;
    margin-bottom:30px;
    padding-top:30px;
}
#recent-posts
{
    border-top:1px solid #ccc;
}
#recent-posts li
{
    margin-bottom:0;
}
#recent-posts a
{
    padding:6px 12px;
    display:block;
}
/* @progressive enhancement */
/* set ie6and7 to fixed width */
/* if no javascript, set ie8 to fixed width layout */
.ie6and7 .wrapper,
.no-js .ie8 .wrapper
{
    width:900px;
}
.ie6and7 #,
.no-js .ie8 #
{
    width:;
}
/* @debug */
*
{
/*    outline:1px solid red;*/
}
