/* Based on Eric Meyer Reset: http://meyerweb.com/eric/tools/css/reset/ */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* Base font */
html { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; }
body { margin: 0; font-size: 100%; line-height: 1;} /*standard*/
* html body { font-size: 101%; } /*IE6*/
*:first-child+html body { font-size: 101%; } /*IE7*/

ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}

/* remember to define focus styles! */
:focus { outline: 0;}

/* tables still need 'cellspacing="0"' in the markup */

/* HTML5 Elements as Block Elements */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section { display: block; }
table { border-collapse: collapse; border-spacing: 0;}

/* Clearfix */
.clearfix:after { content:".";display:block;	height:0;clear:both;visibility:hidden;}
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
* html .clearfix { height:1px; }
/* End hide from IE Mac */


/* selection */
::-moz-selection{ background: #CA3637; color:#fff; text-shadow: none; }
::selection { background:#CA3637; color:#fff; text-shadow: none; } 

/* font face */
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-semibold-webfont.eot');
    src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semibold-webfont.svg#MyriadProBold') format('svg');
}