/* normalize.css 2011-10-24T11:29 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 20, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 30, sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
/* line 40, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 49, sass/_normalize.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 66, sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
/* line 77, sass/_normalize.scss */
body {
  margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 89, sass/_normalize.scss */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 102, sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, sass/_normalize.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 125, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
/* line 134, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 138, sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 146, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 154, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 167, sass/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 177, sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 190, sass/_normalize.scss */
q {
  quotes: none;
}

/* 2 */
/* line 197, sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 202, sass/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 212, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 219, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 223, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 233, sass/_normalize.scss */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 238, sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 243, sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 259, sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */
/* line 268, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 281, sass/_normalize.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 294, sass/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
/* line 302, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
/* line 313, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 327, sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 339, sass/_normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 353, sass/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */
/* line 365, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
/* line 375, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
/* line 386, sass/_normalize.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 396, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 406, sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
/* line 420, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=VARIABLES - GRID
------------------------------------------------*/
/*=VARIABLES - FONTS
------------------------------------------------*/
/*=VARIABLES - COLOR
------------------------------------------------*/
/*=COMPASS DEFAULTS
------------------------------------------------*/
/*MIXINS
------------------------------------------------*/
/*FUNCTIONS
------------------------------------------------*/
/*
Site: Ink & Dagger Tattoo
Type: Typography
Author: Geoffrey Stephenson 
URL: inkanddaggertattoo.com

### TABLE OF CONTENTS ############################

	FONT-FACE
	BASE
	HEADINGS
	TEXT ELEMENTS
	LISTS

################################################*/
/* =============================================================================
   FONT FACE
   ========================================================================== */
@font-face {
  font-family: 'NeutrafaceSlabTextBold';
  src: url("../fonts/neutrafaceslabtext_bold-webfont.eot");
  src: url("../fonts/neutrafaceslabtext_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/neutrafaceslabtext_bold-webfont.woff") format("woff"), url("../fonts/neutrafaceslabtext_bold-webfont.ttf") format("truetype"), url("../fonts/neutrafaceslabtext_bold-webfont.svg#NeutrafaceSlabTextBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KnockoutHTF47BantamweightRg';
  src: url("../fonts/knockout-htf47-bantamweight-webfont.eot");
  src: url("../fonts/knockout-htf47-bantamweight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/knockout-htf47-bantamweight-webfont.woff") format("woff"), url("../fonts/knockout-htf47-bantamweight-webfont.ttf") format("truetype"), url("../fonts/knockout-htf47-bantamweight-webfont.svg#KnockoutHTF47BantamweightRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =============================================================================
   BASE
   ========================================================================== */
/* line 47, sass/_typography.scss */
html {
  -webkit-font-smoothing: antialiased;
}

/* line 51, sass/_typography.scss */
body {
  color: #555555;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.5em;
}

/* line 58, sass/_typography.scss */
.ie6 body, .ie7 body, .ie8 body {
  font-family: Arial, Verdana, sans-serif;
}

/*=HEADINGS
------------------------------------------------*/
/* line 64, sass/_typography.scss */
h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0.375em;
}

/* line 65, sass/_typography.scss */
h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

/* line 66, sass/_typography.scss */
h3 {
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: 0.667em;
}

/* line 67, sass/_typography.scss */
h4 {
  font-size: 0.813em;
  line-height: 1.846em;
  margin-bottom: 0.923em;
}

/* line 68, sass/_typography.scss */
h5 {
  font-size: 0.938em;
  line-height: 1.6em;
  margin-bottom: 0.8em;
}

/* line 69, sass/_typography.scss */
h6 {
  font-size: 0.938em;
  line-height: 1.6em;
  margin-bottom: 0.8em;
}

/* line 71, sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #555555;
  margin-top: 0;
  font-weight: normal;
}

/* line 76, sass/_typography.scss */
h1 {
  color: #3e1918;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "NeutrafaceSlabTextBold", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

/* line 84, sass/_typography.scss */
h4, h5, h6 {
  margin-bottom: 0;
}

/* line 91, sass/_typography.scss */
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}

/* line 94, sass/_typography.scss */
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 99, sass/_typography.scss */
h1.knockout,
h2.knockout {
  font-family: "KnockoutHTF47BantamweightRg", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 104, sass/_typography.scss */
h2.knockout {
  font-size: 2em;
  float: left;
  margin-right: 18px;
  padding-top: 5px;
}

/* line 110, sass/_typography.scss */
h2.neutra {
  font-family: "NeutrafaceSlabTextBold", "Times New Roman", Georgia, serif;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 116, sass/_typography.scss */
h2.neutra a {
  text-decoration: none;
  color: #3E1918;
}

/* line 120, sass/_typography.scss */
h2.neutra a:hover {
  text-decoration: underline;
}

/*=TEXT ELEMENTS
------------------------------------------------*/
/* line 127, sass/_typography.scss */
p {
  margin: 0 0 1.5em;
}

/* line 129, sass/_typography.scss */
img {
  max-width: 100%;
}

/* line 130, sass/_typography.scss */
img[align=left] {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

/* line 131, sass/_typography.scss */
img[align=right] {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

/* line 132, sass/_typography.scss */
img[align=middle] {
  display: block;
  margin: 0 auto 1.5em;
}

/* line 134, sass/_typography.scss */
a {
  color: #555555;
  text-decoration: none;
}
/* line 137, sass/_typography.scss */
a:hover, a:focus {
  color: #733d3c;
  text-decoration: underline;
}
/* line 138, sass/_typography.scss */
a:hover, a:active {
  outline: none;
}

/* line 141, sass/_typography.scss */
sup {
  color: #555555;
  vertical-align: super;
}

/* line 144, sass/_typography.scss */
abbr,
acronym {
  border-bottom: 1px dotted #555555;
}

/* line 147, sass/_typography.scss */
pre,
code {
  font-family: "Courier New", monotype, serif;
  font-size: 0.75em;
  line-height: 1em;
}

/*=LISTS
------------------------------------------------*/
/* line 156, sass/_typography.scss */
li ul,
li ol {
  margin: 0;
}

/* line 157, sass/_typography.scss */
ul, ol, li {
  margin: 0;
  padding: 0;
}

/* line 159, sass/_typography.scss */
ul {
  list-style-type: disc;
}

/* line 160, sass/_typography.scss */
ol {
  list-style-type: decimal;
}

/*
Site: Ink & Dagger
Type: Layout
Author: Geoffrey Stephenson
URL: inkanddaggertattoo.com

### TABLE OF CONTENTS ############################

	BASE
	HEADER
	NAV
	CONTENT
	FOOTER

################################################*/
/* @group BASE
------------------------------------------------*/
/* line 20, sass/_layout.scss */
html {
  background: url("../img/bg/bg.png") repeat scroll 0 0 #f2eee2;
}

/* line 27, sass/_layout.scss */
#repeat {
  text-align: center;
  margin: 0 auto;
  background: transparent url("../img/bg/repeat.jpg") repeat-y scroll 50% 0;
  width: 100%;
}

/* line 33, sass/_layout.scss */
#bg {
  background: transparent url("../img/bg/bg1.jpg") no-repeat scroll 50% 0;
  min-height: 1100px;
}

/* line 38, sass/_layout.scss */
.index #bg {
  min-height: 600px;
}

/* line 42, sass/_layout.scss */
#wrapper {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 49, sass/_layout.scss */
a:focus {
  outline: 0 none;
}

/* line 50, sass/_layout.scss */
a:hover, a:active {
  outline: 0;
}

/* @end */
/* @group HEADER
------------------------------------------------*/
/* line 57, sass/_layout.scss */
#header {
  background: transparent url("../img/header.jpg") no-repeat scroll 0 0;
  height: 200px;
  width: 100%;
  display: block;
}

/* line 63, sass/_layout.scss */
.logo {
  margin: 52px 0 0 280px;
  height: 145px;
  width: 430px;
  position: relative;
  float: left;
}

/* line 70, sass/_layout.scss */
.logo a {
  text-indent: -9999px;
  height: 100px;
  display: block;
}

/* line 75, sass/_layout.scss */
.book-header {
  padding: 18px 56px 0 0;
  float: right;
}

/* line 79, sass/_layout.scss */
.book-header a {
  width: 106px;
  height: 120px;
  text-indent: -9999px;
  display: block;
}

/* @end */
/* @group NAV
------------------------------------------------*/
/* line 90, sass/_layout.scss */
#nav ul {
  width: 880px;
  padding-left: 106px;
  margin: -30px 0 0 0;
  display: inline;
  position: relative;
  float: left;
}
/* line 97, sass/_layout.scss */
#nav ul li {
  list-style: none;
  display: inline;
  float: left;
}
/* line 102, sass/_layout.scss */
#nav ul a.top, #nav ul .top {
  border: 0 none;
  height: 28px;
  padding: 0;
  text-indent: -9999px;
  z-index: 100;
  display: block;
}
/* line 110, sass/_layout.scss */
#nav ul .artists {
  background-position: 0 0;
  margin-right: 34px;
  width: 85px;
}
/* line 115, sass/_layout.scss */
#nav ul .blog {
  background-position: -164px 0;
  margin-right: 350px;
  width: 65px;
}
/* line 120, sass/_layout.scss */
#nav ul .contact {
  background-position: -578px 0;
  margin-right: 28px;
  width: 95px;
}
/* line 125, sass/_layout.scss */
#nav ul .faq {
  background-position: -740px 0;
  width: 65px;
}

