/*
Theme Name: Impacto
Theme URI: http://simplethemes.com/wordpress-themes/theme/impacto/
Description: Custom Theme by <a href="http://www.simplethemes.com/">SimpleThemes</a>.
Version: 5.2
Author: SimpleThemes LLC
Author URI: http://www.simplethemes.com/
*/
/* @group Global Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.pad td {
  padding: 10px;
}

code, pre, p.smalldesc {
  display: block;
  width: auto;
  font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
  margin: 15px 0;
  padding: 10px 5px;
  overflow: auto;
  overflow-Y: hidden;
}

p code {
  display: inline;
  margin: 0;
  padding: .25em 0;
}

body {
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
}

/* @end */
/* @group Header */
#header.text {
  padding: 15px 0px;
}

/* Header Title */
#header h1#site-title,
#header div#site-title,
#header div#site-title a,
#header h1#site-title a {
  margin: 0;
  padding: 0;
  line-height: 95%;
  text-decoration: none;
}

#header div#site-title a,
#header h1#site-title a {
  display: inline-block;
}

/* Header Tagline */
#header span.site-desc {
  margin: 0;
  padding: 0;
  line-height: 95%;
  letter-spacing: -1px;
}

@media only screen and (max-width: 959px) {
  #header.text #site-title a {
    font-size: .7em;
  }

  #header.text .site-desc {
    font-size: 1.25em;
  }
}
/* Image Header */
#header #site-title.graphic a {
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
}

#header span.site-desc.graphic {
  display: none;
}

/* Header Extras Widget */
#header .header_extras {
  position: absolute;
  float: right;
  top: 8px;
  right: 20px;
  text-align: right;
}

#header .header_extras h3 {
  font-size: 1.25em;
  line-height: 125%;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}

/* Header Extras Menu */
#header .header_extras .menu,
#header .header_extras .menu li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

#header .header_extras .menu li {
  font-size: .70em;
  line-height: 150%;
  padding: 0px 6px;
}

#header .header_extras .menu li a {
  display: block;
}

#header .header_extras .menu li.menu-item-first {
  padding-left: 0;
}

#header .header_extras .menu li.menu-item-last {
  padding-right: 0;
  border: none;
}

@media only screen and (max-width: 767px) {
  #header .header_extras {
    position: relative;
    float: none;
    width: 100%;
    display: inline-table;
    text-align: center;
    margin-bottom: 15px;
  }

  #header .header_extras .menu,
  #header .header_extras .menu li {
    float: none;
    text-align: center;
    display: inline-block;
    padding: 0px 4px;
    border: none;
  }
}
/* @end */
/* @group Main Menu */
/* @group Navigation Bar */
/* Hide the responsive select menu by default */
ul#nav select {
  display: none;
}

#menu ul li {
  background-image: none;
}

#menu ul li a {
  background-image: none;
  text-decoration: none;
  display: block;
}

#menu ul.sub-menu,
#menu ul.sub-menu li,
#menu ul.sub-menu li:hover {
  border: none;
  background: none;
  white-space: normal;
}

/* Nav Sublevel Links */
#menu ul.sub-menu li a {
  line-height: 125%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: static;
}

/* Nav Sublevel Hover */
#menu ul.sub-menu li a:hover {
  border-bottom: none;
}

#shownav, body.select-menu #shownav {
  display: none;
}

/* Responsive Dropdown Toggle */
@media only screen and (max-width: 767px) {
  body.dropdown-menu #menu {
    display: none;
  }

  #shownav {
    display: block;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: color 0.5s linear,background-color 0.5s linear,border-color 0.5s linear;
    -moz-transition: color 0.5s linear,background-color 0.5s linear,border-color 0.5s linear;
    -o-transition: color 0.5s linear,background-color 0.5s linear,border-color 0.5s linear;
    transition: color 0.5s linear, background-color 0.5s linear, border-color 0.5s linear;
  }

  #shownav.active {
    background-color: #191f21;
    background-position: center -2px;
  }
}
@media screen and (min-width: 767px) {
  body.dropdown-menu #menu {
    display: block !important;
  }
}
html.ie7 #menu ul.sub-menu {
  margin-left: -15px;
}

#wrap #menu .columns {
  width: 100%;
  margin: 0 !important;
}

/* Mobile Menu- Dropdown Style */
@media only screen and (max-width: 767px) {
  #menu {
    padding: 0 0 20px 0 !important;
    margin: 0 0 0 0 !important;
    height: auto;
  }

  #wrap #menu li a {
    line-height: 2.5;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 200;
    display: block;
  }

  #wrap #menu ul ul.sub-menu {
    margin-bottom: 0;
  }

  #wrap #menu ul ul.sub-menu li a {
    line-height: 1.25;
    padding: 4px 0px;
  }

  #wrap #menu li {
    width: 94%;
  }

  /* displays Select Menu in place of navbar when enabled */
  body.select-menu #menu ul#nav li {
    display: none;
  }

  body.select-menu #menu .columns {
    background: none;
  }

  body.select-menu ul#nav select,
  body.select-menu #menu .columns,
  body.select-menu #menu {
    display: inline-block;
    background: none;
    float: left;
    width: 100%;
    font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  }

  body.select-menu ul#nav select {
    background: #fff;
  }
}
/* @end */
/* @end */
/* @group Structural Customization */
#content {
  padding-top: 24px;
}

#sidebar {
  padding-top: 30px;
}

/* @end */
/* @group Typography */
.leader {
  padding-top: 0;
  margin-top: 0;
  line-height: 1em;
}

.entry-title {
  margin-bottom: 10px;
  line-height: 100%;
  letter-spacing: -1px;
}

.italic {
  font-style: italic;
  font-weight: normal;
}

.normal {
  font-weight: normal;
}

.bolder {
  font-weight: bolder;
  letter-spacing: -1px;
}

.lighter {
  font-weight: normal;
  font-weight: 300;
  font-weight: 200;
  font-weight: 100;
}

#wrap .noborder {
  border: none;
}

#wrap .bordered, #wrap .bdr {
  border: 1px solid #ddd;
}

#wrap img.bordered, #wrap img.bdr {
  background-color: #fff;
  padding: 4px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
  color: #333;
  font-size: 1.15em;
  line-height: 140%;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 10px 10px 15px;
  border-left-width: 4px;
  border-left-style: solid;
  border-color: #bfc0bb;
}

blockquote.left {
  float: left;
  width: 200px;
  margin: 10px 20px 20px 0px;
}

blockquote.right {
  float: right;
  width: 200px;
  margin: 10px 0px 20px 20px;
  border-left: none;
  border-right-width: 4px;
  border-right-style: solid;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  clear: both;
  margin: 10px 0 30px;
  padding-bottom: 1px;
  height: 1px;
  border: none;
}

body.light div.clearfade {
  height: 48px;
  background: white url(images/fadeline-light.png) no-repeat center top;
  clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  hr {
    padding-bottom: 0px;
  }
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* #Lists
================================================== */
ul, ol {
  margin: 10px 0px 20px 28px;
}

ol {
  list-style: decimal;
}

ol, #wrap ul.square, #wrap ul.circle, #wrap ul.disc {
  margin-left: 30px;
}

#wrap ul.square {
  list-style: square outside;
}

#wrap ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li, ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

.container.main li p {
  line-height: 21px;
}

.smallcaption {
  font-size: 1.25em;
  color: #999;
  margin: 5px 0px;
}

ul.captionlist, ul.captionlist li ul {
  margin: 0;
  padding: 0;
}

ul.captionlist li li {
  margin: 0;
  line-height: 1.5em;
}

ul.captionlist li {
  list-style: none;
  line-height: 16px;
  padding: 2px 0px 2px 0px;
  list-style-position: outside;
  font-size: 1em;
  font-weight: bold;
  background-image: none;
}

ul.captionlist li li, dt {
  padding: 0;
  color: #747474;
  font-weight: normal;
  font-size: .9em;
}

