/* ==========================================================================
   Site Name: http://www.metaviewer.com/metablog
   Author: CWS, Inc.

   Stylesheet: Main Stylesheet
   ========================================================================== */

/* ==========================================================================
  Site Header
========================================================================== */

#site-header {
  padding: 20px 0;
  margin-bottom: 2px;
  background-color: #fff;
  border-bottom: 3px solid #e6e6e6;
}

#site-nav .list-inline {
  float: right;
  clear: both;
}

#site-nav .list-inline a {
  color: #00366a;
  text-decoration: none;
  font: 400 12px/1 'Open Sans', Helvetica, Arial, sans-serif;
}

#site-nav .main-nav {
  background-color: #eeeeee;
  padding: 0 10px;
  margin-bottom: 0;
}

#site-nav .main-nav > li {
  margin-bottom: -5px;
  padding: 0;
}

#site-nav .main-nav a {
  display: block;
  float: left;
  padding: 15px 6px;
}

#site-nav .main-nav a:hover {
  color: #fff;
  background-color: #c9c9c9;
}

#site-nav .main-nav .icn-search {
  width: 30px;
  overflow: hidden;
}

#site-nav .main-nav .icn-search:before {
  color: #fff;
  background-color: #c9c9c9;
  padding: 6px;
  font-size: 12px;
  border-radius: 50%;
}

#site-nav .main-nav .icn-search:hover:before {
  background-color: #00366a;
}

#site-nav .additional-nav {
  margin-bottom: 25px;
}

#site-nav .additional-nav a {
  font-size: 11px;
}

#site-nav .additional-nav .icn-up-right:before {
  padding: 5px;
  font-size: 6px;
  margin-right: 10px;
  background-color: #00366a;
  color: #fff;
  border-radius: 50%;
}

#site-nav .list-inline .icn-up-right:hover:before {
  background-color: #41a9c5;
}

#site-nav .additional-nav a:hover {
  color: #41a9c5;
}

.section-intro .heading-display {
  background: url(../images/intro-img.png) no-repeat left center;
  margin: -20px 0;
  line-height: 70px;
  padding-left: 312px;
  letter-spacing: .03em;
  text-shadow: 1px 1px 6px #365064;
}

/* ==========================================================================
  Posts & Content
========================================================================== */

.section-alt {
  background-color: #f6f6f6;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px 0;
}

.hentry .article-header {
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.section-alt .article-header {
  border-bottom: 3px solid #fff;
}

.single-title,
.page-title,
.entry-title {
  margin-bottom: 5px;
}

.archive-title {
  margin-bottom: 40px;
}

.byline {
  color: #aaa;
  margin-bottom: 0;
  font: 400 11px/1.4 'Open Sans', Helvetica, Arial, sans-serif;
}

.byline a,
#breadcrumbs a {
  color: #999;
  text-decoration: underline;
}

.byline a:hover,
#breadcrumbs a:hover {
  color: #888;
  text-decoration: underline;
}

.entry-content {
  margin-bottom: 60px;
}

#breadcrumbs {
  margin: -20px 0 20px;
  color: #aaa;
  font: 400 11px/1.4 'Open Sans', Helvetica, Arial, sans-serif;
}

.entry-content p {
  font-size: 16px;
}

.entry-content blockquote { }

.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft,
.entry-content .wp-post-image {
  float: left;
  margin: 6px 20px 10px 0;
}

.entry-content .alignright,
.entry-content img.alignright {
  float: right;
  margin: 6px 0 10px 20px;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin: 6px auto 20px;
  display: block;
  float: none;
}

.entry-content pre { }

.wp-caption { }
.wp-caption p.wp-caption-text { }

.tags { }

.shareaholic-canvas {
  margin-top: 20px;
}

.home .shareaholic-canvas,
.archive .shareaholic-canvas {
  margin: -20px 0 0 -12px;
}

/* ==========================================================================
  Page Navi
========================================================================== */

.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
}

.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
}

.pagination li:first-child {
  border-left: 0 solid transparent;
}

.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  padding: 10px 15px;
  min-width: 20px;
  display: block;
  color: #007DC8;
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  background-color: #007DC8;
  color: #fff;
}

