/**********************************************/
/*  Body 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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.clearer {
  clear: both;
  line-height: 0;
  height: 0;
}

/**********************************************/
/*  Common Styles                             */
/**********************************************/
body {
  background-color: #fff;
  font-family: "ff-meta-web-pro", Helvetica, Arial;
  line-height: 1.8em;
  font-size: medium;
  color: #737373;
  -webkit-text-size-adjust: none;
}

a, a:link, a:visited, a:active {
  color: #323232;
}

a:hover {
  color: #A61C2E;
  text-decoration: none !important;
}

h1, h2, h3, h4, .journal-entry .title a, .section .caption {
  font-family: "textbook-new-web", Helvetica, Arial, sans-serif;
  color: #A61C2E;
  text-shadow: 0 1px 1px #999;
}

p, li {
  margin-bottom: 1em;
}

#content ul, #content ol {
  margin-bottom: 1em;
}

#content li {
  margin-left: 1.5em;
}

#content ul li {
  list-style-type: square;
}


#content h2 {
  margin-bottom: 0.5em;
}

#content h2 a, #content h3 a {
  text-decoration: none;
}

#content a {
  text-decoration: underline;
}
pre {
  display: block;
  font-family: "anonymous-pro", monospace;
  white-space: pre;
  background: #f9f9f9; 
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #999; 
  padding: 25px;
  margin-bottom: 1em;
  overflow: auto;
  line-height: 1.2em;
}

/* Buttons */
a.bttn {
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
}

a.bttn:hover {
  color: #CCC !important;
}

a.bttn.green {
  border: 1px solid #afe060;
  background: #C3FB6B; /* Old browsers */
  background: -moz-linear-gradient(top, #C3FB6B 0%, #afe060 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C3FB6B), color-stop(100%,#afe060)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #C3FB6B 0%,#afe060 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #C3FB6B 0%,#afe060 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #C3FB6B 0%,#afe060 100%); /* IE10+ */
  background: linear-gradient(top, #C3FB6B 0%,#afe060 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3FB6B', endColorstr='#afe060',GradientType=0 ); /* IE6-9 */
  color: #323232;
}

a.bttn.green:hover {
  color: #A61C2E !important;
}

a.bttn.red {
  border: 1px solid #8c1827;
  background: #A61C2E; /* Old browsers */
  background: -moz-linear-gradient(top, #A61C2E 0%, #8c1827 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A61C2E), color-stop(100%,#8c1827)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #A61C2E 0%,#8c1827 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #A61C2E 0%,#8c1827 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #A61C2E 0%,#8c1827 100%); /* IE10+ */
  background: linear-gradient(top, #A61C2E 0%,#8c1827 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A61C2E', endColorstr='#8c1827',GradientType=0 ); /* IE6-9 */
  color: #FFF;
}

a.bttn.red:hover {
  color: #CCC !important;
}

/**********************************************/
/*  Layout                                    */
/**********************************************/

#canvasWrapper, #canvas, #pageHeaderWrapper, #pageBodyWrapper, #pageFooterWrapper { 
  width: 100%;
  padding: 0;
  margin: 0;
}

#pageHeader, #pageBody, #pageFooter, #showcaseContent, #subnav {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

#bannerAreaWrapper {
  width: 200px;
  padding: 5px 0 4px 0;
  float: left;
}

#bannerWrapper {
  line-height: 0;
}

#headerBottom {
    clear: both;
    border-top: 1px solid #999;
    background: transparent url(images/background-shadow-top.png) top left repeat-x;
    height: 10px;    
}

#showcaseWrapper {
    clear: both;
    width: 100%;
    background-image:  url(images/background-shadow-top.png), url(images/background-shadow-bottom.png), url(images/background-showcase.png);
    background-position: top left, bottom left, top left;
    background-repeat: repeat-x, repeat-x, repeat;
    background-color: #E5EADF;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    display: none;
}

#showcaseContent {
  padding: 25px 0 25px 0;
}

#showcaseContent h1 {
  color: #A61C2E;
  font-size: 250%;
  margin-top: 0.75em;
  font-weight: bold;
  line-height: 1em;
}

#showcaseContent p.promo {
  color: #323232;
  font-size: 150%;
  margin-top: 1em;
}

#showcaseContent .column2 {
  text-align: center;
}

#showcaseContent .column2 img, #showcaseContent table.customers {
  padding: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #999;
}

.column1 {
 width: 344px;
 float: left;
 clear: both;
}

.column2 {
 width: 575px;
 float: right;
}

