/*
Version: 5.2
Style: style2
Author: SimpleThemes LLC
Author URI: http://www.simplethemes.com/
*/
/*
Table of Contents
==================================================

(Hint: copy + ctrl/cmd +F an @group below to jump to a section)

@group Header
@group Main Menu

*/
/* @group Header */
/* Header Text */
#header div#site-title a,
#header h1#site-title a {
  text-shadow: #000 0 1px 0;
}

/* Header Tagline */
#header span.site-desc {
  text-shadow: #000 0 1px 0;
}

#header .header_extras {
  color: #d0d0d0;
  text-shadow: #141819 1px 1px 0;
}

#header .header_extras h3 {
  color: #cbcaca;
}

/* Header Extras Menu */
#header .header_extras .menu li {
  border-right: 1px solid #4d4d4d;
}

#header .header_extras .menu li a {
  color: white;
  text-decoration: none;
}

#header .header_extras .menu li a:hover {
  color: #74a103;
  text-shadow: #1a1a1a 1px -1px 0;
  text-decoration: none;
}

/* @end */
/* @group Main Menu */
/* Main Menu Background */
#menu, body.select-menu #menu .columns {
  background: #74a103;
  position: relative;
}

/* Top Level Links */
#menu ul li a {
  color: #fff;
  text-shadow: #577802 0px -1px 0px;
  font-size: 14px;
  line-height: 46px;
  font-weight: bold;
}

/* Top Level Hover Links */
#menu ul li a:hover,
#menu ul li.active:hover a,
#menu ul li:hover a {
  color: #fff;
  text-shadow: #0d0d0d 1px 1px 1px;
  background: #1a1a1a;
}

/* Top Level Active Links */
#menu ul li.active a {
  color: white;
  text-shadow: #3787d6 1px 1px 1px;
  background: #066acc;
}

/* Sublevel Link Color */
#menu ul ul.sub-menu li a,
#menu li.active:hover ul a {
  font-size: 1.1em;
  color: #fff;
  text-shadow: #000 1px 1px 0;
}

/* Sublevel Background Color */
#menu ul ul.sub-menu li a,
#menu li.active:hover ul a {
  background-color: #1a1a1a;
  background-image: none;
  font-weight: normal;
  border-bottom: 1px solid #262626;
}

/* Nav Sublevel Shadow */
#menu ul.sub-menu {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

/* Nav Sublevel Links */
#menu ul.sub-menu li a {
  padding: 10px 8px 10px 10px;
  min-width: 240px;
  border-bottom: none;
}

/* Sublevel Link Hover Color */
#menu ul ul.sub-menu li a:hover {
  color: #fff;
  text-shadow: #033769 1px 1px 0;
  background-image: none;
  background-color: #066ACC;
  border-bottom: 1px solid #066ACC;
}

/* Apply round corners to last sub-level items */
#menu ul.sub-menu,
#menu ul.sub-menu li.last,
#menu ul.sub-menu li.last a {
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

@media only screen and (max-width: 767px) {
  /* Responsive Dropdown Toggle Button */
  #shownav {
    background-color: #066acc;
    background-image: url("./images/style2/shownav.png");
    background-repeat: no-repeat;
    background-position: center -32px;
    width: 40px;
    height: 32px;
    top: -32px;
    right: 5px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
  }

  #shownav.active {
    background-color: #74a103;
    background-position: center -2px;
  }

  #wrap #menu li a {
    border-bottom: 1px solid #1a1a1a;
    text-shadow: 0px 1px 0px #1a2326 !important;
  }

  #wrap #menu ul ul.sub-menu li a {
    color: #86ba03;
  }

  #wrap #menu ul ul.sub-menu li a:hover {
    color: #fff;
  }

  #menu ul li.active a {
    color: #86ba03;
  }
}
/* @end */
/* @group Typography */
/* Links */
a, a:visited {
  text-decoration: underline;
  outline: 0;
}

a:hover, a:focus {
  text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}

/* Headings */
h1 {
  line-height: 140%;
  margin-bottom: 14px;
  letter-spacing: -1px;
}

