/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Zen Grid */
/* Import constants used everywhere on the scss files */
/**
 * Fonts
 */
/* 64px */
/* 60px */
/* 56px */
/* 50px */
/* 42px */
/* 40px */
/* 36px */
/* 34px */
/* 30px */
/* 26px */
/* 24px */
/* 22px */
/* 20px */
/* 18px */
/* 16px */
/* 14px */
/* 14px */
/* 13px */
/* 12px */
/* 11px */
/*
 * Colors
 */
/*
 * Grid
 */
/*
 * Mixins
 */
/*
 * Nesting
 */
/* line 111, ../sass/_constant.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* HTML element (SMACSS base) rules */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-Dec-2013, 11:25:12 AM
    Author     : ORIGIN
*/
/* line 11, ../sass/_normalize.scss */
html {
  font-size: 0.8125em;
  line-height: 2em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, ../sass/_normalize.scss */
body {
  font-family: Garamond, Georgia, serif;
  font-size: 100%;
  color: #404141;
  line-height: 2em;
  font-weight: normal;
}

/* line 13, ../sass/_normalize.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 14, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 15, ../sass/_normalize.scss */
fieldset, img {
  border: 0;
}

/* line 16, ../sass/_normalize.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 17, ../sass/_normalize.scss */
li {
  list-style: none;
}

/* line 18, ../sass/_normalize.scss */
caption, th {
  text-align: left;
}

/* line 19, ../sass/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
}

/* line 20, ../sass/_normalize.scss */
h1 {
  font-size: 200%;
}

/* line 21, ../sass/_normalize.scss */
h2 {
  font-size: 153.84615%;
}

/* line 22, ../sass/_normalize.scss */
h3 {
  font-size: 123.07692%;
}

/* line 23, ../sass/_normalize.scss */
h4 {
  font-size: 107.6923%;
}

/* line 24, ../sass/_normalize.scss */
q:before, q:after {
  content: '';
}

/* line 25, ../sass/_normalize.scss */
abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* line 26, ../sass/_normalize.scss */
sup {
  vertical-align: text-top;
}

/* line 27, ../sass/_normalize.scss */
sub {
  vertical-align: text-bottom;
}

/* line 28, ../sass/_normalize.scss */
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* line 29, ../sass/_normalize.scss */
input, textarea, select {
  font-size: 100%;
}

/* line 30, ../sass/_normalize.scss */
legend {
  color: #000;
}

/* line 31, ../sass/_normalize.scss */
.item-list ul li {
  margin: 0;
}

/* line 32, ../sass/_normalize.scss */
.clearer {
  clear: both;
}

/* line 33, ../sass/_normalize.scss */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* line 34, ../sass/_normalize.scss */
* + html .clearfix {
  min-height: 1%;
}

/* line 35, ../sass/_normalize.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 36, ../sass/_normalize.scss */
.clearfix:after {
  clear: both;
}

/* line 37, ../sass/_normalize.scss */
.clearfix {
  zoom: 1;
}

/* line 38, ../sass/_normalize.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Layout (SMACSS layout) rules */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-Dec-2013, 11:25:05 AM
    Author     : ORIGIN
*/
/* line 12, ../sass/_layout.scss */
html, body {
  background: #f9f9f9;
}

/* line 14, ../sass/_layout.scss */
#top {
  background: #FFFFFF;
  border-bottom: 1px solid #eeeeee;
}

/* line 15, ../sass/_layout.scss */
#top > .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 46, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
#top > .wrapper:before, #top > .wrapper:after {
  content: "";
  display: table;
}
/* line 50, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
#top > .wrapper:after {
  clear: both;
}

/* line 17, ../sass/_layout.scss */
#content {
  border-top: 1px solid #FFFFFF;
}

/* line 18, ../sass/_layout.scss */
#content > .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 46, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
#content > .wrapper:before, #content > .wrapper:after {
  content: "";
  display: table;
}
/* line 50, ../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/zen-grids-1.4/stylesheets/zen/_grids.scss */
#content > .wrapper:after {
  clear: both;
}