.pagination .current {
  cursor: default;
  color: #666;
}

.pagination .current:hover,
.pagination .current:focus {
  background-color: #fff;
  color: #666;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

/* ==========================================================================
  Comment
========================================================================== */

.comment-respond {
  zoom: 1;
}

.comment-respond:before,
.comment-respond:after {
  content: "";
  display: table;
}

.comment-respond:after {
  clear: both;
}

#comments-title {
  border-top: 3px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 20px;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
}

.comment .comment-author {
  padding: 10px;
  border: 0;
}

.comment .vcard {
  margin-left: 50px;
}

.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}

.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .children {
  margin: 0;
}

.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}

.comment.odd {
  background-color: white;
}

.comment.even {
  background: #f4f4f5;
}

.comment.even .comment_content {
  border-top: 1px solid #fff;
}

.comment.odd .comment_content {
  border-top: 1px solid #f4f4f5;
}

.comment_content {
  margin-top: 15px;
  padding-top: 20px;
}

.comment_content p {
  margin: 0 0 20px;
}

.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/* ==========================================================================
  Comment Forms
========================================================================== */

.comment-respond {
  border-top: 3px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 20px;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.logged-in-as a {
  color: #5c6b80;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.comment-form-comment textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-allowed-tags {
  padding: 20px;
  background-color: #dbe9f4;
  font-size: 12px;
}

.form-allowed-tags code {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

#submit {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  color: #fff;
  background-color: #00366a;
  border-color: #00366a;
  white-space: nowrap;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1;

  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#submit:hover,
#submit:focus {
  color: #fff;
  background-color: #4e7b9d;
  text-decoration: none;

  -webkit-box-shadow: inset 0 0 9px 0 rgba(255,255,255,.4);
  box-shadow: inset 0 0 9px 0 rgba(255,255,255,.4);
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/* ==========================================================================
  Sidebar
========================================================================== */

#sidebar1 {
  background-color: #e6e6e6;
  padding-top: 40px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
}

#sidebar1 .widgettitle {
  font-weight: 400;
  margin-bottom: 5px;
}

#sidebar1 .widget ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

#sidebar1 .widget .nav-related {
  padding: 0 0 0 34px;
}

#sidebar1 .widget ul li {
  padding: 10px 0 3px;
  margin: 0;
  display: block;
  list-style: none;
  margin-top: 7px;
  border-top: 1px solid #eee;
  font: 400 13px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
}

#sidebar1 .widget ul li:first-child {
  border-top: 0 solid transparent;
}

#sidebar1 .widget .nav-related a:hover {
  color: #41a9c5;
}

#sidebar1 .widget ul li,
#sidebar1 .widget ul a {
  color: #00366a;
}

#sidebar1 .widget ul .post-date {
  font-style: italic;
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
}

#sidebar1 .widget input[type="text"] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 40px 5px 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#searchform,
.textwidget {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#searchform label {
  display: none;
}

#searchform input[type="submit"] {
  background-color: transparent;
  border: 0 solid transparent;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent; !important;
  position: absolute;
  width: 36px;
  height: 30px;
  overflow: hidden;
  display: block;
  right: 0;
  bottom: 20px;
  z-index: 50;
  cursor: pointer;
}

#searchform div:before {
  padding: 6px;
  margin: 0;
  content: "\e004";
  font-family: 'metafile';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  visibility: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 36px;
  height: 28px;
  overflow: hidden;
  display: block;
  background-color: #00366a;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 21px;
  z-index: 20;
  text-align: center;
}

#searchform div:hover:before {
  background-color: #007DC8;
}

#sidebar1 .widget_archive select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.widget {
  margin-top: 20px;
}

.widget:first-child {
  margin-top: 0;
}

.textwidget {
  padding-bottom: 10px;
}

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/* ==========================================================================
  Footer
========================================================================== */

#site-footer {
  width: 100%;
  padding: 30px 0;
  background-color: #eeeeee;
  border-top: 3px solid #e6e6e6;
}

#site-footer h2 {
  color: #00366a;
  margin-bottom: 5px;
}

