3.1.2 (Brainy Betty)
64b27a6864fe37c5d8fa59bc33c07b7648c732a5
o:Sass::Tree::RootNode
:@has_childrenT:@children[o:Sass::Tree::ImportNode
;[ :@imported_filename"$compass/utilities/general/hacks:@options{ :
@linei:@template0o;
;[ ;	"images;
@
;i;0o:Sass::Tree::CommentNode;[ ;
@
:@lines[ :
@loud0:@value"/* The linear gradient mixin works best across browsers if you use percentage-based color stops.
 *
 * Examples:
 *
 *     // This yields a linear gradient spanning from top to bottom
 *     +linear-gradient(color-stops(white, black))
 *
 *     // This yields a linear gradient spanning from bottom to top
 *     +linear-gradient(color-stops(white, black), bottom)
 *
 *     // This yields a linear gradient spanning from left to right
 *     +linear-gradient(color-stops(white, black), left)
 *
 *     // This yields a linear gradient starting at white passing
 *     // thru blue at 33% down and then to black
 *     +linear-gradient(color-stops(white, blue 33%, black))
 *
 *     // This yields a linear gradient starting at white passing
 *     // thru blue at 33% down and then to black at 67% until the end
 *     +linear-gradient(color-stops(white, blue 33%, black 67%))
 *
 *     // This yields a background image on top of the gradient; requires an image
 *     // with an alpha-layer.
 *     +linear-gradient(color_stops(white,black), top, image-url('noise.png'))
 *
 * Browsers Supported:
 *
 * - Chrome
 * - Safari
 * - Firefox 3.6
 * - Opera
 *
 * @deprecated Use the linear-gradient() function in conjunction with a
 *             property mixin like `background-image`. */;i	:@silenti o:Sass::Tree::MixinDefNode;T;[u:Sass::Tree::IfNodec[o:Sass::Script::Variable	:@options{ :
@name"
image:@underscored_name"
image:
@linei,u:Sass::Tree::IfNode¾[00[u:Sass::Tree::IfNodež[o:Sass::Script::Variable	:@options{ :
@name"
start:@underscored_name"
start:
@linei3u:Sass::Tree::IfNode’[00[o:Sass::Tree::WarnNode	:
@expro:&Sass::Script::StringInterpolation
:@options{ :@aftero:Sass::Script::String	;@	:@value")):
@linei6:
@type:string:	@mido:Sass::Script::Variable	;@	:
@name"color-stops:@underscored_name"color_stops;i6;i6:@beforeo;
	;@	;"eThe linear-gradient mixin is deprecated. Instead use: @include background-image(linear-gradient(;i6;;:@children[ ;{ ;i6[o:Sass::Tree::WarnNode	:
@expro:&Sass::Script::StringInterpolation
;{ :@aftero;
;@;o:Sass::Script::String	;@:@value"));	i4:
@type:string:	@mido; 	;@;"color-stops;"color_stops;	i4;	i4:@beforeo;	;@;", ;	i4;;;o; 	;@;"
start;"
start;	i4;	i4;o;	;@;"eThe linear-gradient mixin is deprecated. Instead use: @include background-image(linear-gradient(;	i4;;:@children[ ;{ ;	i4[u;
*[o:Sass::Script::Variable	:@options{ :
@name"
start:@underscored_name"
start:
@linei-u:Sass::Tree::IfNodeØ[00[o:Sass::Tree::WarnNode	:
@expro:&Sass::Script::StringInterpolation
:@options{ :@aftero;
;@	;	o:Sass::Script::String	;@	:@value")):
@linei0:
@type:string:	@mido:Sass::Script::Variable	;@	:
@name"color-stops:@underscored_name"color_stops;i0;i0:@beforeo;
	;@	;", linear-gradient(;i0;;;o;	;@	;"
image;"
image;i0;i0;o;
	;@	;"UThe linear-gradient mixin is deprecated. Instead use: @include background-image(;i0;;:@children[ ;{ ;i0[o:Sass::Tree::WarnNode	:
@expro:&Sass::Script::StringInterpolation
;{ :@aftero;
;@;o;
;@;o:Sass::Script::String	;@:@value"));	i.:
@type:string:	@mido; 	;@;"color-stops;"color_stops;	i.;	i.:@beforeo;	;@;", ;	i.;;;o; 	;@;"
start;"
start;	i.;	i.;o;	;@;", linear-gradient(;	i.;;;o; 	;@;"
image;"
image;	i.;	i.;o;	;@;"UThe linear-gradient mixin is deprecated. Instead use: @include background-image(;	i.;;:@children[ ;{ ;	i.u;,[o:!Sass::Script::UnaryOperation	:@options{ :@operando:Sass::Script::Variable	;@:
@name"
start:@underscored_name"
start:
@linei9:@operator:not;i90[o:Sass::Tree::VariableNode:
@expro:Sass::Script::String	;{ :@value"top;i9:
@type:identifier:@children[ ;{ ;	"
start:@guarded0;i9o:Sass::Tree::MixinNode;[ ;
@
:@keywords{ :
@args[o:Sass::Script::Variable	;
{ :
@name"
image:@underscored_name"
image;i:o:Sass::Script::Funcall
;
@;{ ;[o;	;
@;"
start;"
start;i:o;	;
@;"color-stops;"color_stops;i:;"linear-gradient;i:;"background-image;i:;
@
;[[o;;
{ ;"color-stops;"color_stops0[o;;
@,;"
start;"
starto:Sass::Script::Bool;
@,;F;i+[o;;
@,;"
image;"
imageo;;
@,;F;i+;"linear-gradient;i+o;;[ ;
@
;[ ;0;"‚/* Because of webkit's limitations, the radial gradient mixin works best if you use
 * pixel-based color stops.
 *
 * Examples:
 *
 *     // Defaults to a centered, 100px radius gradient
 *     +radial-gradient(color-stops(#c00, #00c))
 *
 *     // 100px radius gradient in the top left corner
 *     +radial-gradient(color-stops(#c00, #00c), top left)
 *
 *     // Three colors, ending at 50px and passing thru #fff at 25px
 *     +radial-gradient(color-stops(#c00, #fff, #00c 50px))
 *
 *     // A background image on top of a 100px radius gradient; requires an image
 *     // with an alpha-layer.
 *     +radial-gradient(color_stops(#c00, #fff), top left, image-url("noise.png")))
 *
 * Browsers Supported:
 *
 * - Chrome
 * - Safari
 * - Firefox 3.6
 * - Opera
 *
 * @deprecated Use the radial-gradient() function in conjunction with a
 *             property mixin like `background-image`. */;i=;i o;;T;[u;³[o:Sass::Script::Variable	:@options{ :
@name"
image:@underscored_name"
image:
@lineiYu:Sass::Tree::IfNodeæ[00[u:Sass::Tree::IfNodeÆ[o:Sass::Script::Variable	:@options{ :
@name"center-position:@underscored_name"center_position:
@linei`u:Sass::Tree::IfNode’[00[o:Sass::Tree::WarnNode	:
@expro:&Sass::Script::StringInterpolation
:@options{ :@aftero:Sass::Script::String	;@	:@value")):
@lineic:
@type:string:	@mido:Sass::Script::Variable	;@	:
@name"color-stops:@underscored_name"color_stops;ic;ic:@beforeo;
	;@	;"eThe radial-gradient mixin is deprecated. Instead use: @include background-image(radial-gradient(;ic;;:@children[ ;{ ;ic[o:Sass::Tree::WarnNode	:
@expro:&Sass::Script::StringInterpolation
;{ :@aftero;
;@;o:Sass::Script::String	;@:@value"));	ia:
@type:string:	@mido; 	;@;"color-stops;"color_stops;	ia;	ia:@beforeo;	;@;", ;	ia;;;o; 	;@;"center-position;"center_position;	ia;	ia;o;	;@;"eThe radial-gradient mixin is deprecated. Instead use: @include background-image(radial-gradient(;	ia;;:@children[ ;{ ;	ia[u;
R[o:Sass::Script::Variable	:@options{ :
@name"center-position:@underscored_name"center_position:
@lineiZu:Sass::Tree::IfNodeØ[00[o:Sass::Tree::WarnNode	:
@expro:&Sass::Script::StringInterpolation
:@options{ :@aftero;
;@	;	o:Sass::Script::String	;@	:@value")):
@linei]:
@type:string:	@mido:Sass::Script::Variable	;@	:
@name"color-stops:@underscored_name"color_stops;i];i]:@beforeo;
	;@	;", radial-gradient(;i];;;o;	;@	;"
image;"
image;i];i];o;
	;@	;"UThe radial-gradient mixin is deprecated. Instead use: @include background-image(;i];;:@children[ ;{ ;i][o:Sass::Tree::WarnNode	:
@expro:&Sass::Script::StringInterpolation
;{ :@aftero;
;@;o;
;@;o:Sass::Script::String	;@:@value"));	i[:
@type:string:	@mido; 	;@;"color-stops;"color_stops;	i[;	i[:@beforeo;	;@;", ;	i[;;;o; 	;@;"center-position;"center_position;	i[;	i[;o;	;@;", radial-gradient(;	i[;;;o; 	;@;"
image;"
image;	i[;	i[;o;	;@;"UThe radial-gradient mixin is deprecated. Instead use: @include background-image(;	i[;;:@children[ ;{ ;	i[u;œ[o:!Sass::Script::UnaryOperation	:@options{ :@operando:Sass::Script::Variable	;@:
@name"center-position:@underscored_name"center_position:
@lineif:@operator:not;if0[o:Sass::Tree::VariableNode:
@expro:Sass::Script::List	;{ :@separator:
space:@value[o:Sass::Script::String	;@;"center;if:
@type:identifiero;	;@;"center;if;;;if:@children[ ;{ ;	"center-position:@guarded0;ifo;;[ ;
@
;{ ;[o;	;
{ ;"
image;"
image;igo;
;
@G;{ ;[o;	;
@G;"center-position;"center_position;igo;	;
@G;"color-stops;"color_stops;ig;"radial-gradient;ig;"background-image;ig;
@
;[[o;;
{ ;"color-stops;"color_stops0[o;;
@X;"center-position;"center_positiono;;
@X;F;iX[o;;
@X;"
image;"
imageo;;
@X;F;iX;"radial-gradient;iX;
@
;i;"º@import "compass/utilities/general/hacks";
@import "images";

// The linear gradient mixin works best across browsers if you use percentage-based color stops.
//
// Examples:
//
//     // This yields a linear gradient spanning from top to bottom
//     +linear-gradient(color-stops(white, black))
//
//     // This yields a linear gradient spanning from bottom to top
//     +linear-gradient(color-stops(white, black), bottom)
//
//     // This yields a linear gradient spanning from left to right
//     +linear-gradient(color-stops(white, black), left)
//
//     // This yields a linear gradient starting at white passing
//     // thru blue at 33% down and then to black
//     +linear-gradient(color-stops(white, blue 33%, black))
//
//     // This yields a linear gradient starting at white passing
//     // thru blue at 33% down and then to black at 67% until the end
//     +linear-gradient(color-stops(white, blue 33%, black 67%))
//
//     // This yields a background image on top of the gradient; requires an image
//     // with an alpha-layer.
//     +linear-gradient(color_stops(white,black), top, image-url('noise.png'))
//
// Browsers Supported:
//
// - Chrome
// - Safari
// - Firefox 3.6
// - Opera
//
// @deprecated Use the linear-gradient() function in conjunction with a
//             property mixin like `background-image`.
@mixin linear-gradient($color-stops, $start: false, $image: false) {
  @if $image {
    @if $start {
      @warn "The linear-gradient mixin is deprecated. Instead use: @include background-image(#{$image}, linear-gradient(#{$start}, #{$color-stops}))";
    } @else {
      @warn "The linear-gradient mixin is deprecated. Instead use: @include background-image(#{$image}, linear-gradient(#{$color-stops}))";
    }
  } @else {
    @if $start {
      @warn "The linear-gradient mixin is deprecated. Instead use: @include background-image(linear-gradient(#{$start}, #{$color-stops}))";
    } @else {
      @warn "The linear-gradient mixin is deprecated. Instead use: @include background-image(linear-gradient(#{$color-stops}))";
    }
  }
  @if not $start { $start: top; }
  @include background-image($image, linear-gradient($start, $color-stops));
}

// Because of webkit's limitations, the radial gradient mixin works best if you use
// pixel-based color stops.
//
// Examples:
//
//     // Defaults to a centered, 100px radius gradient
//     +radial-gradient(color-stops(#c00, #00c))
//
//     // 100px radius gradient in the top left corner
//     +radial-gradient(color-stops(#c00, #00c), top left)
//
//     // Three colors, ending at 50px and passing thru #fff at 25px
//     +radial-gradient(color-stops(#c00, #fff, #00c 50px))
//
//     // A background image on top of a 100px radius gradient; requires an image
//     // with an alpha-layer.
//     +radial-gradient(color_stops(#c00, #fff), top left, image-url("noise.png")))
//
// Browsers Supported:
//
// - Chrome
// - Safari
// - Firefox 3.6
// - Opera
//
// @deprecated Use the radial-gradient() function in conjunction with a
//             property mixin like `background-image`.
@mixin radial-gradient($color-stops, $center-position: false, $image: false) {
  @if $image {
    @if $center-position {
      @warn "The radial-gradient mixin is deprecated. Instead use: @include background-image(#{$image}, radial-gradient(#{$center-position}, #{$color-stops}))";
    } @else {
      @warn "The radial-gradient mixin is deprecated. Instead use: @include background-image(#{$image}, radial-gradient(#{$color-stops}))";
    }
  } @else {
    @if $center-position {
      @warn "The radial-gradient mixin is deprecated. Instead use: @include background-image(radial-gradient(#{$center-position}, #{$color-stops}))";
    } @else {
      @warn "The radial-gradient mixin is deprecated. Instead use: @include background-image(radial-gradient(#{$color-stops}))";
    }
  }
  @if not $center-position { $center-position: center center; }
  @include background-image($image, radial-gradient($center-position, $color-stops));
}