h2 {
  line-height: 130%;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

h3 {
  line-height: 130%;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

h4 {
  line-height: 125%;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

h5 {
  line-height: 120%;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

h6 {
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 8px;
  color: inherit;
  font-weight: bold;
  letter-spacing: -1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}

p {
  margin: 10px 0 20px 0;
}

.brand {
  color: #066acc !important;
}

.brand-alt {
  color: #74a103 !important;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

/* Read More links */
a.more-link:link,
a.more-link:visited {
  font-size: 1em;
  margin: 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff !important;
  background: #066acc url(./images/icons/list-arrow.png) no-repeat 0.55em 0.75em;
  border: 1px solid #055aad;
  text-shadow: #044f99 1px 1px 0;
  padding: .3em .7em .3em 2em;
  text-decoration: none;
  float: right;
  -webkit-box-shadow: 1px 1px 0 #3787d6 inset, -1px -1px 0 #3787d6 inset;
  -moz-box-shadow: 1px 1px 0 #3787d6 inset, -1px -1px 0 #3787d6 inset;
  box-shadow: 1px 1px 0 #3787d6 inset, -1px -1px 0 #3787d6 inset;
  -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;
}

a.more-link:hover {
  color: #fff;
  background-color: #74a103;
  border: 1px solid #628802;
  text-shadow: #000 1px -1px 0;
  -webkit-box-shadow: 1px 1px 0 #8fb335 inset, -1px -1px 0 #8fb335 inset;
  -moz-box-shadow: 1px 1px 0 #8fb335 inset, -1px -1px 0 #8fb335 inset;
  box-shadow: 1px 1px 0 #8fb335 inset, -1px -1px 0 #8fb335 inset;
  text-decoration: none;
}

/* Default Button Style */
a.button {
  color: white !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #055fb7;
  text-shadow: 0 1px 0px #0454a3;
  -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 #2b80d3, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #2b80d3, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #2b80d3, 0 1px 1px 0 white;
  background: #0564c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1271ce), color-stop(100%, #0564c1));
  background: -webkit-linear-gradient(top, #1271ce 0%, #0564c1 100%);
  background: -o-linear-gradient(top, #1271ce 0%, #0564c1 100%);
  background: -ms-linear-gradient(top, #1271ce 0%, #0564c1 100%);
  background: -moz-linear-gradient(top, #1271ce 0%, #0564c1 100%);
  background: linear-gradient(top bottom, #1271ce 0%, #0564c1 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #1271ce, #0564c1);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button:hover {
  border: 1px solid #045db4;
  background: #046ace;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #046ace), color-stop(100%, #046ace));
  background: -webkit-linear-gradient(top, #046ace 0%, #046ace 100%);
  background: -o-linear-gradient(top, #046ace 0%, #046ace 100%);
  background: -ms-linear-gradient(top, #046ace 0%, #046ace 100%);
  background: -moz-linear-gradient(top, #046ace 0%, #046ace 100%);
  background: linear-gradient(top bottom, #046ace 0%, #046ace 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #046ace, #046ace);
  behavior: url("../css/PIE.htc");
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 0 #0f77dd;
  -moz-box-shadow: inset 0 1px 0 0 #0f77dd;
  box-shadow: inset 0 1px 0 0 #0f77dd;
  cursor: pointer;
}
a.button:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #003e7b, inset 0 0 0 0 #003e7b, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #003e7b, inset 0 0 0 0 #003e7b, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #003e7b, inset 0 0 0 0 #003e7b, 0 1px 1px 0 #eeeeee;
  border: 1px solid #00468b;
}

a.button span.btn_caption {
  color: #c0d9f2;
  text-shadow: 0px 1px 1px #044382;
}

/* @end */
/* @group Tables */
table th {
  border: 1px solid #cbcbcb;
  background: #dddddd url(images/gradient_small_trans.png) repeat-x 0 top;
}

table td {
  background-color: #fafafa;
  border: 1px solid #CCC;
}

table th,
table td {
  border-top: 1px solid #dddddd;
}

table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

table.striped tbody tr:nth-child(odd) td {
  background-color: #f4f4f4;
}

table.hover tbody tr:hover td {
  background-color: #fff;
}

table tbody tr.success td {
  background-color: #dff0d8;
}

table tbody tr.error td {
  background-color: #f2dede;
}

table tbody tr.warning td {
  background-color: #fcf8e3;
}

table tbody tr.info td {
  background-color: #d9edf7;
}

table.hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

table.hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

table.hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

table.hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

/* @end */
/* @group Showcase */
#showcase {
  color: #ffffff;
  text-shadow: #000000 0px 1px 0px;
  background: #000000;
  font-weight: normal;
  line-height: 1.35em;
  font-size: 1.5em;
  background: #222222;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, black 0%, #222222 100%);
  background: -o-linear-gradient(top, black 0%, #222222 100%);
  background: -ms-linear-gradient(top, black 0%, #222222 100%);
  background: -moz-linear-gradient(top, black 0%, #222222 100%);
  background: linear-gradient(top bottom, #000000 0%, #222222 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #000000, #222222);
  behavior: url("../css/PIE.htc");
  position: relative;
  behavior: url("../css/PIE.htc");
  position: relative;
}

#showcase h2, #showcase h3 {
  color: #c4c4c4;
  margin: 0 0 .25em 0;
  padding: 0;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: -1px;
}

#showcase.widget_text .inside {
  padding: 20px 0px;
}

#showcase li p,
#showcase p {
  margin-bottom: 0px;
  line-height: 1.25em;
}

#showcase p strong {
  font-weight: bold;
}

#showcase p a {
  color: #0b7ed8;
  text-shadow: none;
  text-decoration: none;
}

#showcase a:hover {
  text-decoration: underline;
}

#showcase .button a {
  color: #fff;
  text-shadow: 1px 1px 0 #033769;
  border: none;
  font-size: 16px;
  background: none #066acc;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#showcase .button a:hover {
  color: #fff;
  background: #0d84f8;
  text-shadow: 1px 1px 0 #033769;
  text-decoration: none;
}

#showcase.S1 {
  color: #333;
  font-weight: normal;
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background: linear-gradient(top bottom, #eaeaea 0%, #dddddd 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #eaeaea, #dddddd);
  behavior: url("../css/PIE.htc");
  position: relative;
  text-shadow: 1px 0px 0px #fff;
}

#showcase.S1 h2, #showcase.S1 h3 {
  color: #1a1a1a;
  text-shadow: #fff 1px 1px 0;
}

#showcase.S1 .button a {
  color: #ffffff;
  background: none #0777e5;
  text-shadow: 1px 1px 0 #044382;
}

#showcase.S1 .button a:hover {
  color: #fff;
  background: none #0d84f8;
  text-shadow: 1px 1px 0 #055db3;
}

#showcase.S2 {
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 0 0 #01101f;
  background: #05509a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #066acc), color-stop(100%, #05509a));
  background: -webkit-linear-gradient(top, #066acc 0%, #05509a 100%);
  background: -o-linear-gradient(top, #066acc 0%, #05509a 100%);
  background: -ms-linear-gradient(top, #066acc 0%, #05509a 100%);
  background: -moz-linear-gradient(top, #066acc 0%, #05509a 100%);
  background: linear-gradient(top bottom, #066acc 0%, #05509a 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #066acc, #05509a);
  behavior: url("../css/PIE.htc");
  position: relative;
}

#showcase.S2 h2, #showcase.S2 h3 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 0 0 #01101f;
}

#showcase.S2 .button a {
  color: #ffffff;
  text-shadow: 1px 1px 0 #044382;
  background: none #044382;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#showcase.S2 .button a:hover {
  color: #fff;
  background: none #055db3;
  text-shadow: 1px 1px 0 #044382;
}

#showcase.S3 {
  color: #d9d9d9;
  font-weight: normal;
  background: #666666;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #222222 0%, #666666 100%);
  background: -o-linear-gradient(top, #222222 0%, #666666 100%);
  background: -ms-linear-gradient(top, #222222 0%, #666666 100%);
  background: -moz-linear-gradient(top, #222222 0%, #666666 100%);
  background: linear-gradient(top bottom, #222222 0%, #666666 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #222222, #666666);
  behavior: url("../css/PIE.htc");
  position: relative;
  text-shadow: 1px 0px 0px #000;
}

#showcase.S3 h2, #showcase.S3 h3, #showcase.S3 strong {
  color: #fff;
  text-shadow: #000 1px 1px 0;
}

#showcase.S3 .button a {
  color: #ffffff;
  text-shadow: 1px 1px 0 #595959;
  background: none #151515;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#showcase.S3 .button a:hover {
  color: #fff;
  background: none #2f2f2f;
  text-shadow: 1px 1px 0 #595959;
}

/* @end */
/* @group Landing Page Titles */
#content-wrapper {
  background: url(./images/style2/gradient_dark.png) repeat-x center 1px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#content-wrapper.landing,
body.page-template-landing-page-php #content-wrapper {
  background: url(./images/style2/teaser_bg.png) repeat-x center top;
}

#content-wrapper.landing #content {
  background: url(./images/style2/teaser_highlight.png) no-repeat center 1px;
  padding-top: 10px;
}

body.page-template-landing-page-php #footer {
  display: none;
}

#teaser .one_third,
#teaser .one_fourth,
#teaser .one_half {
  margin-bottom: 0px;
}

h1.bigheading, h2.subheading {
  text-align: center;
  font-size: 38px;
  text-shadow: #e6e6e6 0px 1px 0;
  margin: 8px 0 0 0;
  padding: 0;
  line-height: 100%;
  color: #000;
  letter-spacing: -1px;
}

h2.subheading {
  font-size: 34px;
  margin: 5px 0px 20px 0px;
}

h2.subheading span {
  color: #1e78d1;
}

/* @end */
/* @group Breadcrumbs */
#breadcrumbs {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
}

#breadcrumbs .sep {
  color: #8c8d87;
  text-shadow: #fff 1px 0px 1px;
}

p#breadcrumbs a, p#breadcrumbs strong {
  color: #6b6b6b;
}

/* @end */
/* @group Tabs */
ul.tabs {
  border-bottom: 1px solid #d4d4d4;
}

ul.tabs li a {
  border: 1px solid #cacaca;
  background: #f6f6f6;
}

ul.tabs li a {
  border-width: 1px 0 0 1px;
}

ul.tabs li a.active {
  background: #fff;
  border-color: #cacaca;
}

/* @end */
/* @group Toggles */
.toggle_container {
  background-color: #fff;
}

p.trigger a:hover,
p.trigger.active a:hover,
p.trigger:hover a {
  color: #666;
  text-shadow: #fafafa -1px 1px 0;
}

/* Active Toggle State */
p.trigger.active a {
  text-shadow: #fff 1px 1px 0;
}

/* @end */
/* @group Testimonials */
.testimonials {
  margin: 20px 0px;
}

.testimonials p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 16px;
  color: #666;
}

.testimonials cite {
  float: right;
  padding: 10px;
  font-weight: bold;
  font-style: normal;
  font-family: Sans-Serif;
}

/* @end */
/* @group Latest Posts (shortcode) */
.latestposts .latest-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.one_third .latestposts .latest-item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.latestposts .latest-excerpt p {
  font-size: 12px;
  margin: 0;
}

.latestposts .latest-title a {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.latestposts a.more-link {
  padding: 2px 10px 2px 10px;
  background-image: none;
  font-size: 12px;
}

.latest-img {
  border: 1px solid #fff;
  background-color: #f4f4f4;
  padding: 4px;
  margin: 5px 12px 4px 0px;
  -webkit-box-shadow: 1px 1px 0px #cccccc;
  -moz-box-shadow: 1px 1px 0px #cccccc;
  box-shadow: 1px 1px 0px #cccccc;
  behavior: url("../css/PIE.htc");
  position: relative;
}

/* @end */
/* @group Pagination */
/* Page and Post Navigation */
.pagination span, .pagination a:link {
  color: #fff;
  background: #0679d3;
  text-shadow: #fff 0 1px 0;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  behavior: url("../css/PIE.htc");
  position: relative;
}

.pagination a:hover,
.pagination .current {
  color: #fff;
  background: #7ba722;
  text-shadow: #71991f 0 1px 0;
}

/* @end */
/* @group Widgets */
/* Sidebar Widget Style 1 */
.widget-container.S1 {
  background: #066acc;
  color: white;
  text-shadow: 0px 1px 0px #055fb7;
  border: 1px solid #066acc;
  -webkit-box-shadow: inset 0 1px 0 0 #3f9df9, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #3f9df9, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #3f9df9, 0 1px 1px 0 white;
  -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;
  padding: 10px;
  margin-bottom: 20px;
}

.widget-container.S1 h3,
.widget-container.S1 h4 {
  color: white;
  padding-top: 8px;
}

.widget-container.S1 a {
  color: white !important;
  text-decoration: underline;
  text-shadow: none;
}

.widget-container.S1 a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.widget-container.S1 li {
  padding: 0px 0px 4px 16px;
  margin: 0px 0px 0px 0px;
  background: url(./images/bullet_clear.png) no-repeat 0 0.25em;
}

#sidebar .widget-container.S1 li.page_item a,
#sidebar .widget-container.S1 li.menu-item a {
  border-bottom: 1px solid #0d84f8;
}

#sidebar .widget-container.S1 li.menu-item.current-menu-item a {
  color: #000 !important;
}

/* Sidebar Widget Style 2 */
.widget-container.S2 {
  background: #74a103;
  color: white;
  text-shadow: 0px 1px 0px #689002;
  border: 1px solid #74a103;
  -webkit-box-shadow: inset 0 1px 0 0 #98d304, 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 0 #98d304, 0 1px 1px 0 white;
  box-shadow: inset 0 1px 0 0 #98d304, 0 1px 1px 0 white;
  -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;
  padding: 10px;
  margin-bottom: 20px;
}

.widget-container.S2 h3,
.widget-container.S2 h4 {
  color: #fff;
  padding-top: 8px;
}

.widget-container.S2 a {
  color: #f3fed8 !important;
  text-decoration: underline;
  text-shadow: none;
}

.widget-container.S2 a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.widget-container.S2 li {
  padding: 0px 0px 4px 16px;
  margin: 0px 0px 0px 0px;
  background: url(./images/bullet_clear.png) no-repeat 0 0.25em;
}

#sidebar .widget-container.S2 li.page_item a,
#sidebar .widget-container.S2 li.menu-item a {
  border-bottom: 1px solid #689002;
}

