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;
}

html {
    display: block;
    height: 100%;
    overflow-y: scroll;
}

body { height: 100%; }

/* For modern browsers */

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

.clearfix:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */

.clearfix { zoom: 1; }

ul {
    list-style: inside disc none;    
}

#productPage ol, #productPage ul { list-style: none; }

#helpPage ul {
    margin: 10px 0 0 25px;
}

#helpPage #content .extraContent a {
    text-decoration: underline;
}

#content {
    font-family: Karla;
    font-size: 16px;
    min-height: 100%;
}

#content .mainContent h1 {
    font-size: 42px;
    font-family: Oswald;
    margin: 25px 0 10px;
    font-weight: normal;
    color: #385861;
}

#content .mainContent h1.smaller { font-size: 28px; }

#content .mainContent h2 {
    font-size: 28px;
    font-family: Oswald;
    color: #385861;
    margin-top: 15px;
}

#content .mainContent h2.larger { font-size: 42px; }

#content .mainContent h2.smaller {
    font-family: Karla;
    font-weight: bold;
    font-size: 16px;
}

#articlePage .mainContent h2,
#blogPage .mainContent h2{
    font-size: 18px;
    }

#supportPage #content .mainContent h2.smaller { margin-bottom: 5px; }

#content .extraContent a,
#content .mainContent a {
    font-family: Karla;
    text-decoration: none;
}

#content .extraContent a{
    font-weight: bold;
    color: #FFF;
}

#content .mainContent a {
    color: #5693a5;
}

#content .mainContent a:hover {
    font-weight: 700;
}

#content .extraContent a:hover,
.navblock a:hover,
.minicart input:hover {
    color: #bffaff;
}

#content a.larger { font-family: Oswald; }

#content a.smaller {
    font-family: Oswald;
}

.wrapper {
    width: 960px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

#content #header {
    height: 40px;
    width: 100%;
    background: #5693a5;
}

#content #header .wrapper #logo {
    font-family: Oswald;
    font-size: 24px;
    color: #fff;
    vertical-align: top;
    text-decoration: none;
    font-weight: bold;
}

.navblock {
    font-size: 16px;
    font-family: Oswald;
}

.navblock a {
    color: #FFF;
    text-decoration: none;
    padding: 0 10px;
}

.navblock a.active {
    color: #bffaff;
    cursor: default;
}

#content #header .wrapper .navblock {
    top: 7px;
    position: absolute;
    right: 0px;
}

#content .extraContent {
    background: #387081;
    width: 100%;
    height: 728px;
    color: #FFF;
}

#productPage #content .extraContent,
#downloadPage #content .extraContent {
    height: 400px;
    position: relative;
}

#content .extraContent .imageContainer { position: absolute; }

#indexPage #content .extraContent .imageContainer {
    left: 0;
    padding: 140px 0;
}

#productPage #content .extraContent img,
#downloadPage #content .extraContent img {
    position: absolute;
    bottom: 0;
    right: 120px;
}

#content .extraContent .textContainer {
    padding-top: 120px;
    padding-right: 160px;
}

#content .extraContent .textContainer h1 {
    font-family: Oswald;
    font-size: 42px;
    line-height: 1.1em;
    display: block;
}

#indexPage #content .extraContent .textContainer h1 { float: right; }

#content .extraContent .textContainer h1 .smaller { font-size: 28px; }

#indexPage #content .extraContent .textContainer h1 .smaller { float: right; }

#content .extraContent .textContainer h2 {
    font-weight: bold;
    margin: 10px 0 12px;
    display: block;
}

#indexPage #content .extraContent .textContainer h2 { float: right; }

#content .extraContent p { margin: 18px 0; }

#content .mainContent p { margin: 10px 0; }

#content .extraContent .textContainer .blurb {
    margin: 16px 0 0;
    display: block;
}

#indexPage #content .extraContent .textContainer .blurb { width: 311px; }

#productPage #content .extraContent .textContainer .blurb,
#downloadPage #content .extraContent .textContainer .blurb { width: 380px; }

#indexPage #content .extraContent .textContainer .blurb {
    clear: right;
    float: right;
}

#indexPage #content .extraContent .textContainer .price {
    float: right;
    clear: right;
    margin-right: 12px;
}