#site-footer p,
#site-footer ul,
#site-footer ol  {
  color: #666;
  font: 300 12px/18px Arial, Helvetica, sans-serif;
}

#site-footer .nav-news p {
  display: block;
  border-top: 1px solid #d2d8dd;
  padding-top: 20px;
  margin-top: 20px;
}

#site-footer .nav-news p:first-child {
  border-top: 0 solid transparent;
  padding-top: 0;
  margin-top: 0;
}

/* ==========================================================================
  General
========================================================================== */

.block {
  display: block;
}

.section-intro {
  padding: 20px 0;
  width: 100%;
  background-color: #013767;
  margin-bottom: 2px;

  /*background: rgb(69,99,122,1);
  background: -moz-linear-gradient(top,rgba(76,110,136,1) 0%,rgba(69,99,122,1) 100%);
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0%,rgba(76,110,136,1)),color-stop(100%,rgba(69,99,122,1)));
  background: -webkit-linear-gradient(top, rgba(76,110,136,1) 0%,rgba(69,99,122,1) 100%);
  background: -o-linear-gradient(top,rgba(76,110,136,1) 0%,rgba(69,99,122,1) 100%);
  background: -ms-linear-gradient(top,rgba(76,110,136,1) 0%,rgba(69,99,122,1) 100%);
  background: linear-gradient(to bottom,rgba(76,110,136,1) 0%,rgba(69,99,122,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c6e88', endColorstr='#00366a',GradientType=0 );*/
}

.section-main {
  width: 100%;
  background-color: #fff;
  margin-top: 2px;
  border-top: 3px solid #e6e6e6;
}

.section-main .container {
  position: relative;
  min-height: 900px;
}

.section-main .main-content {
  padding: 40px 15px 20px 0;
}

.heading-display {
  color: #fff;
  font: 300 30px/1 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  letter-spacing: .02em;
}

.img-replace {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}

.nav-related {
  margin-top: 6px;
}

.nav-related li,
.nav-related p {
  padding-left: 34px;
  margin-bottom: 20px;
  display: block;
  clear: both;
}

.nav-related li:before,
.nav-related p:before  {
  content: "\e006";
  padding: 6px;
  font-size: 12px;
  margin-right: 10px;
  margin-left: -34px;
  background-color: #00366a;
  color: #fff;
  border-radius: 50%;
  font-family: 'metafile';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  visibility: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-related a {
  text-decoration: none;
  color: #00366a;
  font: 700 14px/18px 'Open Sans', Helvetica, Arial, sans-serif;
  padding-bottom: 2px;
  margin-bottom: 0;
}

.nav-related a:hover {
  color: #41a9c5;
}

/* ==========================================================================
  Mobile
========================================================================== */

@media (max-width: 767px) {

  #site-header {
    padding: 10px 0 0;
  }

  #logo {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }

  #site-nav .list-inline {
    float: none;
    text-align: center;
  }

  #site-nav .list-inline a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px;
  }

  #site-nav .additional-nav {
    margin-bottom: 10px;
  }

  #site-nav .main-nav {
    margin: 0 -15px;
  }

  #site-nav .main-nav a {
    display: block;
    float: left;
    padding: 5px;
  }

  #site-nav .main-nav .icn-search {
    overflow: visible;
    width: 34px;
  }

  #site-nav .main-nav .icn-search:before {
    display: block;
  }

  .section-intro .heading-display {
    background-image: none;
    margin: 0;
    line-height: 1.2;
    padding-left: 0;
  }

  .entry-content .alignleft,
  .entry-content img.alignleft,
  .entry-content .alignright,
  .entry-content img.alignright,
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }

  #sidebar1 {
    padding: 40px 15px 10px;
    margin: 0 -15px;
    position: relative;
    top: auto;
    bottom: auto;
  }

  #site-footer div {
    border-top: 1px solid #d2d8dd;
    padding-top: 20px;
    margin-top: 20px;
  }

    #site-footer div:first-child {
    border-top: 0 solid transparent;
    padding-top: 0;
    margin-top: 0;
  }

}

/* ==========================================================================
  Desktop
========================================================================== */

@media (min-width: 768px) { }