html, body, img, h1, h2, ul, li, p { margin: 0; padding: 0; }
img { border: 0;  margin: 0; padding: 0; }
em { font-weight: bold; font-style: normal; }
a {
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

body {
    font: 14px/1.2 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
}

h1 {
    font-size: 60px;
    font-family: ColaborateBoldRegular, Arial, sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    line-height: 20px;
    padding-top: 27px;
    width: 9em;
}
h1 span {
    display: block;
    font-size: 25px;
    font-family: ColaborateLightRegular, Arial, sans-serif;
    line-height: 15px;
    margin-top: 0px;
    margin-left: 2px;
}
h1 a {
    color: #333333;
    text-decoration: none;
}
h1 a span {
    color: #000000;
}
h1 a:hover, h1 a:hover span {
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #396cb8;
    text-shadow: 0px -1px 3px rgba(255,255,255,1);
}

#header {
    height: 99px;
    background: #f3f3f3;
    /* Firefox */
    background: -moz-linear-gradient( top, rgba(253,253,253,1), rgba(234,234,234,1) );
    /* Chrome & Safari */
    background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(253,253,253,1) ), color-stop( 1, rgba(234,234,234,1) ) );
    /* IE5.5 - IE7 */
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFDFDFD,EndColorStr=#FFEAEAEA);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFDFDFD,EndColorStr=#FFEAEAEA)";
    border-bottom: 1px solid #bbbbbb;
}

#navigation {
    width: 960px;
    position: relative;
    margin: -100px auto 100px auto;
}
#navigation ul {
    position: absolute;
    right: 0px;
    list-style: none;
    top: 40px;
}
#navigation li {
    float: left;
    margin-left: 20px;
}
#navigation a {
    display: block;
    padding: 3px 7px;
    text-transform: lowercase;
    color: #333333;
    text-decoration: none;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
}
#navigation .current, #navigation .current:hover {
    background: #cde4ff;  
    /* Firefox */
    background: -moz-linear-gradient( top, rgba(206,229,255,1), rgba(177,212,255,1) );
    /* Chrome & Safari */
    background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(206,229,255,1) ), color-stop( 1, rgba(177,212,255,1) ) );
    border: 1px solid #8da8e3;
    cursor: default;
    font-weight: bold;
    color: #333333;
}
#navigation a:hover {
    background: #eaeaea;
    border: 1px solid #cccccc;
}


#home-banner {
    background: #deecfb;
    height: 100px;
}
.inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#home-banner-tagline {
    padding-top: 35px;
    font-size: 25px;
    text-shadow: -1px -1px #ffffff;
    font-family: 'ColaborateLightRegular', 'Trebuchet MS', Arial, sans-serif;
    color: #222222;
    text-rendering: optimizeLegibility;
}
#home-banner-tagline em {
    font-weight: normal;
    font-family: 'ColaborateMediumRegular', 'Trebuchet MS', Arial, sans-serif;
}
#home-banner-chat {
    font-family: Arial, sans-serif;
    position: absolute;
    right: 0;
    top: 30px;
    display: block;
    padding: 5px 15px;
    background: #396cb8;
    background: -moz-linear-gradient( top, rgba(101,151,209,1), rgba(54,104,181,1) );
    background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(101,151,209,1) ), color-stop( 1, rgba(54,104,181,1) ) );
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF6597D1,EndColorStr=#FF3668B5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF6597D1,EndColorStr=#FF3668B5)";
    color: #eeeeee;
    text-decoration: none;
    text-shadow: 0px -1px #072f6b;
    font-weight: bold;
    font-size: 24px;
    border-radius: 7px;
    border: 1px solid #666666;
}
#home-banner-chat:hover {
    background: #298cd8;
    background: -moz-linear-gradient( top, rgba(121,171,239,1), rgba(64,114,191,1) );
    background: -webkit-gradient( linear, left top, left bottom, color-stop( 0, rgba(121,171,239,1) ), color-stop( 1, rgba(64,114,191,1) ) );
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF79ABEF,EndColorStr=#FF4072BF);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FF79ABEF,EndColorStr=#FF4072BF)";
    color: #fff;
}
#home-description {

}
#home-description-main {
    width: 440px;
    padding-right: 60px;
    padding-top: 20px;
    float: left;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}