ul.check li {
  list-style: none;
  line-height: 16px;
  padding: 2px 0px 2px 20px;
  background: url(./images/icons/check.png) no-repeat left 0.19em;
  list-style-position: outside;
  font-size: 1em;
}

ul.check li li, dl {
  background: none;
  padding: 0px 0px 0px 0px;
}

ul.check a {
  text-decoration: underline;
  padding: 1px;
}

ul.check a:hover {
  text-decoration: none;
  padding: 1px;
}

/* # Image Alignment Classes
============================================================== */
.alignright {
  float: right;
  margin: 0px 0px 10px 15px;
}

.alignleft {
  float: left;
  margin: 0px 15px 10px 0px;
}

.aligncenter {
  text-align: center !important;
}

.center,
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.text-left, .text_left, .textleft {
  text-align: left !important;
}

.text-right, .text_right, .textright {
  text-align: right !important;
}

.text-center, .text_center, .textcenter {
  text-align: center !important;
}

#wrap .nopad {
  padding: 0 !important;
  margin: 0 !important;
}

#wrap .remove-top,
#wrap .remove_top,
#wrap .removetop {
  margin-top: 0px !important;
  padding-top: 0px !important;
  line-height: 100% !important;
}

#wrap .remove-bottom,
#wrap .remove_bottom,
#wrap .removebottom {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  line-height: 100% !important;
}

#wrap .bottom10 {
  margin-bottom: 10px;
}

#wrap .bottom20,
#wrap .add_bottom,
#wrap .add-bottom,
#wrap .addbottom {
  margin-bottom: 20px;
}

#wrap .top10 {
  margin-top: 10px;
}

#wrap .top20,
#wrap .add_top,
#wrap .add-top,
#wrap .addtop {
  margin-top: 20px;
}

#wrap .equal {
  line-height: 100% !important;
}

#wrap .noright, #wrap .remove-right, #wrap .remove_right {
  margin-right: 0 !important;
}

#wrap .noleft, #wrap .remove-left, #wrap .remove_left {
  margin-left: 0 !important;
}

/* Latest Posts Shortcode */
.st_relatedposts ul {
  color: #666;
  list-style: square;
  margin-left: 20px;
}

/* Apply CSS class of "guest" to menu items hidden from logged-in users */
body.logged-in li.guest,
body.logged-in li.guest {
  display: none;
}

/* #Images
================================================== */
#content img, img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

html.ie img.scale-with-grid {
  width: auto;
}

/* #Forms (see formalize.css) */
label, legend {
  font-size: 13px;
}

input[type="checkbox"] {
  display: inline;
}

/* Rounded Corners */
.rnd {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.show-on {
  visibility: hidden;
  display: none;
}

.show-on.desktop {
  visibility: visible;
  display: block;
}

/* Shades of Grey */
.dim {
  color: white !important;
}

.dark {
  color: black !important;
}

.dim10 {
  color: #e6e6e6 !important;
}

.bgdim10 {
  background-color: #e6e6e6 !important;
}

.dim20 {
  color: #cccccc !important;
}

.bgdim20 {
  background-color: #cccccc !important;
}

.dim30 {
  color: #b3b3b3 !important;
}

.bgdim30 {
  background-color: #b3b3b3 !important;
}

.dim40 {
  color: #999999 !important;
}

.bgdim40 {
  background-color: #999999 !important;
}

.dim50 {
  color: gray !important;
}

.bgdim50 {
  background-color: gray !important;
}

.dim60 {
  color: #666666 !important;
}

.bgdim60 {
  background-color: #666666 !important;
}

.dim70 {
  color: #4d4d4d !important;
}

.bgdim70 {
  background-color: #4d4d4d !important;
}

.dim80 {
  color: #333333 !important;
}

.bgdim80 {
  background-color: #333333 !important;
}

.dim90 {
  color: #1a1a1a !important;
}

.bgdim90 {
  background-color: #1a1a1a !important;
}

/* @end */
/* @group Tables */
table {
  margin: .5em 0 1em;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  text-align: left;
  padding: .4em .8em;
  font-weight: bold;
}

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}

.table td {
  padding: .4em .8em;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

/* @end */
/* @group Breadcrumbs */
#breadcrumbs {
  position: relative;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 0px 10px;
  font-family: Sans Serif, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  behavior: url("../css/PIE.htc");
  position: relative;
}

p#breadcrumbs a, p#breadcrumbs strong {
  padding: 0px 5px 0px 5px;
}

/* @end */
/* @group Comments */
#respond {
  margin: 0px;
  float: left;
  border-top: 1px solid #e0e0d4;
  padding-top: 10px;
  width: 100%;
}

#respond label {
  display: block;
}

#respond input[type=text] {
  width: 300px;
  margin-right: 20px;
}

#respond textarea {
  width: 550px;
  height: 120px;
  padding: 10px;
}

#comments {
  float: left;
  margin: 0;
}

#comments {
  border: 0;
  width: 100%;
}

body.dark #comments {
  background: url(images/dark/divider.png) repeat-x right top;
}

#comments h2, #respond h2 {
  font-size: 1.5em;
  display: block;
  border-bottom: 1px solid #e0e0d4;
  font-weight: bold;
}

#respond h2 {
  border-bottom: none;
}

#comments h6 {
  font-family: "Times New Roman", Times, serif;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 10px 0px;
  font-weight: normal;
  font-style: normal;
}

#comments .comment-meta {
  margin: 0px 0px 20px 0px;
  display: block;
}

#comments .commentlist {
  margin: 0px;
  float: left;
  list-style: none;
  width: 100%;
}

#comments .commentlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

#comments .commentlist li {
  margin: 0;
  padding: 0;
  display: block;
}

#comments .commentlist li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li .comment-meta {
  width: 445px;
}

#comments .commentlist li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li .comment-meta {
  width: 420px;
}

#comments .commentlist li li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li li .comment-meta {
  width: 395px;
}

#comments .commentlist li li li li li {
  margin: 0 0 20px 25px;
}

#comments .commentlist li li li li li .comment-meta {
  width: 370px;
}

#comments .single-comment {
  margin-bottom: 20px;
}

#comments .comment-author {
  float: left;
  margin: 0px 10px 6px 0px;
  display: inline;
  width: 50px;
}

#comments .comment-author cite {
  clear: both;
  font-weight: bold;
}

#comments .vcard {
  float: left;
  clear: both;
  display: block;
  width: 100px;
  min-height: 100px;
  padding: 20px 0;
}

#comments .vcard img.avatar {
  border: 1px solid #deddd7;
  padding: 2px;
  background: #fff;
}

#comments .vcard {
  background: url(images/light/comment_author_bg.png) no-repeat top right;
}

#comments body.dark .vcard {
  background: url(images/dark/comment_author_bg.png) no-repeat top right;
}

/* @end */
/* @group Misc WP Styles */
/* Layout Style 4 - loop-style4 */
.minigallery .one_fourth.last .inner {
  border-right: none;
}

.minigallery .wp-post-image {
  border: none;
  background-color: transparent;
}

.minigallery h5 {
  margin: 20px 0px 0px 0px;
  text-align: center;
}

/* Blog Style 1 */
#blog-s1 span.post_written,
#blog-s1 span.post_categories,
#blog-s1 span.post_tags {
  background: none;
  line-height: 21px;
  padding: 0px;
}

#blog-s1 .entry-title {
  font-size: 1.9em;
  margin-bottom: 0;
}

#blog-s1 .small {
  margin-bottom: 5px;
  padding-bottom: 0;
}

