/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/
#estimation_popup.wpe_bootstraped {
	line-height: 0px;
}
#estimation_popup.wpe_bootstraped  div,#estimation_popup.wpe_bootstraped   span,#estimation_popup.wpe_bootstraped   object,#estimation_popup.wpe_bootstraped   iframe,#estimation_popup.wpe_bootstraped   h1,#estimation_popup.wpe_bootstraped   h2,#estimation_popup.wpe_bootstraped   h3,#estimation_popup.wpe_bootstraped   h4,#estimation_popup.wpe_bootstraped   h5,#estimation_popup.wpe_bootstraped   h6,#estimation_popup.wpe_bootstraped   p,#estimation_popup.wpe_bootstraped   blockquote,#estimation_popup.wpe_bootstraped   pre,#estimation_popup.wpe_bootstraped   abbr,#estimation_popup.wpe_bootstraped   address,#estimation_popup.wpe_bootstraped   cite,#estimation_popup.wpe_bootstraped   code,#estimation_popup.wpe_bootstraped   del,#estimation_popup.wpe_bootstraped   dfn,#estimation_popup.wpe_bootstraped   em,#estimation_popup.wpe_bootstraped   img,#estimation_popup.wpe_bootstraped   ins,#estimation_popup.wpe_bootstraped   kbd,#estimation_popup.wpe_bootstraped   q,#estimation_popup.wpe_bootstraped   samp,#estimation_popup.wpe_bootstraped   small,#estimation_popup.wpe_bootstraped   strong,#estimation_popup.wpe_bootstraped   sub,#estimation_popup.wpe_bootstraped   sup,#estimation_popup.wpe_bootstraped   var,#estimation_popup.wpe_bootstraped   b,#estimation_popup.wpe_bootstraped   i,#estimation_popup.wpe_bootstraped   dl,#estimation_popup.wpe_bootstraped   dt,#estimation_popup.wpe_bootstraped   dd,#estimation_popup.wpe_bootstraped   ol,#estimation_popup.wpe_bootstraped   ul,#estimation_popup.wpe_bootstraped   li,#estimation_popup.wpe_bootstraped   fieldset,#estimation_popup.wpe_bootstraped   form,#estimation_popup.wpe_bootstraped   label,#estimation_popup.wpe_bootstraped   legend,#estimation_popup.wpe_bootstraped   table,#estimation_popup.wpe_bootstraped   caption,#estimation_popup.wpe_bootstraped   tbody,#estimation_popup.wpe_bootstraped   tfoot,#estimation_popup.wpe_bootstraped   thead,#estimation_popup.wpe_bootstraped   tr,#estimation_popup.wpe_bootstraped   th,#estimation_popup.wpe_bootstraped   td,#estimation_popup.wpe_bootstraped   article,#estimation_popup.wpe_bootstraped   aside,#estimation_popup.wpe_bootstraped   figure,#estimation_popup.wpe_bootstraped   footer,#estimation_popup.wpe_bootstraped   header,#estimation_popup.wpe_bootstraped   menu,#estimation_popup.wpe_bootstraped   nav,#estimation_popup.wpe_bootstraped   section,#estimation_popup.wpe_bootstraped   time,#estimation_popup.wpe_bootstraped   mark,#estimation_popup.wpe_bootstraped   audio,#estimation_popup.wpe_bootstraped   video,#estimation_popup.wpe_bootstraped   details,#estimation_popup.wpe_bootstraped   summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

#estimation_popup.wpe_bootstraped  article,#estimation_popup.wpe_bootstraped   aside,#estimation_popup.wpe_bootstraped   figure,#estimation_popup.wpe_bootstraped   footer,#estimation_popup.wpe_bootstraped   header,#estimation_popup.wpe_bootstraped   nav,#estimation_popup.wpe_bootstraped   section,#estimation_popup.wpe_bootstraped   details,#estimation_popup.wpe_bootstraped   summary {display: block;}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
#estimation_popup.wpe_bootstraped  *,#estimation_popup.wpe_bootstraped   *:before,#estimation_popup.wpe_bootstraped   *:after {box-sizing: border-box; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues,#estimation_popup.wpe_bootstraped   you might want to replace it with a .responsive class instead. */
#estimation_popup.wpe_bootstraped  img,#estimation_popup.wpe_bootstraped 
object,#estimation_popup.wpe_bootstraped  
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
#estimation_popup.wpe_bootstraped  html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
#estimation_popup.wpe_bootstraped  ul {list-style: none;}

