/* --------------------------------------
    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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* -------------------------------------------------------
   Tables
---------------------------------------------------------- */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */

html { 
    font-size: 100%; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    overflow-y: scroll;
    }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { 
    margin: 0; 
    font-size: 1em; 
    line-height: 1.4;
    font-family: Arial, sans-serif; 
    }

p { margin-bottom: 25px; }
p.intro { font-size: 18px; }

/* links */
a { color: #22a4c4; text-decoration: none; }
a:visited { color: #22a4c4; }
a:hover { color: #0a6f88; text-decoration: underline; }
a:focus { outline: thin dotted; }

strong, b {
    font-weight: bold; 
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

mark {
    background-color: #def3ba;
}

/* highlighting text */
::selection { background: #def3ba; }
::-moz-selection { background: #def3ba; }
:selection { background: #def3ba; }

/* Read more: How to Highlight With Colors in CSS | eHow.com http://www.ehow.com/how_8283861_highlight-colors-css.html#ixzz1nEpFGVvn*/


.ie7 .clearfix { zoom: 1; } /* IE7 */

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


