/* ====================================================================
   Normalize
      
      By Nicholas Gallagher, co-created with Jonathan Neal.
      http://necolas.github.com/normalize.css/
      Good tidings and countless waves of karma for these styles.
      
      Slightly edited and modified by Example7 per theme/client.
      Last update: February 5, 2014

   ==================================================================== */

html, body, button, div, figure, input, li, select, span, textarea, ul { margin: 0; padding: 0; }
html, body { height: 100%; }
html { overflow-y: scroll; font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

a:focus, a:active, a:hover, *:focus { outline: none; }

p, .p { margin: 0 0 15px 0; }
b, strong { font-weight: bold; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
code, kbd, pre, samp { font-family: 'courier new', monospace; font-size: 10px; }
del { text-decoration: line-through; }
hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box; }
ins { text-decoration: none; }
ol, ul { list-style: none; }
pre { white-space: pre-wrap; }
sub, sup { position: relative; vertical-align: baseline; font-size: 75%; line-height: 0; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }

.alignleft, img.alignleft, .wp-caption.alignleft { float: left; display: inline; margin: 0 15px 12px 0; }
.alignright, img.alignright, .wp-caption.alignright { float: right; display: inline; margin: 0 0 15px 15px; }
.aligncenter, img.aligncenter, .wp-caption.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 30px; }
.alignnone, img.alignnone { clear: both; margin: 0 0 5px 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
img#wpstats { display: none; } 

svg:not(:root) { overflow: hidden; }

fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: none; }
legend { padding: 0; border: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

iframe ( border: none; }

table { border-collapse: collapse; border-spacing: 0; }
td { display: table-cell; vertical-align: top; }