/* Base "set up" stylesheet */

/* Zero-default all tags ***********************************************/
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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* Basic styling *******************************************************/
body {-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; overflow-x: hidden;}
iframe {max-width: 100%;}

/* Specify non-Zero defaults *******************************************/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: inherit;}
i, em {font-style: italic;}
b, strong {font-weight: bold;}
small {font-size: 80%;}
p a, p a:visited {line-height: inherit;}

/*
Natural box layout
@link	http://www.paulirish.com/2012/box-sizing-border-box-ftw/
@link	https://github.com/Schepp/box-sizing-polyfill
*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/wp-content/themes/edinburgh-instruments/js/boxsizing.htc);
}

div#library-page-intro-text {
    padding-bottom: 30px;
}

div#rf_blog_page_intro_text {
    padding-bottom: 30px;
}