#content .mainContent a.buybutton,
#content .extraContent a.buybutton,
#content .mainContent input.buybutton,
#content .extraContent input.buybutton {
    background: #02B1E1;
    border-color: #19B6D3;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #CDCECE;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    display: inline-block;
    font-weight: 400;
    padding: 7px 10px;
    font-family: Karla;
    font-size: 16px;
}

#content .mainContent a.buybutton:hover,
#content .extraContent a.buybutton:hover,
#content .mainContent input.buybutton:hover,
#content .extraContent input.buybutton:hover {
border-color: #01A3C0
}

#content .mainContent input.buybutton,
#content .extraContent input.buybutton {
    cursor: pointer;
}

#contactPage .mainContent input.buybutton {
    min-width: 92px;
}

#indexPage #content .extraContent a.buybutton {
    float: right;
    clear: right;
    margin-right: 12px;
    margin-top: 10px;
}

.buybutton a { text-decoration: none; }

#productPage #content .mainContent .buybutton {
    float: left;
    clear: left;
}

#content .mainContent {
    padding-bottom: 160px;
    color: #656565;
}

#indexPage #content .mainContent .wrapper h3 {
    font-family: Karla;
    font-size: 16px;
    font-weight: bold;
    color: #385861;
    margin: 0;
}

#content .mainContent .wrapper h3 {
    font-size: 28px;
    font-family: Oswald;
    margin: 25px 0 10px;
    font-weight: normal;
    color: #385861;
}

#content .mainContent .wrapper h3.smaller {
    font-size: 18px;
    margin-bottom: 0px;
}

#content .mainContent .wrapper .cmdlets {
    font-size: 15px;
    margin-top: 10px;
}

#content .mainContent .wrapper .floatleft {
    width: 420px;
    float: left;
    clear: left;
}

#downloadPage #content .mainContent .wrapper .floatleft { width: 460px }

#content .mainContent .wrapper .floatright {
    width: 420px;
    float: right;
    clear: right;
}

#downloadPage #content .mainContent .wrapper .floatright { width: 460px; }

#content .mainContent .versionBlurb { margin: 1px 0 15px; }

#content .mainContent .wrapper .cmdlets a {
    font-family: Oswald;
    font-size: 16px;
    text-decoration: none;
}


#content .mainContent .wrapper .cmdlets p { margin: 8px 0 0; }

#content .mainContent .wrapper .freeTrialOffer {
    margin-top: 15px;
    color: #385861;
    font-family: Oswald;
}

#content .mainContent .wrapper .freeTrialOffer a {
    font-family: Oswald;
    text-decoration: underline;
}

#content .mainContent .wrapper .freeTrialOffer a {
    font-weight: normal;
}

#footer {
    position: relative;
    margin-top: -110px;
    width: 100%;
    height: 110px;
    background: #387081;
    font-family: Oswald;
    color: #FFF;
}

#footer .wrapper { height: 100px; }

#footer .wrapper .copyright {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer .wrapper .navblock {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bold { font-weight: bold; }

.italic { font-style: italic; }

#columnHolder { position: relative; }

.col {
    float: left;
    width: 300px;
    padding-right: 20px;
}

.col3 {
    float: left;
    width: 320px;
}

.productImage {
    float: left;
    border: 1px solid #aaa;
}

.priceHolder {
    position: absolute;
    bottom: 0;
    left: 170px;
}

.price {
    font-family: Oswald;
    font-size: 52px;
}

.price.smaller {
    font-size: 26px;
    font-family: Karla;
    font-weight: bold;
}

.strikethrough { text-decoration: line-through; }

#productPage #content .mainContent h3 {
    clear: both;
    padding: 20px 0 10px;
    margin: 0;
}

#productPage #content .mainContent .col {
    width: 420px;
    margin-right: 25px;
    position: relative;
}

#content .mainContent .price {
    margin: -8px 0;
    float: left;
    clear: left;
    color: #387081
}

#productPage #content .mainContent form {
    padding-left: 15px;
    float: left;
}

.minicart {
    background: #5693a5;
    color: #FFF;
    border-top: 1px dashed #bbb;
    position: absolute;
    top: 0px;
    right: 10px;
    display: inline-block;
    padding-top: 8px;
    padding: 6px 8px 8px 0px;
    border-radius: 0px 0px 4px 4px;
    text-align: right;
}

.checkoutlabel {
    display: inline-block;
    margin-left: 20px;
    text-align: right;
}

a.checkoutlabel { font-weight: bold; }

