/*
 * Main CSS for WoodRocket.com
 */

/*
 * base styles: main styles for entire site
 */

/*
body {
  font-size: 12pt;
  line-height: 1.3;
  background: white url("../img/WR-top-left-background-graphic.jpg") no-repeat fixed 0 0;
  font-family: "Roboto", sans-serif;
}
*/

body {
  font-size: 12pt;
  line-height: 1.3;
  background-color: #fff;
  background-image: url("../img/background-full.jpg");
  background-position: -300px -150px;
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

body.feature-page {
  background-image: url("../img/background-full-inverted.jpg");
  background-color: #000;
  background-position: -300px -150px;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

a:link,
a:visited {
	color: rgb(75, 161, 178);
}

h1 {
	  font-family: "Roboto", sans-serif;
}

/* ===== important: setup for un-responsive layout ===== */
.page-wrapper {
  width: 1000px;
  max-width: none;
  margin: 0 auto;
}

/*
 * layout
 */
#sidebar {
/*  border-left: 1px solid #699eb5; */
}

.main-wrapper { background-color: transparent;}

/*
 * modules
 */

.sidebar-section {
	padding-top: 10px;
	margin-bottom: 10px;
}

  .sidebar-section:first-child{
    padding-top: 0;
  }

	.sidebar-section-title {
	  color: #f7941e;
	  font-size: 14px;
	  margin: 2px 0;
	}

.sidebar-divider {
	height: 3px;
	background: #c0d6e1;
	background: rgba(192,214,225,0.1);
	background: -webkit-linear-gradient(left, rgba(192,214,225,0.3) 0%,rgba(192,214,225,1) 100%);
	background: linear-gradient(to right, rgba(192,214,225,0.3) 0%,rgba(192,214,225,1) 100%); /* W3C */
}

.sidebar-panel {
  width: 100%;
  margin: 0 auto;
}

  .sidebar-panel img {
    width: 100%;
  }

.sidebar-ad {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
}

  .sb-user {
    margin-top: 0px;
    height: 40px;
  }

  .sb-ad {
    margin-bottom: 10px;
  }

  .sb-link p {
    margin: 5px 0 0 0;
    font-size: 14px;
  }

  .sb-btn-follow {
    display: inline-block;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    width: 40px;
  }
    a.sb-btn-follow {
      color: #000;
    }
    .sb-btn-follow:first-child {
      text-align: left;
    }
    .sb-btn-follow:last-child {
      text-align: right;
    }

/* --- media panel module --- */
.media-panel {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0 0 5px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

  .media-panel:not(.comment):hover {
    background-color: rgb(198, 225, 234);
    border: 1px solid rgb(75, 161, 178);
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
  }

  .media-panel-image {
    position: relative;
  }
    .media-panel-image img {
      width: 100%;
      height: 92px;

    }

    .media-panel-image.left {
      margin-right: 10px;
    }

    .media-icon {
      width: 18px;
      height: 18px;
      background: #000000;
      background: rgba(0,0,0,0.5);
      border-radius: 2px;
      padding: 1px;
      color: white;
      text-align: center;
      position: absolute;
      bottom: 5px;
      right: 5px;
    }

  .media-panel-title {
    font-size: 1.10em;
    margin: 2px 2px;
    overflow: hidden;
    font-weight: 400;
  }

  .media-panel-info {
    font-size: 10pt;
    margin: 2px 2px;
  }

    .media-panel-title.comment {
      font-size: 11pt;
      font-style: italic;
      margin: 0 5px 0 70px;
      height: 1.5em;
      color: rgb(75, 161, 178);
    }

    .media-panel-info.comment {
      font-size: 13pt;
      margin-left: 70px;
    }

    .media-panel.comment {
      margin-bottom: 30px;
    }

.category-title,
.series-title {
  font-size: 1.10em;
  text-align: center;
  font-weight: 400;
}

.series-title {
  height: auto;
}

/* --- comment list for podcasts and videos --- */
.comment-list {
  list-style: none;
}

/* --- podcast player module --- */
.series-header-details,
.podcast-header-details,
.gallery-header-details {
  height: 363px;
  background: rgb(78,157,182);
  background-image: url('../img/podcast-graphic.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 0 10px 10px 0;
  margin-bottom: 10px;
  padding: 10px;
}

.podcast-player-details {
/*  background: rgb(78,157,182);
  background-image: url('../img/podcast-graphic.jpg');
  background-repeat: no-repeat;
  background-position: top right;
*/
  margin-bottom: 10px;
/*  padding: 10px; */
}

  .podcast-player-episode,
  .podcast-player-title,
  .podcast-player-date,
  .podcast-player-duration,
  .podcast-player-find,
  .podcast-player-desc {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.2;
    margin-bottom: 0.15em;
  }

      .podcast-player-find {
        color: rgb(75, 161, 178);
        font-weight: 400;
      }

  .series-header-name,
  .series-header-desc,
  .gallery-header-name,
  .gallery-header-desc {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.0em;
    line-height: 1.2;
    margin-bottom: 0.15em;
  }

    .podcast-player-title {
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .podcast-player-desc {
      margin-bottom: .5em;
    }

    .series-header-name,
    .podcast-player-episode {
      font-weight: bold;
      text-transform: uppercase;
    }

/* --- video details and voting panel module --- */
.video-details-panel {
  position: relative;
  margin-top: 0;
}

  .video-details-panel ul,
  .video-details-panel span {
    font-family: "Roboto", sans-serif;
    font-size: .95em;
  }

    .video-details-panel-stars {
      margin-bottom: 0px;
    }

    .video-details-panel-cats {
      margin-top: 0;
      margin-bottom: 2px;
    }

  .video-details-panel-voting,
  .video-details-panel-views {
    font-size: .95em;
  }

  .video-details-panel-rating {
    margin: 0 auto;
    width: 210px;
  }

  .video-details-panel-views {
    text-align: right;
  }


  .upvote,
  .downvote {
    text-indent: -9999em;
    display: inline-block;
    width: 100px;
    height: 59px;
    border: none;
    cursor: pointer;
  }

  .upvote {
    background: transparent url('../img/like-button.gif') no-repeat 0 0;
  }

  .downvote {
    background: transparent url('../img/dislike-button.gif') no-repeat 0 0;
  }

  .upvote:hover {
    background: transparent url('../img/like-button-hv.gif') no-repeat 0 0;
  }

  .downvote:hover {
    background: transparent url('../img/dislike-button-hv.gif') no-repeat 0 0;
  }


/*
 * specific
 */

/* --- posts --- */
.post-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #6A9EB4;
  padding-bottom: 10px;
  border-bottom: 1px solid #F7941E;
}

.post-img {
  width: 100%;
  margin-bottom: 10px;
}

.post-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #F7941E;
  margin-bottom: 20px;
}

/* --- hero slideshow --- */
.delayed-show {
  display: none;
}

/* --- slideshow styles --- */
.ic_button {
  float: left;
  width: 19.5%;
  margin: 0 0 0 0.5%;
}

.ic_active {
  border: 1px solid #699eb5;
}

.ic_thumbnail_tray {
  margin-left: 0;
  height: 70px;
}

.ic_caption {
  display: none;
}


p.up-flash {
  background-color: black;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 11px;
  padding: 3px 0;
  margin-bottom: 5px;
}

  p.up-flash a {
    color: #F7941E;
    text-decoration: none;
  }

.flash-warn{
  font-size: 0.85em;
}

/* --- flash message notifications --- */

.alert-box.flash-msg-error {
  color: rgb(169, 68, 66);
  background-color: rgb(242, 222, 222);
  border-color: rgb(235, 204, 209);
}

.alert-box.flash-msg-info {
  color: rgb(49, 112, 143);
  background-color: rgb(217, 237, 247);
  border-color: rgb(188, 232, 241);
}

.flash-panel {
  background-color: white;
}
.alert-box.flash-msg-success {
  color: rgb(60, 118, 61);
  background-color: rgb(223, 240, 216);
  border-color: rgb(214, 233, 198);
}

.alert-box.flash-msg-warning {
  color: rgb(138, 109, 59);
  background-color: rgb(252, 248, 227);
  border-color: rgb(250, 235, 204);
}

.page-divider {
  display: none;
  height: 25px;
  border-top: 1px solid rgb(75, 161, 178);
  background: #c0d6e1;
  background: rgba(192,214,225,0.1);
  background: -webkit-linear-gradient(top, rgba(192,214,225,1) 0%,rgba(192,214,225,0) 100%);
  background: linear-gradient(to bottom, rgba(192,214,225,1) 0%,rgba(192,214,225,0) 100%); /* W3C */
  margin-bottom: 10px;
}


section h1 {
  background: #F7941E; /* Old browsers */
  /*background: linear-gradient(to right, #b5600f 0%,#ff8f15 100%);*/
  /*border-radius: 10px;*/
  /*padding-left: 1em;*/
  margin-bottom: 10px;
}

  .section-title {
    font-family: "Roboto", sans-serif;
    color: white;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    /* text-shadow: -1px -1px 0 #f7941e, 1px -1px 0 #f7941e, -1px 1px 0 #f7941e, 1px 1px 0 #f7941e; */
    /*text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, 2px 2px 2px black;*/
    /*font-weight: bold;*/
    /*letter-spacing: 0.0225em;*/
    text-transform: uppercase;
    padding: 8px 16px;
    padding: .5rem 1rem;
  }

.top-nav {
  height: 81px;
  background: #F7941E; /* Old browsers */
  /* background: linear-gradient(to bottom,  #b5600f 0%,#ff8f15 100%); */
}
  .top-nav-bkg {
      background-image: url("../img/menu-stars.png");
      background-position: top right;
      background-repeat: no-repeat;
      background-size: 100% 100%;
  }

 p.eyebrow {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1em;
  margin: 10px 0 5px 0;
}

.auth-menu {
  color: white;
  margin: 10px 0 5px 0;
  text-align: right;
}

  .auth-menu a {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1em;
  }

  .auth-menu ul {
    text-align: left;
  }

.form-search {
  margin: 0;
  font-size: 0;
  position: relative;
}

  .form-search-btn {
    padding: 0;
    margin: 0;
    height: 30px;
    border: none;
    /* box-shadow: 2px 2px 2px 0 black; */
    display: inline;
    width: 30px;
    font-size: 14px;
    background-color: white;
    font-family: FontAwesome;
    color: #f7941e;
  }

  .search-btn-reset {
    border-radius: 0 5px 5px 0;
  }

.form-field-req {
  color: red;
}

input.txt-search {
  margin: 5px 0 0 0;
  height: 30px;
  border: none;
  /* box-shadow: 2px 2px 2px 0 black; */
  padding: 0 0.25em;
  display: inline-block;
  width: 80%;
  border-radius: 5px 0 0 5px;
}

.show-pagination {
  margin-bottom: 20px;
  height: 30px;
}

.contain-to-grid {background-color: transparent;}


.img-logo { height: 140px; }

.leaderboard {
  height: 165px;
  padding-top: 10px;
  position: relative;
  background: url("../img/leaderboard-background.png") no-repeat;
}

  .leaderboard-ad {
/*    height: 110px;
    margin-left: 20px; */
    margin-top: 20px;
  }


/* --- see more buttons under the videos --- */
.more-videos-button a {
  height: 25px;
  display: block;
  background: url("../img/see-more.png") no-repeat bottom;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

	.more-videos-button a:hover {
	  background-position: top;
	}

.more-videos-line {
	height: 25px;
  border-bottom: 1px solid rgba(75, 161, 178,0);
  margin-bottom: 20px
}

/* --- the stars page --- */
.stars li,
.stars-name {
  font-size: 0.95em;
  padding-bottom: 0;
}

.stars-ltr {
  clear: both;
  margin: 10px 0 0;
  color: #F7941E;
  font-weight: bold;
}

/* --- pagination --- */
.pagination ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
}

  .pagination ul li {
    display: block;
    float: left;
    padding: 1px 10px;
    background-color: #f7941e;
    border: 1px solid #f7941e;
    margin-right: 2px;
  }

    .pagination ul li:first-child {
      border-radius: 5px 0 0 5px;
    }

    .pagination ul li:last-child {
      border-radius: 0 5px 5px 0;
    }

  .pagination ul a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  .pagination ul li:hover {
    background-color: rgb(198, 225, 234);
    border: 1px solid rgb(75, 161, 178);
  }

  .pagination ul .active {
    background-color: #4e859d;
    border: 1px solid #4e859d;
    color: white;
  }


/* --- footer css :: navigation sections and copyright area --- */

footer {
  border-top: 1px solid #f7941e;
  clear: both;
  font-family: "Roboto", sans-serif;
  color: #797979;
  padding-bottom: 20px;
  margin: 0 auto;
}

footer .copyright {
  clear: both;
  color: #5f5f5f;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  padding-top: 20px;
  text-align: center;
}

/* --- advertising --- */
.ad-img {
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.ad-img:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.ad-marquee {
  width: 100%;
  max-height: 100px;
  margin: 0 auto 10px;
  display: block;
}

/*
 * overrides: (re)setting 3rd party styles;
 */


/* --- foundation overrides --- */

.f-dropdown li a {
  background-color: white;
}
  .f-dropdown li a:hover {
    background-color: silver;
  }

.button.user {
  width: 100%;
  color: white;
  border-radius: 10px;
  font-size: 13.6px;
  font-size: 0.85rem;
}

.large-block-grid-5>li {
  padding: 0 10px;
  padding: 0 0.625rem;
}

.top-bar {height: 40px;}

  .top-bar, .top-bar-section ul, .top-bar-section li a:not(.button), .top-bar-section .has-form {
    background-color: transparent;
    font-size: 16px;
    line-height: 40px;
    color: black;
  }

  .top-bar-section > ul > .divider { border-right: 1px solid rgba(255, 255, 255, 0.25); }

  .top-bar-section li a:not(.button) {
      padding: 0px 11px;
  }

  .top-bar-section ul li > a {
    border-radius: 5px 5px 0 0;
    font-family: "Roboto", sans-serif;
  }

    .top-bar-section ul li.active > a {
      background-color: #222;
      border-radius: 5px 5px 0 0;
    }

      .top-bar-section ul li.active > a:hover {
        background-color: #222;
      }

ul.right { background-color: transparent; }

.has-error {
  margin-bottom: 1em;
  color: rgb(169, 68, 66);
}

.has-error input{
  margin-bottom: 0;
}


/* ---- FlexSlider --- */

#flexslider { margin-bottom: 10px;}

.flex-control-thumbs li {
    width: 20%;
}

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
}

.centered-btns_nav:active {
  opacity: 1.0;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 16px;
  height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
	background: #222;
	background: rgba(0,0,0, .8);
}

.centered-btns_tabs a:hover,
.transparent-btns_tabs a:hover,
.large-btns_tabs a:hover {
  background-color: rgb(198, 225, 234);
  border: 1px solid rgb(75, 161, 178);
}

/* --- carousel --- */
#carousel, #thumbs {
  overflow: hidden;
}

#carousel-wrapper .caroufredsel_wrapper {
  /* border-radius: 10px; */
  box-shadow: 0 0 5px #899;
}

