/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;vertical-align:baseline;text-align: left;}
body {line-height:1.2em;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css *//* typography */
@font-face {
    font-family: 'HattoriHanzoLight';
    src: url('../fonts/Hattori_Hanzo-webfont.eot');
    src: url('../fonts/Hattori_Hanzo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Hattori_Hanzo-webfont.woff') format('woff'),
         url('../fonts/Hattori_Hanzo-webfont.ttf') format('truetype'),
         url('../fonts/Hattori_Hanzo-webfont.svg#HattoriHanzoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {font-size:100%;color:#333;background:#FFF;font-family:'HattoriHanzoLight', Helvetica, Arial, sans-serif;position:relative;-webkit-text-size-adjust: none;padding-bottom: 12px;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#000;line-height:1;}
h1 {font-size:32px;margin-bottom:10px;}
h2 {font-size:24px;margin-bottom:8px;}
h3 {font-size:20px;line-height:1;margin-bottom:6px;}
h4 {font-size:20px;line-height:1.25;margin-bottom:6px;}
h5 {font-size:20px;font-weight:bold;margin-bottom:6px;}
h6 {font-size:20px;font-weight:bold;margin-bottom: 6px}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {font-size: 18px;margin:0 0 12px;}
p img.left {float:left;margin:12px 12px 12px 0;padding:0;}
p img.right {float:right;margin:12px 0 12px 12px;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:14px;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 14px;font-style:italic;}
del {color:#666;}
pre {margin:14px 0;white-space:pre;}
pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 14px;}
ul, ol {margin:0 14px 14px 14px;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 14px 0;}
dl dt {font-weight:bold;}
dd {margin-left:14px;}
table {margin-bottom:14px;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:10px;margin-bottom:12px;line-height:1.875em;}
.large {font-size:16px;line-height:18px;margin-bottom:14px;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:14px;margin:0 0 14px 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:14px;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:8px 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:14px;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:6px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:10px;margin-bottom:12px;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.prepend-top {margin-top:14px;}
.append-bottom {margin-bottom:14px;}
.box {padding:1.5em;margin-bottom:14px;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:2px;margin:0 0 14px;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

h1,h2,p {padding-left: 12px;padding-right: 12px;}
h1,h2 {text-align:center;}
#main-icons {width:296px;height:45px;background-image: url(../images/iconz.png);background-repeat: no-repeat;background-position: 1px top;margin: 12px auto 12px auto;}
#phone-number, #email {background-image: url(../images/miconz.png);background-repeat: no-repeat;float:left;height: 160px;width: 160px;}
#phone-number {background-position: left top;}
#email {background-position: -160px top;}
#phone-number p,#email p {color: #FFF;}
#email a:link, #email a:visited {color:#F60;}
#phone-number a:link, #phone-number a:visited {color:#000;}
#email a:hover, #email a:focus, #email a:active {color:#F60;}
#phone-number a:hover, #phone-number a:focus, #phone-number a:active {color:#000;}
p.bubble-caption,p.bubble-text {text-align:center;}
p.bubble-caption {font-size:24px;margin-top:42px;}
#contact {height:160px;width:320px;margin: 0 auto 0 auto;}
#pics {height:154px;width:296px;margin-left:auto;margin-right:auto;background-image: url(../images/mpics.jpg);background-repeat: no-repeat;background-position: left top;margin-bottom:12px;}
#van {height:123px;width:153px;margin-left:auto;margin-right:auto;}
#map {height:181px;width:320px;margin:0 auto 12px auto;background-image: url(../images/crayon-map-zoom.png);background-repeat: no-repeat;background-position: left top;}
#footer {clear:both;}
#footer p {font-size:14px;line-height:1;text-align:center;}

#main-icons {-webkit-background-size: auto 73px;}
#phone-number, #email {-webkit-background-size: auto 154px;}
#map {-webkit-background-size: 320px auto;}
#pics {-webkit-background-size: 296px auto;}