#sidebar .widget-container.S2 li.menu-item.current-menu-item a {
  color: #111 !important;
}

/* Sidebar Widget Style 3 */
.widget-container.S3 {
  background: #ededed;
  color: #3a3a3a;
  text-shadow: 0px 1px 0px #d5d5d5;
  border: 1px solid #ededed;
  -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;
  -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;
  padding: 10px;
  margin-bottom: 20px;
}

.widget-container.S3 h3,
.widget-container.S3 h4 {
  color: #333;
  padding-top: 8px;
}

.widget-container.S3 a {
  text-decoration: underline;
  text-shadow: none;
}

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

.widget-container.S3 li {
  padding: 0px 0px 4px 16px;
  margin: 0px 0px 0px 0px;
  background: url(./images/bullet_clear.png) no-repeat 0 0.25em;
}

#sidebar .widget-container.S3 li.page_item a,
#sidebar .widget-container.S3 li.menu-item a {
  border-bottom: 1px solid #d5d5d5;
}

#sidebar .widget-container.S3 li.menu-item.current-menu-item a {
  color: #000 !important;
}

#sidebar .widget-container ul.sub-menu li.page_item a,
#sidebar .widget-container ul.sub-menu li.menu-item a {
  border-bottom: none !important;
}

/*
Add Bullets to the core widgets
Uncomment the first rule below
to apply bullets to all widgets
*/
/* .widget-container ul li, */
.widget-container.widget_meta ul li,
.widget-container.widget_archive ul li,
.widget-container.widget_categories ul li,
.widget-container.widget_recent_entries ul li,
.widget-container ul.blogroll li {
  padding-left: 16px;
  background: url(./images/style2/bullet.png) no-repeat 0 0.25em;
}