/* line 131, sass/_layout.scss */
#nav a,
.nav-line {
  background-image: url("../img/nav/nav.png");
}

/* line 134, sass/_layout.scss */
.nav-line {
  background-position: -115px 0;
  width: 12px;
  margin-right: 30px;
  display: block;
}

/* @end */
/* @group CONTENT
------------------------------------------------*/
/* line 145, sass/_layout.scss */
#container {
  padding-bottom: 50px;
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}

/* @end */
/* @group FOOTER
------------------------------------------------*/
/* line 156, sass/_layout.scss */
#footer {
  clear: both;
  text-align: left;
  color: #999;
  width: 1000px;
  font-size: 0.688em;
  padding-bottom: 50px;
  text-shadow: 1px 1px 1px #000;
  margin: 0 auto;
}
/* line 165, sass/_layout.scss */
#footer a {
  color: #999;
  text-decoration: none;
}
/* line 169, sass/_layout.scss */
#footer a:hover {
  color: #CCC;
  text-decoration: underline;
}

/* line 174, sass/_layout.scss */
.footer-header {
  background: url("../img/footer-header.png") repeat-x scroll 0 top #4a1413;
  word-spacing: 2px;
  height: 26px;
  padding: 15px 50px 10px 50px;
}
/* line 179, sass/_layout.scss */
.footer-header ul {
  display: inline;
}
/* line 181, sass/_layout.scss */
.footer-header ul li {
  display: inline;
  float: left;
  margin-right: 5px;
}

