/* 

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com 

Twitter: @rich_clark

*/



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;
    outline: 0;
    font-size: 100%;
    background: transparent;
    list-style-type: disc;
 
    border-top-width: 0px;

}



body {

    line-height:1.4;

}

img {
	outline: none; 
	vertical-align:top;}

article,aside,details,figcaption,figure,

footer,header,hgroup,menu,nav,section { 

	display:block;

}



nav ul {

    list-style:none;

}



blockquote, q {

    quotes:none;

}



blockquote:before, blockquote:after,

q:before, q:after {

    content:'';

    content:none;

}



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 solid #cccccc;

    margin:1em 0;

    padding:0;

}



input, select {

    vertical-align:middle;

}

.blockLink { color:inherit !important; text-decoration:none; }
.strong {
    font-weight: 500;
}


.clear { clear:both; }

.videoIframeWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 0px; height: 0; }
.videoIframeWrapper iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

input, textarea { margin:0; border:none; background:none; font-size:inherit; font-family: inherit; color:inherit; line-height:1; -webkit-border-radius: 0; }
input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea, input[type='image'] { vertical-align:top; }
input[type='submit'], input[type='button'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor:pointer; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width:auto; overflow:visible; }
select { margin:0; font-size:inherit; font-family: inherit; color:inherit; line-height:1; }

.clearFix { overflow: visible !important; }
.clearFix:after { content:''; display:table; clear:both; }