/* Custom Menu Widget Images (arrows) */
#sidebar li.page_item a,
#sidebar li.menu-item a {
  background: url(images/style2/arrow_bullet.png) no-repeat 8px 8px;
  text-decoration: none;
}

#sidebar li.page_item a:hover,
#sidebar li.menu-item a:hover {
  background: url(images/style2/arrow_bullet.png) no-repeat 8px -24px;
}

/* Flickr Widget */
.flickr img {
  border: 1px solid #d8d8d8;
  background-color: #f9f9f9;
  padding: 4px;
}

.flickr img:hover {
  border-color: #dcdcdc;
}

#footer .flickr img {
  border: 1px solid #d4d4d4;
  background-color: #f4f4f4;
  padding: 4px;
}

#footer .flickr img:hover {
  border: 1px solid #c1c1c1;
  background-color: #fff;
  position: relative;
}

/* Social Networks Widget */
ul#stpl_social li {
  background-color: #eee;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

#footer ul#stpl_social li {
  background-color: #222;
  border: 1px solid #333;
}

ul#stpl_social li:hover {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

ul#stpl_social li a {
  text-shadow: #fff 1px 1px 0;
}

#footer ul#stpl_social li a {
  text-shadow: #000 1px 1px 0;
}

#footer ul#stpl_social li a:hover {
  color: #066acc;
}

