/*
Theme Name: The Courier
Theme URI: http://www.dcthomson.co.uk
Author: Robert Paul
Author URI: http://www.dcthomson.co.uk
Description: Reset CSS for The Courier theme.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, figure, figcaption, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
    vertical-align: baseline;
}

html {
	height: 100%;
    background-color: #6d6e71;
    overflow-y: scroll;

	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    line-height: 100%;
    background-color: #fff;
	font-family: 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    color: #333;

    -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
	line-height: 1.6;
    font-family: 'Arial', sans-serif;
    color: #333;
}

img {
    border: 0 none;
    line-height: 1;
    font-size: 10px;
	    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

a {
    color: #0066b3;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: #000;
}

pre {
    text-align: left;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}