/*
 * ! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css
 */
/*
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
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: top; }

/*
 * =============================================================================
 * HTML5 display definitions
 * ==========================================================================
 */
/*
 * 
 * * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/*
 * 
 * * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * 
 * * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * 
 * * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/*
 * =============================================================================
 * Base
 * ==========================================================================
 */
/*
 * 
 * * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 * *    http://clagnut.com/blog/348/#c790
 * * 2. Keeps page centred in all browsers regardless of content height
 * * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
    /*
   * 1
   */
  overflow-y: scroll;
    /*
   * 2
   */
  -webkit-text-size-adjust: 100%;
    /*
   * 3
   */
  -ms-text-size-adjust: 100%;
    /*
   * 3
   */ }

/*
 * 
 * * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/*
 * 
 * * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * =============================================================================
 * Links
 * ==========================================================================
 */
/*
 * 
 * * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * 
 * * Improves readability when focused and also mouse hovered in all browsers
 * * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/*
 * =============================================================================
 * Typography
 * ==========================================================================
 */
/*
 * 
 * * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em; }

/*
 * 
 * * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * 
 * * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
b,
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  margin: 1em 40px; }

/*
 * 
 * * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * 
 * * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: yellow;
  color: black; }

/*
 * 
 * * Corrects font family set oddly in IE6, S4/5, Chrome
 * * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * 
 * * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 
 * * 1. Addresses CSS quotes not supported in IE6/7
 * * 2. Addresses quote property not supported in S4
 */
/*
 * 1
 */
q {
  quotes: none; }

/*
 * 2
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * 
 * * Prevents sub and sup affecting line-height in all browsers
 * * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*
 * =============================================================================
 * Lists
 * ==========================================================================
 */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/*
 * =============================================================================
 * Links
 * ==========================================================================
 */
/*
 * 
 * * Overwrite of anchor tag setting
 */
a:hover,
a:active,
a:focus {
  border: 0;
  outline: 0;
  outline-style: none;
  outline-width: 0; }

/*
 * =============================================================================
 * Embedded content
 * ==========================================================================
 */
/*
 * 
 * * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * * 2. Improves image quality when scaled in IE7
 * *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
    /*
   * 1
   */
    /*
   * 2
   */ }


/*
 * 
 * * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/*
 * =============================================================================
 * Figures
 * ==========================================================================
 */
/*
 * 
 * * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/*
 * ==========================================================================
 * Forms
 * ==========================================================================
 */
/*
 * *
 * * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 2px; }

/*
 * *
 * * 1. Correct `color` not being inherited in IE 8/9.
 * * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
    /*
   * 1
   */
  padding: 0;
    /*
   * 2
   */ }

/*
 * *
 * * 1. Correct font family not being inherited in all browsers.
 * * 2. Correct font size not being inherited in all browsers.
 * * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
    /*
   * 1
   */
  font-size: 100%;
    /*
   * 2
   */
  margin: 0;
    /*
   * 3
   */ }
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: 0;
    outline: none; }

input,
textarea,
button {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  padding: 4px;
  position: relative;
  -webkit-appearance: none; }
  input:focus,
  textarea:focus,
  button:focus {
    outline: 0;
    outline: none; }


input[type="file"] {
  border: none;
  padding: 0; }

input[type="radio"] {
  -webkit-appearance: radio;
  width: auto; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: auto; }

button,
html input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #eeeeee;
  cursor: pointer;
  padding: 4px 12px;
  text-transform: none; }
  button:hover,
  html input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background-color: #dddddd; }

/*
 * *
 * * 1. Remove default vertical scrollbar in IE 8/9.
 * * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
    /*
   * 1
   */
  vertical-align: top;
    /*
   * 2
   */ }

/*
 * *
 * * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * * All other form control elements do not inherit `text-transform` values.
 * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/*
 * *
 * * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/*
 * *
 * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 * *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
    /*
   * 1
   */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
    /*
   * 2
   */
  box-sizing: content-box; }

/*
 * *
 * * Remove inner padding and search cancel button in Safari 5 and Chrome
 * * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * *
 * * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * =============================================================================
 * Tables
 * ==========================================================================
 */
/*
 * 
 * * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * =============================================================================
 * Clearfix
 * ==========================================================================
 */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/*
 * Hides from IE-mac \
 */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*
 * End hide from IE-mac
 */
.clearboth {
  clear: both;
  overflow: hidden; }

/*
 * =============================================================================
 * Override modules>system>system.menus.css
 * ==========================================================================
 */
ul.menu li {
  margin: 0 0 0 0;
    /*
   * LTR
   */ }

ul li.expanded {
  list-style-image: none;
  list-style-type: none; }

ul li.collapsed {
  list-style-image: none;
  list-style-type: none; }

ul li.leaf {
  list-style-image: none;
  list-style-type: none; }

li.expanded,
li.collapsed,
li.leaf {
    /*
   * padding: 0.2em 0.5em 0 0;
   */
    /*
   * LTR
   */
  padding: 0px;
  margin: 0; }

li a.active {
    /*
   * color: inherit;
   */ }

td.menu-disabled {
  background: #cccccc; }

/*
 * override system.theme.css
 */
.form-item,
.form-actions {
  margin-top: 0px;
  margin-bottom: 0px; }