/* @end */
/* Author Bio */
#author-info img.avatar {
  border: 1px solid #d8d8d8;
  background-color: #f9f9f9;
  padding: 4px;
}

/* @group WP Overrides */
span.post_written,
span.post_categories {
  font-family: DroidSerif, Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

.postmeta a:link {
  color: #535353;
  text-decoration: none;
  border-bottom: 1px dotted #bbb;
  padding-bottom: 2px;
}

.postmeta a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #bbb;
  padding-bottom: 2px;
  color: #3b3b3b;
}

.postmeta .post-comments a:link {
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0px;
}

/* Post Images */
ul.advanced-recent-posts li img,
.instapress img,
.wp-post-image {
  margin-top: 5px;
  border: 1px solid #fff;
  background-color: #f4f4f4;
  padding: 5px;
  -webkit-box-shadow: 1px 1px 0px #CCC;
  -moz-box-shadow: 1px 1px 0px #CCC;
  box-shadow: 1px 1px 0px #CCC;
  position: relative;
}

/* Staff Directory */
ul.staff_social {
  border-color: #CCC;
}

/* all 1px border accents */
hr,
.entry-utility,
.entry-meta,
.small, .post,
.st_relatedposts h4,
#sidebar li.page_item a,
#sidebar li.menu-item a {
  border-bottom: 1px solid #eaeaea;
}