/* line 188, sass/_layout.scss */
.to-top {
  float: right;
  height: 16px;
  font-style: italic;
}
/* line 192, sass/_layout.scss */
.to-top a {
  padding-right: 22px;
  background: url("../img/to-top.png") no-repeat scroll right top transparent;
}
/* line 196, sass/_layout.scss */
.to-top a:hover {
  background: url("../img/to-top-on.png") no-repeat scroll right top transparent;
}

/* line 200, sass/_layout.scss */
.footer-box {
  background: url("../img/marquee-texture.png") repeat scroll 0 0 #4a1413;
  float: left;
  padding: 15px 50px 30px;
  width: 900px;
}
/* line 205, sass/_layout.scss */
.footer-box h4 {
  padding-bottom: 5px;
  border-bottom: 1px dotted #583b3a;
  margin-bottom: 15px;
  color: #ddd;
  font-size: 13px;
}

/* line 213, sass/_layout.scss */
.footer-about {
  background: url("../img/footer-sep.png") no-repeat scroll right top transparent;
  width: 265px;
  padding-right: 25px;
  float: left;
}
/* line 218, sass/_layout.scss */
.footer-about .hours {
  margin-bottom: 5px;
}

/* line 222, sass/_layout.scss */
.footer-posts {
  background: url("../img/footer-sep.png") no-repeat scroll right top transparent;
  width: 265px;
  padding: 0 25px 0 25px;
  float: left;
}
/* line 227, sass/_layout.scss */
.footer-posts h4 {
  margin-bottom: 10px;
}
/* line 230, sass/_layout.scss */
.footer-posts li {
  padding: 7px 0 3px 0;
  border-bottom: 1px dotted #583b3a;
}
/* line 234, sass/_layout.scss */
.footer-posts li.first {
  padding-top: 0;
}

/* line 238, sass/_layout.scss */
#footer .footer-posts li a {
  color: #cbcbcb !important;
}

/* line 241, sass/_layout.scss */
#footer .footer-posts li a:hover {
  color: #fefefe !important;
}

/* line 244, sass/_layout.scss */
.footer-sponsors-icons {
  width: 265px;
  padding-left: 25px;
  float: left;
}

/* line 249, sass/_layout.scss */
.footer-sponsors {
  margin-bottom: 20px;
}
/* line 251, sass/_layout.scss */
.footer-sponsors ul {
  display: inline;
  list-style: none;
}

/* line 256, sass/_layout.scss */
.footer-icons ul li {
  display: inline;
  float: left;
  margin-right: 10px;
}

/* @end */
/* =============================================================================
   Sprite
   ========================================================================== */
/* line 5, sass/_sprite.scss */
.sprite {
  background: transparent url("../img/sprite.png") no-repeat scroll 0 0;
}

/* line 8, sass/_sprite.scss */
.logo {
  background-position: 0 -3px;
}

/* line 11, sass/_sprite.scss */
.book-header a {
  background-position: -256px -176px;
}

/* line 14, sass/_sprite.scss */
.book-marquee {
  background-position: 0 -177px;
}

/* line 17, sass/_sprite.scss */
.icons {
  width: 48px;
  height: 48px;
}

/* line 21, sass/_sprite.scss */
.kingpin {
  background-position: -247px -394px;
  width: 160px;
  height: 106px;
}

/* line 26, sass/_sprite.scss */
.eternal {
  background-position: -5px -405px;
  width: 206px;
  height: 80px;
}

/* line 31, sass/_sprite.scss */
.fb {
  background-position: -244px -320px;
}

/* line 34, sass/_sprite.scss */
.twitter {
  background-position: -290px -320px;
}

/* line 37, sass/_sprite.scss */
.flickr {
  background-position: -336px -320px;
}

/* line 40, sass/_sprite.scss */
.rss {
  background-position: -380px -320px;
}

/* line 1, sass/_home.scss */
.marquee-caption {
  background: url("../img/marquee-texture.png") repeat scroll 0 0 #4a1413;
  color: #edebe3;
  width: 100%;
  float: left;
}

/* line 7, sass/_home.scss */
#caption h1 {
  color: #edebe3;
  font-size: 2.188em;
  line-height: 1em;
}

/* line 12, sass/_home.scss */
#caption {
  position: relative;
  left: 30px;
  background: transparent;
  color: #edebe3;
  width: 640px;
  height: 170px;
  z-index: 8;
  line-height: 130%;
  float: left;
  padding: 35px 0 0 5px;
  clear: both;
}

/* line 25, sass/_home.scss */
#caption p {
  padding: 0;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 0.875em;
}

/* line 31, sass/_home.scss */
.book-marquee {
  padding-right: 30px;
  float: right;
  display: block;
}

/* line 36, sass/_home.scss */
.book-marquee a {
  width: 220px;
  height: 225px;
  text-indent: -9999px;
  display: block;
}

/* line 42, sass/_home.scss */
.fblike-marquee {
  margin-top: 15px;
}

/* line 45, sass/_home.scss */
.new-tattoos {
  padding-left: 30px;
  float: left;
}

/* line 49, sass/_home.scss */
.new-tattoos h2 {
  margin: 5px 0 15px 0;
  color: #3e1918;
}

/* line 53, sass/_home.scss */
.new-tattoos-pic {
  margin: 0 14px 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  float: left;
}

/* line 59, sass/_home.scss */
.new-tattoos-pic img {
  width: 215px;
  height: 185px;
}

/* line 63, sass/_home.scss */
.new-tattoos-pic img:hover {
  opacity: .70;
}

/* line 66, sass/_home.scss */
.new-tattoos-info {
  color: #999;
  font-style: italic;
  font-size: 0.688em;
  font-family: Helvetica, Arial, sans-serif;
  padding-top: 3px;
}

