.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hairlines {
  border-width: 0.5px; }

/* ==========================================================================
   IMPLEMENTATION
   ========================================================================== */
body {
  font-family: 'Comic Sans MS', 'Comic Sans', 'Comic Neue', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  /* Enable a font's kerning: http://stackoverflow.com/questions/15160897/font-feature-settings-what-is-the-correct-syntax */
  font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern"; }

/* 

 	font-weight: 100; Comic Neue Light
 	font-weight: 300; Comic Neue Regular 
 	font-weight: 700; Comic Neue Bold
	font-style: oblique; for the oblique equivalents.

  Change 'Comic Neue' to 'Comic Neue Angular' for the Angular variants
  For example Comic Neue Angular Bold Oblique would be:

 	body {
		font-family: 'Comic Neue Angular', sans-serif;
		font-style: oblique;
		font-weight: 700;
    font-size: 1em;
    line-height: 1.5;
 	}
	or in shorthand: body { font: oblique 700 1em/1.5 'Comic Neue Angular', sans-serif; }

*/
/* ==========================================================================
   FONT STACK
   ========================================================================== */
/*	@font-face format credit to Chris Coyier http://css-tricks.com/snippets/css/using-font-face/ */
/*	And John, Kevin & Sven Read http://www.newnet-soft.com/blog/csstypography */
/*	An old but still great article on @font-face performance http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/ */
/* 
@font-face {
  font-family: 'Comic Neue';
  src: url('../assets/fonts/ComicNeue-Light.eot');
  src: url('../assets/fonts/ComicNeue-Light.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Light.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Light.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Light.ttf')  format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Comic Neue';
  src: url('../assets/fonts/ComicNeue-Light-Oblique.eot');
  src: url('../assets/fonts/ComicNeue-Light-Oblique.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Light-Oblique.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Light-Oblique.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Light-Oblique.ttf')  format('truetype');
  font-weight: 300;
  font-style: oblique;
}
*/
@font-face {
  font-family: 'Comic Neue';
  src: url("../assets/fonts/ComicNeue-Regular.eot");
  src: url("../assets/fonts/ComicNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ComicNeue-Regular.woff2") format("woff2"), url("../assets/fonts/ComicNeue-Regular.woff") format("woff"), url("../assets/fonts/ComicNeue-Regular.ttf") format("truetype");
  font-weight: 400; }

/* 
@font-face {
  font-family: 'Comic Neue';
  src: url('../assets/fonts/ComicNeue-Regular-Oblique.eot');
  src: url('../assets/fonts/ComicNeue-Regular-Oblique.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Regular-Oblique.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Regular-Oblique.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Regular-Oblique.ttf')  format('truetype');
  font-weight: 400;
  font-style: oblique;
}
*/
@font-face {
  font-family: 'Comic Neue';
  src: url("../assets/fonts/ComicNeue-Bold.eot");
  src: url("../assets/fonts/ComicNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ComicNeue-Bold.woff2") format("woff2"), url("../assets/fonts/ComicNeue-Bold.woff") format("woff"), url("../assets/fonts/ComicNeue-Bold.ttf") format("truetype");
  font-weight: 700; }

/* 
@font-face {
  font-family: 'Comic Neue';
  src: url('../assets/fonts/ComicNeue-Bold-Oblique.eot');
  src: url('../assets/fonts/ComicNeue-Bold-Oblique.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Bold-Oblique.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Bold-Oblique.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Bold-Oblique.ttf')  format('truetype');
  font-weight: 700;
  font-style: oblique;
}

@font-face {
  font-family: 'Comic Neue Angular';
  src: url('../assets/fonts/ComicNeue-Angular-Light.eot');
  src: url('../assets/fonts/ComicNeue-Angular-Light.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Angular-Light.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Angular-Light.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Angular-Light.ttf')  format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Comic Neue Angular';
  src: url('../assets/fonts/ComicNeue-Angular-Light-Oblique.eot');
  src: url('../assets/fonts/ComicNeue-Angular-Light-Oblique.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Angular-Light-Oblique.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Angular-Light-Oblique.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Angular-Light-Oblique.ttf')  format('truetype');
  font-weight: 300;
  font-style: oblique;
}

@font-face {
  font-family: 'Comic Neue Angular';
  src: url('../assets/fonts/ComicNeue-Angular-Regular.eot');
  src: url('../assets/fonts/ComicNeue-Angular-Regular.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Angular-Regular.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Angular-Regular.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Angular-Regular.ttf')  format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Comic Neue Angular';
  src: url('../assets/fonts/ComicNeue-Angular-Regular-Oblique.eot');
  src: url('../assets/fonts/ComicNeue-Angular-Regular-Oblique.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Angular-Regular-Oblique.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Angular-Regular-Oblique.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Angular-Regular-Oblique.ttf')  format('truetype');
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: 'Comic Neue Angular';
  src: url('../assets/fonts/ComicNeue-Angular-Bold.eot');
  src: url('../assets/fonts/ComicNeue-Angular-Bold.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Angular-Bold.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Angular-Bold.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Angular-Bold.ttf')  format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Comic Neue Angular';
  src: url('../assets/fonts/ComicNeue-Angular-Bold-Oblique.eot');
  src: url('../assets/fonts/ComicNeue-Angular-Bold-Oblique.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/ComicNeue-Angular-Bold-Oblique.woff2') format('woff2'),
       url('../assets/fonts/ComicNeue-Angular-Bold-Oblique.woff') format('woff'),
       url('../assets/fonts/ComicNeue-Angular-Bold-Oblique.ttf')  format('truetype');
  font-weight: 700;
  font-style: oblique;
}
*/
#header {
  background-image: url("/assets/background.jpg");
  background-color: #3d093f; }
  #header .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    align: center; }
    #header .content:after {
      content: "";
      display: table;
      clear: both; }
    #header .content .inner {
      padding: 15px 0 15px 15px; }
      #header .content .inner:after {
        content: "";
        display: table;
        clear: both; }
      #header .content .inner #logo {
        float: left;
        margin: 0 15px 0 0; }
      #header .content .inner > a {
        display: block; }
        #header .content .inner > a h1,
        #header .content .inner > a h2 {
          display: inline;
          font-size: 50px;
          font-weight: bold;
          line-height: 50px;
          color: #FFF;
          margin: 0; }
      #header .content .inner p {
        font-size: 20px;
        color: #dddddd;
        margin: 0; }
    #header .content .description {
      font-size: 11px;
      color: #FFFFFF; }
      #header .content .description h3 {
        margin-bottom: 3px;
        color: #ffffff;
        font-size: 18px;
        margin: 0;
        padding: 0; }
      #header .content .description p {
        color: #ffffff; }
  #header a {
    text-decoration: none; }
  #header .menu {
    background-color: #e21deb;
    padding-left: 12px;
    padding-right: 12px; }
    #header .menu .content ul {
      list-style-type: none;
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
      #header .menu .content ul:after {
        content: "";
        display: table;
        clear: both; }
      #header .menu .content ul li {
        float: left;
        font-size: 14px;
        font-weight: bold;
        padding: 0 20px 0 0px;
        line-height: 36px; }
        #header .menu .content ul li.right {
          float: right; }
        #header .menu .content ul li a svg {
          width: 24px;
          height: 24px;
          fill: #ffffff;
          stroke: #ffffff;
          vertical-align: middle;
          -webkit-transition: all 150ms cubic-bezier(0.37, 0, 0.28, 1);
          transition: all 150ms cubic-bezier(0.37, 0, 0.28, 1); }
        #header .menu .content ul li a:link, #header .menu .content ul li a:active, #header .menu .content ul li a:visited {
          color: #ffffff;
          display: block;
          vertical-align: middle;
          text-align: center;
          -webkit-transition: all 150ms cubic-bezier(0.37, 0, 0.28, 1);
          transition: all 150ms cubic-bezier(0.37, 0, 0.28, 1); }
        #header .menu .content ul li a:hover {
          color: #3d093f; }
          #header .menu .content ul li a:hover svg {
            fill: #3d093f;
            stroke: #3d093f; }
  @media only screen and (max-width: 767px) {
    #header .content .description {
      padding: 0 15px 0 15px; } }
  @media only screen and (min-width: 1024px) {
    #header .content .inner {
      float: left;
      width: 50%; }
    #header .content .description {
      float: right;
      width: 50%;
      margin-top: 22px; } }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #E21DEB; }

