/*

Light grey rgb(214,212,212);
Dark grey rgb(65,64,64);
Body text rgb(46,62,69);
Avon blue rgb(0,187,231);


*/

/*Meyer Reset*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size:100%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Meyer Reset*/

/*Highlights of the original HTML5 Boilerplate resets*/

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Set sub, sup without affecting line-height*/
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

textarea { overflow: auto; } /*ie-remove-textarea-scrollbars */

/* These selection declarations have to be separate No text-shadow:
   Also: hot pink! */
::-moz-selection{ background:rgb(243,112,33); color:@alphorange; text-shadow: none; }
::selection { background:rgb(243,112,33);  color:rgb(0,0,0); text-shadow: none; }

/* webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: rgba(243,112,33,.25); }

/* Make buttons play nice in IE */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG */
.ie7 img { -ms-interpolation-mode: bicubic; }

.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}