/* line 73, sass/_home.scss */
.new-tattoos-info a {
  color: #999;
  text-decoration: none;
}

/* line 77, sass/_home.scss */
.new-tattoos-info a:hover {
  text-decoration: underline;
}

/* line 80, sass/_home.scss */
.latest-video-blog {
  padding: 0 30px 0 30px;
  float: left;
}

/* line 84, sass/_home.scss */
.latest-video {
  background: url("../img/line-vert.png") repeat-y scroll right top transparent;
  padding: 0 28px 25px 0;
  width: 425px;
  float: left;
}

/* line 90, sass/_home.scss */
.latest-video h2 {
  margin: 5px 0 15px 0;
  color: #3e1918;
}

/* line 94, sass/_home.scss */
.latest-blog {
  padding: 0 0 25px 15px;
  width: 465px;
  float: left;
}

/* line 99, sass/_home.scss */
.latest-blog h2 {
  margin: 5px 0 15px 0;
  color: #3e1918;
}

/* line 103, sass/_home.scss */
.latest-blog-post {
  width: 215px;
  float: left;
}

/* line 107, sass/_home.scss */
.latest-blog-post img:hover {
  opacity: .70;
}

/* line 110, sass/_home.scss */
.latest-blog-post.first {
  margin-right: 20px;
}

/* line 113, sass/_home.scss */
.latest-blog-info {
  color: #999;
  font-style: italic;
  font-size: 0.688em;
  border-bottom: 1px dotted #999;
  padding: 3px 0 5px 0;
  margin-bottom: 10px;
}

/* line 121, sass/_home.scss */
.latest-blog-info a {
  color: #999;
  text-decoration: none;
}

/* line 125, sass/_home.scss */
.latest-blog-info a:hover {
  text-decoration: underline;
}

/* line 130, sass/_home.scss */
.latest-blog-teaser a {
  color: #555;
  text-decoration: none;
  font-style: italic;
  font-size: 0.688em;
}

/* line 136, sass/_home.scss */
.latest-blog-teaser a:hover {
  text-decoration: underline;
}

/* line 139, sass/_home.scss */
.newsletter-signup {
  background-color: #dedbd3;
  padding: 25px 30px 10px 60px;
  border-top: 1px solid #c4c2ba;
  border-bottom: 1px solid #c4c2ba;
  width: 910px;
  color: #444;
  font-size: 11px;
  float: left;
}

/* line 149, sass/_home.scss */
.newsletter-signup h3 {
  text-shadow: 1px 1px 1px #fff;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.563em;
}

/* line 156, sass/_home.scss */
.newsletter-form {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #351e1d;
  padding: 5px;
  margin: 3px 40px 0 0;
  width: 340px;
  float: right;
}

/* line 165, sass/_home.scss */
.newsletter-form fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/* line 170, sass/_home.scss */
#mc-embedded-subscribe-form input[type="text"] {
  background-color: transparent;
  color: #979797;
  font-size: 11px;
  border: 0 none;
  padding: 7px 5px 3px 5px;
  width: 220px;
  margin-right: 10px;
}

/* line 179, sass/_home.scss */
#mc-embedded-subscribe-form input {
  border: 0 none;
}

/* line 182, sass/_home.scss */
#mc-embedded-subscribe-form .mc-submit {
  float: right;
}

/* line 185, sass/_home.scss */
#mc-embedded-subscribe-form .mc-field-group {
  float: left;
}

/* line 188, sass/_home.scss */
#mc-embedded-subscribe-form .btn {
  background: url("../img/subscribe.png") no-repeat scroll 0 0 transparent;
  text-indent: -9999px;
  display: block;
  width: 80px;
  height: 27px;
}

/* line 195, sass/_home.scss */
#mc-embedded-subscribe-form .tn:hover {
  background: url("../img/subscribe-on.png") no-repeat scroll 0 0 transparent;
}

/* line 200, sass/_home.scss */
.mce_inline_error,
#mce-error-response,
#mce-success-response {
  clear: left;
  padding: 3px 0 3px 5px;
  color: #EEE;
}

/* line 205, sass/_home.scss */
#mce-responses {
  float: right;
  line-height: 140%;
  margin: 10px 40px 0 0;
  width: 350px;
}

/* line 211, sass/_home.scss */
#mce-success-response {
  color: #959F78;
  text-shadow: 1px 1px 1px #ccc;
  background: transparent url("../img/tick.png") no-repeat scroll top left;
  padding: 0 0 10px 25px;
}

/* line 217, sass/_home.scss */
#mce-error-response {
  color: #BB605E;
  text-shadow: 1px 1px 1px #ccc;
  background: transparent url("../img/cross.png") no-repeat scroll top left;
  padding: 0 0 10px 25px;
}

/* =============================================================================
   Marquee
   ========================================================================== */
/* line 228, sass/_home.scss */
.slider-box {
  position: relative;
  height: 525px;
  display: block;
}

/* line 233, sass/_home.scss */
#slider li {
  width: 1000px;
  height: 525px;
  overflow: hidden;
}

/* line 239, sass/_home.scss */
#prev-btn,
#next-btn {
  display: block;
  width: 32px;
  height: 36px;
  position: absolute;
  top: 480px;
}

/* line 246, sass/_home.scss */
#prev-btn {
  left: 892px;
}

/* line 249, sass/_home.scss */
#next-btn {
  right: 40px;
}

/* line 252, sass/_home.scss */
.direction-btn a {
  background: url("../img/nivo/arrows.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  display: block;
  height: 36px;
  text-indent: -9999px;
  width: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}

/* line 263, sass/_home.scss */
#next-btn a {
  background-position: -33px 0;
}