p.postmetadata {
  margin-bottom: 10px;
  padding: 2px 0px;
  clear: both;
  font-size: 11px;
  color: #888;
  letter-spacing: normal;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

span.post-comments {
  display: block;
  width: 100px;
  float: right;
  position: relative;
  top: -2em;
}

span.post-comments a {
  float: right;
  font-size: 11px;
  padding: 4px 0px 4px 18px;
  background: url(./images/icons/comment.png) no-repeat left center;
  white-space: nowrap;
}

span.post-comments span {
  display: none;
  background-image: none;
}

a.post-edit-link {
  float: right;
  padding: 2px 8px 0px 24px;
  line-height: 24px;
  font-size: 12px;
  background: url(./images/icons/page_edit.png) no-repeat 4px center;
  text-decoration: none;
}

.small {
  font-size: 11px;
  line-height: 145%;
  color: #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cat-links,
.comments-link,
.meta-sep,
.entry-utility {
  font-size: 11px;
  color: #666;
}

.post {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.post.single {
  border-bottom: none;
}

/* WP Captions */
.wp-caption {
  text-align: center;
  padding: 5px;
  margin: 10px auto;
}

.wp-caption {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 1px 1px 0 white;
  -webkit-box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  -moz-box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  padding: 0px;
  margin-top: 21px;
  behavior: url("../css/PIE.htc");
  position: relative;
}

.wp-caption img {
  margin: 5px 0 0 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 125%;
  padding: 4px 0 8px 0;
  margin: 0;
  color: #333;
  text-shadow: #fff 1px 1px 0;
}

.wp-caption.alignleft {
  margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
  margin: 0px 0px 10px 10px;
}

/* Post Meta */
span.post_written {
  background: url(./images/icons/date_written.png) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

span.post_categories {
  background: url(./images/icons/category.gif) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

span.post_tags {
  background: url(./images/icons/post_tags.png) no-repeat left center;
  line-height: 21px;
  padding: 2px 0px 2px 20px;
}

/* WP Calendar Widget */
#wp-calendar {
  font-family: arial,helvetica,sans-serif;
  width: 100%;
  font-size: .85em;
}

#wp-calendar td {
  padding: 4px 0;
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #ededed;
  text-shadow: #fff 1px 1px 0;
  color: #7c7c7c;
}

#wp-calendar td.pad {
  background-color: #e5e5e5;
}

#wp-calendar td#today {
  color: #fff;
  background-color: #6e6e6e;
  text-shadow: 1px 1px 0px #333;
}

#wp-calendar caption {
  font-weight: bold;
}

#wp-calendar th {
  font-style: normal;
  background: #dddddd url(images/gradient_small_trans.png) repeat-x 0 top;
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;
  text-shadow: #ebebeb 0 1px 0;
}

/* WP RSS Widget */
.widget_rss a.rsswidget {
  color: #000;
}

.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}

.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* WP Galleries */
.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0 1em 1em 0;
  text-align: center;
  list-style: none;
  padding: 8px 0 0 0;
}

.gallery .gallery-item img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.gallery .gallery-item img:hover {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

html.ie .gallery .gallery-item img,
html.ie .gallery .gallery-item img.thumbnail {
  width: auto;
}

.gallery-caption {
  color: #666;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

.wp-caption img.size-thumbnail {
  padding: 0;
  margin: 0;
  background: none;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 48%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 30%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 23%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 45%;
  }

  .gallery.gallery-columns-3 .gallery-item {
    width: 27%;
  }

  .gallery.gallery-columns-4 .gallery-item {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 45%;
  }

  .gallery.gallery-columns-3 .gallery-item {
    width: 27%;
  }

  .gallery.gallery-columns-4 .gallery-item {
    width: 20%;
  }
}
@media only screen and (max-width: 959px) {
  .gallery .gallery-item img {
    border: 0px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .gallery .gallery-item img:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* Attachment Page */
p.attachment {
  text-align: center;
  padding: 20px;
}

body.attachment .entry-meta, body.attachment .entry-meta a {
  font-size: 11px;
  color: #666;
}

#nav-below {
  width: 100%;
}

#nav-below .nav-previous a {
  float: left;
}

#nav-below .nav-next a {
  float: right;
}

.entry-caption {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* Tag Styles */
p.tags {
  font: bold 13px/26px sans-serif;
}

p.tags span.st_tag {
  padding: 0px 0px 0px 20px;
  margin: 0;
  background: url(./images/light/tag_bg_l.png) no-repeat left center;
  display: inline-block;
}

p.tags span.st_tag a {
  text-decoration: none;
  text-shadow: #f4f4f4 1px 1px 1px;
  padding: 0px 10px 0px 2px;
  background: url(./images/light/tag_bg_r.png) no-repeat right center;
  display: inline-block;
}

p.tags span.st_tag a:hover {
  color: #333;
}

/* Author Page */
#author-info {
  padding: 15px;
  margin: 1em auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#author-avatar {
  float: left;
  margin: 0px 15px 15px 0px;
}

#author-info .author-about {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 2px 92px;
  padding: 0 0 4px 0;
}

#author-info .author-about span.author-url {
  font-weight: normal;
  font-size: 12px;
}

#author-info #author-description {
  font-size: 12px;
}

/* @end */
/* @group Footer */
/* @group Footer */
#footer {
  padding: 0px 0 10px 0;
}

#footer #credits {
  font-size: 11px;
  line-height: 24px;
  text-align: center;
  color: #898982;
}

a.themeauthor {
  display: block;
  width: 75px;
  height: 12px;
  margin: 0px auto;
  float: right;
  text-decoration: none;
  text-indent: -9999em;
  background: url(images/icons/stlogo.png) no-repeat right center;
}

/* Footer Menu */
#footermenu {
  margin: 10px auto;
  text-align: center;
  position: relative;
  clear: both;
  text-shadow: none;
}

#footermenu ul {
  display: inline-block;
}

#footermenu ul, #footermenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footermenu li {
  float: left;
}

#footermenu li a {
  margin: 0px 10px;
}

#footermenu li.menu-item-last span {
  display: none;
}

/* @end */
/* @end */
/* @group Callouts */
/* CTA [callout] shortcode */
.st-callout {
  background: url(./images/underlay.png) repeat-x 0 0 #efefef;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 4px #e6e6e6;
  -moz-box-shadow: 0px 0px 4px #e6e6e6;
  box-shadow: 0px 0px 4px #e6e6e6;
  margin-bottom: 20px;
  behavior: url("../css/PIE.htc");
  position: relative;
}

.st-callout .button.center a.button {
  float: none !important;
}

.st-callout.right {
  float: right;
  right: 0;
  display: inline-block;
}

.st-callout.left {
  float: left;
  left: 0;
  display: inline-block;
}

.st-callout.center {
  float: none;
  clear: both;
  text-align: left;
  margin: 0 auto 20px auto;
}

.st-callout .inside {
  padding: 20px;
}

.st-callout.hastitle .inside {
  padding: 0px 20px 20px 20px;
}

.st-callout h4.st-callout-title {
  background: url(./images/boxtitle.png) repeat-x 0 0px #efefef;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  text-shadow: 0 1px 1px #edeeed;
  margin: 0px 0px 10px 0px;
  padding: 12px 0px 15px 20px;
  width: 100%;
  font-size: 1.25em;
  line-height: 21px;
  color: #434343;
  behavior: url("../css/PIE.htc");
  position: relative;
}

.st-callout h4.st-callout-title.center {
  text-align: center;
  text-indent: -40px !important;
}

.st-callout a {
  text-shadow: none !important;
  text-decoration: underline;
  color: inherit;
}

.st-callout a:hover {
  text-decoration: none;
}

.st-callout.white {
  background-color: white;
  border-color: #f2f2f2;
  text-shadow: 0 -1px 0 #fff;
  color: #555;
}

.st-callout.white h4.st-callout-title {
  background-image: none !important;
  background-color: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  text-shadow: 1px -1px 0px #fff;
  color: #333333;
}

.st-callout.black {
  background: url(./images/underlay.png) repeat-x 0 0 #111111;
  border-color: #222;
  text-shadow: 0 -1px 0 #000;
  color: #ccc;
}

.st-callout.black h4.st-callout-title {
  background-color: #111;
  text-shadow: 0 1px 1px #000;
  color: #fff;
}

.st-callout.pink {
  background: url(./images/underlay.png) repeat-x 0 0 #bc006e;
  border-color: #970058;
  text-shadow: 0 -1px 0 #901151;
  color: #fff;
}