#pageFooter {
  text-align: center;
  font-size: 80% !important;
  border-top: 1px solid #999;
  color: #999;
  padding: 25px;
}

#navigationTop, #navigationBottom {
  width: 740px;
  float: right;
  clear: right; 
}

#contentWrapper, #sidebar1Wrapper {
  margin: 25px 0 25px 0;
}

.with2col #contentWrapper {
  float:left;
  width: 575px;
}

.with2col #sidebar1Wrapper {
  float: right;
  width: 344px;
  display: block;
}

/**********************************************/
/*  Navigation                                */
/**********************************************/
.horizontalNavigationBar, .content-navigation  {
  width: 740px;
  float: left;
}

.horizontalNavigationBar ul {
  width: 100%;
  text-align: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.horizontalNavigationBar ul li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
}


.horizontalNavigationBar ul li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 12px 25px 0 25px;
  height: 40px;
  font-family: "textbook-new-web", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #323232;
  position: relative;
  font-weight: bold;
}

.horizontalNavigationBar ul li.active-module>a,
.horizontalNavigationBar ul li.active-module>div>a {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  background-color: #C3FB6B !important;
  color: #323232;
  text-shadow: 0 1px 1px white;
}

.horizontalNavigationBar ul li a:hover {
  color: #A61C2E;
}

.horizontalNavigationBar ul li a img {
  display: none;
}

.horizontalNavigationBar ul li.active-module>a img,
.horizontalNavigationBar ul li.active-module>div>a img {
  display: block;
  position: absolute;
  bottom: -11px;
  margin-left: -11px;
  left: 50%;
}

.horizontalNavigationBar .folder-open .folder-wrapper { 
  display: none !important;
}


ul#subnav {
  margin-top: 15px;
  text-align: center;
}

ul#subnav li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  border-left: 1px solid #ccc;
}

ul#subnav li:first-child {
  border-left: none;
}

ul#subnav li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 15px 0 15px;
  font-family: "textbook-new-web", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #323232 !important;
  position: relative;
}

ul#subnav li.active-module>div>a {
  border-bottom: 4px solid #C3FB6B;
}

ul#subnav li a:hover {
  color: #A61C2E !important;
}

ul#subnav .folder-open .folder-wrapper { 
  display: none !important;
}

/**********************************************/
/* Zetetic SquareSpace Styles                 */
/**********************************************/

#content .feature-list ul li {
  list-style-type: none;
}

table.team td {
  vertical-align: top;
  padding: 10px 0 10px 0;
}

table.team h3 {
  font-weight: bold;
  color: #323232;
}

table.team td img {
  margin-right: 20px;
}

table.customers {
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

table.customers td {
  padding: 5px;
  margin: 0;
}

table.customers img {
  border: none !important;
}


dl.icon-list {
  margin: 0;
}

dl.icon-list dt {
  clear: both;
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

dl.icon-list dd {
  margin-left: 60px;
}

dl.icon-list dd.clear {
  height: 25px;
}

div.row {
  margin: 25px 0 25px 0;
  clear: both;
}

ul.news {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

ul.news li {
  list-style-type: none !important;
  margin: 0 0 25px 0 !important;
}


#disqus_thread ul li {
  list-style-type: none;
}

.section {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #999;
  padding: 25px;
  margin-bottom: 25px;
  background-image:  url(images/background-shadow-top.png), url(images/background-shadow-bottom.png), url(images/background-showcase.png);
  background-position: top left, bottom left, top left;
  background-repeat: repeat-x, repeat-x, repeat;
  background-color: #E5EADF;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.section .content-passthrough {
  font-size: 80%;
}

.section .caption {
  font-size: 110%;
  margin-bottom: 10px;
}

div.products a {
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 906px;
  padding: 25px;
  background-image:  url(images/background-shadow-top.png), url(images/background-shadow-bottom.png);
  background-position: top left, bottom left;
  background-repeat: repeat-x, repeat-x;
  float: left;
  border: 1px solid #999;
  border-right: none;
  text-decoration: none !important;
  overflow: hidden;
}

div.products.one a {
  height: 75px;
}

div.products.two a {
  width: 428px;
  height: 125px;
}

div.products.three a {
  width: 268px;
  height: 150px;
}

div.products.four a {
  width: 188px;
  height: 225px;
}

div.products a:hover {
    background-image:  url(images/background-shadow-top.png), url(images/background-shadow-bottom.png), url(images/background-showcase.png);
    background-position: top left, bottom left, top left;
    background-repeat: repeat-x, repeat-x, repeat;
    background-color: #E5EADF;
}

div.products a p, div.products a:hover p {
  color: #737373;
  font-size: 110%;
  font weight: bold;
}

div.products a.first, div.products.one a {
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: none;
}

div.products a.last, div.products.one a  {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: 1px solid #999;
}

div.products h3 {
  color: #323232;
}

div.products h3, div.products p {
  margin-left: 60px;
}

div.products img {
  margin-bottom: 300px;
  float: left;
  width: 48px;
}

.twitter-wrapper .secondary a, .twitter-wrapper .secondary a:hover,
.twitter-wrapper .secondary, .twitter-wrapper .twitter-item .secondary,
.twitter-wrapper .twitter-link a, .twitter-wrapper .twitter-link a:hover {
  color: #323232;
  background: none;
}

.journal-entry-wrapper li {
  margin-bottom: 0; 
}

.journal-entry-wrapper ul, .journal-entry-wrapper ol {
  margin-top: 1em; 
}


table.comp-chart {
  margin-top: 10px;
  border: 1px solid #999;
  border-collapse: collapse;
  font-size: 90%;
  text-align: left;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
}

table.comp-chart .ccyes {
  text-align: center;
  color: green;
  font-size: 120%;
  font-weight: bold;
}

table.comp-chart td, table.comp-chart th {
  border-top: 1px solid #999;
  padding: 2px 10px;
}

table.comp-chart th {
  background-color: #999;
  color: white;
}

/**********************************************/
/* Sequence.js                                */
/**********************************************/

#sequence{
    height: 330px;
    position: relative;
    width: 960px;
}

#sequence ul, #sequence ul li {
  list-style-type: none;
}

