@charset "UTF-8";
/*
	Background Stretcher jQuery Plugin
	� 2009 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/
/*.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
} */
/* line 28, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_bgstretcher.scss */
.bgstretcher {
  background: white;
  overflow: hidden;
  width: 100%;
  position: fixed !important;
  z-index: 1;
}

/* line 35, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_bgstretcher.scss */
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 42, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_bgstretcher.scss */
.bgstretcher UL, .bgstretcher UL LI {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  ColorBox Core Style
 *  The following rules are the styles that are consistant between themes.
 *  Avoid changing this area to maintain compatability with future versions of ColorBox. */
/* line 6, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 13, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 18, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 21, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxContent {
  position: relative;
  overflow: hidden;
}

/* line 25, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxLoadedContent {
  overflow: auto;
}
/* line 27, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 33, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxTitle {
  margin: 0;
}

/* line 36, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 42, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/*  Example user style
 *  The following rules are ordered and tabbed in a way that represents the
 *  order/nesting of the generated HTML, so that the structure easier to understand. */
/* line 50, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxOverlay {
  background: url(/images/overlay.png) repeat 0 0;
}

/* line 55, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/images/controls.png) no-repeat -100px 0;
}

/* line 60, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/images/controls.png) no-repeat -129px 0;
}

/* line 65, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/images/controls.png) no-repeat -100px -29px;
}

/* line 70, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/images/controls.png) no-repeat -129px -29px;
}

/* line 75, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxMiddleLeft {
  width: 21px;
  background: url(/images/controls.png) left top repeat-y;
}

/* line 79, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxMiddleRight {
  width: 21px;
  background: url(/images/controls.png) right top repeat-y;
}

/* line 83, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxTopCenter {
  height: 21px;
  background: url(/images/border.png) 0 0 repeat-x;
}

/* line 87, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxBottomCenter {
  height: 21px;
  background: url(/images/border.png) 0 -29px repeat-x;
}

/* line 91, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxContent {
  background: white;
}

/* line 94, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxLoadedContent {
  margin-bottom: 28px;
}

/* line 97, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

/* line 105, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

/* line 111, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

/* line 117, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url(/images/controls.png) no-repeat -75px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
/* line 125, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxPrevious.hover {
  background-position: -75px -25px;
}

/* line 128, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/images/controls.png) no-repeat -50px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
/* line 136, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxNext.hover {
  background-position: -50px -25px;
}

/* line 139, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxLoadingOverlay {
  background: url(/images/loading_background.png) no-repeat center center;
}

/* line 142, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxLoadingGraphic {
  background: url(/images/loading.gif) no-repeat center center;
}

/* line 145, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/images/controls.png) no-repeat -25px 0px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
/* line 153, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
#cboxClose.hover {
  background-position: -25px -25px;
}

/*  The following fixes png-transparency for IE6.  
 *  It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
 *  
 *  Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
 *  Colorbox preloads navigation hover classes to account for this.
 *  
 *  !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
 *  while regular CSS background images are relative to the CSS document. */
/* line 167, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
.cboxIE #cboxTopLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
/* line 170, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
.cboxIE #cboxTopCenter {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
/* line 173, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
.cboxIE #cboxTopRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
/* line 176, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
.cboxIE #cboxBottomLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
/* line 179, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
.cboxIE #cboxBottomCenter {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
/* line 182, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
.cboxIE #cboxBottomRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
/* line 185, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
.cboxIE #cboxMiddleLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
/* line 188, /Users/charlietanksley/Documents/C/web/web/joy_redesign/src/stylesheets/partials/_colorbox.sass */
.cboxIE #cboxMiddleRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 22, 2011 11:14:32 AM America/New_York */
@font-face {
  font-family: "JosefinSlabThin";
  src: url("/fonts/JosefinSlab-Thin-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-Thin-webfont.woff") format("woff"), url("/fonts/JosefinSlab-Thin-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-Thin-webfont.svg#webfontVTgXk5Vz") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabThinItalic";
  src: url("/fonts/JosefinSlab-ThinItalic-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-ThinItalic-webfont.woff") format("woff"), url("/fonts/JosefinSlab-ThinItalic-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-ThinItalic-webfont.svg#webfontzaX0BCJV") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabLight";
  src: url("/fonts/JosefinSlab-Light-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-Light-webfont.woff") format("woff"), url("/fonts/JosefinSlab-Light-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-Light-webfont.svg#webfontkUjH7XqU") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabLightItalic";
  src: url("/fonts/JosefinSlab-LightItalic-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-LightItalic-webfont.woff") format("woff"), url("/fonts/JosefinSlab-LightItalic-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-LightItalic-webfont.svg#webfontXr4jbcqC") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabRegular";
  src: url("/fonts/JosefinSlab-Regular-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-Regular-webfont.woff") format("woff"), url("/fonts/JosefinSlab-Regular-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-Regular-webfont.svg#webfontWs4g4u7o") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabItalic";
  src: url("/fonts/JosefinSlab-Italic-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-Italic-webfont.woff") format("woff"), url("/fonts/JosefinSlab-Italic-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-Italic-webfont.svg#webfontRtKJmKQG") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabSemiBold";
  src: url("/fonts/JosefinSlab-SemiBold-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-SemiBold-webfont.woff") format("woff"), url("/fonts/JosefinSlab-SemiBold-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-SemiBold-webfont.svg#webfontiBtqXwXU") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabSemiBoldItalic";
  src: url("/fonts/JosefinSlab-SemiBoldItalic-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-SemiBoldItalic-webfont.woff") format("woff"), url("/fonts/JosefinSlab-SemiBoldItalic-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-SemiBoldItalic-webfont.svg#webfont4VJlVJXk") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabBold";
  src: url("/fonts/JosefinSlab-Bold-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-Bold-webfont.woff") format("woff"), url("/fonts/JosefinSlab-Bold-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-Bold-webfont.svg#webfontMbyg6Wt4") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "JosefinSlabBoldItalic";
  src: url("/fonts/JosefinSlab-BoldItalic-webfont.eot");
  src: local("☺"), url("/fonts/JosefinSlab-BoldItalic-webfont.woff") format("woff"), url("/fonts/JosefinSlab-BoldItalic-webfont.ttf") format("truetype"), url("/fonts/JosefinSlab-BoldItalic-webfont.svg#webfontRTpBUUtd") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 22, 2011 11:13:15 AM America/New_York */
@font-face {
  font-family: "QlassikMediumRegular";
  src: url("/fonts/Qlassik_TB-webfont.eot");
  src: local("☺"), url("/fonts/Qlassik_TB-webfont.woff") format("woff"), url("/fonts/Qlassik_TB-webfont.ttf") format("truetype"), url("/fonts/Qlassik_TB-webfont.svg#webfontdLeQUlTY") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "QlassikBoldRegular";
  src: url("/fonts/QlassikBold_TB-webfont.eot");
  src: local("☺"), url("/fonts/QlassikBold_TB-webfont.woff") format("woff"), url("/fonts/QlassikBold_TB-webfont.ttf") format("truetype"), url("/fonts/QlassikBold_TB-webfont.svg#webfontDLSNh18m") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CicleFina";
  src: url("/fonts/Cicle_Fina-webfont.eot?") format("eot"), url("/fonts/Cicle_Fina-webfont.woff") format("woff"), url("/fonts/Cicle_Fina-webfont.ttf") format("truetype"), url("/fonts/Cicle_Fina-webfont.svg#webfontQQXFp9qK") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CicleFinaItalic";
  src: url("/fonts/Cicle_Fina_Italic-webfont.eot?") format("eot"), url("/fonts/Cicle_Fina_Italic-webfont.woff") format("woff"), url("/fonts/Cicle_Fina_Italic-webfont.ttf") format("truetype"), url("/fonts/Cicle_Fina_Italic-webfont.svg#webfontpcpxqysl") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CicleGordita";
  src: url("/fonts/Cicle_Gordita-webfont.eot?") format("eot"), url("/fonts/Cicle_Gordita-webfont.woff") format("woff"), url("/fonts/Cicle_Gordita-webfont.ttf") format("truetype"), url("/fonts/Cicle_Gordita-webfont.svg#webfontso2CKWpU") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CicleGorditaItalic";
  src: url("/fonts/Cicle_Gordita_Italic-webfont.eot?") format("eot"), url("/fonts/Cicle_Gordita_Italic-webfont.woff") format("woff"), url("/fonts/Cicle_Gordita_Italic-webfont.ttf") format("truetype"), url("/fonts/Cicle_Gordita_Italic-webfont.svg#webfontkz3jyfYe") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CicleSemi";
  src: url("/fonts/Cicle_Semi-webfont.eot?") format("eot"), url("/fonts/Cicle_Semi-webfont.woff") format("woff"), url("/fonts/Cicle_Semi-webfont.ttf") format("truetype"), url("/fonts/Cicle_Semi-webfont.svg#webfontfJtZg14x") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CicleSemiItalic";
  src: url("/fonts/Cicle_Semi_Italic-webfont.eot?") format("eot"), url("/fonts/Cicle_Semi_Italic-webfont.woff") format("woff"), url("/fonts/Cicle_Semi_Italic-webfont.ttf") format("truetype"), url("/fonts/Cicle_Semi_Italic-webfont.svg#webfontBFIAaSkw") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CicleShadow";
  src: url("/fonts/Cicle_Shadow-webfont.eot?") format("eot"), url("/fonts/Cicle_Shadow-webfont.woff") format("woff"), url("/fonts/Cicle_Shadow-webfont.ttf") format("truetype"), url("/fonts/Cicle_Shadow-webfont.svg#webfontCUOnzdZL") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Lane {{{ */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 19, 2011 01:36:35 PM America/New_York */
@font-face {
  font-family: "LaneNarrowRegular";
  src: url("/fonts/LANENAR_-webfont.eot?") format("eot"), url("/fonts/LANENAR_-webfont.woff") format("woff"), url("/fonts/LANENAR_-webfont.ttf") format("truetype"), url("/fonts/LANENAR_-webfont.svg#webfontWWvSDmxB") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LaneUpperRegular";
  src: url("/fonts/LANEUP__-webfont.eot?") format("eot"), url("/fonts/LANEUP__-webfont.woff") format("woff"), url("/fonts/LANEUP__-webfont.ttf") format("truetype"), url("/fonts/LANEUP__-webfont.svg#webfontgDRaNwom") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LanePoshRegular";
  src: url("/fonts/LANEPOSH-webfont.eot?") format("eot"), url("/fonts/LANEPOSH-webfont.woff") format("woff"), url("/fonts/LANEPOSH-webfont.ttf") format("truetype"), url("/fonts/LANEPOSH-webfont.svg#webfontyJUr7THB") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* }}} */
/* line 34, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
body {
  text-align: center;
}
/* line 44, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
* html body legend {
  margin: 0px -8px 16px 0;
  padding: 0;
}
/* line 48, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
html > body p code {
  *white-space: normal;
}

/* line 60, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
.container {
  text-align: left;
}

/* line 62, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
sup {
  vertical-align: text-top;
}

/* line 64, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
sub {
  vertical-align: text-bottom;
}

/* line 66, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
hr {
  margin: -8px auto 11px;
}

/* line 68, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 70, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
fieldset {
  padding-top: 0;
}

/* line 72, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
legend {
  margin-top: -0.2em;
  margin-bottom: 1em;
  margin-left: -0.5em;
}

/* line 76, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
fieldset, #IE8#HACK {
  padding-top: 1.4em;
}

/* line 77, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
legend, #IE8#HACK {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 78, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
textarea {
  overflow: auto;
}

/* line 80, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
label {
  position: relative;
  top: -0.25em;
}

/* line 84, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
input.text {
  margin: 0.5em 0;
  background-color: white;
  border: 1px solid #bbbbbb;
}
/* line 88, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
input.text:focus {
  border: 1px solid #666666;
}
/* line 90, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
input.title {
  margin: 0.5em 0;
  background-color: white;
  border: 1px solid #bbbbbb;
}
/* line 94, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
input.title:focus {
  border: 1px solid #666666;
}
/* line 96, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
input.checkbox {
  position: relative;
  top: 0.25em;
}
/* line 99, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
input.radio {
  position: relative;
  top: 0.25em;
}
/* line 102, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
input.button {
  position: relative;
  top: 0.25em;
}

/* line 105, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
textarea {
  margin: 0.5em 0;
}

/* line 107, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
select {
  margin: 0.5em 0;
}

/* line 109, /Users/charlietanksley/.rvm/gems/ruby-1.9.2-rc2@joy-redesign/gems/compass-0.11.3/frameworks/blueprint/stylesheets/blueprint/_ie.scss */
button {
  position: relative;
  top: 0.25em;
}

