/*!
 * Project:   LIFEHELP (print)
 * Date:      2012/09/04
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { font-size: 100.01%; }
body { background: #fff; font-size: 62.5%; }

body, textarea, input, select, option, button { color: black; font-family: Calibri,Lucida Grande,Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 1.5; }
li, dt, dd, p, figure, th, td, caption, pre { font-size: 1.5em; } /*---*/ li *, li p, li li, dt *, dd *, p *, figure *, th *, td * { font-size: 1em; }
div, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin: 0 0 15px; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }

/*! layout -------- */

#root { }
 #top { margin: 0 0 15px; padding: 0 0 15px; border-bottom: 1px solid #ccc; }
  #logo { font: bold 2.4em Cambria,Georgia,serif; }
   #logo a { color: #000; text-decoration: none; }
  #skips { display: none; }
  #nav { display: none; }
  #top .top-utils { display: none; }
 #content { }
  #content a:after { content: " (" attr(href) ")"; color: #555; font-size: 0.8em; font-style: italic; }
  #content a[href^="#"]:after { content: ""; }
 #footer { margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid #ccc; }
 #footer:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
  #footer ul { display: none; }
  #footer p { font-size: 10px; }
  #footer .utils { margin: 0; }
  #footer .contact-b { width: 100%; overflow: hidden; margin: 0; }
   #footer .contact-b br { display: none; }
   #footer .contact-b p { float: left; margin: 0 0 0 3px; }
   #footer .contact-b h3 { display: none; }
    #footer p.copyright span, #footer p.copyright a { display: none; }

/*! containers ---- */

aside, nav,
p.action,
p.action, a.more,
.banner-a,
.connect-a,
.contact-form-a,
.form-a,
.newsletter-a,
h1.page-title a.rss { display: none; }

.entry-a { margin-bottom: 50px; }
 .entry-a header { margin-bottom: 20px; }
  .entry-a header .wrap { display: table; width: 100%; margin: 0 0 20px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
   .entry-a header .wrap p.author { display: table-cell; padding-right: 12px; font-size: 12px; font-weight: bold; line-height: 16px; text-align: right; vertical-align: bottom; }
   .entry-a header .wrap p.date { display: table-cell; width: 80px; margin: 0 0 0 10px; border-left: 1px solid #ccc; font-size: 20px; font-weight: bold; line-height: 1; text-align: right; text-transform: uppercase; }
   .entry-a header .wrap p.date strong { font-size: 28px; line-height: 1; }
  .entry-a header h1, .entry-a header h2 { font-size: 18px; }
 .entry-a .content { margin: 0 0 10px; }
   .entry-a .content figure img { display: block; max-width: 100%; margin: 0; }
 .entry-a footer { display: none; }

 .showcase-a .wrap ul { list-style: none; padding: 0; }
 .showcase-a ul.images, .showcase-a ul.images li, .showcase-a ul.images li img, .showcase-a ul.steps, .showcase-a ul.paging { display: none; }

.story-a { }
 .story-a header { display: table; margin: 0 0 30px; }
  .story-a header figure { display: table-cell; width: 58px; padding-right: 15px; vertical-align: middle; }
   .story-a header figure img { display: block; max-width: 58px; margin: 0; }
  .story-a header h1 { display: table-cell; vertical-align: middle; }

.story-b { width: 100%; }
.story-b:after { content: ""; display: block; overflow: hidden; clear: both; height: 0; }
 .story-b figure { float: left; margin: 0 20px 15px 0; }
  .story-b figure img { display: block; max-width: 240px; margin: 0; }

.stories-b { width: 960px; margin-left: -20px; padding-top: 50px; font-size: 0; }
.win.opera .stories-b { letter-spacing: -5px; }
.win.safari .stories-b { letter-spacing: -5px; }
 .stories-b article { display: -moz-inline-stack; display: inline-block; width: 300px; margin: 0 0 70px 20px; font-size: 10px; letter-spacing: 0; }
  .stories-b article figure { width: 100%; margin: 0 0 10px; padding-bottom: 1px; border-bottom: 10px solid #eee; vertical-align: top; }
   .stories-b article figure img { display: block; max-width: 300px; margin: 0; }
  .stories-b article h2 { margin: 0 0 5px; }
  .stories-b article p { margin: 0; color: #888; font: italic 14px Georgia,Times,'Times New Roman',serif; }
   .stories-b article p a { margin: 0; font: bold 14px Arial,Helvetica Neue,Helvetica,sans-serif; }

.testimonials-a ul.nav { display: none; }

/*! helpers ------- */

.offset { display: none; }

/*! defaults ------ */

form { }
 button { overflow: visible; padding: 0 10px; }

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

h1, h2, h3, h4, h5, h6 { margin: 20px 0 5px; color: #000; font-family: Cambria,Georgia,serif; line-height: 1.1; }
h1 { margin-top: 0; font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.5em; text-transform: uppercase; }
h6 { font-size: 1.4em; text-transform: uppercase; }

ul, ol, dd, blockquote { padding-left: 30px; }
 ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

a { color: #09f; text-decoration: underline; }

img { max-width: 100% !important; height: auto !important; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

pre { font-family: Consolas,Monaco,Courier New,monospace; white-space: pre-wrap; }

hr, div.hr { overflow: hidden; width: 100%; height: 1px; margin: 15px 0; border: none; border-top: 1px solid #eee; background: none; font-size: 0; } div.hr * { display: none; }