#sequence li > *{
  position: absolute;
}

.sequenceFrame {
  color: black;
  width: 960px;
  left: -960px;
  top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
}

.sequenceFrame.animate-in {
  left: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
}

.sequenceFrame.animate-out {
  left: 960px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
}   

/**********************************************/
/* FastSpring                                 */
/**********************************************/

  #content {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  
  }
  .core-window a.store-action-command {
    text-decoration: none !important;
  }

  .core-window ul, .core-window ol, .core-window li{
    margin: 0 !important;
    list-style-type: none !important;
  }
 
  .core-section {
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
  } 
  
  .core-section {
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
  } 
 
  .core-section h2 {

    /* background:  url(images/background-showcase.png) top left repeat; */ 

    background-color: #E5EADF;
    border-bottom: 1px solid #ccc;
    /*
    background: #ccc;
    */
    padding: 10px 50px;
    margin: 0 !important;
  }

  .core-section h3 {
    font-weight: normal;
    margin-top: 1em;
  }

  .core-section .core-section-body {
    background:  url(images/background-shadow-top.png) top left repeat-x;
    margin: 0;
    padding: 25px 50px;
  } 

  .store-order-items {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #F6F6F6;
  }

  .store-order-item-group {
    border: 0;
    margin: 0;
    padding: 10px;
  }

  .store-order-item-group + .store-order-item-group {
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
  }

  .store-action-list li {
    margin-right: 2em !important;
  }
  
  .store-action-list li.store-order-item-action-quantity-li {
    margin-right: 0 !important;
  } 

  .store-action-command + .store-action-input {
    margin-left: 1em !important;
  }

  .store-surveys {
    margin-top: 2em;
  }

  .store-style-inline-form .core-form-field-label label, .core-form-field-label {
    white-space: normal;
  }

  .store-product-detail {
    clear: both;
  }

  .store-product-detail-image img{
    margin: 0;
    padding: 0;
  }

  h2.store-product-detail-title {
    margin-left: 50px;
    padding: 0;
    margin-bottom: 0 !important;
  }

  .store-product-detail-pricing {
    clear:right;
    float: right;
    margin: 0 0 0 0;
  }

  .store-product-price {
    font-weight: normal;
    color: #737373;
  }

  .store-product-detail-quantity {
    clear: right;
    float: right;
    margin: 10px 0 0 0;
  }

  .store-page-navigation {
    clear: both;
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
  } 

  .store-page-navigation li {
    margin: 0 !important;
    padding: 0;
    border: none;
  } 
  
  .store-product-detail .store-page-navigation {
    clear: right;
    float: right;
  }

  .store-product-detail-description {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 50px;
    padding: 0;
    width: 500px;
  }

  .store-product-detail-description-short {
    margin: 0;
  }
  ul.check-list li {
    margin-left: 25px !important;
    text-indent: -25px;
  }

  ul.check-list li:before {
    content: "\2713\0020";
    margin-right: 10px;
  }

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