@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
b,
u,
i,
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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

select,
input,
textarea,
button {
    font: 99% sans-serif;
}

ul,
ol {
    margin-left: 1.8em;
}

ol {
    list-style-type: decimal;
}

nav ol,
nav ul,
nav li {
    margin: 0;
    list-style: none;
}

small {
    font-size: 85%;
}

mark,
b,
strong,
th {
    font-weight: 700;
}

mark,
i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}

td,
td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

textarea {
    overflow: auto;
}

input[type="checkbox"] {
    vertical-align: text-bottom;
}

input[type="radio"] {
    vertical-align: bottom;
}

input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;
    outline: none;
}


/* fixing mozilla extra padding on buttons */

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
}

button {
    width: auto;
    overflow: visible;
}

html {
    overflow-y: scroll;
}


/* common classes
------------------------------------------------------------- */

.hidden {
    display: none;
    visibility: hidden;
}

.leftalign,
.alignleft {
    float: left;
}

.rightalign,
.alignright {
    float: right;
}

.aligncenter {
    margin: auto;
    display: block;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.ta-l {
    text-align: left;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}


/* extra IE fixing
------------------------------------------------------------- */

.lte7 .clearfix {
    zoom: 1;
}

.lte7 button {
    width: 1;
    overflow: visible;
}

.lte7 legend {
    margin-left: -7px;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.lte7 input[type="checkbox"] {
    vertical-align: bottom;
}


/* @end */

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #000;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #000;
}

::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

a {
    outline: none;
    color: #6c5f9e;
}

a:focus {
    outline: 1px dotted #eee;
}

a:hover,
a:focus {
    color: #000;
}