﻿
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/*
    Adapted by Abou    
*/

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, 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:16px;
    line-height: 26px;    
    font-family: "HelveticaNeueW01-45ligh", Arial, Helvetica, sans-serif;
    vertical-align:baseline;
    background:transparent;
}

/* apply a natural box layout model to all elements. As stated on http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 }

body {
    line-height:1;
    background: #fff;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

img {
    max-width: 100%;
    height: auto;
}
iframe, table {
    max-width: 100%;
}

nav ul {
    list-style:none;
}

blockquote, q {
    font-style:italic;
    padding: 0 2em;
    position: relative;
    margin: 16px 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
    font-family: "Norrtalje-ikoner";
    font-size: 2em;
    line-height: 2em;
    color: #006ebf;
    position: absolute;
}
blockquote:before, q:before {
    content:'\e614';
    left: 0;
    top: 0;
    margin-top: -1em;
}

blockquote:after, q:after {
    content:'\e615';
    bottom: 0;
    margin-bottom: -0.5em;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px dotted #a8a8a8;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul
{
    list-style-type: square;
}


/* Tables */
table {
	margin-bottom: 18px;
}
thead {
	text-align: left;
}
tfoot {
	font-size: 85%;
}
tfoot td {
	padding: .5em 0;
}
th, td {
	vertical-align: top;
}

/* Reset HTML5 Search Input in Webkit */
/* http://stackoverflow.com/a/2918716/2768430 */
input[type=search] {
    -webkit-appearance:none;
    border-radius: 0;
}

input[type=date] {
    -webkit-appearance:none;
	background-color: #fff;
    border-radius: 0;
}