/*

Reset

Author:     Working Wireframes
Updated:    January 14 2011
Copyright:  (c) 2010 Working Wireframes

All rights reserved.

*/
html {
    overflow-y: scroll
}
header,
footer {
    display: block
}
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body {
    font: 13px sans-serif;
    *font-size: small;
    *font: x-small;
    line-height: 1.22;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
:hover,
:focus,
:active {
    outline: 0
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}
blockquote,
q {
    quotes: "" ""
}
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
}
input[type="radio"] {
    vertical-align: text-bottom
}
input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}
.ie6 input {
    vertical-align: text-bottom
}
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer
}
.left {
    float: left
}
.right {
    float: right
}
.clear {
    margin: 0;
    line-height: 1;
    clear: both;
}
@media screen and (max-device-width: 480px) { 
	html {
	    -webkit-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	}
}