/* 
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;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: normal;
}

html,body {
}

body {
    line-height:1;
}
 
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;
}

img,
textarea {
	vertical-align: top;
}

ul {
	list-style: none;
}

/* ----------------------------------------------------
	■margin padding
---------------------------------------------------- */
.mt_5 { margin-top:5px!important; }
.mt_10 { margin-top:10px!important; }
.mt_15 { margin-top:15px!important; }
.mt_20 { margin-top:20px!important; }
.mt_25 { margin-top:25px!important; }
.mt_30 { margin-top:30px!important; }
.mt_35 { margin-top:35px!important; }
.mt_40 { margin-top:40px!important; }
.mt_45 { margin-top:45px!important; }
.mt_50 { margin-top:50px!important; }

.mb_0 { margin-bottom:0px!important;}
.mb_5 { margin-bottom:5px!important; }
.mb_10 { margin-bottom:10px!important; }
.mb_15 { margin-bottom:15px!important; }
.mb_20 { margin-bottom:20px!important; }
.mb_25 { margin-bottom:25px!important; }
.mb_30 { margin-bottom:30px!important; }
.mb_35 { margin-bottom:35px!important; }
.mb_40 { margin-bottom:40px!important; }
.mb_45 { margin-bottom:45px!important; }
.mb_50 { margin-bottom:50px!important; }

.pt_5 { padding-top:5px!important; }
.pt_10 { padding-top:10px!important; }
.pt_15 { padding-top:15px!important; }
.pt_20 { padding-top:20px!important; }
.pt_25 { padding-top:25px!important; }
.pt_30 { padding-top:30px!important; }
.pt_35 { padding-top:35px!important; }
.pt_40 { padding-top:40px!important; }
.pt_45 { padding-top:45px!important; }
.pt_50 { padding-top:50px!important; }

.pb_5 { padding-bottom:5px!important; }
.pb_10 { padding-bottom:10px!important; }
.pb_15 { padding-bottom:15px!important; }
.pb_20 { padding-bottom:20px!important; }
.pb_25 { padding-bottom:25px!important; }
.pb_30 { padding-bottom:30px!important; }
.pb_35 { padding-bottom:35px!important; }
.pb_40 { padding-bottom:40px!important; }
.pb_45 { padding-bottom:45px!important; }
.pb_50 { padding-bottom:50px!important; }

.t_c { text-align:center!important; }
.t_r { text-align:right!important; }
.t_l { text-align:left!important; }