/* Browser reset */

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,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

hr {
	border: 0;
	border-top: 1px solid #333;
	height: 0;
	margin-bottom: 20px;
}

/* General */
html, body {
	min-height: 100%;
	width: 100%;
}

body {
	font-size: 13px;
	line-height: 21px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 300;
    color: #111;
}

a {
	text-decoration: none;
	color: #53818F;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

a:hover {
	color: #6298A8;
}

ul {
	list-style: inside square;
}

h1, h2, h3, p, ul {
	margin: 0 0 20px;
}

h1, h2, h3 {
	font-weight: 700;
	line-height: 1em;
	color: #bbb;
}

h1 { 
	font-size: 24px;
	padding-top: 20px; 
}

h2 { 
	font-size: 18px; 
}

h3 {
	font-size: 16px; 
}

.hint {
	position: fixed;
	right: 30px;
	bottom: 40px;
}

a[href="#top"] {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #333;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 880px;
	background: url("../images/wrapper_bg.png") repeat;
	z-index: 1;
}

.footer {
	font-size: 10px;
	text-align: right;
	padding: 5px 0;
}