/*******************************************************
 * Reset default browser CSS.
 * Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 *******************************************************/
@import url("/wp-content/themes/bapo-new/css/reset.css");

@font-face {
    font-family: 'lucida_brightdemibold';
    src: url('/wp-content/themes/bapo-new/fonts/lbrited.eot');
    src: url('/wp-content/themes/bapo-new/fonts/lbrited.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/bapo-new/fonts/lbrited.woff') format('woff'),
         url('/wp-content/themes/bapo-new/fonts/lbrited.ttf') format('truetype'),
         url('/wp-content/themes/bapo-new/fonts/lbrited.svg#lucida_brightdemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lucida_brightregular';
    src: url('/wp-content/themes/bapo-new/fonts/lbrite.eot');
    src: url('/wp-content/themes/bapo-new/fonts/lbrite.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/bapo-new/fonts/lbrite.woff') format('woff'),
         url('/wp-content/themes/bapo-new/fonts/lbrite.ttf') format('truetype'),
         url('/wp-content/themes/bapo-new/fonts/lbrite.svg#lucida_brightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_caslon_proregular';
    src: url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.eot');
    src: url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.woff') format('woff'),
         url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.ttf') format('truetype'),
         url('/wp-content/themes/bapo-new/fonts/adobe_caslon_pro.svg#adobe_caslon_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_caslon_proitalic';
    src: url('/wp-content/themes/bapo-new/fonts/1794672836.eot');
    src: url('/wp-content/themes/bapo-new/fonts/1794672836.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/bapo-new/fonts/1794672836.woff') format('woff'),
         url('/wp-content/themes/bapo-new/fonts/1794672836.ttf') format('truetype'),
         url('/wp-content/themes/bapo-new/fonts/1794672836.svg#adobe_caslon_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 11px;
	font-style: inherit;
	font-weight: inherit;
	line-height: 21px;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 21px;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}