/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------
	
**
* normalize.css v3.0.1 | MIT License | git.io/normalize
*
	
-------------------------------------------------------------------------------

	foundation


	mix by AuTiMoThY 20140606
*/


* { margin: 0; padding: 0;}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
	/*font-family: "PMingLiU", \65B0\7EC6\660E\4F53, Arial, "Helvetica Neue", Helvetica, sans-serif;*/
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	position: relative;
}

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, iframe, h1, h2, h3, h4, h5, h6, p, em, img, small, strong, b, i {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
dl, dt, dd, ol, ul, li {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
fieldset, form, label, legend {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
object, blockquote, ins, kbd, q, samp, sub, sup, var, pre, abbr, address, cite, code, del, dfn, menu, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

html,body { font-size:100%;}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img, object, embed {max-width: 100%; height: auto;}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {list-style: none;}
ul li { float: left;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}


del {text-decoration: line-through;}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a { font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {outline: 0; }
a:focus { outline:none; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {font-style: italic; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {font-weight: bold; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
 /* Make sure sup and sub don't mess with your line-heights http://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;}

/**
 * Address styling not present in IE 8/9.
 */
mark {background: #ff0; color: #000; }

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}



/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* 3. Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, optgroup, select, textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 * button {overflow: visible; }
 */
/* make buttons play nice in IE */
button, input[type=button] {width: auto; overflow: visible;}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/* hand cursor on clickable elements */
.clickable, label, input[type="file"] {cursor: pointer;}

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {line-height: normal; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/*fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }*/
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {font-weight: bold; }


input, select {vertical-align: middle;}

input[type="radio"] {vertical-align: text-bottom;}
/*input[type="checkbox"] {vertical-align: bottom;}*/
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

textarea {height:auto;min-height:50px;}
select {width:100%;}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0; }

th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal;}
td, td img {vertical-align: top;}

table {font-size: inherit;}


/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}


 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/



/*
	cursor-reset.css
	----------------------------------------------------------
	
	https://gist.github.com/murtaugh/5247154
	
*/
html, body {cursor: default; }
code {cursor: text; }

/*
textarea and input[type="text"] already receive
"cursor: text" via browsers' base stylesheets
*/
a, input[type="radio"], input[type="checkbox"] {cursor: pointer; }






img {
	-ms-interpolation-mode:bicubic;
	display: inline-block;
	vertical-align: middle;
}
a img{ border:none;}

h1,h2,h3,h4,h5,h6 {
	font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-style:normal;
	text-rendering:optimizeLegibility;

}

p {
	font-family:inherit;
	font-weight:normal;
	font-size:1em;
	text-rendering:optimizeLegibility;
}


/* let's clear some floats */
.clearfix:before, .clearfix:after {content: ""; display: table; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.cf:before, .cf:after {content: ""; display: table; height: 0; overflow: hidden; }
.cf:after { clear: both; }
.cf { zoom: 1; }



