/**
*  The contents of this file have been generated by XtGem.com and should
*  not be modified to ensure best compatibility with the service
*/

/* @XT_title: Common container */
.xt_touch, .preview {
  background: /*$bc*/#163863/*e*/;
  margin: 0;
  padding: 5px;
  color: /*$tc*/#333333/*e*/;
  font-family: "Tahoma", "Verdana";
}

/* @XT_title: Logo wrapper */
.xt_header .logo {
  margin: 10px auto;
}

/* @XT_title: Navigation */
.xt_navigation {
  background: /*$c1*/#F3F3F3/*e*/;
  border: solid 1px /*$c9*/#B3B3B3/*e*/;
}
/* @XT_title: Navigation link wrapper */
.xt_navigation span {
  display: block;
}
/* @XT_title: Navigation link */
.xt_navigation span a {
  display: block;
  font-size: 12px;
  color: /*$tc*/#333333/*e*/;
  text-decoration: none;
  line-height: 20px;
  margin: 2px;
}
/* @XT_title: Navigation active link */
.xt_navigation span.active a {
  height: 20px;
  background: /*$c12*/#676767/*e*/;
  margin-top: 1px;
  padding: 0 2px;
  color: /*$c1*/#F3F3F3/*e*/;
  text-decoration: none;
}

/* @XT_title: Containers */
.xt_container, .xt_blog, .xt_list, .xt_footer {
  background: /*$cc*/#e6e6e6/*e*/ url("http://xtgem.com/template_images/SolidSteel/steel_texture.png");
  border: none;
  padding: 3px;
  margin: 5px 0 0 0;
  color: /*$tc*/#333333/*e*/;
  font-size: 11px;
  line-height: 14px;
}
/* @XT_title: Container links */
.xt_container a, .xt_blog a, .xt_list a, .xt_footer a {
  color: /*$c3*/#2967B6/*e*/;
  text-decoration: underline;
}

/* @XT_title: Image */
.xt_image {
  border: solid 1px /*$tc*/#333333/*e*/;
  display: inline;
  margin: 3px;
  max-width: 100%;
}

/* @XT_title: Heading and title text */
.xt_heading, .xt_blog_title {
  font-size: 16px;
  color: /*$bc*/#163863/*e*/;
}

h1.xt_heading {
  font-size: 16px;
}

h2.xt_heading {
  font-size: 15px;
}

h3.xt_heading {
  font-size: 14px;
}

h4.xt_heading {
  font-size: 13px;
}

h5.xt_heading {
  font-size: 12px;
}

h6.xt_heading {
  font-size: 11px;
}

/* @XT_title: Large text */
.xt_text.large {
  font-size: 12px;
}

/* @XT_title: Normal text */
.xt_text.normal {
  font-size: 11px;
}

/* @XT_title: Small text */
.xt_text.small {
  font-size: 10px;
}

/* @XT_title: Subtitle text */
.xt_blog_subtitle, .xt_blog_comments_title {
  font-size: 12px;
  font-weight: bold;
  color: /*$c4*/#666666/*e*/;
}

/* @XT_title: Comments wrapper */
.xt_blog_comments {
  margin-top: 10px;
  background: /*$c6*/#DEDEDE/*e*/;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  border: solid 1px /*$c8*/#CDCDCD/*e*/;
  padding: 5px;
}
/* @XT_title: Comment box label */
.xt_blog_comments .xt_blog_comment_author, .xt_blog_comments .xt_blog_comment_date, .xt_blog_comments .xt_blog_comment_content {
  font-size: 11px;
}
/* @XT_title: Comment box date label */
.xt_blog_comments .xt_blog_comment_date {
  color: /*$c5*/#808080/*e*/;
}
/* @XT_title: Comment box author label */
.xt_blog_comments .xt_blog_comment_author {
  color: /*$c2*/#245BA2/*e*/;
}