#home-description-main p + p {
    margin-top: 10px;
}
#home-description-secondary {
    float: left;
    width: 460px;
    padding-top: 15px;
    padding-bottom: 20px;
}
#home-description-websites {
    float: left;
    list-style: none;
    padding-right: 20px;
    width: 200px;
}
#home-description-websites li {
    float: left;
}
#home-description-websitesinfo {
    float: left;
    width: 240px;
    font-style: italic;
    font-size: 13px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 11px;
    color: #444444;
}
#home-description-info {
    /*clear: left;*/
    line-height: 18px;
}
#home-blurbs {
    clear: left;
    list-style: none;
    padding-top: 20px;
    border-top: 3px solid #dddddd;
}
#home-blurbs h2 {
    font-size: 14px;
    color: #000000;
    padding-bottom: 10px;
}
#home-blurbs li {
    float: left;
    width: 300px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
}
#home-blurbs p + p {
    margin-top: 10px;
}
#home-blurbs a {
    color: #3d8eef;
    text-decoration: none;
    font-weight: bold;
}
#home-blurbs a:hover {
    text-decoration: underline;
}







.subpage {
    padding-top: 30px;
}

.subpage a {
    color: #3D8EEf;
}
.subpage a:visited {
    color: #555555;
}

.subpage h2 {
    font-size: 30px;
    text-shadow: -1px -1px #eeeeee;
    font-family: 'ColaborateLightRegular', 'Trebuchet MS', Arial, sans-serif;
    color: #222222;
    text-rendering: optimizeLegibility;
    padding-bottom: 15px;
}

.subpage h3 {
    color: #0044AA;
    font-size: 17px;
    padding: 0;
    margin: 0.5em 0;
}

.term {
    font-weight: normal;
    font-style: italic;
}

.command {
    font-family: monospace;
    font-weight: bold;
    background: #eeeeee;
    padding: 0 0.25em;
    line-height: 1;
}

.command-f {
    font-family: arial;
    font-weight: normal;
    font-style: italic;
    font-size: 0.85em;
    background: #dddddd;
    color: #336699;
    padding: 0 0.5em;
}

.subpage p {
    line-height: 1.5;
    padding-bottom: 10px;
}

.subpage ol {
    margin-left: 3em;
    padding: 0;
    font-size: 13px;
    line-height: 1.5em;
}
.subpage li {
    padding-bottom: 10px;
}




#footer {
    margin-top: 20px;
    background: #eeeeee;
    border-top: 2px solid #bbbbbb;
    height: 1em;
    clear: left;
    padding: 7px 0;

    color: #666666;
    font-size: 12px;
}
#footer a {
    color: #91a7c0;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover {
    text-decoration: underline;
}

#footer-copyright {
    float: right;
    font-weight: bold;
}
#footer-stats {
    list-style: none;
    text-transform: lowercase;
}
#footer-stats li {
    float: left;
    padding: 0 0.7em 0 0;
    height: 14px;
    line-height: 20px;
}
#footer-stats img {
    padding: 0 0 0 0.5em;
}
#footer-stats li:after {
    content: '|';
    color: #999999;
    padding: 0 0 0 0.7em;
}
#footer-stats li:last-child:after {
    content: '';
}
#footer-blog {
    clear: left;
    text-transform: lowercase;
    padding-top: 7px;
}
#footer #footer-blog-link {
    text-transform: none;
    background: #dddddd;
    padding: 0px 6px;
    border-radius: 3px;
    color: #666666;
    font-weight: normal;
    border: 1px solid #999999;
    margin-left: 4px;
    margin-right: 4px;
}

.clear {
    clear: both;
}


@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('../fonts/ColabThi-webfont.eot?') format('eot'),
         url('../fonts/ColabThi-webfont.woff') format('woff'),
         url('../fonts/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/ColabThi-webfont.svg#webfontbOrwRK9P') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('../fonts/ColabLig-webfont.eot?') format('eot'),
         url('../fonts/ColabLig-webfont.woff') format('woff'),
         url('../fonts/ColabLig-webfont.ttf') format('truetype'),
         url('../fonts/ColabLig-webfont.svg#webfontR2xcGGVv') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateRegular';
    src: url('../fonts/ColabReg-webfont.eot?') format('eot'),
         url('../fonts/ColabReg-webfont.woff') format('woff'),
         url('../fonts/ColabReg-webfont.ttf') format('truetype'),
         url('../fonts/ColabReg-webfont.svg#webfontB6AeCMH3') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('../fonts/ColabMed-webfont.eot?') format('eot'),
         url('../fonts/ColabMed-webfont.woff') format('woff'),
         url('../fonts/ColabMed-webfont.ttf') format('truetype'),
         url('../fonts/ColabMed-webfont.svg#webfontHpK4vQGz') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('../fonts/ColabBol-webfont.eot?') format('eot'),
         url('../fonts/ColabBol-webfont.woff') format('woff'),
         url('../fonts/ColabBol-webfont.ttf') format('truetype'),
         url('../fonts/ColabBol-webfont.svg#webfont6AVTa9Or') format('svg');
    font-weight: normal;
    font-style: normal;
}