hr {
  background-color: #fefefe;
}

body.single .entry-utility {
  border-bottom: none;
}

/* @end */
/* @group Footer */
#footer {
  background: #2e2f2d url("./images/style2/footer_bg.png") repeat-x top left;
  color: #aaa;
  text-shadow: 0px -1px 0px #000;
}

#footer h3 {
  color: #74a103;
  font-size: 18px;
  text-shadow: #000 1px -1px 1px;
  margin: 0px;
  padding: 0px;
  letter-spacing: normal;
  line-height: 69px;
  padding-bottom: 10px;
}

#footermenu li {
  color: #1a1a19;
}

#footermenu li a {
  color: #61635f;
  text-decoration: none;
}

#footermenu li a:hover {
  color: #fff;
}

/* @end */
/* @group Slider Customization */
.flex-container {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#showcase li.slide,
#showcase .flexslider {
  background: transparent;
}

#showcase .flex-direction-nav li a.next {
  right: -40px;
}

#showcase .flex-direction-nav li a.prev {
  left: -40px;
}

.flex-control-nav li a {
  background: url(./images/style2/bg_control_nav.png) no-repeat 0px 0px;
  width: 15px;
  height: 15px;
}

#showcase .flex-control-nav li a {
  background: url(./images/style2/bg_control_nav.png) no-repeat 0px 0px;
  width: 15px;
  height: 15px;
}

#showcase .flex-control-nav li a:hover,
.flex-control-nav li a:hover {
  background-position: 0 -14px;
}

#showcase .flex-control-nav li a.active,
.flex-control-nav li a.active {
  background-position: 0 -28px;
  cursor: default;
}

.flex-control-nav li {
  margin: 0 0 0 2px;
}

/* @end */
/* Smaller Headings for Mobile Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #wrap h1 {
    font-size: 2.25em;
  }

  #wrap h2 {
    font-size: 1.85em;
  }

  #wrap h3 {
    font-size: 1.5em;
  }

  #wrap h4, #wrap h5, #wrap h6 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #wrap h1 {
    font-size: 1.75em;
  }

  #wrap h2 {
    font-size: 1.50em;
  }

  #wrap h3 {
    font-size: 1.25em;
  }

  #wrap h4, #wrap h5 {
    font-size: 1.15em;
  }

  #wrap h6 {
    font-size: 1em;
  }

  img.alignleft,
  img.alignright {
    float: none;
    margin: 0 auto;
    width: auto;
  }

  .latestposts img.alignleft {
    float: left;
  }

  #content-wrapper.landing #content {
    background: none;
  }

  /* Centers the Logo in mobile layouts */
  #wrap #header div#site-title a,
  #wrap #header h1#site-title a,
  #wrap .site-desc {
    margin: 0px auto;
    display: block;
    text-align: center;
  }
}