/* line 1, sass/_artists.scss */
.content-wrapper {
  padding: 5px 30px 0 30px;
  float: left;
  min-height: 500px;
}

/* line 6, sass/_artists.scss */
.artists-photo.last {
  margin-right: 0;
}

/* line 9, sass/_artists.scss */
.artists-list {
  width: 200px;
  float: left;
  margin: 20px 30px 0 0;
}

/* line 14, sass/_artists.scss */
.artists-list ul {
  border-top: 1px solid #bfbdb5;
  list-style: none;
}

/* line 18, sass/_artists.scss */
.artists-list li {
  border-bottom: 1px solid #bfbdb5;
  padding: 15px 0 15px 0;
}

/* line 22, sass/_artists.scss */
.artists-list ul li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #3e1918;
  letter-spacing: 1px;
  font-family: "NeutrafaceSlabTextBold",Arial,sans-serif;
  text-decoration: none;
}

/* line 30, sass/_artists.scss */
.artists-list ul li a:hover {
  text-decoration: underline;
}

/* line 33, sass/_artists.scss */
.fblike-artists {
  padding-top: 15px;
}

/* line 36, sass/_artists.scss */
.artists-gallery {
  float: left;
  width: 700px;
  margin-top: 20px;
}

/* line 41, sass/_artists.scss */
.artist-portrait {
  height: 325px;
  float: left;
  width: 325px;
}

/* line 46, sass/_artists.scss */
.artists-portrait img {
  float: left;
}

/* line 49, sass/_artists.scss */
.artists-portrait-info {
  background: transparent url("../img/bg/bg-artists-portrait.jpg") repeat-x scroll 0 0;
  position: relative;
  height: 325px;
  float: left;
  width: 375px;
}

/* line 56, sass/_artists.scss */
.artists-bio h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.563em;
  margin-bottom: 25px;
}

/* line 62, sass/_artists.scss */
.artists-bio {
  padding: 25px 35px 35px 35px;
  color: #FFF;
  text-shadow: 1px 1px #421110;
}
/* line 66, sass/_artists.scss */
.artists-bio p {
  font-size: 0.75em;
  line-height: 150%;
}
/* line 70, sass/_artists.scss */
.artists-bio a {
  color: #FFF;
  text-decoration: underline;
  font-style: italic;
  font-size: 0.75em;
}
/* line 76, sass/_artists.scss */
.artists-bio a:hover {
  text-decoration: none;
}

/* line 80, sass/_artists.scss */
.artists-photos-wrapper {
  margin: 20px 0 30px 0;
  float: left;
}

/* line 84, sass/_artists.scss */
.artists-photo {
  float: left;
  margin: 0 27px 26px 0;
}

/* line 88, sass/_artists.scss */
.artists-photo img {
  width: 215px;
  height: 185px;
  display: block;
}

/* line 93, sass/_artists.scss */
.artists-thumb {
  position: relative;
}

/* line 96, sass/_artists.scss */
.artists-thumb .pic {
  opacity: 1;
}

/* line 99, sass/_artists.scss */
.artists-thumb .pic:hover {
  opacity: .8;
}

/* line 102, sass/_artists.scss */
.newbanner {
  background: transparent url("../img/new.png") no-repeat scroll top left;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 60px;
  height: 20px;
}

/* line 111, sass/_artists.scss */
.pagination-artists {
  border-top: 1px solid #BFBDB5;
  padding: 5px 0 20px 0;
}

/* line 115, sass/_artists.scss */
.artists .pagination-control {
  margin-right: 10px !important;
}

/* =============================================================================
   Artists Slideswitch
   ========================================================================== */
/* line 123, sass/_artists.scss */
.fadein {
  position: relative;
  width: 325px;
  height: 325px;
  float: left;
}

/* line 129, sass/_artists.scss */
.fadein img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  display: none;
}

/* line 137, sass/_artists.scss */
.fadein img.active {
  z-index: 10;
  display: block;
  opacity: 1.0;
}

/* line 142, sass/_artists.scss */
.fadein img.last-active {
  z-index: 9;
}

/* line 1, sass/_blog.scss */
.blog-wrapper {
  padding: 30px 0 0 65px;
}

/* line 4, sass/_blog.scss */
.blog-info {
  float: left;
  width: 195px;
  font-size: 0.75em;
}

/* line 9, sass/_blog.scss */
.blog-info h1 {
  color: #3A1918;
  font-size: 1.75em;
  line-height: 1.5em;
}