#estimation_popup.wpe_bootstraped  blockquote,#estimation_popup.wpe_bootstraped   q {quotes: none;}

#estimation_popup.wpe_bootstraped  blockquote:before,#estimation_popup.wpe_bootstraped 
blockquote:after,#estimation_popup.wpe_bootstraped 
q:before,#estimation_popup.wpe_bootstraped   
q:after {content: ''; content: none;}

#estimation_popup.wpe_bootstraped  a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

#estimation_popup.wpe_bootstraped  del {text-decoration: line-through;}

#estimation_popup.wpe_bootstraped  abbr[title],#estimation_popup.wpe_bootstraped   dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
#estimation_popup.wpe_bootstraped  table {border-collapse: collapse; border-spacing: 0;}
#estimation_popup.wpe_bootstraped  th {font-weight: bold; vertical-align: bottom;}
#estimation_popup.wpe_bootstraped  td {font-weight: normal; vertical-align: top;}

#estimation_popup.wpe_bootstraped  hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

#estimation_popup.wpe_bootstraped  input,#estimation_popup.wpe_bootstraped   select {vertical-align: middle;}

#estimation_popup.wpe_bootstraped  pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well,#estimation_popup.wpe_bootstraped   actually) */
    word-wrap: break-word; /* IE */
}

#estimation_popup.wpe_bootstraped  input[type="radio"] {vertical-align: text-bottom;}
#estimation_popup.wpe_bootstraped  input[type="checkbox"] {vertical-align: bottom;}
#estimation_popup.wpe_bootstraped  .ie7 input[type="checkbox"] {vertical-align: baseline;}
#estimation_popup.wpe_bootstraped  .ie6 input {vertical-align: text-bottom;}

#estimation_popup.wpe_bootstraped  select,#estimation_popup.wpe_bootstraped   input,#estimation_popup.wpe_bootstraped   textarea {font: 99% sans-serif;}

#estimation_popup.wpe_bootstraped  table {font-size: inherit; font: 100%;}

#estimation_popup.wpe_bootstraped  small {font-size: 85%;}

#estimation_popup.wpe_bootstraped  strong {font-weight: bold;}

#estimation_popup.wpe_bootstraped  td,#estimation_popup.wpe_bootstraped   td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
#estimation_popup.wpe_bootstraped  sub,#estimation_popup.wpe_bootstraped   sup {font-size: 75%; line-height: 0; position: relative;}
#estimation_popup.wpe_bootstraped  sup {top: -0.5em;}
#estimation_popup.wpe_bootstraped  sub {bottom: -0.25em;}

/* standardize any monospaced elements */
#estimation_popup.wpe_bootstraped  pre,#estimation_popup.wpe_bootstraped   code,#estimation_popup.wpe_bootstraped   kbd,#estimation_popup.wpe_bootstraped   samp {font-family: monospace,#estimation_popup.wpe_bootstraped   sans-serif;}

/* hand cursor on clickable elements */
#estimation_popup.wpe_bootstraped  .clickable,#estimation_popup.wpe_bootstraped 
label,#estimation_popup.wpe_bootstraped   
input[type=button],#estimation_popup.wpe_bootstraped   
input[type=submit],#estimation_popup.wpe_bootstraped   
input[type=file],#estimation_popup.wpe_bootstraped   
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
#estimation_popup.wpe_bootstraped  button,#estimation_popup.wpe_bootstraped   input,#estimation_popup.wpe_bootstraped   select,#estimation_popup.wpe_bootstraped   textarea {margin: 0;}

/* make buttons play nice in IE */
#estimation_popup.wpe_bootstraped  button,#estimation_popup.wpe_bootstraped 
input[type=button] {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
#estimation_popup.wpe_bootstraped  .ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare,#estimation_popup.wpe_bootstraped   and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache",#estimation_popup.wpe_bootstraped   false,#estimation_popup.wpe_bootstraped   true));}
*/

/* let's clear some floats */
#estimation_popup.wpe_bootstraped  .clearfix:before,#estimation_popup.wpe_bootstraped   .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
#estimation_popup.wpe_bootstraped  .clearfix:after { clear: both; }
#estimation_popup.wpe_bootstraped  .clearfix { zoom: 1; }