#page {
  position: relative;
  padding-bottom: 500px; }

#rainbowCanvas {
  position: fixed;
  top: 0px;
  left: 0px; }

#maincontentWrap {
  position: absolute; }

body {
  background-color: #FFFFFF;
  padding-bottom: 350px; }

#maincontent {
  background-color: white;
  padding: 20px 20px 20px 20px; }

#footer {
  background-color: white;
  padding: 0px 20px 20px 20px;
  border-radius-bottomleft: 10px;
  border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px; }

body {
  color: #888;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  align: center; }

strong {
  color: #000;
  font-weight: bold; }

.back {
  float: right;
  font-size: 12px; }

.light {
  color: #999;
  font-weight: light; }

a,
a:hover,
a:active,
a:focus {
  outline: 0; }

a,
a:link {
  color: #2A62B6;
  text-decoration: underline; }

a:hover {
  color: #128CF5; }

.clear {
  clear: both; }

#maincontent,
#footer,
#description {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  align: center; }

#footer {
  font-size: 11px;
  padding-top: 15px;
  padding: 10px 20px 10px 20px;
  text-align: center; }

#headertools h3,
.smallheader h3 {
  line-height: 24px;
  color: #e21deb;
  font-size: 20px; }

#headertools {
  margin-left: auto;
  margin-right: auto;
  align: center;
  margin: 0 0 20px 0;
  padding-top: 20px; }
  #headertools h3 {
    margin: 0 0 20px 0; }

