/*
Version: 5.6.6
Style: style3
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: #f2f7fe;
  text-decoration: none;
}

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

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

/* Top Level Links */
#menu ul li a {
  color: #fff;
  text-shadow: #1a5e9f 0px -1px 1px;
  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: #0555a3 1px 1px 1px;
  background: #0D4DB1;
}

/* 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 #212121;
}

/* Nav Sublevel Shadow */
#menu ul.sub-menu {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  -webkit-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 {
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 4px 4px;
}

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

  #shownav.active {
    background-color: #2075C7;
    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: #2582dc;
  }

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

  #menu ul li.active a {
    color: #2582dc;
  }
}
/* @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: #0D4DB1 !important;
}

.brand-alt {
  color: #2075C7 !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: #0D4DB1 url(./images/icons/list-arrow.png) no-repeat 0.55em 0.75em;
  border: 1px solid #0b4196;
  text-shadow: #0a3a85 1px 1px 0;
  padding: .3em .7em .3em 2em;
  text-decoration: none;
  float: right;
  -moz-box-shadow: 1px 1px 0 #3d71c1 inset, -1px -1px 0 #3d71c1 inset;
  -webkit-box-shadow: 1px 1px 0 #3d71c1 inset, -1px -1px 0 #3d71c1 inset;
  box-shadow: 1px 1px 0 #3d71c1 inset, -1px -1px 0 #3d71c1 inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url("../css/PIE.htc");
  position: relative;
}

a.more-link:hover {
  color: #fff;
  background-color: #2075C7;
  border: 1px solid #1b63a9;
  text-shadow: #000 1px -1px 0;
  -moz-box-shadow: 1px 1px 0 #4d91d2 inset, -1px -1px 0 #4d91d2 inset;
  -webkit-box-shadow: 1px 1px 0 #4d91d2 inset, -1px -1px 0 #4d91d2 inset;
  box-shadow: 1px 1px 0 #4d91d2 inset, -1px -1px 0 #4d91d2 inset;
  text-decoration: none;
}

/* Default Button Style */
a.button {
  color: #fff !important;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-shadow: 0 1px 0px #1a5e9f;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #1e6fbd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b7cca), color-stop(100%, #1e6fbd));
  background: -webkit-linear-gradient(top, #2b7cca 0%, #1e6fbd 100%);
  background: -o-linear-gradient(top, #2b7cca 0%, #1e6fbd 100%);
  background: -ms-linear-gradient(top, #2b7cca 0%, #1e6fbd 100%);
  background: -moz-linear-gradient(top, #2b7cca 0%, #1e6fbd 100%);
  background: linear-gradient(to bottom top, #2b7cca 0%, #1e6fbd 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(to bottom, #2b7cca, #1e6fbd);
  behavior: url("../css/PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}
a.button:hover {
  background: #1675d1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1675d1), color-stop(100%, #1675d1));
  background: -webkit-linear-gradient(top, #1675d1 0%, #1675d1 100%);
  background: -o-linear-gradient(top, #1675d1 0%, #1675d1 100%);
  background: -ms-linear-gradient(top, #1675d1 0%, #1675d1 100%);
  background: -moz-linear-gradient(top, #1675d1 0%, #1675d1 100%);
  background: linear-gradient(to bottom top, #1675d1 0%, #1675d1 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(to bottom, #1675d1, #1675d1);
  behavior: url("../css/PIE.htc");
  position: relative;
  cursor: pointer;
}
a.button:active {
  -moz-box-shadow: inset 0 2px 6px 0 #0f4981, inset 0 0 0 0 #0f4981, 0 1px 1px 0 #eee;
  -webkit-box-shadow: inset 0 2px 6px 0 #0f4981, inset 0 0 0 0 #0f4981, 0 1px 1px 0 #eee;
  box-shadow: inset 0 2px 6px 0 #0f4981, inset 0 0 0 0 #0f4981, 0 1px 1px 0 #eee;
}

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

/* @end */
/* @group Tables */
table th {
  border: 1px solid #cbcbcb;
  background: #ddd 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;
  font-weight: normal;
  text-shadow: #000000 0px 1px 0px;
  background: #000000;
  font-weight: 300;
  line-height: 1.35em;
  font-size: 1.5em;
  background: #222222;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #000000 0%, #222222 100%);
  background: -o-linear-gradient(top, #000000 0%, #222222 100%);
  background: -ms-linear-gradient(top, #000000 0%, #222222 100%);
  background: -moz-linear-gradient(top, #000000 0%, #222222 100%);
  background: linear-gradient(to bottom top, #000000 0%, #222222 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(to bottom, #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 #062452;
  border: none;
  font-size: 16px;
  background: none #0D4DB1;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

#showcase.S1 .button a {
  color: #ffffff;
  background: none #0f57c9;
  text-shadow: 1px 1px 0 #082e6a;
}

#showcase.S1 .button a:hover {
  color: #fff;
  background: none #1062e1;
  text-shadow: 1px 1px 0 #0b4399;
}

#showcase.S2 {
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 0 0 #093274;
  background: #0a3881;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D4DB1), color-stop(100%, #0a3881));
  background: -webkit-linear-gradient(top, #0D4DB1 0%, #0a3881 100%);
  background: -o-linear-gradient(top, #0D4DB1 0%, #0a3881 100%);
  background: -ms-linear-gradient(top, #0D4DB1 0%, #0a3881 100%);
  background: -moz-linear-gradient(top, #0D4DB1 0%, #0a3881 100%);
  background: linear-gradient(to bottom top, #0d4db1 0%, #0a3881 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(to bottom, #0d4db1, #0a3881);
  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 #093274;
}

#showcase.S2 .button a {
  color: #ffffff;
  text-shadow: 1px 1px 0 #082e6a;
  background: none #082e6a;
}

#showcase.S2 .button a:hover {
  color: #fff;
  background: none #0f57c9;
  text-shadow: 1px 1px 0 #082e6a;
}

#showcase.S3 {
  color: #d9d9d9;
  font-weight: normal;
  background: #666;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #666));
  background: -webkit-linear-gradient(top, #222 0%, #666 100%);
  background: -o-linear-gradient(top, #222 0%, #666 100%);
  background: -ms-linear-gradient(top, #222 0%, #666 100%);
  background: -moz-linear-gradient(top, #222 0%, #666 100%);
  background: linear-gradient(to bottom top, #222222 0%, #666666 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(to bottom, #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;
  -moz-box-shadow: none;
  -webkit-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/style3/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/style3/teaser_bg.png) repeat-x center top;
}

#content-wrapper.landing #content {
  background: url(./images/style3/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: #255fb9;
}

/* @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;
  -moz-box-shadow: 1px 1px 0px #CCC;
  -webkit-box-shadow: 1px 1px 0px #CCC;
  box-shadow: 1px 1px 0px #CCC;
  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;
  -moz-box-shadow: 0px 1px 0px #fff;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  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: #0D4DB1;
  color: white;
  text-shadow: 0px 1px 0px #0c459f;
  border: 1px solid #0D4DB1;
  -moz-box-shadow: inset 0 1px 0 0 #347df0, 0 1px 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #347df0, 0 1px 1px 0 #fff;
  box-shadow: inset 0 1px 0 0 #347df0, 0 1px 1px 0 #fff;
  -moz-border-radius: 4px;
  -webkit-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: #c2d8fb !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 #0c459f;
}

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

/* Sidebar Widget Style 2 */
.widget-container.S2 {
  background: #333;
  color: #e6e6e6;
  text-shadow: 0px 1px 0px #2e2e2e;
  border: 1px solid #333;
  -moz-box-shadow: inset 0 1px 0 0 #666666, 0 1px 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #666666, 0 1px 1px 0 #fff;
  box-shadow: inset 0 1px 0 0 #666666, 0 1px 1px 0 #fff;
  -moz-border-radius: 4px;
  -webkit-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: #0D4DB1;
  text-decoration: underline;
  text-shadow: none;
}

.widget-container.S2 a:hover {
  color: #fff;
  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 #2e2e2e;
}

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

/* Sidebar Widget Style 3 */
.widget-container.S3 {
  background: #ededed;
  color: #3b3b3b;
  text-shadow: 0px 1px 0px #d5d5d5;
  border: 1px solid #ededed;
  -moz-box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 #fff;
  box-shadow: inset 0 1px 0 0 white, 0 1px 1px 0 #fff;
  -moz-border-radius: 4px;
  -webkit-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: #111 !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/style3/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/style3/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/style3/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;
  -moz-border-radius: 6px;
  -webkit-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;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-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: #0D4DB1;
}

/* @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/style3/footer_bg.png") repeat-x top left;
  color: #aaa;
  text-shadow: 0px -1px 0px #000;
}

#footer h3 {
  color: #2075C7;
  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 {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  -moz-box-shadow: none;
  -webkit-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/style3/bg_control_nav.png) no-repeat 0px 0px;
  width: 15px;
  height: 15px;
}

#showcase .flex-control-nav li a {
  background: url(./images/style3/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;
  }
}

/*# sourceMappingURL=style3.css.map */