.st-callout.pink h4.st-callout-title {
  background-color: #bc006e;
  text-shadow: 0 1px 1px #000;
  color: #f2d4e3;
}

.st-callout.pink a {
  color: #f798cc;
}

.st-callout.red {
  background: url(./images/underlay.png) repeat-x 0 0 #c70000;
  border-color: #af1800;
  text-shadow: 0 -1px 0 #8d0000;
  color: #fff;
}

.st-callout.red h4.st-callout-title {
  background-color: #c70000;
  text-shadow: 0 1px 1px #ac0000;
  color: #fff;
}

.st-callout.red a {
  color: #ffffff;
}

.st-callout.orange {
  background: url(./images/underlay.png) repeat-x 0 0 #d96300;
  border-color: #d86200;
  text-shadow: 0 -1px 0 #bd5500;
  color: #fff;
}

.st-callout.orange h4.st-callout-title {
  background-color: #d96300;
  text-shadow: 0 1px 1px #a84a00;
  color: #fff;
}

.st-callout.orange a {
  color: #ffffff;
}

.st-callout.lightblue {
  background: url(./images/underlay.png) repeat-x 0 0 #6bc6fe;
  border-color: #52bdff;
  text-shadow: 0 1px 0 #75d1ff;
  color: #22516a;
}

.st-callout.lightblue h4.st-callout-title {
  background-color: #6bc6fe;
  text-shadow: 0 1px 1px #0075bd;
  color: #ffffff;
}

.st-callout.lightblue a {
  color: #005286;
}

.st-callout.blue {
  background: url(./images/underlay.png) repeat-x 0 0 #0698e0;
  border-color: #0389ca;
  text-shadow: 0 -1px 0 #0073ac;
  color: #ffffff;
}

.st-callout.blue h4.st-callout-title {
  background-color: #0698e0;
  text-shadow: 0 1px 1px #0597df;
  color: #ffffff;
}

.st-callout.blue a {
  color: #0458c3;
}

.st-callout.darkblue {
  background: url(./images/underlay.png) repeat-x 0 0 #005589;
  border-color: #00578d;
  text-shadow: 0 -1px 0 #004e75;
  color: #ffffff;
}

.st-callout.darkblue h4.st-callout-title {
  background-color: #005589;
  text-shadow: 0 1px 1px #005589;
  color: #ffffff;
}

.st-callout.darkblue a {
  color: #22b3fb;
}

.st-callout.green {
  background: url(./images/underlay.png) repeat-x 0 0 #78a401;
  border-color: #78a401;
  text-shadow: 0 -1px 0 #618600;
  color: #ffffff;
}

.st-callout.green h4.st-callout-title {
  background-color: #78a401;
  text-shadow: 0 1px 1px #618600;
  color: #ffffff;
}

.st-callout.green a {
  color: #f1fece;
}

.st-callout div.button a,
.st-callout div.button a:active {
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
}

/* Inset/Outset */
/* Callouts */
.inset {
  background-color: #f0f0f0;
  -webkit-box-shadow: inset 1px 1px 10px #d6d6d6;
  -moz-box-shadow: inset 1px 1px 10px #d6d6d6;
  box-shadow: inset 1px 1px 10px #d6d6d6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 1px 1px 0 #fcfcfc;
  padding: 20px;
  margin-top: 21px;
  behavior: url("../css/PIE.htc");
  position: relative;
}

.cta, .outset {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 1px 1px 0 white;
  -webkit-box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  -moz-box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 #fcfcfc;
  padding: 20px;
  margin-top: 21px;
  behavior: url("../css/PIE.htc");
  position: relative;
}

.cta p {
  margin: 0;
  padding: 0;
}

.outset a, .inset a {
  text-shadow: none;
}

.cta h3 {
  font-size: 1.25em;
  line-height: 100%;
  margin-top: 0;
  text-shadow: #fff 1px -1px 0;
}

/* @end */
/* @group Notifications */
/* Essentials */
.note.right {
  float: right;
  right: 0;
  display: inline-block;
}

.note.left {
  float: left;
  left: 0;
  display: inline-block;
}

.note.center {
  float: none;
  clear: both;
}

div.note a {
  text-decoration: underline;
}

div.note a:hover {
  text-decoration: none;
}

div.note {
  text-align: left;
  padding: 10px;
  border: 2px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0px 15px 0px;
  font-family: Sans Serif, Arial, Helvetica, Geneva, sans-serif;
  behavior: url("../css/PIE.htc");
  position: relative;
}