#carousel span, #carousel img,
#thumbs a, #thumbs img {
  display: block;
  float: left;
}

#carousel span, #carousel a,
#thumbs span, #thumbs a {
  position: relative;
}

#carousel img,
#thumbs img {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#carousel img.glare,
#thumbs img.glare {
  width: 102%;
  height: auto;
}

#carousel span {
  width: 554px;
  height: 313px;
}

#thumbs-wrapper {
  padding: 10px 0 20px;
  position: relative;
}

#thumbs a {
/*  border: 2px solid #899; */
  width: 20%;
  height: 80%;
  margin: 0 2px;
  overflow: hidden;
/*  border-radius: 10px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -ms-transition: border-color .5s;
  transition: border-color .5s;
  */
}

#thumbs a:hover, #thumbs a.selected {
  border-color: #566;
}

#prev, #next {
  background: transparent url('images/carousel_nav.png') no-repeat 0 0;
  display: block;
  width: 19px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

#prev {
  background-position: 0 0;
  left: 10px;
}

#next {
  background-position: -19px 0;
  right: 10px;
}

#prev:hover {
  background-position: 0 -20px;
}

#next:hover {
  background-position: -19px -20px;
}

#prev.disabled, #next.disabled {
  display: none !important;
}

/* --- feature page styles --- */
section.feature-header {
  margin: 30px 0 10px;
}

section.feature-video {
  margin: 10px 0;
}

section.feature-buttons {
  margin: 10px 0 30px;
}

.feature-logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.feature-tagline {
  display: block;
  width: 400px;
  margin: 0 auto;
}

.feature-btns {
  display: block;
  width: 610px;
  margin: 0 auto;
}

.feature-img {
  width: 200px;
}

.album-desc {
  margin: 10px 0;
}

.addthis_toolbox {
  width: 220px;
  margin-bottom: 10px;
}

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