/* line 22, ../sass/_layout.scss */
#header {
  max-width: 1200px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 23, ../sass/_layout.scss */
#header > .wrapper {
  padding: 20px;
  margin: 0;
}

/* line 25, ../sass/_layout.scss */
#sidebar {
  clear: left;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 26, ../sass/_layout.scss */
#sidebar > .wrapper {
  padding: 20px;
  margin: 0;
}

/* line 28, ../sass/_layout.scss */
#main {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 29, ../sass/_layout.scss */
#main > .wrapper {
  padding: 20px;
  margin: 0;
}

/* line 30, ../sass/_layout.scss */
#main article {
  margin-bottom: 20px;
}

/* line 32, ../sass/_layout.scss */
#bottom {
  clear: left;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* line 33, ../sass/_layout.scss */
#bottom > .wrapper {
  padding: 20px;
  margin: 0;
}

/* Application - Main Application (SMACSS module) rules */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-Dec-2013, 11:24:59 AM
    Author     : ORIGIN
*/
/* line 12, ../sass/_application.scss */
h2 {
  font-family: Garamond, Georgia, serif;
  font-size: 123.07692%;
  color: #b2b2af;
  line-height: 150%;
  font-weight: normal;
  font-style: italic;
}

/* line 13, ../sass/_application.scss */
h3 {
  font-family: Garamond, Georgia, serif;
  font-size: 153.84615%;
  color: #404141;
  line-height: 100%;
  font-weight: normal;
}

/* line 14, ../sass/_application.scss */
p {
  margin: 10px 0;
}

/* PLACE HODLER */
/* line 18, ../sass/_application.scss */
#placeholder {
  padding: 20px 30px;
  background: #FFF;
  border: 1px solid #eeeeee;
}

/* SIDE BAR */
/* line 22, ../sass/_application.scss */
#sidebar h3 {
  margin-top: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

/* FORM */
/* line 26, ../sass/_application.scss */
#toolForm {
  border-top: 1px solid #FFF;
  padding: 10px 0;
}

/* line 27, ../sass/_application.scss */
#toolForm .formRow {
  margin: 10px 0;
}

/* line 28, ../sass/_application.scss */
#toolForm #formNbPar {
  padding: 3px 5px;
}

/* line 29, ../sass/_application.scss */
#toolForm #submit {
  margin: 20px 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: Garamond, Georgia, serif;
  font-size: 100%;
  color: #404141;
  line-height: 100%;
  font-weight: normal;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#efefef));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #cccccc;
  cursor: pointer;
}

/* line 30, ../sass/_application.scss */
#toolForm #submit:hover {
  background: #ffffff;
}

/* CLIPBOARD COPY BUTTON */
/* line 34, ../sass/_application.scss */
.topContent .zeroclipboard-is-out {
  margin: 20px 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: Garamond, Georgia, serif;
  font-size: 100%;
  color: #404141;
  line-height: 100%;
  font-weight: normal;
  background-color: #efefef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#efefef));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #cccccc;
  cursor: pointer;
}

/* line 35, ../sass/_application.scss */
.topContent .zeroclipboard-is-hover {
  background: #ffffff;
}

/* line 36, ../sass/_application.scss */
.topContent .alertCopied {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: Garamond, Georgia, serif;
  font-size: 100%;
  color: #404141;
  line-height: 100%;
  font-weight: normal;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  /* Chrome, Safari 4+ */
  background-image: -webkit-linear-gradient(top, transparent, transparent);
  /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image: -moz-linear-gradient(top, transparent, transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, transparent, transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, transparent, transparent);
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #cccccc;
  cursor: pointer;
  border: 0;
  display: none;
}

/* Behavior - Main media Queries (all on same file so we declare media queries rules once) */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6-Dec-2013, 11:24:50 AM
    Author     : ORIGIN
*/
@media all and (max-width: 800px) {
  /* MAIN LAYOUT CHANGES */
  /* line 15, ../sass/_behavior.scss */
  html {
    -webkit-text-size-adjust: none;
  }

  /* line 16, ../sass/_behavior.scss */
  #sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  /* line 17, ../sass/_behavior.scss */
  #main {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