#contactPage #content .mainContent form {
    display: block;
    padding-bottom: 20px;
    border-bottom: dashed 1px #aaa;
}

.user-form { margin-top: 15px; }

.user-form dt {
    float: left;
    height: 26px;
    width: 25%;
    margin-top: 15px;
}

.user-form dd {
    float: left;
    margin-top: 15px;
    width: 75%;
}

.user-form input[type="text"], .user-form input[type="email"], .user-form input[type="number"], .user-form textarea {
    border: 1px solid #D1D1D1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 315px;
}

.user-form input {
    height: 26px;
    padding: 0 8px;
}

.user-form textarea { height: 100px; }

.user-form input {
    height: 26px;
    padding: 0 8px;
}

/**
 * Cart
 */

#cartform table td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  }

#cartform table th{
  text-align: center;
  }

col.checkout-image{ width: 50px; }
col.checkout-delete{ width: 80px; }

#cartform td img{ display: block; }
#cartform input.text { border: solid 1px #ccc; padding: 4px; text-align: center; }

#cartform .subtotal{
  text-align: center;
  }

#cartform .update-quantities{
  text-align: center;
  padding: 5px;
  width: 170px;
  }

#checkout-proceed{
  width: 180px;
  float: right;
  text-align: center;
}

#checkout-additional-buttons-label{
    font-size: 14px;
}

#checkout-addnote{
  float: left;
  width: 60%;
  }
  
#checkout-addnote a{
  display: block;
  width: 165px;
  float: left;
  }
  
#checkout-addnote textarea{
  border: solid 1px #dddddd;
  color: #666666;
  width: 250px;
  height: 60px;
  float: left;
  padding: 4px;
  }

.js #checkout-addnote textarea{
  display: none;
  }

table{
  width: 100%;
  margin: 0 0 15px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table th{
  padding: 4px 8px;
  font-weight: bold;
  border: solid 1px #dddddd;
  color: #333333;
  background: #d6d6d6 url(//cdn.shopify.com/s/files/1/0206/6424/t/19/assets/table-header-depth.png?5973327938801407146) 0 100% repeat-x;
  }

table td{
  padding: 4px 8px;
  border: solid 1px #dddddd;
  }

tfoot th{ background: transparent; }

.minicart input {
    display: inline-block;
    margin: 0;
    text-align: right;
    text-decoration: none;
    font-family: Karla;
    font-size: 16px;
    background: none;
    border: none;
    font-weight: bold;
    color: #FFF;
    padding: 0;
    cursor: pointer;
}

pre.prettyprint {
    width: auto;
    overflow: auto;
    background: #fcfcfc;
    margin: 15px 0;
  	font-size: 12px;
  	font-family: monospace;
}

.post {
    border: 1px dashed #aaa;
    padding: 0 15px 20px;
    margin: 25px 0;
}

#content .mainContent h2 a {
    font-family: Oswald;
    font-size: 24px;
}

#helpPage #content .extraContent {
    height: 42px;
    margin: 10px auto 0px;
    width: 968px;
    background: purple;
    border-radius: 4px;
    border: 1px solid gainsboro;
}

#helpPage .extraContent .wrapper {
padding: 10px 0;
text-align: center;
}

#helpPage #content .mainContent h1 {
    margin: 20px 0 10px;
}

#helpPage #content .mainContent h3 {
    margin-top: 15px;
}

#indexPage #cmdletsLink {
    position: absolute;
    bottom: 30px;
}

.articleWrapper {
    border: 1px dashed #aaa;
    margin: 15px 0;
    padding: 10px 15px;
    font-family: Arial, Helvetica, sans-serif;
    width: 800px;
    float: right;
    font-size: 14px;
}

.sig {
    background: #efefef;
    width: 90px;
    border: 1px dashed #aaa;
    padding: 10px;
    margin: 15px 0;
    float: left;
    font-size: 14px;
    -webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sig img {
	width: 80px;
  	margin: 0px 5px;
}

.sig p {
    text-align: center;
	margin: 5px 0px !important;
	padding: 0px;
	font-size: 12px;
}

#articlePage .mainContent h1 {
    margin: 10px 0;    
}

article {
 	font-family: Arial, Helvetica, sans-serif; 
}

#content .mainContent a.blogNav {
    font-size: 12px;
    text-align: center;
    width: 110px;
    padding: 0px;
    margin: 0px;
    float: left;
}