/* @XT_title: Comment box title */
.xt_blog_comments_title {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

/* @XT_title: Write a comment title */
.xt_blog_write_a_comment_title {
  font-weight: bold;
}

/* @XT_title: Button */
.xt_button, a.xt_button {
  display: inline-block;
  background: /*$c13*/#343434/*e*/;
  height: 20px;
  padding: 0 3px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: /*$c1*/#F3F3F3/*e*/;
  text-decoration: none;
  border: solid 1px /*$c11*/#808080/*e*/;
}

/* @XT_title: Active button */
.xt_button:active, a.xt_button:active {
  background: /*$c7*/#D9D9D9/*e*/;
}

/* @XT_title: Input and text box */
.xt_input input, .xt_textarea textarea {
  padding: 1px;
  line-height: 12px;
}

/* @XT_title: Label */
.xt_label label {
  color: /*$c4*/#666666/*e*/;
  font-style: italic;
  font-size: 11px;
  margin: 5px 0 0 4px;
}

/* @XT_title: Pagination item text */
.xt_pagination span span {
  display: inline;
  line-height: 20px;
  font-size: 11px;
  color: /*$c1*/#F3F3F3/*e*/;
  background: /*$c13*/#343434/*e*/;
  text-decoration: none;
  text-align: center;
  padding: 2px;
  text-decoration: underline;
  margin-bottom: 3px;
}
/* @XT_title: Pagination clicked item wrapper */
.xt_pagination span:active, .xt_pagination span span:active {
  background: none;
}
/* @XT_title: Pagination active item wrapper */
.xt_pagination span.selected span {
  background: /*$c1*/#F3F3F3/*e*/;
  text-decoration: none;
  color: /*$tc*/#333333/*e*/;
}
/* @XT_title: Pagination inactive item wrapper */
.xt_pagination span.inactive span {
  background: none;
  color: /*$c5*/#808080/*e*/;
  text-decoration: none;
}

/* @XT_title: List link */
.xt_list a {
  text-decoration: none;
}
/* @XT_title: List heading */
.xt_list .xt_heading {
  font-size: 12px;
  font-weight: bold;
}
/* @XT_title: List text */
.xt_list span span {
  margin-right: 2px;
}
/* @XT_title: List blog comments counter */
.xt_list .xt_blog_comments_number {
  color: /*$c5*/#808080/*e*/;
}

/* @XT_title: Touch wrapper */
.xt_touch {
  padding: 10px;
}

/* @XT_title: Touch header */
.xt_touch .xt_header {
  text-align: center;
}
/* @XT_title: Touch header logo */
.xt_touch .xt_header .logo {
  margin: 20px auto;
}
/* @XT_title: Touch navigation */
.xt_touch .xt_navigation {
  min-height: 28px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$c1*/#F3F3F3/*e*/), color-stop(100%, /*$c10*/#9A9A9A/*e*/));
  background-image: -webkit-linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c10*/#9A9A9A/*e*/);
  background-image: -moz-linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c10*/#9A9A9A/*e*/);
  background-image: -o-linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c10*/#9A9A9A/*e*/);
  background-image: -ms-linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c10*/#9A9A9A/*e*/);
  background-image: linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c10*/#9A9A9A/*e*/);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: /*$c15*/#112C4E/*e*/ 0px 0px 10px;
  -webkit-box-shadow: /*$c15*/#112C4E/*e*/ 0px 0px 10px;
  -o-box-shadow: /*$c15*/#112C4E/*e*/ 0px 0px 10px;
  box-shadow: /*$c15*/#112C4E/*e*/ 0px 0px 10px;
  text-align: center;
}
/* @XT_title: Touch navigation item wrapper */
.xt_touch .xt_navigation span {
  display: inline-block;
}
/* @XT_title: Touch navigation link */
.xt_touch .xt_navigation span a {
  display: inline-block;
  text-shadow: /*$cc*/#e6e6e6/*e*/ 1px 1px 0;
  line-height: 27px;
  margin: 0 5px;
}
/* @XT_title: Touch navigation active link */
.xt_touch .xt_navigation span.active a {
  height: 27px;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px / 3px;
  -o-border-radius: 3px / 3px;
  -ms-border-radius: 3px / 3px;
  -khtml-border-radius: 3px / 3px;
  border-radius: 3px / 3px;
  -moz-box-shadow: /*$tc*/#333333/*e*/ 0px 0px 10px inset;
  -webkit-box-shadow: /*$tc*/#333333/*e*/ 0px 0px 10px inset;
  -o-box-shadow: /*$tc*/#333333/*e*/ 0px 0px 10px inset;
  box-shadow: /*$tc*/#333333/*e*/ 0px 0px 10px inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$c14*/#000000/*e*/), color-stop(100%, /*$c12*/#676767/*e*/));
  background-image: -webkit-linear-gradient(/*$c14*/#000000/*e*/, /*$c12*/#676767/*e*/);
  background-image: -moz-linear-gradient(/*$c14*/#000000/*e*/, /*$c12*/#676767/*e*/);
  background-image: -o-linear-gradient(/*$c14*/#000000/*e*/, /*$c12*/#676767/*e*/);
  background-image: -ms-linear-gradient(/*$c14*/#000000/*e*/, /*$c12*/#676767/*e*/);
  background-image: linear-gradient(/*$c14*/#000000/*e*/, /*$c12*/#676767/*e*/);
  text-shadow: /*$c13*/#343434/*e*/ 1px 1px 0;
  padding: 0 5px;
  margin-top: 1px;
}
/* @XT_title: Touch containers */
.xt_touch .xt_container, .xt_touch .xt_blog, .xt_touch .xt_list, .xt_touch .xt_footer {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: /*$c15*/#112C4E/*e*/ 0px 0px 10px;
  -webkit-box-shadow: /*$c15*/#112C4E/*e*/ 0px 0px 10px;
  -o-box-shadow: /*$c15*/#112C4E/*e*/ 0px 0px 10px;
  box-shadow: /*$c15*/#112C4E/*e*/ 0px 0px 10px;
  padding: 10px;
  margin: 15px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}
/* @XT_title: Touch image */
.xt_touch .xt_image {
  margin: 10px;
}
/* @XT_title: Touch shadow */
.xt_touch .shadow {
  -moz-box-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
  -webkit-box-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
  -o-box-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
  box-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
}
/* @XT_title: Touch heading and title */
.xt_touch .xt_heading, .xt_touch .xt_blog_title {
  font-family: 'Fugaz One', cursive;
  font-size: 22px;
  text-shadow: /*$c1*/#F3F3F3/*e*/ 1px 1px 0;
}
/* @XT_title: Touch H1 heading */
.xt_touch h1.xt_heading {
  font-size: 22px;
}
/* @XT_title: Touch H2 heading */
.xt_touch h2.xt_heading {
  font-size: 20px;
}
/* @XT_title: Touch H3 heading */
.xt_touch h3.xt_heading {
  font-size: 18px;
}
/* @XT_title: Touch H4 heading */
.xt_touch h4.xt_heading {
  font-size: 16px;
}
/* @XT_title: Touch H5 heading */
.xt_touch h5.xt_heading {
  font-size: 14px;
}
/* @XT_title: Touch H6 heading */
.xt_touch h6.xt_heading {
  font-size: 12px;
}
/* @XT_title: Touch large text */
.xt_touch .xt_text.large {
  font-size: 14px;
}
/* @XT_title: Touch normal text */
.xt_touch .xt_text.normal {
  font-size: 12px;
}
/* @XT_title: Touch small text */
.xt_touch .xt_text.small {
  font-size: 11px;
}
/* @XT_title: Touch blog title */
.xt_touch .xt_blog_subtitle, .xt_touch .xt_blog_comments_title {
  font-family: 'Fugaz One', cursive;
  font-size: 16px;
  text-shadow: /*$c1*/#F3F3F3/*e*/ 1px 1px 0;
}
/* @XT_title: Touch blog comments box */
.xt_touch .xt_blog_comments {
  margin-top: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* @XT_title: Touch blog comments */
.xt_touch .xt_blog_comments .xt_blog_comment {
  text-shadow: none;
}
/* @XT_title: Touch blog comments title */
.xt_touch .xt_blog_comments_title {
  font-size: 14px;
  margin-bottom: 10px;
}
/* @XT_title: Touch button */
.xt_touch .xt_button, .xt_touch a.xt_button {
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$c12*/#676767/*e*/), color-stop(100%, /*$c13*/#343434/*e*/));
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -webkit-linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -moz-linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -o-linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -ms-linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  height: 25px;
  padding: 0 10px 0 18px;
  line-height: 25px;
  text-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
/* @XT_title: Touch active button */
.xt_touch .xt_button:active, .xt_touch a.xt_button:active {
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$c13*/#343434/*e*/), color-stop(100%, /*$c12*/#676767/*e*/));
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -webkit-linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -moz-linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -o-linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, -ms-linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
  background: url("http://xtgem.com/template_images/SolidSteel/button_dots.png") 4px 4px no-repeat, linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
}
/* @XT_title: Touch input and text box */
.xt_touch .xt_input input, .xt_touch .xt_textarea textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: /*$c11*/#808080/*e*/ 0px 0px 3px inset;
  -webkit-box-shadow: /*$c11*/#808080/*e*/ 0px 0px 3px inset;
  -o-box-shadow: /*$c11*/#808080/*e*/ 0px 0px 3px inset;
  box-shadow: /*$c11*/#808080/*e*/ 0px 0px 3px inset;
  border: solid 1px /*$c1*/#F3F3F3/*e*/;
  padding: 3px;
  line-height: 18px;
  color: /*$c5*/#808080/*e*/;
  font-family: Tahoma;
  min-width: 150px;
  margin-bottom: 5px;
}
/* @XT_title: Touch image */
.xt_touch .xt_gallery img {
  border: solid 1px /*$tc*/#333333/*e*/;
  display: inline;
  margin: 3px;
  -moz-box-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
  -webkit-box-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
  -o-box-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
  box-shadow: /*$c13*/#343434/*e*/ 0px 0px 3px;
}
/* @XT_title: Touch pagination item text */
.xt_touch .xt_pagination span span {
  display: inline-block;
  height: 25px;
  width: 30px;
  line-height: 25px;
  font-family: 'Fugaz One', cursive;
  font-size: 12px;
  border: solid 1px /*$c1*/#F3F3F3/*e*/;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$c12*/#676767/*e*/), color-stop(100%, /*$c13*/#343434/*e*/));
  background-image: -webkit-linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  background-image: -moz-linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  background-image: -o-linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  background-image: -ms-linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  background-image: linear-gradient(/*$c12*/#676767/*e*/, /*$c13*/#343434/*e*/);
  text-decoration: none;
}
/* @XT_title: Touch pagination clicked item */
.xt_touch .xt_pagination span:active, .xt_touch .xt_pagination span span:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$c13*/#343434/*e*/), color-stop(100%, /*$c12*/#676767/*e*/));
  background-image: -webkit-linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
  background-image: -moz-linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
  background-image: -o-linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
  background-image: -ms-linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
  background-image: linear-gradient(/*$c13*/#343434/*e*/, /*$c12*/#676767/*e*/);
}
/* @XT_title: Touch pagination selected item */
.xt_touch .xt_pagination span.selected span {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, /*$c1*/#F3F3F3/*e*/), color-stop(100%, /*$c1*/#F3F3F3/*e*/));
  background-image: -webkit-linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c1*/#F3F3F3/*e*/);
  background-image: -moz-linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c1*/#F3F3F3/*e*/);
  background-image: -o-linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c1*/#F3F3F3/*e*/);
  background-image: -ms-linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c1*/#F3F3F3/*e*/);
  background-image: linear-gradient(/*$c1*/#F3F3F3/*e*/, /*$c1*/#F3F3F3/*e*/);
}
/* @XT_title: Touch list heading */
.xt_touch .xt_list .xt_heading {
  font-size: 14px;
}
/* @XT_title: Touch list text block */
.xt_touch .xt_list span span {
  margin-right: 5px;
}

/*
    {{base}}
        Main background color:
        $bc:#163863;
        
        Content color:
        $cc:#e6e6e6;
        
        Main text color:
        $tc:#333333;
    {{/end}}
     
    {{mix}}
      $c1:lighten $cc 5
      $c2:lighten $bc 15
      $c3:lighten $bc 20
      $c4:lighten $tc 20
      $c5:lighten $tc 30
      $c6:darken $cc 3
      $c7:darken $cc 5
      $c8:darken $cc 10
      $c9:darken $cc 20
      $c10:darken $cc 30
      $c11:darken $cc 40
      $c12:darken $cc 50
      $c13:darken $cc 70
      $c14:darken $cc 90
      $c15:darken $bc 5
    {{/end}}
*/