/* line 14, sass/_blog.scss */
.blog-info h1 a {
  text-decoration: none;
  color: #3A1918;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

/* line 23, sass/_blog.scss */
.blog-info h1 a:hover {
  text-decoration: underline;
}

/* line 26, sass/_blog.scss */
p.blog-date {
  color: #717171;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 15px;
}

/* line 33, sass/_blog.scss */
p.blog-author {
  color: #717171;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 9px;
}

/* line 39, sass/_blog.scss */
p.blog-author a {
  color: #717171;
  text-decoration: none;
}

/* line 43, sass/_blog.scss */
p.blog-author a:hover {
  text-decoration: underline;
}

/* line 46, sass/_blog.scss */
.blog-info .tag-border {
  width: 165px;
  height: 1px;
  background-color: #c9c7c0;
  display: block;
  margin-bottom: 9px;
}

/* line 53, sass/_blog.scss */
p.blog-tags {
  color: #b9b6ac;
  font-style: italic;
  font-weight: bold;
}

/* line 58, sass/_blog.scss */
.blog-tags a {
  color: #b9b6ac;
  text-decoration: none;
}

/* line 62, sass/_blog.scss */
.blog-tags a:hover {
  text-decoration: underline;
}

/* line 65, sass/_blog.scss */
.blog-teaser {
  width: 700px;
  margin-left: 235px;
  overflow: hidden;
}

/* line 70, sass/_blog.scss */
.blog-teaser-image img {
  width: 700px;
  height: 320px;
}

/* line 74, sass/_blog.scss */
.blog-teaser-image a img:hover {
  opacity: .80;
}

/* line 77, sass/_blog.scss */
.blog-text {
  padding: 30px 30px 10px 0;
  font-size: 0.813em;
}

/* line 81, sass/_blog.scss */
.blog-teaser .blog-text a {
  color: #555;
  text-decoration: none;
}

/* line 85, sass/_blog.scss */
.blog-teaser .blog-text a:hover {
  text-decoration: underline;
}

/* line 88, sass/_blog.scss */
.blog-text img {
  max-width: 670px;
}

/* line 91, sass/_blog.scss */
.fbcomments {
  margin-top: 20px;
}

/* line 94, sass/_blog.scss */
.fbcomments h1 {
  color: #3E1918;
  font-size: 1.5em;
  line-height: 1.75em;
}

/* line 99, sass/_blog.scss */
.pagination-control {
  float: right;
  margin: 15px 50px 0 0;
  font-size: 0.813em;
}

/* line 1, sass/_contact.scss */
.map {
  float: left;
  width: 520px;
  padding: 20px 0 20px 0;
  background: url("../img/line-vert.png") repeat-y scroll right top transparent;
}

/* line 7, sass/_contact.scss */
a.ribbon-maps {
  background: transparent url("../img/ribbons/google-maps.png") no-repeat scroll 0 0;
  width: 240px;
  height: 47px;
  display: block;
  text-indent: -9999px;
  margin-left: -40px;
  padding-bottom: 36px;
}

/* line 16, sass/_contact.scss */
.contact-about {
  float: left;
  width: 385px;
  padding: 20px 0 0 28px;
  font-size: 0.75em;
}
/* line 21, sass/_contact.scss */
.contact-about h1 {
  padding: 10px 0 50px 0;
  margin: 0;
  font-size: 2.125em;
}

/* line 27, sass/_contact.scss */
.directions {
  margin: 10px 0 30px 0;
  float: left;
}

/* line 31, sass/_contact.scss */
.directions-info {
  float: left;
  width: 210px;
  padding-right: 15px;
  border-left: 1px solid #c4c2ba;
  padding-left: 15px;
  line-height: 130%;
}
/* line 38, sass/_contact.scss */
.directions-info p {
  font-size: 0.75em;
}

/* line 42, sass/_contact.scss */
.directions-info-first {
  padding-left: 0;
  border-left: 0;
}

/* line 46, sass/_contact.scss */
.directions-info-last {
  padding-right: 0;
}

/* line 49, sass/_contact.scss */
.directions-info h4 {
  color: #3E1918;
  font-weight: bold;
  font-style: italic;
  margin: -10px 0 15px 0;
}

/* line 55, sass/_contact.scss */
.directions-info p {
  margin-bottom: 0;
}

/* line 58, sass/_contact.scss */
a.ribbons-directions {
  background: transparent url("../img/ribbons/directions.png") no-repeat scroll 0 0;
  width: 392px;
  height: 47px;
  display: block;
  text-indent: -9999px;
  margin: 20px 0 0 -40px;
  padding: 0 0 40px 0;
}

/* line 67, sass/_contact.scss */
.feature-bar-bg {
  background: transparent url("../img/feature-bar.jpg") repeat scroll 0 0;
  width: 1000px;
  height: 78px;
}

/* line 72, sass/_contact.scss */
.email-us {
  padding: 20px 0 0 50px;
}
/* line 74, sass/_contact.scss */
.email-us a {
  width: 260px;
  height: 34px;
  display: block;
  text-indent: -9999px;
  background: transparent url("../img/email-us.png") no-repeat scroll 0 0;
}

/* =============================================================================
   FAQ
   ========================================================================== */
/* line 5, sass/_faq.scss */
.text-red {
  color: #3e1918;
  font-style: italic;
  font-weight: bold;
}

/* line 10, sass/_faq.scss */
.faqs-left, .faqs-right {
  width: 440px;
  float: left;
  font-size: 0.75em;
  margin-bottom: 30px;
}

/* line 16, sass/_faq.scss */
.faqs-left {
  padding-right: 25px;
}

/* line 19, sass/_faq.scss */
.faqs-right {
  padding-left: 25px;
  border-left: 1px solid #c4c2ba;
}

/* line 23, sass/_faq.scss */
a.ribbons-faqs {
  background: transparent url("../img/ribbons/faq.png") no-repeat scroll 0 0;
  width: 396px;
  height: 47px;
  display: block;
  text-indent: -9999px;
  margin-left: -40px;
  padding-bottom: 36px;
}

/* line 1, sass/_appointment.scss */
.appointment .content-wrapper {
  padding-bottom: 50px;
}

/* line 4, sass/_appointment.scss */
.appt-note h2 {
  color: #FFF;
}

/* line 7, sass/_appointment.scss */
.appointment h1 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 35px;
}

/* line 12, sass/_appointment.scss */
.appt-header-info {
  padding: 15px 75px 0 58px;
  color: #f1eee5;
  float: left;
}

