/**
*  The contents of this file have been generated by XtGem.com and should
*  not be modified to ensure best compatibility with the service
*/

body, html {
  margin: 0;
  padding: 0;
  background: /*$mc*/#ff66ff/*e*/;
}

/* @XT_title: Content wrapper */
.xt_touch, .preview {
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  color: /*$c1*/#6F16A4/*e*/;
  background: /*$mc*/#ff66ff/*e*/;
  overflow: auto;
}
/* @XT_title: Link */
.xt_touch a, .preview a {
  text-decoration: underline;
  color: /*$c2*/#8D1CD1/*e*/;
}

/* @XT_title: Touch wrapper */
.xt_touch {
  background: url("http://xtgem.com/template_images/ToxicMushroom/body_bg.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$c5*/#990099/*e*/), color-stop(10%, /*$mc*/#ff66ff/*e*/)) repeat-x;
  background: url("http://xtgem.com/template_images/ToxicMushroom/body_bg.png"), -webkit-linear-gradient(/*$c5*/#990099/*e*/, /*$mc*/#ff66ff/*e*/ 10%) repeat-x;
  background: url("http://xtgem.com/template_images/ToxicMushroom/body_bg.png"), -moz-linear-gradient(/*$c5*/#990099/*e*/, /*$mc*/#ff66ff/*e*/ 10%) repeat-x;
  background: url("http://xtgem.com/template_images/ToxicMushroom/body_bg.png"), -o-linear-gradient(/*$c5*/#990099/*e*/, /*$mc*/#ff66ff/*e*/ 10%) repeat-x;
  background: url("http://xtgem.com/template_images/ToxicMushroom/body_bg.png"), -ms-linear-gradient(/*$c5*/#990099/*e*/, /*$mc*/#ff66ff/*e*/ 10%) repeat-x;
  background: url("http://xtgem.com/template_images/ToxicMushroom/body_bg.png"), linear-gradient(/*$c5*/#990099/*e*/, /*$mc*/#ff66ff/*e*/ 10%) repeat-x;
}

/* @XT_title: Text */
.xt_text {
  margin: 5px;
}

/* @XT_title: Touch text */
.xt_touch .xt_text {
  line-height: 16px;
}

/* @XT_title: Large text */
.xt_text.large {
  font-size: 14px;
}

/* @XT_title: Normal text */
.xt_text.normal {
  font-size: 12px;
}

/* @XT_title: Small text */
.xt_text.small {
  font-size: 11px;
}

/* @XT_title: Image */
.xt_image {
  display: inline-block;
  border: solid 1px /*$tc*/#320a4a/*e*/;
  max-width: 100%;
}

/* @XT_title: Touch image */
.xt_touch .xt_image {
  margin: 5px;
}

/* @XT_title: Navigation */
.xt_navigation {
  margin: 5px 0;
}
/* @XT_title: Navigation link */
.xt_navigation a {
  display: inline-block;
  background: /*$cc*/#f5cafc/*e*/;
  color: /*$tc*/#320a4a/*e*/;
  font-weight: normal;
  text-decoration: none;
  padding: 2px;
  margin: 1px;
}
/* @XT_title: Navigation active link */
.xt_navigation a:hover, .xt_navigation a:active, .xt_navigation a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* @XT_title: Touch navigation */
.xt_touch .xt_navigation {
  margin: 10px 0 20px 0;
}
/* @XT_title: Touch navigation link */
.xt_touch .xt_navigation a {
  padding: 5px 8px;
  margin: 3px;
  font-size: 14px;
  font-family: "Concert One", cursive;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: /*$c10*/#CA1DCA/*e*/ 1px 1px 1px;
  -webkit-box-shadow: /*$c10*/#CA1DCA/*e*/ 1px 1px 1px;
  -o-box-shadow: /*$c10*/#CA1DCA/*e*/ 1px 1px 1px;
  box-shadow: /*$c10*/#CA1DCA/*e*/ 1px 1px 1px;
}

/* @XT_title: Heading, button and title common style */
.xt_heading, .xt_button, .xt_blog_title {
  font-weight: bold;
  display: block;
  margin: 2px 0;
  padding: 3px 7px;
  color: /*$c6*/#000000/*e*/;
  border: none;
  background: /*$cc*/#f5cafc/*e*/;
}

/* @XT_title: Touch heading, button and title common style */
.xt_touch .xt_heading, .xt_touch .xt_button, .xt_touch .xt_blog_title {
  font-weight: normal;
  margin: 20px 0 7px 0;
  font-family: "Concert One", cursive;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$cc*/#f5cafc/*e*/), color-stop(100%, /*$sc*/#fceafc/*e*/));
  background: -webkit-linear-gradient(/*$cc*/#f5cafc/*e*/, /*$sc*/#fceafc/*e*/);
  background: -moz-linear-gradient(/*$cc*/#f5cafc/*e*/, /*$sc*/#fceafc/*e*/);
  background: -o-linear-gradient(/*$cc*/#f5cafc/*e*/, /*$sc*/#fceafc/*e*/);
  background: -ms-linear-gradient(/*$cc*/#f5cafc/*e*/, /*$sc*/#fceafc/*e*/);
  background: linear-gradient(/*$cc*/#f5cafc/*e*/, /*$sc*/#fceafc/*e*/);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-box-shadow: /*$c10*/#CA1DCA/*e*/ 1px 1px 1px;
  -webkit-box-shadow: /*$c10*/#CA1DCA/*e*/ 1px 1px 1px;
  -o-box-shadow: /*$c10*/#CA1DCA/*e*/ 1px 1px 1px;
  box-shadow: /*$c10*/#CA1DCA/*e*/ 1px 1px 1px;
  text-shadow: /*$cc*/#f5cafc/*e*/ 1px 1px 0;
}

h1 {
  font-size: 14px;
}

/* @XT_title: Touch H1 heading */
.xt_touch h1 {
  font-size: 18px;
}

h2 {
  font-size: 13px;
}

/* @XT_title: Touch H2 heading */
.xt_touch h2 {
  font-size: 16px;
}

h3 {
  font-size: 12px;
}

/* @XT_title: Touch H3 heading */
.xt_touch h3 {
  font-size: 15px;
}

h4 {
  font-size: 11px;
}

/* @XT_title: Touch H4 heading */
.xt_touch h4 {
  font-size: 14px;
}

h5 {
  font-size: 10px;
}

/* @XT_title: Touch H5 heading */
.xt_touch h5 {
  font-size: 12px;
}

h6 {
  font-size: 9px;
}

/* @XT_title: Touch H6 heading */
.xt_touch h6 {
  font-size: 12px;
}

a.xt_button, input.xt_button {
  background: /*$c8*/#E964E9/*e*/;
  text-decoration: none;
  margin: 0;
  border: solid 1px /*$c8*/#E964E9/*e*/;
  color: /*$tc*/#320a4a/*e*/;
}

/* @XT_title: Touch link button */
.xt_touch a.xt_button, .xt_touch input.xt_button {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$cc*/#f5cafc/*e*/), color-stop(100%, /*$c8*/#E964E9/*e*/));
  background: -webkit-linear-gradient(/*$cc*/#f5cafc/*e*/, /*$c8*/#E964E9/*e*/);
  background: -moz-linear-gradient(/*$cc*/#f5cafc/*e*/, /*$c8*/#E964E9/*e*/);
  background: -o-linear-gradient(/*$cc*/#f5cafc/*e*/, /*$c8*/#E964E9/*e*/);
  background: -ms-linear-gradient(/*$cc*/#f5cafc/*e*/, /*$c8*/#E964E9/*e*/);
  background: linear-gradient(/*$cc*/#f5cafc/*e*/, /*$c8*/#E964E9/*e*/);
}

input.xt_button {
  margin: 2px 0;
  padding: 2px;
}

/* @XT_title: Touch input button */
.xt_touch input.xt_button {
  margin: 10px 0;
  padding: 3px 15px;
}

a.xt_button:hover, a.xt_button:active, a.xt_button.active, input.xt_button:hover, input.xt_button:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* @XT_title: Button */
.xt_button {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}

/* @XT_title: Touch button */
.xt_touch .xt_button {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
}

/* @XT_title: Blog subtitle */
.xt_blog_subtitle {
  font-size: 12px;
  font-weight: bold;
  margin: 2px 0 2px 2px;
}

/* @XT_title: Touch blog subtitle */
.xt_touch .xt_blog_subtitle {
  font-size: 16px;
  margin: 7px 0 5px 5px;
  font-family: "Concert One", cursive;
}

/* @XT_title: List and comments */
.xt_blog_comments, .xt_blog_write_a_comment, .xt_list {
  background: /*$c12*/#FFFFFF/*e*/;
  padding: 5px;
  border: solid 1px /*$c7*/#EF91EF/*e*/;
}

/* @XT_title: Touch list and comments */
.xt_touch .xt_blog_comments, .xt_touch .xt_blog_write_a_comment, .xt_touch .xt_list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
}

/* @XT_title: Comments */
.xt_blog_comments {
  margin-top: 10px;
}

/* @XT_title: Touch comments */
.xt_touch .xt_blog_comments {
  margin-top: 20px;
}

/* @XT_title: Comments title */
.xt_blog_comments_title, .xt_blog_write_a_comment_title {
  font-size: 12px;
  display: block;
  margin: 0 0 5px 0;
}

/* @XT_title: Touch comments title */
.xt_touch .xt_blog_comments_title, .xt_touch .xt_blog_write_a_comment_title {
  font-size: 14px;
  font-family: "Concert One", cursive;
@indlude opacity(0.8);
}

/* @XT_title: Comments date */
.xt_blog_comment_date, .xt_blog_comment_author {
  color: /*$c10*/#CA1DCA/*e*/;
}

/* @XT_title: Comment author label */
.xt_blog_comment_author {
  font-weight: bold;
}

/* @XT_title: Comment text */
.xt_blog_comment_content {
  color: /*$c1*/#6F16A4/*e*/;
}

/* @XT_title: Label */
.xt_label {
  margin: 3px;
}
/* @XT_title: label text */
.xt_label label {
  color: /*$c1*/#6F16A4/*e*/;
}

/* @XT_title: Touch label */
.xt_touch .xt_label {
  margin: 7px 0 3px 5px;
}

/* @XT_title: Input and text box */
.xt_input input, .xt_textarea textarea {
  color: /*$c2*/#8D1CD1/*e*/;
  padding: 1px;
  background: /*$cc*/#f5cafc/*e*/;
  border: solid 1px /*$c4*/#E369F7/*e*/;
  height: auto;
}

/* @XT_title: Touch input and text box */
.xt_touch .xt_input input, .xt_touch .xt_textarea textarea {
  padding: 3px 0;
  text-indent: 5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px 0 inset;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px 0 inset;
}

/* @XT_title: Text box */
.xt_textarea textarea {
  width: 98%;
  min-height: 50px;
}

/* @XT_title: Gallery image */
.xt_gallery img {
  border: solid 1px /*$c9*/#E337E3/*e*/;
}

/* @XT_title: Touch gallery image */
.xt_touch .xt_gallery img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

/* @XT_title: List item */
.xt_list .xt_item {
  margin: 0;
}
/* @XT_title: List heading */
.xt_list .xt_heading {
  background: none;
  display: inline;
  border: none;
  text-decoration: underline;
}
/* @XT_title: List link */
.xt_list .xt_blog_post_list a {
  text-decoration: none;
}

/* @XT_title: Touch list item */
.xt_touch .xt_list .xt_item {
  margin: 5px 0;
}
/* @XT_title: Touch list heading */
.xt_touch .xt_list .xt_heading {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* @XT_title: Pagination wrapper */
.xt_pagination {
  font-size: 14px;
  margin: 5px 0;
}
/* @XT_title: Pagination item */
.xt_pagination a, .xt_pagination span.selected span, .xt_pagination span.inactive span {
  color: /*$tc*/#320a4a/*e*/;
  display: inline-block;
  background: /*$cc*/#f5cafc/*e*/;
  text-decoration: none;
  text-align: center;
  border: solid 1px /*$c9*/#E337E3/*e*/;
}
/* @XT_title: Pagination selected item */
.xt_pagination span.selected span, .xt_pagination span.inactive span {
  background: none;
}
/* @XT_title: Pagination inactive item */
.xt_pagination span.inactive span {
  border: none;
}

/* @XT_title: Touch pagination */
.xt_touch .xt_pagination {
  font-family: "Concert One", cursive;
  margin: 10px;
}
/* @XT_title: Touch pagination selected item */
.xt_touch .xt_pagination a, .xt_touch .xt_pagination span.selected span, .xt_touch .xt_pagination span.inactive span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* @XT_title: Touch pagination active item */
.xt_touch .xt_pagination a:hover, .xt_touch .xt_pagination a:active, .xt_touch .xt_pagination a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* @XT_title: Footer */
.xt_footer {
  margin: 10px 0;
  text-align: center;
}

/*
    {{base}}
        Main background color:
        $mc:#ff66ff;

        Contrast color:
        $cc:#f5cafc;

        Shade color:
        $sc:#fceafc;

        Text color:
        $tc:#320a4a;
    {{/end}}
     
    {{mix}}
        $c1: lighten $tc 20
        $c2: lighten $tc 30
        $c3: lighten $tc 50
        $c4: darken $cc 20
        $c5: darken $mc 40
        $c6: darken $mc 70
        $c7: darken $sc 20
        $c8: darken $sc 30
        $c9: darken $sc 40
        $c10: darken $sc 50
        $c11: darken $sc 70
        $c12: lighten $cc 20
    {{/end}}
*/