#description {
  margin: 36px 0 36px 0;
  margin-left: auto;
  margin-right: auto;
  width: 610px; }
  #description h3 {
    text-align: center;
    margin-bottom: 0px; }
  #description p {
    text-align: center;
    font-size: 14px;
    font-weight: bold; }

#demo {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 40px; }

#bookmarklet,
#cornify_editor,
#cornify_membership {
  font-size: 14px;
  line-height: 18px; }

#bookmarklet .small {
  font-size: 11px;
  line-height: 13px; }

#cornify_editor,
#cornify_membership {
  margin-bottom: 20px; }

#code textarea {
  height: 90px;
  padding: 5px;
  font-size: 13px;
  color: #444; }

#maincontent {
  font-size: 14px;
  line-height: 18px; }

.review blockquote {
  color: #333;
  font-weight: bold;
  font-style: italic;
  margin: 0 0 0 0; }

.smallheader h3 {
  margin: 20px 0 3px 0; }

.smallheader span {
  margin: 3px 0 0 0; }

.example h4,
.yourself_example h4 {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
  margin: 10px 0 2px 0; }

.example a,
.yourself_example a {
  width: 220px;
  overflow: hidden;
  display: block; }

.example a:hover,
.yourself_example a:hover {
  text-indent: -220px; }

#ads {
  margin-top: 25px; }
  #ads h3 {
    margin: 30px 0 10px 0; }
  #ads .ad {
    margin-left: auto;
    margin-right: auto;
    align: center; }

#zazzle_embed {
  margin-top: 10px; }

.zBox {
  width: 460px; }

.zpanelProductCell {
  float: left;
  margin-left: 15px; }

.facebook_link a {
  color: #e21deb;
  font-weight: bold;
  text-decoration: underline; }

#leftcolumn .smallheader {
  margin-bottom: 20px; }

.list_rating li {
  background-image: url("assets/rating.jpg");
  width: 20px;
  height: 24px;
  margin: 1px;
  float: left;
  overflow: hidden;
  display: block; }
  .list_rating li:hover {
    text-indent: 20px; }

#comment_list li {
  color: #333;
  margin: 12px 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 12px;
  border-bottom: 1px solid #FF00FF; }

.comment_text {
  font-size: 14px;
  margin: 0 0 3px 0; }

#form_comment input[type=text] {
  padding: 4px 3px 1px 3px;
  margin: 0 0 10px 0; }

#form_comment textarea {
  padding: 4px 3px 1px 3px;
  width: 450px;
  margin: 0 0 15px 0; }

#sidebarad {
  margin: 25px 0 0 0; }

#footercallout {
  text-align: center;
  font-size: 40px;
  padding: 15px 0 0 0; }
  #footercallout h3 {
    font-size: 36px; }

.photo_text {
  float: left; }

.photo_rating {
  float: right;
  height: 45px; }

#sharephoto {
  float: left; }

#footernav ul {
  margin-left: 0px; }

#footerlinks {
  float: right; }
  #footerlinks ul {
    float: right; }
  #footerlinks a {
    padding: 0 3px 0 3px; }

#footernav li,
#footerlinks li {
  float: left;
  list-style-type: none;
  margin: 0 10px 0 10px; }

.photo_options .socializer {
  float: left;
  padding: 3px; }

.photo_title a {
  color: #FF00FF;
  margin: 0px;
  text-decoration: none; }
  .photo_title a:hover {
    text-decoration: underline; }

.photo_title h3 {
  font-size: 18px;
  clear: both;
  padding: 8px 0px 4px 0px;
  margin: 0px; }
