/* CSS Reset
================================================== */

html,body,div,span,h1,p,a,ul,li,audio {
border:0;
font:inherit;
font-size:100%;
margin:0;
padding:0;
vertical-align:baseline;
}

body { line-height:1; }
ul { list-style:none; }

* {
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
}


/* Basic Styles
================================================== */

html,body {

}


/* Typography
================================================== */

h1,p { color:#808080; font-weight:200; }
h1 { font-size:2em; line-height:1em; margin:50px 0 25px 19px; text-shadow:0 0 3px #666; }
p { font-size:18px; line-height:20px; margin:0 0 2px; }


/* Links
================================================== */

a,a:visited { color:#ddd; outline:0; text-decoration:underline; }
a:hover,a:focus { color:#bbb; }
p a,p a:visited { line-height:inherit; }


/* Misc.
================================================== */

.add-bottom { margin-bottom:20px!important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