/* line 17, sass/_appointment.scss */
.appt-header {
  font-family: Georgia, serif;
  font-size: 0.813em;
  width: 850px;
}
/* line 21, sass/_appointment.scss */
.appt-header p {
  margin-bottom: 0;
}

/* line 25, sass/_appointment.scss */
.appointment-info {
  float: left;
  margin-top: 35px;
  padding: 25px 45px 0 25px;
  width: 420px;
}
/* line 30, sass/_appointment.scss */
.appointment-info p {
  font-size: 0.75em;
}

/* line 34, sass/_appointment.scss */
.appointment-description {
  padding-bottom: 60px;
}

/* line 37, sass/_appointment.scss */
.qq-uploader {
  position: relative;
  width: 100%;
  float: right;
  min-width: 315px !important;
}

/* line 43, sass/_appointment.scss */
.qq-upload-button {
  display: block;
  width: 170px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #bbd0d6;
  color: #4c6c78;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px #e5e5e5;
  -webkit-box-shadow: 2px 2px 2px #e5e5e5;
  box-shadow: 2px 2px 2px #e5e5e5;
  margin-top: 5px;
  float: right;
  background-color: #ddedf1;
  background: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#ddedf1));
  background: -moz-linear-gradient(center top, #f7f7f7, #ddedf1) repeat scroll 0 0 transparent;
}

/* line 64, sass/_appointment.scss */
.qq-upload-button-hover {
  /*background:#cc0000;*/
}

/* line 67, sass/_appointment.scss */
.qq-upload-button-focus {
  outline: 1px dotted black;
}

/* line 70, sass/_appointment.scss */
.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}

/* line 81, sass/_appointment.scss */
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}

/* line 89, sass/_appointment.scss */
.qq-upload-drop-area-active {
  background: #FF7171;
}

/* line 92, sass/_appointment.scss */
.qq-upload-list {
  margin: 5px 5px;
  padding: 10px 0 0 0;
  list-style: none outside none;
  clear: right;
  min-width: 315px !important;
}

/* line 99, sass/_appointment.scss */
.qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
  float: right;
  text-align: right;
}

/* line 107, sass/_appointment.scss */
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  margin-right: 7px;
}

/* line 111, sass/_appointment.scss */
.qq-upload-spinner {
  display: inline-block;
  background-image: url("../img/loading.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

/* line 118, sass/_appointment.scss */
.qq-upload-size, .qq-upload-cancel {
  font-size: 11px;
}

/* line 121, sass/_appointment.scss */
.qq-upload-failed-text {
  display: none;
}

/* line 124, sass/_appointment.scss */
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}

/* line 127, sass/_appointment.scss */
.input-shadow {
  -moz-box-shadow: 2px 2px 2px #e5e5e5;
  -webkit-box-shadow: 2px 2px 2px #e5e5e5;
  box-shadow: 2px 2px 2px #e5e5e5;
}

/* line 132, sass/_appointment.scss */
#loading {
  display: none;
}

/* line 135, sass/_appointment.scss */
#loading {
  clear: both;
  background: transparent url("../img/loading.gif") no-repeat scroll center center;
  text-align: center;
  width: 100%;
  height: 18px;
  margin: 8px 0 8px 0;
}

/* line 143, sass/_appointment.scss */
.form-errors {
  color: #c64643;
  background: transparent url("../img/cross.png") no-repeat scroll left center;
  padding-left: 28px;
  text-transform: lowercase;
  text-shadow: 2px 2px 2px #e5e5e5;
  font-size: 12px;
  margin: 5px 0 0 5px;
  clear: both;
  float: none;
}

/* line 154, sass/_appointment.scss */
.appointment-form {
  width: 315px;
  float: left;
  padding: 25px 40px 20px 60px;
  margin-top: 35px;
  background: url("../img/line-vert.png") repeat-y scroll left top transparent;
  font-size: 0.75em;
}

/* line 165, sass/_appointment.scss */
#newclient input[type="text"],
#newclient input[type="email"],
#newclient input[type="number"],
#client_idea {
  border: 1px solid #b9cdd3;
  color: #5b7f8d;
  font-size: 12px;
  background-color: #fff;
  padding: 7px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 175, sass/_appointment.scss */
#newclient .dropdown {
  border: 1px solid #B9CDD3;
  border-radius: 3px 3px 3px 3px;
  color: #5B7F8D;
  cursor: pointer;
  font-size: 12px;
  overflow: hidden;
  padding: 3px;
  width: 312px;
  margin-bottom: 3px;
}

/* line 186, sass/_appointment.scss */
#newclient .input-text-full {
  width: 297px;
}

/* line 189, sass/_appointment.scss */
#newclient #client_idea {
  width: 297px;
  height: 105px;
}

/* line 193, sass/_appointment.scss */
#newclient label {
  color: #5b7f8d;
}

/* line 196, sass/_appointment.scss */
#newclient p {
  position: relative;
  margin: 12px 0;
}

/* line 201, sass/_appointment.scss */
form fieldset p input,
form fieldset p textarea {
  display: block;
  padding: 4px;
  width: 400px;
  margin: 0;
}

/* line 207, sass/_appointment.scss */
#newclient label.infield {
  position: absolute;
  text-align: left;
  top: 5px !important;
  left: 7px !important;
  display: block;
  cursor: text;
}

/* line 215, sass/_appointment.scss */
#newclient #client_age {
  float: left;
  width: 110px;
}

/* line 221, sass/_appointment.scss */
#newclient .sex-full {
  float: right;
  margin-bottom: 20px;
  padding-top: 5px;
}

/* line 226, sass/_appointment.scss */
#newclient p.location {
  clear: both;
  float: none;
}