/* Alert */
.note.alert {
  color: #fff;
  border-color: #b00707;
  text-shadow: 1px 1px 0px #b00707;
  background: #ba0808;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dc0909), color-stop(100%, #ba0808));
  background: -webkit-linear-gradient(top, #dc0909 0%, #ba0808 100%);
  background: -o-linear-gradient(top, #dc0909 0%, #ba0808 100%);
  background: -ms-linear-gradient(top, #dc0909 0%, #ba0808 100%);
  background: -moz-linear-gradient(top, #dc0909 0%, #ba0808 100%);
  background: linear-gradient(top bottom, #dc0909 0%, #ba0808 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #dc0909, #ba0808);
  behavior: url("../css/PIE.htc");
  position: relative;
}

.note.alert .note-inner {
  background: url(./images/icons/alert.png) no-repeat 10px 50%;
  padding-left: 48px;
}

.note.alert a {
  color: #fff !important;
  text-shadow: none;
}

/* Info */
.note.info {
  color: #002e6c;
  border-color: #c7d9f2;
  text-shadow: 1px 1px 0px #dbeaff;
  background: #aed0ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2e5ff), color-stop(100%, #aed0ff));
  background: -webkit-linear-gradient(top, #d2e5ff 0%, #aed0ff 100%);
  background: -o-linear-gradient(top, #d2e5ff 0%, #aed0ff 100%);
  background: -ms-linear-gradient(top, #d2e5ff 0%, #aed0ff 100%);
  background: -moz-linear-gradient(top, #d2e5ff 0%, #aed0ff 100%);
  background: linear-gradient(top bottom, #d2e5ff 0%, #aed0ff 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #d2e5ff, #aed0ff);
  behavior: url("../css/PIE.htc");
  position: relative;
}

.note.info .note-inner {
  background: url(./images/icons/info.png) no-repeat 10px 50%;
  padding-left: 48px;
}

.note.info a {
  color: #0059d2 !important;
  text-shadow: none;
}

/* Warning */
.note.warn {
  color: black;
  border-color: #e5c14f;
  text-shadow: 1px 1px 0px #ffdf79;
  background: #ffce34;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd758), color-stop(100%, #ffce34));
  background: -webkit-linear-gradient(top, #ffd758 0%, #ffce34 100%);
  background: -o-linear-gradient(top, #ffd758 0%, #ffce34 100%);
  background: -ms-linear-gradient(top, #ffd758 0%, #ffce34 100%);
  background: -moz-linear-gradient(top, #ffd758 0%, #ffce34 100%);
  background: linear-gradient(top bottom, #ffd758 0%, #ffce34 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #ffd758, #ffce34);
  behavior: url("../css/PIE.htc");
  position: relative;
}

.note.warn .note-inner {
  background: url(./images/icons/warning.png) no-repeat 10px 50%;
  padding-left: 48px;
}

.note.warn a {
  color: #584300 !important;
  text-shadow: none;
}

/* Accept */
.note.accept, .note.download, .note.success {
  color: black;
  border-color: #a1c771;
  text-shadow: 1px 1px 0px #c2e497;
  background: #a2d762;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3de7e), color-stop(100%, #a2d762));
  background: -webkit-linear-gradient(top, #b3de7e 0%, #a2d762 100%);
  background: -o-linear-gradient(top, #b3de7e 0%, #a2d762 100%);
  background: -ms-linear-gradient(top, #b3de7e 0%, #a2d762 100%);
  background: -moz-linear-gradient(top, #b3de7e 0%, #a2d762 100%);
  background: linear-gradient(top bottom, #b3de7e 0%, #a2d762 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #b3de7e, #a2d762);
  behavior: url("../css/PIE.htc");
  position: relative;
}

.note.accept .note-inner,
.note.success .note-inner,
.note.download .note-inner {
  background: url(./images/icons/accept.png) no-repeat 10px 50%;
  padding-left: 48px;
}

.note.download .note-inner {
  background: url(./images/icons/file_download.png) no-repeat 10px 50%;
}

.note.accept a,
.note.success a,
.note.download a {
  color: #314a13 !important;
  text-shadow: none;
}

/* Idea */
.note.idea {
  color: #4f4d02;
  border-color: #fcf887;
  text-shadow: 1px 1px 0px #fdfbc7;
  background: #fdfbb9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefddc), color-stop(100%, #fdfbb9));
  background: -webkit-linear-gradient(top, #fefddc 0%, #fdfbb9 100%);
  background: -o-linear-gradient(top, #fefddc 0%, #fdfbb9 100%);
  background: -ms-linear-gradient(top, #fefddc 0%, #fdfbb9 100%);
  background: -moz-linear-gradient(top, #fefddc 0%, #fdfbb9 100%);
  background: linear-gradient(top bottom, #fefddc 0%, #fdfbb9 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #fefddc, #fdfbb9);
  behavior: url("../css/PIE.htc");
  position: relative;
}

.note.idea .note-inner {
  background: url(./images/icons/lightbulb.png) no-repeat 10px 50%;
  padding-left: 48px;
}

.note.idea a {
  color: #4f4d02 !important;
  text-shadow: none;
}

/* @end */
/* @group Buttons */
/* @group Theme Style Button Default  */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #333333 !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
  text-shadow: 0 1px 0px white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 white;
  background: #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, white 0%, #d9d9d9 100%);
  background: -o-linear-gradient(top, white 0%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, white 0%, #d9d9d9 100%);
  background: -moz-linear-gradient(top, white 0%, #d9d9d9 100%);
  background: linear-gradient(top bottom, #ffffff 0%, #d9d9d9 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #ffffff, #d9d9d9);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
  font-family: Sans-Serif;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  border: 1px solid #d9d9d9;
  background: #bfbfbf;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #bfbfbf));
  background: -webkit-linear-gradient(top, white 0%, #bfbfbf 100%);
  background: -o-linear-gradient(top, white 0%, #bfbfbf 100%);
  background: -ms-linear-gradient(top, white 0%, #bfbfbf 100%);
  background: -moz-linear-gradient(top, white 0%, #bfbfbf 100%);
  background: linear-gradient(top bottom, #ffffff 0%, #bfbfbf 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #ffffff, #bfbfbf);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  cursor: pointer;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #bababa, inset 0 0 0 0 #bababa, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #bababa, inset 0 0 0 0 #bababa, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #bababa, inset 0 0 0 0 #bababa, 0 1px 1px 0 #eeeeee;
  border: 1px solid #a8a8a8;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
}

/* @end */
div.button-alt,
div.button,
div.button.small,
div.button.large,
div.button.medium {
  background-image: none;
  margin: .5em 1em;
  padding: 0;
  display: inline-block;
  font-stretch: narrower;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  font-family: Sans-Serif;
}

div.button {
  font-size: 14px;
}

div.button.left {
  float: left;
}

div.button.right {
  float: right;
}

div.button.center,
div.button.middle {
  margin: 10px auto;
  text-align: center;
  display: inherit;
  float: none !important;
}

.button.mini a {
  padding: 3px 6px !important;
  font-size: .75em;
  line-height: 1em;
}

.button.small a {
  padding: .5em 1em !important;
  font-size: .85em !important;
  line-height: .85em !important;
}

.button.small {
  border-bottom: none !important;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button a,
.button.medium a {
  padding: .5em 1em !important;
  font-size: 1em !important;
  line-height: 1em !important;
  margin-bottom: 0 !important;
}

.button.large a {
  padding: .5em 1.5em !important;
  font-size: 1.2em !important;
  line-height: 1.2em !important;
  font-weight: bold !important;
}

.button.huge a {
  padding: .5em 1.55em !important;
  font-size: 1.5em !important;
  line-height: 1.5em !important;
  font-weight: bold !important;
}

.button a:hover {
  text-decoration: none !important;
}

a.button.mini span.btn_caption,
a.button.small span.btn_caption,
a.button.medium span.btn_caption,
a.button.large span.btn_caption,
a.button.huge span.btn_caption,
a.button span.btn_caption {
  font-weight: normal !important;
  font-size: .85em !important;
  line-height: 1em !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block;
}

/* @group White  */
a.button.white {
  color: #111111 !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  text-shadow: 0 1px 0px white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 white;
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient(top bottom, #ffffff 0%, #f2f2f2 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #ffffff, #f2f2f2);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.white:hover {
  border: 1px solid #f2f2f2;
  background: #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, white 0%, #d9d9d9 100%);
  background: -o-linear-gradient(top, white 0%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, white 0%, #d9d9d9 100%);
  background: -moz-linear-gradient(top, white 0%, #d9d9d9 100%);
  background: linear-gradient(top bottom, #ffffff 0%, #d9d9d9 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #ffffff, #d9d9d9);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -moz-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}
a.button.white:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #d4d4d4, inset 0 0 0 0 #d4d4d4, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #d4d4d4, inset 0 0 0 0 #d4d4d4, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #d4d4d4, inset 0 0 0 0 #d4d4d4, 0 1px 1px 0 #eeeeee;
  border: 1px solid #c2c2c2;
}

a.button.white span.btn_caption {
  color: gray !important;
  text-shadow: 0 1px 0 white;
}

/* @end */
/* @group Gray  */
a.button.gray {
  color: #333333 !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  text-shadow: 0 1px 0px #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 whitesmoke, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 whitesmoke, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 whitesmoke, 0 1px 1px 0 white;
  background: #cccccc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #cccccc 100%);
  background: linear-gradient(top bottom, #f2f2f2 0%, #cccccc 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #f2f2f2, #cccccc);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.gray:hover {
  border: 1px solid #cccccc;
  background: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #b3b3b3));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #b3b3b3 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #b3b3b3 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #b3b3b3 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #b3b3b3 100%);
  background: linear-gradient(top bottom, #f2f2f2 0%, #b3b3b3 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #f2f2f2, #b3b3b3);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #e6e6e6;
  -moz-box-shadow: inset 0 1px 0 0 #e6e6e6;
  box-shadow: inset 0 1px 0 0 #e6e6e6;
  cursor: pointer;
}
a.button.gray:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #adadad, inset 0 0 0 0 #adadad, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #adadad, inset 0 0 0 0 #adadad, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #adadad, inset 0 0 0 0 #adadad, 0 1px 1px 0 #eeeeee;
  border: 1px solid #9c9c9c;
}

a.button.gray span.btn_caption {
  color: gray !important;
  text-shadow: 0 1px 0 white;
}

/* @end */
/* @group Black  */
a.button.black {
  color: #f4f4f4 !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #222222;
  text-shadow: 0 1px 0px #1e1e1e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 #464646, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #464646, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #464646, 0 1px 1px 0 white;
  background: #242424;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #242424));
  background: -webkit-linear-gradient(top, #303030 0%, #242424 100%);
  background: -o-linear-gradient(top, #303030 0%, #242424 100%);
  background: -ms-linear-gradient(top, #303030 0%, #242424 100%);
  background: -moz-linear-gradient(top, #303030 0%, #242424 100%);
  background: linear-gradient(top bottom, #303030 0%, #242424 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #303030, #242424);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.black:hover {
  border: 1px solid #1a1a1a;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, black));
  background: -webkit-linear-gradient(top, #404040 0%, black 100%);
  background: -o-linear-gradient(top, #404040 0%, black 100%);
  background: -ms-linear-gradient(top, #404040 0%, black 100%);
  background: -moz-linear-gradient(top, #404040 0%, black 100%);
  background: linear-gradient(top bottom, #404040 0%, #000000 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #404040, #000000);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #333333;
  -moz-box-shadow: inset 0 1px 0 0 #333333;
  box-shadow: inset 0 1px 0 0 #333333;
  cursor: pointer;
}
a.button.black:active {
  -webkit-box-shadow: inset 0 2px 6px 0 black, inset 0 0 0 0 black, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 black, inset 0 0 0 0 black, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 black, inset 0 0 0 0 black, 0 1px 1px 0 #eeeeee;
  border: 1px solid black;
}

a.button.black span.btn_caption {
  color: gray !important;
  text-shadow: 0 1px 0 #000;
}

/* @end */
/* @group Blue  */
a.button.blue {
  color: white !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #1b60aa;
  text-shadow: 0 1px 0px #185597;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 #4081c6, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #4081c6, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #4081c6, 0 1px 1px 0 white;
  background: #1d65b3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a72c0), color-stop(100%, #1d65b3));
  background: -webkit-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -o-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -ms-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -moz-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: linear-gradient(top bottom, #2a72c0 0%, #1d65b3 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #2a72c0, #1d65b3);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.blue:hover {
  border: 1px solid #175eab;
  background: #156bc6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #156bc6), color-stop(100%, #156bc6));
  background: -webkit-linear-gradient(top, #156bc6 0%, #156bc6 100%);
  background: -o-linear-gradient(top, #156bc6 0%, #156bc6 100%);
  background: -ms-linear-gradient(top, #156bc6 0%, #156bc6 100%);
  background: -moz-linear-gradient(top, #156bc6 0%, #156bc6 100%);
  background: linear-gradient(top bottom, #156bc6 0%, #156bc6 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #156bc6, #156bc6);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #2878cc;
  -moz-box-shadow: inset 0 1px 0 0 #2878cc;
  box-shadow: inset 0 1px 0 0 #2878cc;
  cursor: pointer;
}
a.button.blue:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
  border: 1px solid #0e4886;
}

a.button.blue span.btn_caption {
  color: #acd3f1 !important;
  text-shadow: 0 1px 0 #3B639B;
}

/* @end */
/* @group Green  */
a.button.green {
  color: white !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #4e8123;
  text-shadow: 0 1px 0px #45731f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 #70a047, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #70a047, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #70a047, 0 1px 1px 0 white;
  background: #528825;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f9531), color-stop(100%, #528825));
  background: -webkit-linear-gradient(top, #5f9531 0%, #528825 100%);
  background: -o-linear-gradient(top, #5f9531 0%, #528825 100%);
  background: -ms-linear-gradient(top, #5f9531 0%, #528825 100%);
  background: -moz-linear-gradient(top, #5f9531 0%, #528825 100%);
  background: linear-gradient(top bottom, #5f9531 0%, #528825 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #5f9531, #528825);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.green:hover {
  border: 1px solid #4a811d;
  background: #559c1c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #559c1c), color-stop(100%, #559c1c));
  background: -webkit-linear-gradient(top, #559c1c 0%, #559c1c 100%);
  background: -o-linear-gradient(top, #559c1c 0%, #559c1c 100%);
  background: -ms-linear-gradient(top, #559c1c 0%, #559c1c 100%);
  background: -moz-linear-gradient(top, #559c1c 0%, #559c1c 100%);
  background: linear-gradient(top bottom, #559c1c 0%, #559c1c 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #559c1c, #559c1c);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #63a031;
  -moz-box-shadow: inset 0 1px 0 0 #63a031;
  box-shadow: inset 0 1px 0 0 #63a031;
  cursor: pointer;
}
a.button.green:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #2d4f11, inset 0 0 0 0 #2d4f11, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #2d4f11, inset 0 0 0 0 #2d4f11, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #2d4f11, inset 0 0 0 0 #2d4f11, 0 1px 1px 0 #eeeeee;
  border: 1px solid #345d13;
}

a.button.green span.btn_caption {
  color: #c9e9af !important;
  text-shadow: 0 1px 0 #264012;
}

/* @end */
/* @group Magenta  */
a.button.magenta {
  color: white !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ba147a;
  text-shadow: 0 1px 0px #a5126c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 #d63999, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #d63999, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #d63999, 0 1px 1px 0 white;
  background: #c41581;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1228d), color-stop(100%, #c41581));
  background: -webkit-linear-gradient(top, #d1228d 0%, #c41581 100%);
  background: -o-linear-gradient(top, #d1228d 0%, #c41581 100%);
  background: -ms-linear-gradient(top, #d1228d 0%, #c41581 100%);
  background: -moz-linear-gradient(top, #d1228d 0%, #c41581 100%);
  background: linear-gradient(top bottom, #d1228d 0%, #c41581 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #d1228d, #c41581);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.magenta:hover {
  border: 1px solid #bb117a;
  background: #d5108a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5108a), color-stop(100%, #d5108a));
  background: -webkit-linear-gradient(top, #d5108a 0%, #d5108a 100%);
  background: -o-linear-gradient(top, #d5108a 0%, #d5108a 100%);
  background: -ms-linear-gradient(top, #d5108a 0%, #d5108a 100%);
  background: -moz-linear-gradient(top, #d5108a 0%, #d5108a 100%);
  background: linear-gradient(top bottom, #d5108a 0%, #d5108a 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #d5108a, #d5108a);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #de2196;
  -moz-box-shadow: inset 0 1px 0 0 #de2196;
  box-shadow: inset 0 1px 0 0 #de2196;
  cursor: pointer;
}
a.button.magenta:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #860956, inset 0 0 0 0 #860956, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #860956, inset 0 0 0 0 #860956, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #860956, inset 0 0 0 0 #860956, 0 1px 1px 0 #eeeeee;
  border: 1px solid #95095f;
}

a.button.magenta span.btn_caption {
  color: #ffb3e2 !important;
  text-shadow: 0 1px 0 #80004f;
}

/* @end */
/* @group Teal  */
a.button.teal {
  color: white !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #4eb67e;
  text-shadow: 0 1px 0px #45a270;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 #70d29e, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #70d29e, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #70d29e, 0 1px 1px 0 white;
  background: #52c085;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fcd92), color-stop(100%, #52c085));
  background: -webkit-linear-gradient(top, #5fcd92 0%, #52c085 100%);
  background: -o-linear-gradient(top, #5fcd92 0%, #52c085 100%);
  background: -ms-linear-gradient(top, #5fcd92 0%, #52c085 100%);
  background: -moz-linear-gradient(top, #5fcd92 0%, #52c085 100%);
  background: linear-gradient(top bottom, #5fcd92 0%, #52c085 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #5fcd92, #52c085);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.teal:hover {
  border: 1px solid #3bce80;
  background: #48db8c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48db8c), color-stop(100%, #48db8c));
  background: -webkit-linear-gradient(top, #48db8c 0%, #48db8c 100%);
  background: -o-linear-gradient(top, #48db8c 0%, #48db8c 100%);
  background: -ms-linear-gradient(top, #48db8c 0%, #48db8c 100%);
  background: -moz-linear-gradient(top, #48db8c 0%, #48db8c 100%);
  background: linear-gradient(top bottom, #48db8c 0%, #48db8c 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #48db8c, #48db8c);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #6ece9b;
  -moz-box-shadow: inset 0 1px 0 0 #6ece9b;
  box-shadow: inset 0 1px 0 0 #6ece9b;
  cursor: pointer;
}
a.button.teal:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #29a362, inset 0 0 0 0 #29a362, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #29a362, inset 0 0 0 0 #29a362, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #29a362, inset 0 0 0 0 #29a362, 0 1px 1px 0 #eeeeee;
  border: 1px solid #2ab269;
}

a.button.teal span.btn_caption {
  color: #206942 !important;
  text-shadow: 0 1px 0 #7ed7a8;
}

/* @end */
/* @group Red  */
a.button.red,
a.button.lightred,
a.button.error {
  color: white !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bd1212;
  text-shadow: 0 1px 0px #a81010;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 #d83737, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #d83737, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #d83737, 0 1px 1px 0 white;
  background: #c71313;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d41f1f), color-stop(100%, #c71313));
  background: -webkit-linear-gradient(top, #d41f1f 0%, #c71313 100%);
  background: -o-linear-gradient(top, #d41f1f 0%, #c71313 100%);
  background: -ms-linear-gradient(top, #d41f1f 0%, #c71313 100%);
  background: -moz-linear-gradient(top, #d41f1f 0%, #c71313 100%);
  background: linear-gradient(top bottom, #d41f1f 0%, #c71313 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #d41f1f, #c71313);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.red:hover,
a.button.lightred:hover,
a.button.error:hover {
  border: 1px solid #bd0f0f;
  background: #d80e0e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d80e0e), color-stop(100%, #d80e0e));
  background: -webkit-linear-gradient(top, #d80e0e 0%, #d80e0e 100%);
  background: -o-linear-gradient(top, #d80e0e 0%, #d80e0e 100%);
  background: -ms-linear-gradient(top, #d80e0e 0%, #d80e0e 100%);
  background: -moz-linear-gradient(top, #d80e0e 0%, #d80e0e 100%);
  background: linear-gradient(top bottom, #d80e0e 0%, #d80e0e 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #d80e0e, #d80e0e);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #e21d1d;
  -moz-box-shadow: inset 0 1px 0 0 #e21d1d;
  box-shadow: inset 0 1px 0 0 #e21d1d;
  cursor: pointer;
}
a.button.red:active,
a.button.lightred:active,
a.button.error:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #880707, inset 0 0 0 0 #880707, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #880707, inset 0 0 0 0 #880707, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #880707, inset 0 0 0 0 #880707, 0 1px 1px 0 #eeeeee;
  border: 1px solid #980606;
}

a.button.red span.btn_caption,
a.button.lightred span.btn_caption,
a.button.error span.btn_caption {
  color: #f2abab !important;
  text-shadow: 0 1px 0 #a30f0f;
}

/* @end */
/* @group Orange  */
a.button.orange,
a.button.yellow,
a.button.warn {
  color: white !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #df870b;
  text-shadow: 0 1px 0px #c6780a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 0 #f9a531, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #f9a531, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #f9a531, 0 1px 1px 0 white;
  background: #eb8e0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f89b19), color-stop(100%, #eb8e0c));
  background: -webkit-linear-gradient(top, #f89b19 0%, #eb8e0c 100%);
  background: -o-linear-gradient(top, #f89b19 0%, #eb8e0c 100%);
  background: -ms-linear-gradient(top, #f89b19 0%, #eb8e0c 100%);
  background: -moz-linear-gradient(top, #f89b19 0%, #eb8e0c 100%);
  background: linear-gradient(top bottom, #f89b19 0%, #eb8e0c 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #f89b19, #eb8e0c);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button.orange:hover,
a.button.yellow:hover,
a.button.warn:hover {
  border: 1px solid #e58806;
  background: #fa960a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa960a), color-stop(100%, #fa960a));
  background: -webkit-linear-gradient(top, #fa960a 0%, #fa960a 100%);
  background: -o-linear-gradient(top, #fa960a 0%, #fa960a 100%);
  background: -ms-linear-gradient(top, #fa960a 0%, #fa960a 100%);
  background: -moz-linear-gradient(top, #fa960a 0%, #fa960a 100%);
  background: linear-gradient(top bottom, #fa960a 0%, #fa960a 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #fa960a, #fa960a);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #f19f2d;
  -moz-box-shadow: inset 0 1px 0 0 #f19f2d;
  box-shadow: inset 0 1px 0 0 #f19f2d;
  cursor: pointer;
}
a.button.orange:active,
a.button.yellow:active,
a.button.warn:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #ad6500, inset 0 0 0 0 #ad6500, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #ad6500, inset 0 0 0 0 #ad6500, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #ad6500, inset 0 0 0 0 #ad6500, 0 1px 1px 0 #eeeeee;
  border: 1px solid #bd6e00;
}

a.button.orange span.btn_caption,
a.button.yellow span.btn_caption,
a.button.warn span.btn_caption {
  color: #f9deb9 !important;
  text-shadow: 0 1px 0 #995b05;
}

/* @end */
/* @end */
/* @group Pagination */
.pages {
  padding: 0px 0px 10px 0px;
  display: inline-block;
  width: 100%;
}

.pages a {
  text-decoration: none;
}

.pages span.newer,
.pages span.older {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
}

.pages span.older {
  float: left;
  background: url(./images/light/document-page-prev.png) no-repeat left center;
  padding-left: 20px;
}

.pages span.newer {
  float: right;
  background: url(./images/light/document-page-next.png) no-repeat right center;
  padding-right: 20px;
}

p.paged {
  padding: 10px 0px 10px 0px;
  margin: 0;
  font-weight: bold;
}

p.paged a, #navigation a.page,
#navigation a.nextpostslink,
#navigation a.previouspostslink {
  padding: .2em .50em;
  margin: 0px 1px;
  font-weight: normal;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

#navigation span.current {
  font-weight: bold;
  padding: 0px 4px;
  border: 0px solid #fff;
  background-color: transparent;
}

/* Numbered Pagination */
.pagination {
  clear: both;
  padding: 0px 0 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin: 0px auto;
  display: block;
  text-align: center;
}

.pagination span, .pagination a:link {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.pagination a:hover,
.pagination .current {
  padding: 6px 9px 5px 9px;
}

/* Post Pagination Links */
/* pagination container */
.post_pagination {
  margin-top: 20px;
  margin-bottom: 10px;
}

.prevpost {
  float: left;
}

.nextpost {
  float: right;
}

/* pagination links */
.prevpost a, .nextpost a {
  font-size: .95em;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.prevpost a:hover,
.nextpost a:hover {
  color: inherit;
  text-decoration: none;
  background-color: #fff;
}

/* @end */
/* @group Widgets */
.split-widgets {
  margin-top: 20px;
}

.widget-container ul {
  list-style: none;
  margin-left: 0;
}

.widget-container ul ul {
  list-style: square;
  margin-left: 1.3em;
}

.widget-container select {
  max-width: 100%;
}

.widget_search label {
  display: none;
}

.widget_search #s {
  /* This keeps the search inputs in line */
  float: left;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  -o-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px none;
  line-height: 30px;
  height: 30px;
}

.widget_search #searchsubmit {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  padding-left: 0px;
  margin-left: 0px;
  top: -2px;
}

#sidebar .widget-container {
  margin: 0px 0px 28px 0px;
  padding-top: 1px;
}

.widget-title {
  font-size: 1.5em;
}

input#searchsubmit {
  margin-bottom: 0;
}

.widget-container a:link,
.widget-container a:visited {
  text-decoration: none;
}

.widget-container a:active,
.widget-container a:hover {
  text-decoration: underline;
}

.widget-container .entry-meta {
  font-size: 11px;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}

/* Indent Sidebar Lists */
.widget-container ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}

/* Page Menus/Custom Menus */
#sidebar li.page_item,
#sidebar li.menu-item {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

#sidebar li.page_item a,
#sidebar li.menu-item a {
  display: block;
  padding: 8px 0px 8px 24px;
  line-height: 120%;
  font-weight: bold;
}

/* Page Menus/Custom Menus - Sublevels */
#sidebar li.page_item li a,
#sidebar li.menu-item li a {
  display: inline;
  padding: 0;
  margin: 0 0 0 10px;
  background: none;
  border: none;
  line-height: 175%;
  font-weight: normal;
  text-decoration: underline;
}

#sidebar li.page_item li a:hover,
#sidebar li.menu-item li a:hover {
  background: none;
}

#sidebar li.page_item a:hover,
#sidebar li.menu-item a:hover {
  text-decoration: none;
}

/* Flickr Widget */
.flickrwrap {
  margin: 0 auto;
  width: 195px;
}

.flickr {
  padding: 0 0 10px 0;
  margin: 0px auto;
}

.flickr h3 span.flickr-logo {
  padding: 0;
  margin: 0;
  color: #006BEF;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
}

.flickr h3 span span b {
  color: #ff1183;
}

.flickr ul {
  margin: 5px 0 0;
  padding: 0;
}

.flickr_badge_image {
  float: left;
  list-style: none;
  margin: 0 4px 4px 0;
}

/* WP Twitter Widget */
/* http://wordpress.org/extend/plugins/wp-twitter-sidebar-widget/ */
h3 a.twitter_title_link {
  padding-left: 30px;
  background: url(./images/icons/twitter.png) no-repeat left center;
}

#footer h3 a.twitter_title_link:hover {
  color: #fff;
}

#footer ul.twitter li, ul.twitter li {
  background-image: none;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dotted #424341;
}

/* Social Widget */
ul#stpl_social {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  background: none;
}

ul#stpl_social li {
  line-height: 24px;
  padding: 4px 0px 4px 0px;
  margin: 0px 0px 5px 0px;
  background-image: none;
}

ul#stpl_social li a {
  padding: 0px 0px 0px 28px;
  background-repeat: no-repeat;
  background-position: 5px center;
  display: block;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0;
}

ul#stpl_social li a:hover {
  color: #333;
}

/* Flickr */
ul#stpl_social li.stpl_flickr a {
  background-image: url(./images/icons/widget_flickr.png);
}

/* Google Plus */
ul#stpl_social li.stpl_gplus a {
  background-image: url(./images/icons/widget_gplus.png);
}

/* Pinterest */
ul#stpl_social li.stpl_pinterest a {
  background-image: url(./images/icons/widget_pinterest.png);
}

/* Facebook */
ul#stpl_social li.stpl_facebook a {
  background-image: url(./images/icons/widget_facebook.png);
}

/* Twitter */
ul#stpl_social li.stpl_twitter a {
  background-image: url(./images/icons/widget_twitter.png);
}

/* LinkedIN */
ul#stpl_social li.stpl_linkedin a {
  background-image: url(./images/icons/widget_linkedin.png);
}

#credits {
  text-align: center;
}

.ad125 img {
  margin: 0 5px 0 0;
}

/* @end */
/* @group Tabs */
ul.tabs {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
  list-style: none;
}

ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  list-style: none;
}

ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 30px;
  padding: 0px 20px;
  line-height: 30px;
  border: solid 1px #ddd;
  border-width: 1px 0 0 1px;
  margin: 0;
  background: #f5f5f5;
  font-size: 13px;
}

ul.tabs li a.active {
  background: #fff;
  height: 34px;
  position: relative;
  top: -4px;
  padding-top: 4px;
  border-right-width: 1px;
  margin: 0 -1px 0 0;
  color: #111;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  -ms-border-radius: 2px 2px 0px 0px;
  -o-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  position: relative;
}

ul.tabs li:first-child a {
  -webkit-border-radius: 2px 0px 0px 0px;
  -moz-border-radius: 2px 0px 0px 0px;
  -ms-border-radius: 2px 0px 0px 0px;
  -o-border-radius: 2px 0px 0px 0px;
  border-radius: 2px 0px 0px 0px;
}

ul.tabs li:last-child a {
  border-width: 1px 1px 0 1px;
  -webkit-border-radius: 0px 2px 0px 0px;
  -moz-border-radius: 0px 2px 0px 0px;
  -ms-border-radius: 0px 2px 0px 0px;
  -o-border-radius: 0px 2px 0px 0px;
  border-radius: 0px 2px 0px 0px;
}

ul.tabs-content {
  margin: 0 16px 0 16px;
  display: block;
}

ul.tabs-content > li {
  display: none;
  list-style: none;
}

ul.tabs-content > li.active {
  display: block;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

ul.tabs:after {
  clear: both;
}

ul.tabs {
  zoom: 1;
}

/* @end */
/* @group Toggles */
/* Up Toggle State */
p.trigger {
  display: block;
  padding: 8px 8px 8px 34px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 175%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #f4f4f4 url(images/icons/16_expand.png) no-repeat 10px center;
  border-top: 1px solid #fff;
  behavior: url("../css/PIE.htc");
  position: relative;
}

/* Hover Toggle State */
p.trigger:hover {
  background: #f0f0f0 url(images/icons/16_expand.png) no-repeat 10px center;
}

/* Active Toggle State */
p.trigger.active {
  background: #fafafa url(images/icons/16_collapse.png) no-repeat 10px center;
}

p.trigger a {
  text-decoration: none;
  font-weight: normal;
}

.toggle_container {
  padding: 10px 0 0 0;
  margin-bottom: 1px;
}

/* @end */
/* @group Content Templates */
#wrap ul.icon,
#wrap ul.icon li,
#wrap ul.left,
#wrap ul.left li,
#wrap ul.right,
#wrap ul.right li {
  list-style: none;
  line-height: 150%;
  font-size: .95em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 20px;
  margin-top: 0px;
}

#wrap ul.icon span,
#wrap ul.left span,
#wrap ul.right span {
  display: block;
  padding-left: 30px;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-weight: bold;
}

#wrap ul.icon span a,
#wrap ul.left span a,
#wrap ul.right span a {
  text-decoration: none;
}

#wrap li.info {
  background: url(./images/icons/info.png) no-repeat left 2px;
}

#wrap li.star {
  background: url(./images/icons/star.png) no-repeat left 2px;
}

#wrap li.idea {
  background: url(./images/icons/lightbulb.png) no-repeat left 2px;
}

#wrap li.yes {
  background: url(./images/icons/check.png) no-repeat left 0.19em;
}

#wrap li.no {
  background: url(./images/icons/cross.png) no-repeat left 2px;
}

#wrap li.search {
  background: url(./images/icons/search.png) no-repeat left 2px;
}

#wrap li.warn {
  background: url(./images/icons/warning.png) no-repeat left 2px;
}

#wrap li.accept {
  background: url(./images/icons/accept.png) no-repeat left 2px;
}

#wrap li.cd {
  background: url(./images/icons/cd.png) no-repeat left 2px;
}

#wrap li.coffee {
  background: url(./images/icons/coffee.png) no-repeat left 2px;
}

#wrap li.email {
  background: url(./images/icons/email.png) no-repeat left 2px;
}

#wrap li.download {
  background: url(./images/icons/file_download.png) no-repeat left 2px;
}

#wrap li.photo {
  background: url(./images/icons/photo_credit.png) no-repeat left 2px;
}

#wrap li.secure {
  background: url(./images/icons/protected.png) no-repeat left 2px;
}

#wrap li.author {
  background: url(./images/icons/readmore.png) no-repeat left 2px;
}

#wrap li.mycomment {
  background: url(./images/icons/speech_bubble_gloss.png) no-repeat left 2px;
}

#wrap li.time {
  background: url(./images/icons/time.png) no-repeat left 2px;
}

#wrap li.none,
#wrap li.none span {
  background: none;
  margin-left: 0;
  padding-left: 0;
}

ul.staff_social {
  float: left;
  width: 100%;
  padding: 5px 0px;
  margin: 0;
  border: 1px solid #eee;
  border-left: 0px none;
  border-right: 0px none;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul.staff_social li {
  margin: 0;
  padding: 0;
  float: left;
  background-image: none;
  list-style: none;
}

ul.staff_social li a {
  line-height: 24px;
  padding: 0 10px 0 24px;
  display: block;
  text-decoration: none;
}

ul.staff_social li a.facebook {
  background: url(./images/icons/widget_facebook.png) no-repeat left center;
}

ul.staff_social li a.linkedin {
  background: url(./images/icons/widget_linkedin.png) no-repeat left center;
}

ul.staff_social li a.twitter {
  background: url(./images/icons/widget_twitter.png) no-repeat left center;
}

ul.staff_social li a.email {
  background: url(./images/icons/page_edit.png) no-repeat left center;
}

/* @end */
