@charset "utf-8";

/* -------- RESET */
body {line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
table {border-collapse:collapse;border-spacing:0}
address, caption, cite, code, dfn, th, var {font-style:normal;font-weight:normal}
caption, th {text-align:left}
blockquote, q {quotes:none}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
html, body, div, span, applet, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, img, ins, kbd, q, samp, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 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;font-weight:normal}

/* -------- GLOBAL TAGS */
html {overflow-y:scroll;}
p, ul, ol, div.textwidget, address {line-height:1.5em;margin:0 0 1.8em 0}
ul ul, ol ol, ul ol, ol ul {margin-bottom:0}
q, i, em, cite {font-style:italic;font-weight:inherit}
b, strong {font-weight:bold;font-style:inherit}
s, del {text-decoration:line-through}
small {font-size:0.75em;line-height:1em}
pre, code {font-family:monospace;font-size:1em}
pre {overflow:auto;margin-bottom:1.8em;line-height:24px}
code {line-height:1em}
img {max-width:100%;height:auto;-ms-interpolation-mode:bicubic}


/* -------- GLOBAL CLASSES */
img.left, .alignleft {float:left}
img.right, .alignright {float: right}

/* -------- DEBUG */
#debug {position:fixed;top:20px;left:20px;width:200px;background:#FFF;opacity:0.2;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;-ms-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}
#debug:hover {opacity:1}
body.admin-bar #debug {top:48px}
#debug dl {margin-top:20px}
#debug dl dt {float:left;width:95px;margin-right:10px;text-align:right;font-weight:bold;line-height:20px}
#debug dl dd {margin-left:105px;line-height:20px}

/* -------- NOTICES */
.notice			{background-color:#eeeeee;	color:#777777;	padding:8px 12px}
.notice.error	{background-color:#f6dcdd;	color:#d8494b}
.notice.success	{background-color:#dcf09b;	color:#498d02}
.notice.warning	{background-color:#ffefbe;	color:#e27b04}
.notice.event	{background-color:#cee8f7;	color:#007dad}

/* -------- QUOTES */
blockquote {font-style:italic;}
blockquote p:before {content: '"'; }
blockquote p:after {content: '"'; }