/* line 232, sass/_appointment.scss */
#file_upload-label,
#client_image-label,
#newclient_submit-label {
  display: none;
}

/* line 235, sass/_appointment.scss */
#client_image_upload {
  float: right;
}

/* line 238, sass/_appointment.scss */
#client_image-element {
  clear: both;
}

/* line 241, sass/_appointment.scss */
#newclient input[type="submit"] {
  display: block;
  /* or inline-block */
  width: 170px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #bbd0d6;
  color: #4c6c78;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px #e5e5e5;
  -webkit-box-shadow: 2px 2px 2px #e5e5e5;
  box-shadow: 2px 2px 2px #e5e5e5;
  margin-top: 10px;
  clear: both;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: .5px;
  background-color: #ddedf1;
  background: -webkit-gradient(linear, center top, center bottom, from(#f7f7f7), to(#ddedf1));
  background: -moz-linear-gradient(center top, #f7f7f7, #ddedf1) repeat scroll 0 0 transparent;
  cursor: pointer;
  z-index: 999;
}

/* line 268, sass/_appointment.scss */
.thanks-text {
  padding-bottom: 1px;
  font-size: 0.75em;
}

/* line 272, sass/_appointment.scss */
.thanks-image {
  margin-top: 50px;
}

/* line 275, sass/_appointment.scss */
.russ-thanks {
  margin: 0 -25px -10px -10px;
}

/* =============================================================================
   Twitter
   ========================================================================== */
/* line 6, sass/_social.scss */
.twtr-hd,
.twtr-ft {
  display: none !important;
}

/* line 9, sass/_social.scss */
.twtr-bd .twtr-tweet-text {
  color: #999 !important;
  font-size: 11px !important;
  text-align: left !important;
  text-shadow: 1px 1px 1px #000 !important;
}

/* line 15, sass/_social.scss */
.twtr-widget p {
  line-height: 170% !important;
}

/* line 18, sass/_social.scss */
.twtr-widget .twtr-tweet-wrap {
  padding: 8px 0 8px 0 !important;
}

/* line 21, sass/_social.scss */
.twtr-widget .twtr-tweet {
  border-bottom: 1px dotted #573A3A !important;
  overflow: hidden !important;
}

/* line 26, sass/_social.scss */
#twitter_div .twtr-avatar, .twtr-img,
.twtr-img img, .twtr-avatar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

/* line 31, sass/_social.scss */
#twitter_div .twtr-tweet-text {
  margin-left: 0 !important;
}

/* line 1, sass/_misc.scss */
img.border {
  padding: 3px;
  background-color: #FFF;
  border: 1px solid #CCC;
}

/* line 6, sass/_misc.scss */
.shadow {
  -moz-box-shadow: #cccccc 2px 2px 2px;
  -webkit-box-shadow: #cccccc 2px 2px 2px;
  -o-box-shadow: #cccccc 2px 2px 2px;
  box-shadow: #cccccc 2px 2px 2px;
}

/* line 9, sass/_misc.scss */
hr {
  background-color: #D2D29A;
  color: #D2D29A;
  height: 1px;
  margin: 15px 0 15px 0;
}

/* line 15, sass/_misc.scss */
.inline {
  display: inline;
}

/* line 18, sass/_misc.scss */
.left {
  float: left;
}

/* line 21, sass/_misc.scss */
.right {
  float: right;
}

/* line 24, sass/_misc.scss */
.last {
  margin-right: 0;
}

/* line 27, sass/_misc.scss */
.block {
  display: block;
}

/* line 30, sass/_misc.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 34, sass/_misc.scss */
.text-left {
  text-align: left;
}

/* line 37, sass/_misc.scss */
.line-horiz {
  background: transparent url("../img/line-horiz.png") repeat scroll 0 0;
  height: 8px;
  width: 100%;
  margin: 10px 0 10px 0;
  clear: both;
}

/* line 44, sass/_misc.scss */
#preload {
  display: none;
}

/* line 47, sass/_misc.scss */
#colorbox {
  font-size: 0.75em;
}

/* ==|== non-semantic helper classes ======================================== */
/* line 53, sass/_misc.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 54, sass/_misc.scss */
.ir br {
  display: none;
}

/* line 55, sass/_misc.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 56, sass/_misc.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 57, sass/_misc.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 58, sass/_misc.scss */
.invisible {
  visibility: hidden;
}

/* line 59, sass/_misc.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 60, sass/_misc.scss */
.clearfix:after {
  clear: both;
}

/* line 61, sass/_misc.scss */
.clearfix {
  zoom: 1;
}

/* line 62, sass/_misc.scss */
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

/* ==|== print styles ======================================================= */
@media print {
  /* line 67, sass/_misc.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 68, sass/_misc.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 69, sass/_misc.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 70, sass/_misc.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 71, sass/_misc.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 72, sass/_misc.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 73, sass/_misc.scss */
  thead {
    display: table-header-group;
  }

  /* line 74, sass/_misc.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 75, sass/_misc.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 77, sass/_misc.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 78, sass/_misc.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* =============================================================================
   Media Queries
   ========================================================================== */
/* =============================================================================
   Environment Announcing
   ========================================================================== */
/* line 5, sass/_environment.scss */
.environment {
  text-align: center;
  margin: 0 auto;
  background-color: #0000A0;
  color: #FFF;
  font-size: 0.938em;
  padding: 4px 18px;
  position: relative;
}

/* line 15, sass/_environment.scss */
.environment.development,
.environment.testing {
  background-color: #00A000;
}

/* line 18, sass/_environment.scss */
.environment.staging {
  background-color: #A00000;
}

