html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, figure, footer, header, hgroup,
menu, nav, section, menu, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

* html .clearfix {
    height: 1%;
}

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

a,
a:active,
a:visited {
    color: #607890;
}

a:hover {
    color: #036;
}

a:hover,
a:active {
    outline: none;
}

a:link {
    -webkit-tap-highlight-color: #FF5E99;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font: 13px sans-serif;
    *font-size: small;
    *font: x-small;
    line-height: 1.22;
}

body,
select,
input,
textarea {
    color: #444;
}

button {
    overflow: visible;
    width: auto;
}

del {
    text-decoration: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

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

html {
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
}

input,
select {
    vertical-align: middle;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

ins {
    background-color: #FF9;
    color: #000;
    text-decoration: none;
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

mark {
    background-color: #FF9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

nav ul {
    list-style: none;
}

ol {
    list-style-type: decimal;
    margin-left: 30px;
}

/* pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
} */

pre {
    background: #F0F0F0;
    background: url("pre_code_bg.gif") repeat-y left top; /*--Background of lined paper--*/
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    font-size: 12px;
    line-height: 20px; /*--Height of each line of code--*/
    margin: 0;
    overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
    overflow-Y: hidden; /*--Hides vertical scroll created by IE--*/
    padding: 0;
    width: 600px;
}

pre code {
    display: block;
    margin: 0 0 0 40px; /*--Left Margin--*/
    padding: 18px 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

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

small {
    font-size: 85%;
}

strong,
th {
    font-weight: bold;
}

sub {
    font-size: smaller;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: 100%;
    font-size: inherit;
}

td,
td img {
    vertical-align: top;
}

ul {
    margin-left: 30px;
}

::-moz-selection,
::selection {
    background: #FF5E99;
    color:#FFF;
    text-shadow: none;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

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

.db-error {
    background-color: black;
    border: 3px solid #F00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    margin: 10px;
    padding: 10px;
}

.db-error pre {
    font-family: "Envy Code R", "Courier New", Courier, monospace;
}

.db-error-message {
	color: #FFCC00;
	font-weight: bold;
}

.hidden {
    display: none;
    visibility: hidden;
}

.ie6 input {
    vertical-align: text-bottom;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.invisible {
    height: 0;
    visibility: hidden;
}

.ir {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -999em;
}

.visuallyhidden {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
/*
 * print styles
 */
@media print {
    * {
        background: transparent !important;
        color: #444 !important;
        text-shadow: none;
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a:after {
        content: " (" attr(href) ")";
    }

    abbr:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    /* Don't show links for images */
    .ir a:after {
        content: "";
    }

    @page {
        margin: 0.5cm;
    }
}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}
/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }
}
/************************* THEME RESET **********************************/
a, abbr, acronym, address, applet, article, aside, audio, b,
blockquote, big, body, center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, dt, em, embed, fieldset,
figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6,
header, hgroup, i, iframe, img, ins, kbd, keygen, label, legend, li,
meter, nav, object, ol, output, p, pre, progress, q, s, samp,
section, small, span, source, strike, strong, sub, sup, table,
tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
    outline: 0;
    padding: 0;
	vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

embed,
object {
    outline: none;
    vertical-align: top;
}

img {
    border: 0;
    text-align: left;
    vertical-align: top;
}

input,
select {
    font-weight: normal;
    vertical-align: middle;
}

ol,
ul {
	list-style: none;
}

table,
table td {
	border: none;
	border-collapse: collapse;
    padding: 0;
}
