/* Step #1 - Eric Meyer's Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Step #2: */



/* Step #2: Global Styles */

html 
{
  background: #686a48;
}

body 
{
    position        : relative;
    font-family     : Arial, Sans-Serif;
    font-size       : 14px;
    line-height     : 22px;
    color           : #6C6D4B;
    background      : transparent url(images/footer.png) repeat-x bottom left;
}

h1 
{
    font-family: 'Cantata One', Georgia, Helvetica, serif;
    font-size: 36px;
    line-height: 36px;
    margin: 20px 0 20px 0;
    color: #686A48;
    text-transform: uppercase;
}

h2 
{
    font-family: 'Cantata One', Georgia, Helvetica, serif;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    margin: 0 0 35px;
    text-transform: uppercase;
}

h3 
{
    font-family: 'Cantata One', Georgia, Helvetica, serif;
    font-size: 20px;
    line-height: 22px;
    color: #585a39;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}

h4 
{
    font-family: 'Cantata One', Georgia, Helvetica, serif;
    font-size: 17px;
    line-height: 22px;
    margin:  0 0 5px 0;
    color: #585a39;
    text-transform: uppercase;
}

h5 
{
}

h6 
{
}

p 
{
  margin-bottom    : 15px;
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight: bold;
}

em 
{
}

u 
{
}

a 
{
  text-decoration  : none;
    color: #6B90B0;
    -webkit-transition-duration: 400ms;
  -webkit-transition-property: color;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: color;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: color;
  -o-transition-timing-function: ease;
}

a:active
{
  outline: none;
}

a:visited 
{
}

a:hover 
{
  outline: none;
    color: #9da161;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
    max-width: 100%;
    height: auto;
}

@media handheld, only screen and (max-device-width: 480px)
{
    body 
    {
      width           : 100%;
      padding         : 0;
    }
}

/* Step #3: Specific Styles */
#content,
#primary,
#secondary,
#tertiary,
header,
footer,
.forum,
#cart,
#radio-show .first,
#radio-show .second,
.radio-aside,
.ad-banners
{
    -moz-box-sizing     : border-box;
    -ms-box-sizing      : border-box;
    -webkit-box-sizing  : border-box;
    box-sizing          : border-box;
}

.gear-reviews,
#product-list
{
    width: 68%;
}

.ie7 .gear-reviews,
.ie7 #product-list
{
    width: 66%;
}

.gear-reviews,
.gear-categories
{
    display: inline-block;
}

.video-feed br
{
    display:  none;
}

.ie7 h1, .ie7 h2, .ie7 h3, .ie7 h4, .ie7 h5
{
    font-weight: normal;
}

.vcard,
.adr,
.street-address,
.org,
.title,
.fn,
.email,
.tel
{
    display: block;
}

.title
{
    font-style: italic;
}

/*___ DIV _________________________________________________________________*/
#container
{
    width: 960px;
    margin: 0 auto;
    background: #fff url(images/container.jpg) repeat-x top left;
}

header
{
    position: relative;
    display: block;
    height: 278px;
}

#content
{
    position        : relative;
    display         : block;
    width           : 960px;
    margin          : 0 auto;
}

.oneColumn
{
    padding: 20px 45px;
    min-height: 400px;
}

.ie7 #content
{
    width: 870px;
}

.ie7 .Homepage #content
{
    width: 960px;
}

.Homepage .oneColumn
{
    padding: 0;
}

.PayPalCart .oneColumn
{
    padding: 20px 15px;
}

.GearReview .oneColumn
{
    padding: 40px 45px 60px;
}

.twoColumn
{
    word-spacing    : -1em;
}

#primary
{
    position        : relative;
    display         : inline-block;
    width           : 66.3%;
    padding         : 0 6.5% 0 5.4%;
    word-spacing    : normal;
    vertical-align  : top;
    /*float           : right;*/
}

.ie7 #primary
{
    display: inline;
    width: 54.4%;
}

#secondary
{
    position: relative;
    display: inline-block;
    width: 28.3%;
    word-spacing: normal;
    vertical-align: top;
}

.ie7 #secondary
{
    display: inline;
}

footer
{
    position: relative;
    display: block;
    height: 424px;
}

.header-ad
{
    position: absolute;
    right: 0;
    top: 126px;
    border: solid 7px #fff;
    border-right: none;
}

.podcast-day
{
    display: inline-block;
    width: 30.4%;
    margin: 0 1.5% 30px;
    vertical-align: top;
}

.ie7 .podcast-day
{
    display: inline;
}

.ie7 .podcast-day,
.ie8 .podcast-day
{
    width: 30%;
}

.podcast-day:nth-child(3n)
{
    margin-left: 0;
}

.radio-aside .podcast-day
{
    display: block;
    width: 100%;
    margin: 0;
}

.banners
{
    position: relative;
}

.banner .brief
{
    position: absolute;
    top: 1px;
    right: 0;
    width: 380px;
    height: 385px;
    font-size: 17px;
    line-height: 26px;
}

.ie7 .banner .brief
{
    text-indent: 0;
}

.banner .brief:first-line
{
    font-family: 'Cantata One', Georgia, Helvetica, serif;
}

/*.banner .brief:after
{
    content: '“';
    position: absolute;
    top: 40px;
    left: -23px;
    font-family: 'Cantata One', Georgia, Helvetica, serif;
    font-size: 100px;
    color: #6b90b0;
    text-indent: 0;
    text-shadow: 0 0 2px #fff;
}*/

#community
{
    position: relative;
    margin: 0 -20px;
    padding: 0 20px 20px 35px;
    background: #414327;
}

#community:before
{
    position: absolute;
    left: 0;
    top: -23px;
    content: url(images/arrow.png);
}

.newsletter
{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    padding: 20px 15px;
    background: #DCE4F2;
    background: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#BECEE8), to(#414327));
    background: -moz-linear-gradient(19% 80% 90deg,#414327, #BECEE8);
    color: #555555;
}

.ie7 .newsletter
{
    display: inline;
}

.Homepage div.forum
{
    position: relative;
    display: inline-block;
    width: 67%;
    padding: 0 0 0 50px;
    min-height: 437px;
    margin: 0 0 40px 10px;
}

.ie7 .Homepage div.forum
{
    display: inline;
}

.ie7 .Homepage div.forum,
.ie8 .Homepage div.forum,
.ie9 .Homepage div.forum
{
    padding: 0;
    margin: 0 0 40px 5px;
    font-size: 12px;
}

.forum-feed
{
    position: relative;
    margin-left: 10px;
}

.ie7 .forum-feed,
.ie8 .forum-feed,
.ie9 .forum-feed
{
    margin: 39px 0 0 10px;
}

.forum-feed:after
{
    content: url(images/fly-forum.png);
    position:  absolute;
    top: -27px;
    right: -10px;
}

.gear-categories,
#cart
{
    width: 30%;
    float: right;
}

#cart
{
    margin: -15px 0 0 0;
    padding: 20px 15px;
    background: #E7E8E2;
}

.fb-like
{
    display: block !important;
    clear: both;
    padding: 15px 0 0 0;
}

.total
{
    margin: 5px 0 15px 0;
    padding: 5px 0 0 0;
    border-top: solid 1px #686A48;
}

#radio-show
{
    padding: 0 15px;
    color: #000;
}

.radio-show-ad { width: 100%; margin-top: -2px; }
.radio-show-ad img { width: 100%; }
#radio-show .ad { margin-left: -15px; margin-top: -2px; }

.radio-aside
{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 1.5%;
}

.ie7 .radio-aside
{
    display: inline;
    width: 30%;
}

.category-item
{
    position:  relative;
    /*display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    vertical-align: top;*/
    display: block;
    padding: 0 0 30px 0; 
}

.category-item:after
{
    position: absolute;
    top: 0;
    left: 0px;
}

.category-item.blog:after
{
    content: url(images/blogGraphic.png);
}

.category-item.podcast:after
{
    content: url(images/podcasts.png);
}

.category-item.video:after
{
    content: url(images/videoGraphic.png);
}

.category-item.forum:after
{
    content: url(images/forumGraphic.png);
}

.category-item.gear-review:after
{
    content: url(images/reviewGraphic.png);
}

.leave-comment
{
    position: relative;
    margin: 30px 0 0 0;
    padding: 30px;
    background: #DDDDDD;
    border-radius: 10px;
}

.form-label
{
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin: 0 2% 0 0;
}

.ie7 .form-label
{
    display: inline;
}

.comment-meta
{
    font-size: 11px;
    margin-bottom: 15px;
}

.GearReview .comments
{
    margin: 30px 0 0 0;
}

#gravatar
{
    position: absolute;
    top: -25px;
    right: 34px;
    border: solid 5px white;
}

.galleries
{
    background: #DDD;
    padding: 15px 45px;
    margin: 0 -45px 15px;
    width: 100%;
}

.podcast-ads, .video-ads
{
    width: 623px;
    float: right;
    margin-top: -10px;
    text-align: right;
}

.podcast-ads .ad,
.video-ads .ad
{
    display: inline-block;
    margin-left: 15px;
}

.podcast-ads .ad:first-child,
.video-ads .ad:first-child
{
    margin-left: 0;
}

@media screen and (max-width:959px)
{
}

@media handheld, only screen and (max-device-width: 480px)
{
  
}

/*___ SPAN _________________________________________________________________*/
label span,
.label
{
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.form-label label
{
    margin:  0;
}

.ie7 label span
{
    display: inline;
}

#product-list label span,
#product-list .label
{
    font-weight: bold;
}

#cart .title
{
    display: inline-block;
    vertical-align: middle;
    width: 115px;
    margin: 0 15px 0 0;
    font-size: 12px;
}

#cart .price
{
    display: inline-block;
    width: 62px;
    text-align: right;
}

.ie7 #cart .title,
.ie7 #cart .price
{
    display: inline;
}

header h2 span
{
    display: block;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
}

.total span
{
    display: inline-block;
    font-weight: bold;
}

.ie7 .total span
{
    display: inline;
}

.total-label
{
    width: 179px;
    text-align: right;
}

.total-value
{
    width: 62px;
    text-align: right;
}

/*___ H1 _________________________________________________________________*/
header h1
{
    margin: 0;
}

.GearReview h1
{
    margin-top:  0;
}

/*___ H2 _________________________________________________________________*/
header h2
{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;
    padding: 30px 0 0 0;
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    color: #fff;
}

.ie7 header h2
{
    display: inline;
}

#community h2
{
    position: relative;
    padding: 20px;
    margin: 0 -20px 32px 0;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-align: right;
    background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#414327), to(#686A48));
    background: -moz-linear-gradient(0% 80% 360deg,#414327, #686A48);
}

#community h2:before
{
    content: url(images/flyOnWater.png);
    position: absolute;
    left: 0;
    bottom: -3px;
}

.categories h2
{
    margin: 0;
}

.gear-reviews h2,
.gear-categories h2
{
    margin: 0 0 10px 0;
}

.category-item h2
{
    margin: 0 0 10px 30px;
}

.ie7 .category-item h2
{
    margin: 0 0 10px 0;
}

.RadioShowContact h2
{
    margin: 10px 0;
}

.TextPage h2
{
    margin: 25px 0 15px;
}

.TextPage header h2
{
    margin: 0;
}

@media handheld, only screen and (max-device-width: 480px)
{

}

/*___ H3 _________________________________________________________________*/
#radio-show h3
{
    color: #686A48;
    font-size: 18px;
    line-height: 22px;
}

.podcast-day h3
{
    font-size: 15px;
    padding: 0;
}

#community h3
{
    position:  relative;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    padding: 0 0 10px 0;
}

#community .newsletter h3
{
    text-transform: capitalize;
    color: #6b90b0;
    font-size: 25px;
    padding-bottom: 0;
    margin:  0 0 0 0;
}

#community .forum h3
{
    position: absolute;
    top: 205px;
    left: -194px;
    color: #d3d3c9;
    font-size: 50px;
    line-height: 25px;
    padding: 0;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
}

.ie7 #community .forum h3,
.ie8 #community .forum h3,
.ie9 #community .forum h3
{
    left: 10px;
    top: 9px;
}

.ie7 #community .forum h3
{
    line-height: 50px;
    top: -2px;
}

.forum + h3:after
{
    content: url(images/video-fly.png);
    position:  absolute;
    top:  10px;
    right:  -32px;
}

.comments h3
{
    padding: 5px 0 4px 0;
}

.TextPage h3
{
    padding: 5px 0 4px;
}

/*___ H4 _________________________________________________________________*/
.video-feed h4
{
    color: #d3d3c9;
}

.radio-aside h4
{
    font-size: 14px;
    text-transform: capitalize;
}
/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
footer p
{
    padding: 15px 15px 0;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
}

/*___ UL/OL _________________________________________________________________*/
.menu
{
    text-align: right;
    padding: 21px 0 5px;
}

.TextPage .oneColumn ul
{
    padding: 0 30px;
    list-style-type: disc;
}

.oneColumn ul ul,
#primary ul ul
{
    list-style-type : circle;
  line-height     : 17px;
}

.oneColumn ul ul ul,
#primary ul ul ul
{
    list-style-type : square;
}

.oneColumn ol,
#primary ol
{
    margin          : 15px 0 15px 30px;
    list-style-type : decimal;
}

.oneColumn ol ol,
#primary ol ol
{
    list-style-type : lower-alpha;
  line-height     : 17px;
}

.oneColumn ol ol ol,
#primary ol ol ol
{
    list-style-type : lower-roman;
}

.radio
{
    display: inline-block;
    margin: 0 0 0 212px;
    padding: 30px 0 0 0;
}

.ie7 .radio
{
    display: inline;
}

.categories
{
    margin: 10px -1% 0;
}

.listen
{
    position: relative;
}

.listen:after
{
    content: ' ';
    display: block;
    width: 1px;
    height: 300px;
    background: #686A48;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(transparent), color-stop(.5,#686A48));
    background: -moz-linear-gradient(0% 100% 90deg, transparent, transparent, #C7C7C7 100%);
    position: absolute;
    right: -12px;
    top: 0;
}

.ie8 .listen:after
{
    display: none;
}

.listen audio {
    max-width: 100%;
}

.podcast-day:nth-child(3n-1) .listen:after
{
    background: #fff;
    background: transparent;
}

.radio-aside .listen:after
{
    background: #fff;
    background: transparent;
}

.banners .buttons
{
    position: relative;
    display: inline-block;
    width: 212px;
    word-spacing: normal;
    vertical-align: top;
    height: 386px;
    border-bottom: solid 1px #686a48;
    background: #8D8F75;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999B84), to(#8D8F75));
    background: -moz-linear-gradient(0% 100% 90deg,#8D8F75, #999B84);
    z-index: 2;
}

.ie7 .banners .buttons
{
    display: inline;
}

.banners .banner
{
    position: relative;
    display: inline-block;
    width: 748px;
    word-spacing: normal;
    vertical-align: top;
    height: 388px;
    margin: 0 0 0 -4px;
    z-index: 1;
}

.ie7 .banners .banner
{
    display: inline;
}

.oneColumn .brief ul
{
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

.video-feed
{
    margin:  0 -2.5%;
    color: #9da161;
}

#radio-show .first,
#radio-show .second
{
    position: relative;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5% 20px;
    min-height: 450px;
}

.ie7 #radio-show .first,
.ie7 #radio-show .second
{
    display: inline;
    width: 30%;
}

#radio-show .first:after,
#radio-show .second:after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #000;
    background: -webkit-gradient(linear, 0% 0%, 0% 75%, from(#000000), to(#FFFFFF));
    background: -moz-linear-gradient(19% 75% 90deg,#FFFFFF, #000);
}

.radio-aside ul
{
    padding: 0 0 20px 20px;
}

.oneColumn .alternate
{
    list-style-type: none;
    padding: 0;
}

.ad-banners
{
    margin: 0 -26px 0 0;
}

footer .ad-banners
{
    height: 362px;
    margin: 0 -20px;
    padding: 30px 0;
    background: #000;
    border-top:  solid 1px #fff;
    border-bottom:  solid 1px #fff;
}

.ie7 footer .ad-banners
{
    height: 300px;
}

.podcast-day .listen
{
    padding: 0;
}

.TextPage .the-guys ul,
.TextPage .podcast-day ul
{
    padding: 0;
}

@media handheld, only screen and (max-device-width: 480px)
{

}
/*___ LI _________________________________________________________________*/

.menu li
{
    position        : relative;
    display         : inline-block;
    z-index         : 7;
}

.ie7 .menu li
{
    display         : inline;
}

.menu li:first-child
{
    margin-left     : 0;
}

#secondary .menu li
{
    display         : block;
    width           : 100%;
    margin          : 0;
}

.menu .active
{
    font-weight: bold;
}

.oneColumn li,
#primary li
{
    padding-bottom  : 7px;
}

.oneColumn ul ul li,
#primary ul ul li,
.oneColumn ol ol li,
#primary ol ol li
{
    padding-bottom  : 0;
    padding-top     : 10px;
}

.categories li
{
    display: inline-block;
    width: 31%;
    margin: 0 1% 15px;
    text-align: center;
    background: #E7E8E2;
    padding: 0;
}

.ie7 .categories li
{
    display: inline;
}

.banner > li
{
    height: 388px;
    position: absolute;
    top: 0;
    right: 0;
}

ul.banner > li:first-child {
    z-index: 2;
}

ul.banner.active > li:first-child {
    z-index: 1;
}

ul.banner.active > .current
{
    z-index: 2;
}

ul.banner.active > .next 
{
    z-index: 3;
    opacity: 0;
}

.buttons li
{
    position: relative;
    padding: 0;
    height: 96px;
    border-top: solid 1px #686a48;
    z-index: 2;
}

.buttons li:first-child
{
    border-top: none;
}

.oneColumn .brief li
{
    padding: 0 6px;
    margin: 0;
    display: inline-block;
    text-align: center;
}

.ie7 .oneColumn .brief li
{
    display: inline;
}

.gear-reviews li
{
    position: relative;
    padding: 30px 15px 15px 15px;
    border-top: solid 1px #686A48;
    -webkit-transition-duration: 400ms;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: all;
  -o-transition-timing-function: ease;
}

#product-list li
{
    padding: 30px 15px;
    border-top: solid 1px #686A48;
    -webkit-transition-duration: 400ms;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: all;
  -o-transition-timing-function: ease;
    overflow: hidden;
}

.gear-reviews li:first-child,
#product-list li:first-child
{
    margin: -15px 0 0 0;
    padding: 15px 15px 30px;
    border-top: 0;
}

.gear-reviews li:hover,
#product-list li:hover
{
    background: #E7E8E2;
}

.forum-feed li
{
    height:  79px;
    margin:  0 0 15px 0;
    padding: 17px 15px 1px;
    background: #D3D3C9;
}

.ie7 .forum-feed li,
.ie8 .forum-feed li,
.ie9 .forum-feed li
{
    height: 75px;
}

.video-feed li
{
    display:  inline-block;
    vertical-align: top;
    min-height: 230px;
    width: 44%;
    padding:  0 2.5% 0;
    margin: 30px 0 0;
}

.ie7 .video-feed li
{
    display:  inline;
}

.video-feed li:nth-child(even)
{
    border-left: solid 1px #E7E8E2;
}

#radio-show .first li,
#radio-show .second li
{
    padding: 0 0 20px 0;
}

.ie7 #radio-show .first li,
.ie7 #radio-show .second li
{
    text-indent: -17px;
}

.oneColumn .radio-aside li
{
    padding: 0 0 0 0;
    list-style-type:  square;
}

.oneColumn .alternate li
{
    display: inline-block;
    vertical-align: middle;
    min-width: 21%;
    max-width: 31%;
    padding: 0 1% 10px;
    text-align: center;
}

.ie7 .oneColumn .alternate li
{
    display: inline;
}

.ad-banners li
{
    display: inline-block;
    vertical-align: middle;
}

.ad-banners li a
{
	margin: 0 26px 0 0;
}

.ie7 .ad-banners li
{
    display: inline;
}

footer .ad-banners li
{
    width: 33%;
    text-align: center;
    margin: 0;
}

.ad-banners li:first-child
{
    width: 100%;
    color: #686A48;
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    padding: 0;
}

footer .ad-banners li:first-child
{
    color: #fff;
    margin: 0 0 0 39px;
}

.podcast-day .listen li
{
    list-style-type: none;
}

.category-item ul
{
    list-style-type: disc;
}

.category-item li
{
    position: relative;
    display:  inline-block;
    vertical-align: top;
    margin: 0 2%;
    width: 29%;
}

.ie7 .category-item li
{
    display:  inline;
    width: 27%;
}

.category-item li:before
{
    content: '•';
    position: absolute;
    top: 0px;
    left: -15px;
    font-size: 20px;
}

.gallery li
{
    width: 22%;
    display: inline-block;
    padding:  0 1.5%;
    vertical-align: middle;
    cursor: pointer;
}

.the-guys li
{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3%;
}

.ie7 .the-guys li
{
    display: inline;
}

@media handheld, only screen and (max-device-width: 480px)
{

}
/*___ STRONG/B _________________________________________________________________*/

/*___ EM/I _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#logo
{
    display: block;
    width: 195px;
    height: 217px;
    position: absolute;
    top: 9px;
    left: 0;
    background: transparent url(images/logo.png) no-repeat top left;
    text-indent: -9999em;
}

.my-nw
{
    display: block;
    width: 126px;
    height: 70px;
    margin: 0 0 24px 0;
    background: transparent url(images/710AM.png) no-repeat top left;
    text-indent: -9999em;
}

.tune-in
{
    display: block;
    width: 113px;
    height: 96px;
    background: transparent url(images/tune-in.png) no-repeat top left;
    text-indent: -9999em;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.tune-in:hover
{
    background: transparent url(images/tune-in-hover.png) no-repeat top left;
}

.menu a
{
    display: block;
    padding: 5px 12px;
    font-size: 17px;
    color: #fff;
}

.menu a:hover
{
    color: #d2dde6;
    text-decoration: none;
}

.menu a:after
{
    content: '';
    width: 1px;
    height: 47px;
    position: absolute;
    top: -8px;
    left: 0;
    background: #686A48;
    background: -moz-linear-gradient(19% 100% 90deg,transparent, #686A48, transparent 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(transparent), color-stop(.5,#686A48));
}

.menu li:first-child a:after
{
    background: transparent;
}

.categories a
{
    display: block;
    padding: 30px 0;
    border: solid 1px #6C6D4B;
    -webkit-transition-duration: 400ms;
  -webkit-transition-property: background, color;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: background, color;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: background, color;
  -o-transition-timing-function: ease;
}

.categories a:hover
{
    background: #6C6D4B;
    color: #ffffff;
    text-decoration: none;
}

.brief > a
{
    display: block;
    margin-top: 17px;
    text-align: right;
}

.toolbar a
{
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    text-indent: -9999em;
    border-radius: 0;
    -webkit-transition-duration: 400ms;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: opacity;
  -o-transition-timing-function: ease;
}

.toolbar a:hover
{
    opacity: .5;
}

.toolbar .bio a
{
    width: 65px;
    height: 48px;
    background: transparent url(images/icons/bio.png) no-repeat top left;
}

.toolbar .blog a
{
    background: transparent url(images/icons/wordpress.png) no-repeat top left;
}

.toolbar .facebook a
{
    background: transparent url(images/icons/facebook.png) no-repeat top left;
}

.toolbar .twitter a
{
    background: transparent url(images/icons/twitter.png) no-repeat top left;
}

.toolbar .rss a
{
    background: transparent url(images/icons/rss.png) no-repeat top left;
}

.gear-reviews li:hover a
{
    color: #9da161;
}

.gear-reviews .comments
{
    position: absolute;
    bottom: 18px;
    right: 15px;
    background: url(images/reviewGraphic.png) no-repeat left;
    height: 32px;
    padding-left: 30px;
    font-family: 'Cantata One', Georgia, serif;
    font-size: 16px;
}

.gear-reviews li:first-child .comments
{
    bottom: 28px;
}

.login
{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.video-feed a {
    color: white;
}

@media handheld, only screen and (max-device-width: 480px)
{

}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH/TD _________________________________________________________________*/
#content th,
#content td
{
    padding         : 5px;
  border          : solid 1px #000000;
}

/*___ IMG _________________________________________________________________*/

img[style*="left"]
{
    margin: 0 10px 10px 0;
}

img[style*="right"]
{
    margin: 0 0 10px 10px;
}

.header-ad img
{
    display: block;
}

#content img
{
    border: solid 1px #6C6D4B;
}

.categories img
{
    display: block;
    margin: 0 auto 10px auto;
}

.gear-reviews img,
.GearReview #content img
{
    float: left;
    margin: 0 15px 0 0;
}

#product-list img
{
    width: 33%;
    margin-right: 15px;
    float: left;
    border: none;
}

.video-feed img
{
    float: right;
    margin: 0 0 0 15px;
    width:  150px;
}

#content .ad-banners img
{
    border: none;
}

footer .ad-banners img
{
    border: solid 1px #fff;
}

.gallery img
{
    opacity: 1;
    -webkit-transition-duration: 400ms;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: all;
  -o-transition-timing-function: ease;
}

.gallery img:hover
{
    opacity: .6;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT/TEXTAREA/SELECT __________________________________________*/
input[type="text"],
input[type="password"]
{
    display: block;
    padding: 10px 13px;
    width: 89%;
    font-size: 22px;
    line-height: 22px;
    color: #939393;
}

input[type="text"].quantity
{
    display: inline-block;
    padding: 5px;
    width: 30px;
    font-size: 14px;
    line-height: 14px;
}

.ie7 input[type="text"].quantity
{
    display: inline;
}

.TextPage .button
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 44%;
    padding: 10px 2%;
    height: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Cantata One', Georgia, serif;
    font-weight: bold;
    border: solid 1px #6b90b0;
    background: url(images/button-gloss.png) no-repeat top left, url(images/button-gradient.jpg) repeat-x top left;
    background-color: #6D91B1;
    color: #fff;
    text-shadow: 0 0 1px #6b90b0;
    cursor: pointer;
}

.TextPage .text
{
    line-height: 40px;
    font-size: 28px;
    margin-left: 3%;
}

.form-input
{
    display:  inline-block;
    width: 81%;
    margin-bottom: 20px;
}

.ie7 .form-input
{
    display:  inline;
}

.form-input input
{
    width:  97%;
}

#product-list select
{
    padding: 5px;
    width: auto;
}

.ie7 input[type="text"],
.ie7 input[type="password"]
{
    display: inline;
}

textarea
{
    display: block;
    padding: 5px;
    width: 400px;
    min-height: 200px;
}

.form-input textarea
{
    width: 100%;
}

input[type="submit"],
.PayPalCart button
{
    position: relative;
    width: 100%;
    padding: 10px 5%;
    height: 54px;
    text-align: center;
    font-size: 28px;
    line-height: 23px;
    font-family: 'Cantata One', Georgia, serif;
    font-weight: bold;
    border: solid 1px #6b90b0;
    background-color: #B0C4D4;
    background: url(images/button-gloss.png) no-repeat top left, url(images/button-gradient.jpg) repeat-x top left;
    color: #fff;
    text-shadow: 0 0 1px #6b90b0;
    cursor: pointer;
}

.leave-comment input[type="submit"]
{
    width:  auto;
    float: right;
}

.PayPalCart .add-to-cart
{
    width: 167px;
    padding: 10px 2%;
    margin: 5px 0 0 0;
    font-size: 19px;
}

input[type="submit"]:hover,
.PayPalCart button:hover
{
    background: #6b90b0;
}

.PayPalCart .update-cart,
.PayPalCart .paypal-checkout
{
    display: inline-block;
    width: 46%;
    vertical-align: top;
    padding: 10px 2%;
    height: 43px;
    font-size: 13px;
    color: #fff;
    background: url(images/button-gradient.jpg) repeat-x top left;
}

.ie7 .PayPalCart .update-cart,
.ie7 .PayPalCart .paypal-checkout
{
    display: inline;
}


.PayPalCart .update-cart
{
    margin-right: 15px;
}

/*___ LABEL _________________________________________________________________*/
label
{
    display: block;
    margin-bottom: 20px;
}

.mindfly
{
    display: block;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    padding:  0 0 0 15px;
}

#product-list label
{
    margin-bottom: 5px;
}

/*___ BUTTON _________________________________________________________________*/
.buttons button
{
    overflow: visible;
    position: relative;
    width: 212px;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Cantata One', Georgia, Helvetica, serif;
    font-size: 48px;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
    background: #8d8f75;
    color: #686a48;
    border: none;
    cursor: pointer;
    z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.buttons .radio-show button
{
    background: #999A83;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999A83), to(#b4b5a4));
    background: -moz-linear-gradient(100% 100% 90deg,#B4B5A4,#999A83 );
}

.ie7 .buttons li
{
    margin: 0 0 0 -17px;
}

.buttons li:hover button:after,
.buttons button.current:after,
.buttons button.next:after
{
    content: url(images/fish.png);
    position: absolute;
    bottom: -16px;
    right: -21px;
    z-index: 10;
}

.ie8 .buttons li:hover button:after,
.ie8 .buttons button.current:after,
.ie8 .buttons button.next:after,
.ie9 .buttons li:hover button:after,
.ie9 .buttons button.current:after,
.ie9 .buttons button.next:after
{
    bottom: -13px;
    right: -20px;
}

.buttons button:hover,
.buttons button.current,
.buttons button.next
.buttons .radio-show button:hover
{
    width: 248px;
    background: #ffffff url(images/button-hover.png) repeat-y top right;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.buttons button .first
{
    position: absolute;
    top: 7px;
    left: 15px;
    z-index: 1;
}

.buttons button:hover .first
{
    color: #6b90b0;
}


.buttons button .second
{
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 2;
    color: #828467;
    color: rgba(104,106,72,.3);
}

.buttons button:hover .second
{
    color: #6b90b0;
    color: rgba(107,144,176,.3);
}



.buttons .radio-show .second
{
    font-size: 58px;
}

.buttons .radio-show .second:first-letter
{
    font-size: 68px;
}

.buttons .rob-endsley .second
{
    font-size: 38px;
}

.buttons .rob-endsley .second:first-letter
{
    font-size: 48px;
}

.buttons .tom-nelson .second
{
    font-size: 43px;
}

.buttons .tom-nelson .second:first-letter
{
    font-size: 53px;
}

.buttons .duane-inglin .second
{
    font-size: 51px;
}

.buttons .duane-inglin .second:first-letter
{
    font-size: 61px;
}

/* __ VIDEOS PAGE ____________________________*/
.video-list {
    margin-left: -2%;
}

.video-list li {
    display: inline-block;
    width: 31%;
    margin: 0 -.25em 1.5em 2.4%;
}

.video-list img {
    display: block;
    margin-bottom: .5em;
    max-width: 100%;
}

.video-list h3 {
    padding-bottom: 0;
}

/* __ Video Pop-Up _______________________________*/
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
}

.pop-up {
    display: none;
    position: fixed;
    top: 300px;
    left: calc(50% - 450px);
    z-index: 99999;
}

.pop-up.open,
.overlay.open {
    display: block;
}

.pop-up .close {
    position: absolute;
    top: 0;
    right: -30px;
    width:30px;
    height: 30px;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
}


/*___ flyeye _______________________________________________________________*/

.flyeye-veil{position:fixed; left:0; top:0; width:100%; height:100%; z-index:998; background:#000; opacity:0}

.flyeye-wrapper{position:fixed; z-index:999; width:960px; top:0; height:100%; left:50%; margin-left:-480px}

.flyeye-frame{display:inline-block; border:solid 20px white; margin:0; padding:0; opacity:0; zoom:1; position:relative; #top:-50%}

.ie7 .flyeye-frame{display:inline;}

.compact .flyeye-panel{display:none}

.flyeye-frame:hover figcaption{display:block}

.flyeye-wrapper .hidden{display:none}

.flyeye-counter{width:216px; color:white; margin:0 0 10px; font-size:14px; font-family:Arial,Helvetica,Sans-Serif; text-align:center; line-height:14px}

.flyeye-panel{position:absolute; left:0; top:50%; margin-top:-125px}

.flyeye-imagepane{display: table; width:744px; height:100%; border:0; padding:0; margin:0; #position:relative; overflow:hidden; float:right}

.compact .flyeye-imagepane{width:100%; float:none}

.flyeye-framewrapper{#position:absolute; #top:50%; display:table-cell; vertical-align:middle; text-align:center; height:100%; padding:0; margin:0; border:0}

.flyeye-caption{width:216px; line-height:18px; font-size:14px; font-family:Arial,Helvetica,Sans-Serif; color:white}

.flyeye-wrapper ol{margin:0; padding:0; list-style-type:none; width:216px; overflow:hidden}

.flyeye-wrapper li{width:67px; margin:0 5px 5px 0; float:left}

.flyeye-wrapper ol .thumb{width:67px; height:67px; overflow:hidden; padding:0; border:solid 2px white; background:none; display:block; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ie-box-sizing:border-box; box-sizing:border-box; cursor:pointer}

.flyeye-wrapper .thumb.current, 
.flyeye-wrapper .thumb:hover{border:solid 2px #f60}

.flyeye-frame button{position:absolute}

.flyeye-wrapper .previous-set, 
.flyeye-wrapper .next-set, 
.flyeye-wrapper .previous-image, 
.flyeye-wrapper .next-image{width:29px; height:30px; text-indent:-9999em; border:none; cursor:pointer; opacity:0.6}

.flyeye-wrapper .previous-set:hover, 
.flyeye-wrapper .next-set:hover, 
.flyeye-wrapper .previous-image:hover, 
.flyeye-wrapper .next-image:hover{opacity:1}

.flyeye-wrapper .previous-set, 
.flyeye-wrapper .previous-image{background:transparent url(images/flyeye-previous.png) no-repeat left top}

.flyeye-wrapper .next-set, 
.flyeye-wrapper .next-image{background:transparent url(images/flyeye-next.png) no-repeat left top}

.flyeye-wrapper .next-set{margin-left:155px}

.flyeye-wrapper .hidden+.next-set{margin-left:184px}

.flyeye-wrapper .previous-image, 
.flyeye-wrapper .next-image{top:50%; margin-top:-15px; display:none}

.flyeye-frame:hover .previous-image, 
.flyeye-frame:hover .next-image{display:block}

.flyeye-wrapper .previous-image.hidden, 
.flyeye-wrapper .next-image.hidden, 
.compact.flyeye-wrapper .previous-image.hidden, 
.compact.flyeye-wrapper .next-image.hidden{display:none}

.compact.flyeye-wrapper .previous-image, 
.compact.flyeye-wrapper .next-image{display:block}

.flyeye-wrapper .previous-image{left:5px}

.flyeye-wrapper .next-image{right:5px}

.flyeye-frame .flyeye-close{right:10px; top:10px}

.flyeye-wrapper li img{min-width:67px; min-height:67px; max-width:89px; max-width:89px}

.flyeye-frame img{max-width:704px !important; display:block}


.flyeye-close {
display: block;
font-size: 19px;
padding: 5px;
position: fixed;
right: 30px;
top: 30px;
background: black;
color: white;
border: 0;
margin: 0;
z-index: 999;
cursor: pointer;
text-decoration: underline;
border-image: initial;
}

.flyeye-close:hover {
color: #F60;
text-decoration: none;
}

.podcast-ads-three {
    width: 960px;
    margin: 16px 0 16px -45px;

}

.podcast-ads-three .ad {
    margin: 0 8px;
    width: 300px;
    display: inline-block;
}

/*___Group/Section/Class_________________________________________________________________*/






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
