/* Start 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%;
	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;
	}

/* End Reset ---------------------------- */



/* Start Global ----------------------------- */

img, video, embed, object, canvas object, table {
	max-width: 100%;
	}
img {
  height:auto;
}
video {
	height: auto;
	}
sup{
    font-size: 0.8em;
    vertical-align: top;
}
.alignleft,img.alignleft {
float:left;
margin:5px 10px 5px 0
}

.alignright,img.alignright {
float:right;
margin:5px 0 5px 10px
}

.aligncenter,div.aligncenter,img.aligncenter {
text-align:center;
display:block;
margin:10px auto
}
/* End Global  ----------------------------- */



/* Start Typography ----------------------------- */

body {
	font: normal 110% 'Lucida Grande', Verdana, Arial, sans-serif;
	color: black;
	}

a {
	font-weight: bold;
	text-decoration: none;
	}

a:link {
	color: #004276;
	}

a:visited {
	color: #666699;
	}

a:hover {
	text-decoration: underline;
	}

a#logo:hover {
	text-decoration: none;
	}


h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	font-weight: normal;
	}
.menu-accordion a.accordion-more, .menu-accordion a.accordion-more:visited{
	color:#E51B24 !important;
	float:right;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	}

h1 {
	font-size: 1.5em; /* 24 / 16 */
	line-height: 1.5;
	}

h2, h3 {
	font-size: 1.25em; /* 18 / 16 */
	line-height: 1.5;
	}

.home .marquee-carousel h2, .posts h2, .gallery-carousel>h2, #homepage-promo h2, #featured-gallery h2, .category-posts h2,
	 .page-template-site-search-php h2, .error404 h2, #latest-news h2, .featured-articles h2, .featured-row h2, .image-search-results h2,
	 .training-row h2 {
	font-size: 1.66666667em;
	}
h2.large-title{
	font-size:2em;
	text-align:center;
	}

h4, h5, h6 {
	font-size: 1em;
	line-height: 1;
	}

#latest-news h2 {
	margin: 0 0 10px 0;
	}

#latest-news #marquee h1 {
	margin-bottom: 10px;
	border-bottom: none;
	}

#latest-news h2 {
	border-bottom: 2px solid gainsboro;
	}

.menu {
	font-size: 0.875em;
	}
#menu-primary, #menu-primary-nav{
	/*display:block;*/
	}
#mobile-footer-menu{
	cursor:pointer;
	}
  #mobile-footer-menu ul,
  #footer-links {
    list-style:none;
  }

blockquote {
	margin: .625em 10px;
	padding-left: 10px;
	border-left: 3px solid;
	font-style: italic;
	}

p {
	margin: 0 0 10px 0;
	}

b, strong, label {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

.main, #sidebar {
	font-size: .75em;
	line-height: 1.5;
	}

footer#site-footer {
	font-size: 0.75em;
	}
footer#mod-footer {
	font-size: 0.75em;
	}

/* End Typography  ----------------------------- */



/* Start Layout & Design ----------------------------- */

body {
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;

	}

#container {
	margin: 0 auto;
	display: block;
	max-width: 600px;
	background-color: white;
	position: relative;
	}

#modcontainer {
	margin: 0 auto;
	display: block;
	max-width: 600px;
	background-color: white;
	position: relative;
	}

#masthead, .main, #sidebar {
	margin: 0 10px;
	max-width: 580px;
	clear: both;
	}

#masthead {
	padding-top: 10px;
	margin-bottom: 10px;
	}

.fb-comments iframe {
	max-width: 300px;
	}

footer#site-footer {
	max-width: 600px;
	clear: both;
	}

footer#mod-footer {
	clear: both;
	width:100%;
	}

html > body #stickyAdFooter{
	height: 70px;
	width:1020px;
	position: fixed;
	bottom: 0;
	z-index: 200;
	background: #fff;
	text-align: center;
	font-size:120%;
	background-color: transparent;
	}

.news_alert {
	margin-top: 10px;
  display:inline-block;
  width:100%;
}
#breaking-news-alert {
	line-height: 1.25;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	text-align: center;
	-webkit-box-shadow: inset darkgrey 0 1px 2px, white 0 1px 2px;
	-moz-box-shadow: inset darkgrey 0 1px 2px, white 0 1px 2px;
	box-shadow: inset darkgrey 0 1px 2px, white 0 1px 2px;
	background: lemonChiffon;
	background-image: -webkit-linear-gradient(top, lemonChiffon 30%, yellow 90%);
	background-image: -moz-linear-gradient(top, lemonChiffon 30%, yellow 90%);
	background-image: -ms-linear-gradient(top, lemonChiffon 30%, yellow 90%);
	background-image: -o-linear-gradient(top, lemonChiffon 30%, yellow 90%);
	background-image: linear-gradient(top, lemonChiffon 30%, yellow 90%);
	display: block;
	clear: both;
	color: darkRed;
	}

.news_alert a {
	line-height: 1.25;
	font-weight: bold;
	text-decoration: none;
	padding: 6px;
	text-align: center;
	-webkit-box-shadow: inset darkgrey 0 1px 2px, white 0 1px 2px;
	-moz-box-shadow: inset darkgrey 0 1px 2px, white 0 1px 2px;
	box-shadow: inset darkgrey 0 1px 2px, white 0 1px 2px;
	display: block;
	clear: both;
  color:#fff;
  }
.main {
	margin-top: 10px;
	}
  .home .main-full {
    clear:both;
    float:none;
  }

#logo {
	max-width: 72%;
	display: block;
	}

a.more {
	display: inline;
    float: right;
	}

a.more-first {
	display:block;
	text-align:right;
	}

.link-divider {
	float: right;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
	}

#mobile-nav {
	background:black;
	}

.link-button, #page-nav a,
.liveblog_nav a {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: gray;
    color:white;
	}

.link-button:hover, #page-nav a:hover,
.liveblog_nav a:hover {
    color:white;
	background:black;
	text-decoration: none;
	}

#page-nav{
	float:right;
	margin: 10px 0;
	}

#mobile-menu {
	color: white;
	font-size: .875em;
	height: 1.875em;
	line-height: 1.875em;
	padding-left: .5em;
	display: block;
	position: relative;
	top: 38px;
	font-weight: bold;
	}

#mobile-menu span {
	margin-right: .5em;
	font-size: 1.3125em;
	vertical-align: top;
	}

form.search {
	padding-bottom: 10px;
	top: -27px;
    vertical-align: top;
    width: 97%;
    position: relative;
	margin-left: 5px;
	}

form.search input {
	width: 96%;
	color: #333;
	background-color: #EFEFEF;
	font-size: .875em;
	line-height: 1.4;
	font-style: italic;
	border: none;
	padding: 3px;
	}

form.search input:focus {
	color: #000;
	background-color: white;
	font-style: normal;
	}

.search_button{
	float:right;
	margin-left:5px;
	cursor:pointer;
	}

#subscription, .social-links, nav.table-of-contents,
#recent-posts, .menu li.network, #sidebar-secondary,
#promo, #leaderboard, #leaderboard-buddy, #banner, .menu {
	display:none;
	}

.menu {
	clear: both;
	overflow: hidden;
	background-color: black;
	list-style-type: none;
	}

.menu li {
	line-height: 2.1;
	}

.menu li a {
	display: block;
	padding-left: 10px;
	}

.menu ul li a::before {
	content: "- ";
	}

.menu li a:link, .menu li a:visited {
	color: white;
	}

footer#site-footer {
	background-color: white;
	text-align: center;
	color: #444;
  padding:1.5em 0;
	border-top: 1px outset;
	}
.footer_col_1,
.footer_col_2 {
  margin-bottom:1.5em;
}
footer#site-footer p a:link, footer#site-footer p a:visited {
	color: #444;
	}

#site-footer h4 {
  font-size:1.25em;
  margin-bottom:.813em;
}

  #site-footer .copyright_group ul {
    border-top:none;
  }
#site-footer li {
  border-bottom:1px solid #ccc;
}
#site-footer a {
  font-weight:normal;
  display:block;
  padding:1em 0;
}
  #site-footer a:hover {
    background-color:#ddd;
  }

 /* Modular template footer */
 footer#mod-footer {
	background-color: white;
	text-align: center;
	color: #444;
  padding:1.5em 0;
	border-top: 1px outset;
	}
.footer_col_1,
.footer_col_2 {
  margin-bottom:1.5em;
}
footer#mod-footer p a:link, footer#mod-footer p a:visited {
	color: #444;
	}

#mod-footer h4 {
  font-size:1.25em;
  margin-bottom:.813em;
}

  #mod-footer .copyright_group ul {
    border-top:none;
  }
#mod-footer li {
  border-bottom:1px solid #ccc;
}
#mod-footer a {
  font-weight:normal;
  display:block;
  padding:1em 0;
}
  #mod-footer a:hover {
    background-color:#ddd;
  }

  /* End Modular Template  Footer*/
.cgi_logo {
  margin:1.5em 0;
}
.clearfix:after, li.post:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}

.page h1, .archive h1, .blog h1 {
	border-bottom: 2px solid gainsboro;
	}

.category-posts h2, #sidebar .posts h2, .gallery-carousel>h2 {
	border-bottom: 2px solid gainsboro;
	}

.marquee-carousel {
	overflow: hidden;
	}

#mobile {
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	}

#mobile img {
	width: 320px;
	}

#sidebar .ad {
	text-align: center;
	background-color: gainsboro;
	padding: 10px 0;
	}

.mobile-ad .ad{
	height:50px;
	}

.marquee-carousel, .gallery-carousel, .posts, #homepage-promo, .category-posts {
	width: 100%;
	margin: 0 auto 20px auto;
	}

#homepage-promo {
	width: auto;
	text-align: center;
	}

#homepage-promo h2 {
	text-align: left;
	}

.category-posts, #homepage-promo {
	max-width: 580px;
	clear:both;
	}
.gallery-carousel .slideHed {
	margin: 0 auto;
	max-width:300px;
	}

.posts h2 a:link, .posts h2 a:visited, .category-posts h2 a:link,
.gallery-carousel>h2 a:link, .gallery-carousel>h2 a:visited {
	font-weight: normal;
	}

.category-posts ul li {
	clear: left;
	margin: 10px 0;
	}

.category-posts ul li img {
	float: left;
	margin: 0 10px 10px 0;
	width: 80px;
	height: 80px;
	}

.category-posts ul.titles-only {
	list-style: outside square;
	margin-left:15px;
	}

.category-posts .titles-only li {
	margin: 5px 0 7px 0;
	}

.main .posts li, .featured-articles li, .archive li.post, .main .category-posts li, .video-posts li {
	position: relative;
	}
.home .featured-row{
	clear:both;
}

.featured-articles, .featured-row, .training-row {
	max-width: 580px;
	margin: 0 0 20px 0;
	}

.featured-articles li {
	display: block;
	padding-bottom: 10px;
	margin-top: 10px;
	}

.featured-articles li:first-child {
	padding: 0 0 10px 0;
	}

.featured-articles li img {
	float: left;
	clear: left;
	margin: 0 10px 0 0;
	}

.featured-row h2, .training-row h2 {
	display:block;
	text-align: center;
	background-image: url("images/mountain.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
	background-color: transparent;
	color: black;
	}

.featured-row ul, .featured-articles ul {
	padding: 10px 0;
	}

.featured-row .post {
	position: relative;
	display: block;
	padding-bottom: 10px;
	margin-top: 10px;
	}

.featured-row .post img {
	float: left;
	clear: left;
	margin: 0 10px 5px 0;
	}

.widget {
	margin: 0 0 20px 0;
	}
.widget.newsletter-signup{
  padding:10px;
	background-color: gainsboro;
  display:none;
	}
.widget.newsletter-signup .textwidget{
	background-color:gainsboro;
	margin:0 10px;
	padding:10px 0;
	}
.widget.newsletter-signup .newsletter-widget{
	padding:1px 0;
	background-color: white;
	}
.widget.newsletter-signup .textwidget h2{
	margin-left: 10px;
    padding-top: 5px;
	}
.widget.newsletter-signup .textwidget iframe{
	height:50px;
	overflow:hidden;
	}

a.overlay {
    position: absolute;
    display: block;
	top: 0;
	left: 0;
    height: 80px;
    width: 80px;
    overflow: hidden;
    background:url(images/blank.gif) no-repeat top left;
	}

li.category-video a.overlay, li.category-videos a.overlay {
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("images/video.png");
	}

.featured-row .post a.overlay, .featured-articles li a.overlay, .category-mtb.archive .featured-row li a.overlay {
    height: 68px;
    width: 120px;
	}

.archive .post, .blog .post, .page-template-site-search-php .post, .error404 .post, .video-posts li.post {
	clear: left;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid gainsboro;
	list-style: none;
	}
.page-template-site-search-php h2{
	border-bottom:1px solid gainsboro;
	clear:both;
	}

.archive .post img, .blog .post img, .page-template-site-search-php .post img, .error404 .post img, #author-meta img, .video-posts li.post img {
	float: left;
	margin: 0 10px 0 0;
	width: 80px;
	height: 80px;
	}

.archive .post ul li, .blog .post ul li, article header ul li, .marquee ul li, #small-marquee ul li {
	margin-right: 10px;
	font-weight: bold;
	color: #808080;
	}
.marquee ul li div p,
.slideHed {
  color:#333;
}
.featured-articles li.post {
	clear: none;
	margin-top: 0;
	border-bottom: none;
	}

.featured-articles li.post img, .featured-row .post.post img {
	height: 68px;
	width: 120px;
	}

a.post-edit-link, a.post-edit-link:visited {
	font-weight: bold;
	color: green;
	}


form.table-of-contents, .multi-page-image {
	display: block;
	text-align: center;
	}

form.table-of-contents {
	vertical-align: top;
	}

#share-links {
	border-top: 1px solid gainsboro;
	padding: 3px 0;
	clear: both;
	zoom: 1;
	overflow: hidden;
  margin-top:20px;
	vertical-align: middle;
	line-height: 1.5;
	}

#share-links li {
	display: block;
	float:left;
	margin-right: 4px;
	}

#share-links li iframe {
	vertical-align: top;
	width: 45px !important;
	}
#share-links .pw-button {
  font-size:16px!important;
}
#comment-count, .custom-rss-button, .custom-twitter-button, .custom-facebook-button, .custom-google-button, .printer-button {
	position: relative;
	text-decoration: none;
	}

#comment-count, .custom-rss-button, .custom-twitter-button, .custom-facebook-button, .custom-google-button, .printer-button {
	padding-left: 18px;
	}

#comment-count, .custom-rss-button, .custom-twitter-button, .custom-facebook-button, .custom-google-button, .printer-button {
	background-image: url('images/share-sprite.png');
	background-repeat: no-repeat;
	}

#comment-count {
	background-position: 0px 0px;
	float:left;
	margin: 3px 7px 0 0;
	}

.custom-twitter-button {
	background-position: 0px -32px;
	}

.custom-facebook-button {
	background-position: 0px -64px;
	}
.custom-google-button{
	background-position: 0px -128px;
	}
.printer-button{
	background-position: 0px -160px;
	color: #004276;
	cursor:pointer;
	}
.printer-button:hover{
	text-decoration:underline;
	}

article header {
	margin-bottom: 10px;
	}

.qa {
	font-size: 2.25em;
	float: left;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0px 15px 15px 15px;
	}

.vertical-image {
	width:33%;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	}
.multi-page-image.vertical-image{
	float:none;
	width:100%;
	}

.carousel {
	float: left;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0;
    width: 310px;
	}

.gallery-carousel, .gallery-slider, .gallery-carousel-big{
	position: relative;
	overflow: hidden;
	}
.gallery-slider .carousel-nav{
	border-bottom:none;
}
.cover img {
	display: block;
	margin: 10px auto;
	}

#post-slider-secondary .cover.secondary {
	max-height: 200px;
	}

.carousel-nav {
	clear: both;
	display: none;
	text-align: right;
	line-height: 2.5;
	border-bottom: 2px solid gainsboro;
	}

.slide a.view-full-image, #post-slider-secondary .slideHed{
	display:none;
	}

.gallery-carousel .carousel-nav, .gallery .carousel-nav, .page-template-site-search-php .carousel-nav {
	border-bottom: none;
	}

.carousel-next, .carousel-prev {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: 50% 4px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align:middle;
    cursor:pointer;
    text-indent: -9999px;
	}

.carousel-next, .carousel-prev {
    background-image: url("images/slide-nav-sprite.png");
    background-repeat: no-repeat;
	}

.carousel-next {
	background-position: 0px 0px;
	}

.carousel-prev {
	background-position: 0px -32px;
	}

.category-lists .carousel-next, .category-lists .carousel-prev {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 29px;
    width: 27px;
    vertical-align:middle;
    cursor:pointer;
	}

.category-lists .carousel-next, .category-lists .carousel-prev {
    background-image: url("images/legacy-list-slide-nav-sprite.png");
    background-repeat: no-repeat;
	}

.category-lists .carousel-next {
	background-position: 0px 0px;
	}

.category-lists .carousel-prev {
  margin-right:1.25em;
	background-position: 0px -30px;
	}

.gallery-slider ul, .video-slider ul, .search-slider ul, .gallery-slider-sidebar ul {
	text-align:center;
	list-style:none;
	}
.fancybox-nav {
    width: 80px !important;
}

.fancybox-nav span {
    visibility: visible !important;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-next {
    right: -80px !important;
}

.fancybox-prev {
    left: -80px !important;
}

.gallery-slider .viewLargerImage {
  margin-bottom:5px;
  display:none;
}

.archive .marquee {
	border-bottom: 1px solid gainsboro;
	padding-bottom: 10px;
	}

#post-slider-secondary .slide  {
	width: 200px;
	height: 210px;
	}

#post-slider-secondary.in-article .slide{
	width:90px;
	height:90px;
}

#gallery-slider-sidebar-secondary .slide, #gallery-slider-secondary .slide {
	height: 160px;
	width: 100px;
	}

#image-slider-secondary .slide{
	width: 215px;
	height: 276px;
	}

#marquee-slider .slide{
	width:100%;
	margin-right:0;
	}
#image-slider-secondary .cover img{
	max-height: 150px;
	}

.slide{
	float: left;
	margin-right: 5px;
	overflow: hidden;
	}

.attachment-gallery-carousel {
	height: 100px;
	width: 100px;
	}

#image-slider-secondary .slide a{
	max-width:200px;
	}

.slide a {
	display: inline;
	}

.slide div p{
	font-size: smaller;
	}

.slide p {
	text-align: left;
	display:none;
  color:#333;
	}

.search-slider ul li h3{
	width:90%;
	}

.counter-text{
	vertical-align: middle;
	padding: 10px 10px 0 0;
	}

#author-meta {
	border-bottom: 2px solid gainsboro;
    border-top: 2px solid gainsboro;
    padding: 10px 0;
	font-size: .875em;
	}

#author-meta ul {
	clear: left;
	}

.post-taxonomy {
    clear: both;
	border-top: 2px solid gainsboro;
	padding: 10px 0;
	margin: 0;
	}

.post-taxonomy span {
	display: block;
	}

footer#site-footer {
	background: gainsboro;
	background-image: -webkit-linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	background-image: -moz-linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	background-image: -ms-linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	background-image: -o-linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	background-image: linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	}

footer#site-footer p {
	padding: .15em;
	clear: both;
	margin: .5em 0px;
	}

footer#site-footer ul#brands {
	display: none;
	}

footer#site-footer ul#footer-brands {
	display: none;
	}
footer#site-footer a {
  color:#666;
}
footer#site-footer p.copyright_text {
  padding:0 1em;
}

/* Modular Footer Start */
footer#mod-footer {
	background: gainsboro;
	background-image: -webkit-linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	background-image: -moz-linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	background-image: -ms-linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	background-image: -o-linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	background-image: linear-gradient(top, whitesmoke 25%, gainsboro 75%);
	}

footer#mod-footer p {
	padding: .15em;
	clear: both;
	margin: .5em 0px;
	}

footer#mod-footer ul#brands {
	display: none;
	}

footer#mod-footer ul#footer-brands {
	display: none;
	}
footer#mod-footer a {
  color:#666;
}
footer#mod-footer p.copyright_text {
  padding:0 1em;
}
/* Modular Footer End */

.gallery-view ul li {
	display: inline-block;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    width: 48%;
	}

.gallery-view ul li h3 {
	width:95%;
	}

figcaption {
	font-style: italic;
	color: gray;
	font-size: smaller;
	}

#featured-gallery {
	max-width: 580px;
	position: relative;
	height: 360px;
	display: block;
	}

#featured-gallery h2 {
	background-image: url("images/wedge.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 10px;
	background-color: transparent;
	color: black;
	border-bottom: none;
	}

#featured-gallery h2 a {
	max-width: 560px;
	padding: 0 10px;
	color: white;
	display: block;
	}

#featured-gallery>a {
	text-decoration: none;
	max-width: 580px;
	display: block;
	height: 320px;
	}

.page-template-site-home-php #featured-gallery {
	margin-left: 0;
}

.page-template-site-home-php .category-posts .ad {
	text-align: center;
	background-color: gainsboro;
	padding: 10px 0;
}

#searchText {
	width: 60%;
	margin: 1em 0;
	font-size: 1.2em;
	}

#searchButton {
	margin-left: 10px;
	font-size: 1.2em;
	}

.page-template-site-search-php .posts{
	float:left;
	}

.page-template-site-search-php #page-nav a, .error404 #page-nav a{
	margin-bottom:10px;
	}

.search-tabs h2 {
	border-top:none;
	}

.search-tabs li {
	background-color: black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
	padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
	}

.search-tabs li a{
	color:white;
	}

.search-tabs {
	border-bottom: 10px solid gainsboro;
    margin-bottom: 10px;
    clear:both;
	}

.search-tabs li.active-tab {
	background-color: gainsboro;
	}
.more-link {
	float: right;
	clear: right;
	}

.popular-now, .cb-tab{
	display:none;
	}
ul.tabs li.ga-tab{
	width:100%;
	}

.in-page-ad, .advertising-com{
	display:none;
}
.video-excerpt{
	display:none;
}
#sidebar .sidebar-videos.video-posts{
	display:none;
}

figure.multi-page-image {
	max-width: 100%;
}
.attachment .multi-page-image{
	margin-top:10px;
}
.fb-comments span, .fb-comments iframe {
	max-width: 300px !important;
}
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

#post-comments{
	width:300px;
}

#map_canvas img{
	max-width:inherit;
	}
.compare-routes-button{
	margin:10px 0;
	float:right;
	}
.page-num-div{
	float:left;
	margin-right:10px;
	font-weight:bold;
	}
.map-my-fitness-logo img {
    float: right;
    position: relative;
    top: -49px;
}
.go-rving-logo {
    position: relative;
    top: -33px;
    left:60px;
}
.go-rving-logo span {
	margin-right: 5px;
    position: relative;
    top: -10px;
}
.calories-burned-form-container{
	margin-bottom:20px;
	color:white;
	clear: both;
}
.calories-burned-form-container .calories-burned-inner-container{
	padding:10px;
	background-color:black;
}
.calories-burned-form-container p.description{
	color: gainsboro;
	font-size: smaller;
	font-style: italic;
	}
.calories-burned-form-container table{
	width:100%;
}
.calories-burned-form-container td{
	padding-bottom: 3px;
	width:50%;
}
.calories-burned-form-container .bike-select, .calories-burned-form-container .speed-select, .calories-burned-form-container .swim-select{
	margin-bottom:4px;
}
.calories-burned-form-container .weight-div, .calories-burned-form-container .time-div, .calories-burned-form-container .swim-select,
	.calories-burned-form-container .speed-select, .calories-burned-form-container .bike-select, .calories-burned-form-container .calories-burned-div,
	.calories-burned-form-container .calculate_calories{
	display:none;
}
.vdot-form-container h1, .calories-burned-form-container h1, .pace-table-div h1{
	background: gray;
	background-image: -webkit-linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
	background-image: -moz-linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
	background-image: -ms-linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
	background-image: -o-linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
	background-image: linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
	padding-left:10px;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 1.8em;
	}
.toolshed-tool{
	height:130px;
	width:100%;
	text-align:center;
	}
.toolshed-tool.large {
    height: 275px;
    text-align: left;
}
.featured-headlines li.post{
	border-bottom:none;
	padding-bottom:0;
}
#small-marquee{
	margin-bottom:20px;
}

#training-menu-nav-container, #training-menu-nav-container label, #training-menu-nav-container span {
	cursor: pointer;
    font-weight: bold;
}
#toolshed {
    margin-bottom: 10px;
}
.social-text{
	display:none;
}

.sub_featured_articles_banner {
  margin:20px 0 20px 10px;
}

ul.recommended-posts li{
	margin:0 0 10px 20px;
}
.liveblog_entries li {
  margin-bottom:30px;
  padding-bottom:30px;
  border-bottom:1px solid gainsboro;
  list-style:none;
}
.liveblog_timestamp {
  text-align:right;
  font-style:italic;
}
.liveblog_gallery {
  overflow:hidden;
  line-height:0;
  margin:0 -5px;
}
.liveblog_gallery figure {
  width:50%;
  float:left;
  padding:0 5px;
}
.liveblog_nav {
  overflow:hidden;
  font-size:16px;
  margin-bottom:60px;
}
.liveblog_nav .navleft {
  float:left;
}
.liveblog_nav .navright {
  float:right;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  margin-bottom:20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* End Layout & Design ----------------------------- */


/* Start Media Queries ----------------------------- */
@media only print{
	#mobile-nav, #post-comments, #sidebar, #share-links, form.table-of-contents, #page-nav, .news_alert, #site-footer, #mod-footer .related-posts-container{
		display:none !important;
	}
}


/* Handheld Portrait */
@media only screen and (min-width: 480px) {

	.fb-comments span, .fb-comments iframe {
		max-width: 460px !important;
		}

	#mobile-menu {
		width: 49%;
		float: left;
		top: 0;
		}

	.menu {
		width: 49%;
		}

	form.search {
		width: 48%;
		float: right;
		padding-bottom: 0;
		top: 0;
		}

	form.search input {
		float: right;
		}
	#marquee-slider .slide{
		width:49%;
		margin-right:5px;
		height:290px;
	}

	.video-excerpt{
		display:block;
	}
	article figure {
		margin: 0 0 10px 0;
	}
	figure.multi-page-image {
		float: none;
	}

	}

/* Small Tablet */
@media only screen and (min-width: 600px) {

	body {
		background-size: 941px auto;
		}

	#container {
		-webkit-box-shadow: 0px 2px 9px rgba(0,0,0,0.7);
		-moz-box-shadow: 0px 2px 9px rgba(0,0,0,0.7);
		box-shadow: 0px 2px 9px rgba(0,0,0,0.7);
		border-left: 1px solid whitesmoke;
		border-right: 1px solid whitesmoke;
		}

	#modcontainer {
			background-color:#fff;
		}


	.fb-comments iframe, .fb-comments span {
		max-width: 580px !important;
		}

	#bg-link-left, #bg-link-right {
		width: 100px;
		height: 100%;
		position: fixed;
		cursor: hand;
		display: block;
		z-index: 0;
		}

	#bg-link-left {
		margin-left: -100px;
		}

	#bg-link-right {
		margin-left: 600px;
		}

	article header ul li, .archive .post ul li, .blog .post ul li, .marquee ul li {
	    display: inline;
		}

	.gallery-view ul li{
		width:32%;
		display:inline-block;
		vertical-align:top;
		text-align:center;
		margin-right:5px;
		}

	.mobile-nav-item{
		display:block;
		}

	#sidebar .gallery-carousel{
		margin-left:0;
		}

	.archive .post img, .blog .post img, .page-template-site-search-php .post img,
	.error404 .post img, #author-meta img, .archive a.overlay, .video-posts li.post img, .video-posts a.overlay {
		width: 120px;
		height: 120px;
		}

	.archive .two-column .post img, .archive .two-column a.overlay {
		width: 80px;
		height: 80px;
		}

	.archive .two-column .post {
		border-bottom: none;
		}

	#author-meta li {
		display: inline;
		margin-right: 15px;
		}

	#author-meta li:last-child {
		margin-right: 0;
		}

	#latest-news {
		margin-bottom: 20px;
		}

	#latest-news #marquee, #small-marquee {
		max-width: 590px;
		}

footer#site-footer {
  padding:1.5em .813em;
}
#site-footer h4 {
  margin-bottom:.625em;
}
#site-footer ul {
  border-top:none;
}
  #site-footer a:hover {
    background:transparent;
  }

 /* Mod template footer */
 footer#mod-footer {
  padding:1.5em .813em;
}
#mod-footer h4 {
  margin-bottom:.625em;
}
#mod-footer ul {
  border-top:none;
}
  #mod-footer a:hover {
    background:transparent;
  }
 /* End Mod Template footer*/

.footer_col_1,
.footer_col_2 {
  text-align:left;
  vertical-align:top;
  display:inline-block;
  width:47.57785467128028%; /* 275/578 */
}
.footer_col_2 {
  margin-left:3.460207612456747%; /* 20/578 */
}
.copyright_group {
  clear:both;
}
#site-footer .copyright_info li {
  border-bottom:none;
  display:inline-block;
  padding-left:1.5em;
}

#mod-footer .copyright_info li {
  border-bottom:none;
  display:inline-block;
  padding-left:1.5em;
}
  .copyright_info li:first-child {
    padding-left:0;
  }

	}

/* Large Tablet, Small Tablet Landscape */
@media only screen and (min-width: 768px) {

	body {
		font-size: 100%;
		background-color: whitesmoke;
		background-size: 1205px auto;
		}

	.fb-comments iframe, .fb-comments span {
		max-width: 418px !important;
		}

	#bg-link-left, #bg-link-right {
		width: 200px;
		}

	#bg-link-left {
		margin-left: -200px;
		}

	#bg-link-right {
		margin-left: 768px;
		}

	#container, footer#site-footer, #masthead {
		max-width: 768px;
		}

	#modcontainer, footer#mod-footer, #masthead {
		width:100%
		}

	.main {
		max-width: 418px;
		margin: 0 0 20px 10px;
		clear: left;
		float: left;
		width:100%;
		}

	.home .main {
		margin: 0;
		}

	.marquee-carousel {
		max-width: 408px;
		}
	.archive .marquee-carousel, .archive .featured-articles, .archive .category-posts{
		margin-left:0;
		}

	.main .gallery-carousel{
		margin-left:0;
		}

	.carousel {
	    max-width: 408px;
	    width:100%;
		}

	.home .carousel {
	    max-width: 408px;
		}

	#sidebar {
		max-width: 320px;
		float: right;
		clear: right;
		margin: 0 10px 0 0;
		width:100%;
		}

	#logo {
		float: left;
		}

	form.search {
		text-align: right;
		width: 188px;
		}

	form.search input {
		width: 150px;
		}

	form.search input:focus {
		color: #000;
		width: 150px;
		background-color: white;
		font-style: normal;
		}

	.home .category-posts, .main .widget, .home .marquee-carousel, .home .gallery-carousel, #homepage-promo, .home .featured-articles {
		margin: 0 0 20px 10px;
		}

	.home .gallery-carousel, #sidebar .gallery-carousel, .category-posts, .main .widget, .home .two-column, .archive .featured-articles {
		max-width: 408px;
		float: none;
		}

	.archive .post img, .blog .post img, .page-template-site-search-php .post img, .video-posts li.post img,
	.error404 .post img, #author-meta img, .archive a.overlay, .archive.home a.overlay, .video-posts a.overlay {
		width: 80px;
		height: 80px;
		}

	#promo, #leaderboard, #subscription {
		display: block;
		}

	#leaderboard iframe[id^=marker] {
	    display:none;
	}

	#promo {
		float: right;
		}

	#leaderboard {
		width: 730px;
		text-align: center;
		}

	#leaderboard img {
		border: 1px solid gainsboro;
		}

	#subscription {
		display: block;
		line-height: 1.5;
		height: 1.875em;
		margin-bottom: 10px;
		background: url('images/subscribe.png') no-repeat center left;
		}

	#subscription ul {
		float: left;
		line-height: 2;
		font-size: .875em;
		list-style:none;
		}

	#subscription ul li {
		float:left;
		margin-left: 5px;
		}

	#subscription ul li:first-child {
		margin: 0 20px 0 14px;
		font-weight: bold;
		font-style: italic;
		}

	#subscription li a, #subscription li {
		color: white;
		font-weight: normal;
		font-size:.94em;
		}

	#subscription li.race-calendar{
		background: gray;
		background-image: -webkit-linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
		background-image: -moz-linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
		background-image: -ms-linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
		background-image: -o-linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
		background-image: linear-gradient(top, #A9A9A9 15%, #4B4B4B 75%);
	    margin-left: 4px;
	    padding: 0 1px;
		}
	.social-subscribe-link{
		vertical-align: top;
    padding-top:2px;
    display:inline-block;
	}
	#menu-subscribe-nav{
		background:darkgray;
		position:absolute;
		margin-top: 2px;
		display:none;
		z-index:100;
	}
	#subscription ul#menu-subscribe-nav li{
		border-right:none;
		font-style:normal;
		margin-left:7px;
		margin-right:7px;
		margin-top:10px;
		text-align:center;
	}
	#subscription ul#menu-subscribe-nav.menu {
	    display: none !important;
	}
	#subscription ul#menu-subscribe-nav li a{
		position: relative;
    	display:block;
	}
	#menu-subscribe-nav img {
		border: 1px solid white;
	}
	.subscribe-hover span{
		cursor:pointer;
	}


	#mobile, #mobile-nav, .mobile-menu-item, .menu ul {
		display: none;
		}

	.menu {
		display: block !important;
		width: auto;
		background: black;
		background-image: -o-linear-gradient(center top, #3B3B3B 25%, #000000 75%);
		background-image: -moz-linear-gradient(center top, #3B3B3B 25%, #000000 75%);
		background-image: -webkit-linear-gradient(center top, #3B3B3B 25%, #000000 75%);
		background-image: -ms-linear-gradient(center top, #3B3B3B 25%, #000000 75%);
		background-image: linear-gradient(center top, #3B3B3B 25%, #000000 75%);
		}

	.menu, .menu ul {
		list-style-type: none;
		z-index: 9999999;
		position: inherit;
		}

	.menu ul {
		position: absolute;
		text-align: left;
		}

	.menu ul ul {
		margin: -28px 0px 0px 168px;
		}

	.menu li {
		float: left;
		border-right: 1px solid silver;
		}

	.menu li.has-sub-menu {
		background-image: url("images/has-sub-menu.png");
		background-position: top right;
		background-repeat: no-repeat;
		}

	.menu ul li, .menu ul ul li {
		display: block;
		float: none;
		border-right: none;
		color: white;
		background-color: darkgray;
		}

	.menu ul li a::before {
		content: "";
		}

	.menu li a:link, .menu li a:visited {
		padding: 0 .75em;
		font-weight: normal;
		color: white;
		}

	.menu li a:hover {
		text-decoration: none;
		background-color: black;
		}

	#featured-gallery {
		max-width: 408px;
		width: 100%;
		}

	#latest-news {
		margin: 0 0 20px 0;
		}

	#latest-news h2 {
		margin-left: 10px;
		}

	#latest-news #marquee {
		max-width: 408px;
		margin-left: 10px;
		}
	#small-marquee{
		max-width:408px;
	}

	.featured-row, .training-row {
		margin: 0 0 20px 0;
	    max-width: 408px;
		}
	.home .featured-row{
		margin-left:10px;
	}

	#author-meta li {
		display: list-item;
		margin-right: 0;
		}

	.marquee-carousel {
		/*max-height: 415px;*/
		}

	.marquee-carousel .marquee #marquee-slider .slide a img{
		max-height: 410px;
		}

	.home #sidebar-middle .ad, .media .ad{
		margin-left:0 !important;
		}

	#sidebar .posts {
		margin: 0;
		}

	#sidebar-marker {
		clear: right;
		height: 0px;
		}

	#sidebar-secondary {
		display: block;
		}

	.fixed {
		position: fixed;
		top: 10px;
		margin-bottom: 30px;
		overflow: hidden;
		width: 320px;
		}

	.alignleft {
		float: left;
		margin: 0 10px 10px 0;
	}

	.alignright {
		float: right;
		margin: 0 0 10px 10px;
	}

	.marquee-carousel .marquee #marquee-slider .slide a img{
		max-height: 230px;
	}
	.sidebar-videos li{
		position:relative;
	}

	.sidebar-videos li img, .sidebar-videos li a.overlay,
	#sidebar .sidebar-videos li img, #sidebar .sidebar-videos li a.overlay{
		height:80px;
		width:80px;
		float:left;
		margin:5px 10px 0 0;
	}
	.main .sidebar-videos.video-posts{
		display:none;
	}
	#sidebar .sidebar-videos.video-posts{
		display:block;
	}
  .gallery-slider .viewLargerImage {
    display:block;
  }
  #leaderboard.videos-leaderboard{
    	float: right;
    	margin-bottom:10px;
	}

  #site-footer li {
    border-bottom:none;
  }
  #site-footer a {
    padding:.313em 0;
    display:inline-block;
  }


  #mod-footer li {
    border-bottom:none;
  }
  #mod-footer a {
    padding:.313em 0;
    display:inline-block;
  }

  .footer_col_1_a,
  .footer_col_1_b,
  .footer_col_2_a,
  .footer_col_2_b {
    width:46.47887323943662%;  /* 165/355 */
    display:inline-block;
    vertical-align:top;
	}
  .footer_col_1_b,
  .footer_col_2_b {
    margin-left:5.633802816901408%;
  }
  .copyright_text,
  .copyright_info {
    display:inline;
  }
  .copyright_info li {
    margin-left:.625em;
    padding-left:.625em;
    border-left:1px solid #666666;
  }
    .copyright_info li:first-child {
      padding-left:.625em;
      margin-left:1.25em;
    }
  footer#site-footer p.copyright_text {
    padding:0;
  }

   footer#mod-footer p.copyright_text {
    padding:0;
  }

}

/* Large Tablet Landscape, Notebook, Desktop */

@media only screen and (min-width: 1024px) {

	body {
		background-size: auto;
		}
	#container {
		max-width: 1020px;
		}
	#modcontainer {
		max-width: 1020px;
		}
	#bg-link-left, #bg-link-right {
		width: 300px;
		}
	#bg-link-left {
		margin-left: -300px;
		}
	#bg-link-right {
		margin-left: 1020px;
		}
	#masthead, .menu, .banner {
		max-width: 1000px;
		}
	footer#site-footer {
		max-width: 1020px;
		margin:0;
		}

	footer#mod-footer {
		width: 100%;
		margin:0;
		}
	#leaderboard-buddy, #banner, .menu li.network a{
		display: block;
		}
	#leaderboard-buddy img {
		border: 1px solid gainsboro;
		}
	#leaderboard-buddy {
		float: right;
		}
	#leaderboard {
		float: left;
		margin-top:0;
		}
	#banner {
		margin: 0 10px;
		text-align: center;
		}
	#subscription li a, #subscription li {
		font-size:1em;
		}
	.social-text{
		display:inline;
    vertical-align:top;
	}
	#sidebar {
		width:320px;
		}
	#sidebar-middle, #sidebar-marker{
		float:right;
		}
	#sidebar-secondary {
		width: 320px;
		}

	.fb-comments iframe, .fb-comments span {
		max-width: 660px !important;
		}

	.featured-articles {
		max-width: 660px;
		margin: 0;
		padding-bottom: 10px;
		}
	.home .featured-articles {
		margin-left:10px;
	}

	.featured-articles li.post {
		float: left;
		margin: 0 7px 0 0;
		max-width: 120px;
		border-bottom: none;
		padding-right:7px;
		border-right:1px solid gainsboro;
		min-height:132px;
		}

	.featured-articles li.post a {
		clear: left;
		}

	.featured-articles li.post img {
		float: none;
		margin: 0 0 5px 0;
		}

	.featured-articles li.post span {
		display: none;
		}

	.featured-articles li:last-child {
		margin-right: 0;
		padding-right:0;
		border-right:none;
		}

	.featured-articles li:first-child {
		padding: 0 7px 10px 0;
		}

	.archive .featured-articles{
		max-width:100%;
	}

	#latest-news #marquee, #small-marquee {
		max-width: 320px;
		float: left;
		}
	#small-marquee img{
		max-height:240px;
	}

	#latest-news .category-posts {
		margin-left: 20px;
		}

	.featured-articles {
		clear: both;
		}

	.featured-row.middle-column, .training-row.middle-column {
		margin-left: 20px;
		}

	.featured-row, .training-row {
		max-width: 320px;
		margin: 0 0 20px 0;
		width: 100%;
		float:left;
		}
	.home .featured-row{
		margin-left:10px;
		clear:none;
	}

	.featured-row .post {
		float: left;
		clear: none;
		max-width: 120px;
		margin: 0 60px 0 10px;
		position: relative;
		border-bottom: none;
		}

	.featured-row .post span {
		display: none;
		}

	.featured-row .post:last-child {
		margin: 0 10px 0 0;
		}

	.home .gallery-carousel {
		float: left;
		}

	#homepage-promo {
		float:left;
		}
	#mobile-footer-menu{
		display:none;
		}

	.menu li.network {
		float:right;
		display: inline;
		}

	.menu li.network a {
		border-right: none;
		background-repeat: no-repeat;
		height: 29px;
		}

	.menu li.velonews a, .menu li.competitor a, .menu li.triathlete a, .menu li.singletrack a {
		background-image: url('images/network-menu-sprite.png');
		}

	.menu li.competitor a {
		width: 100px;
		}

	.menu li.triathlete a {
		background-position: 12px -29px;
		width: 100px;
		}

	.menu li.singletrack a {
		background-position: 12px -58px;
		width: 100px;
		}

	.menu li.velonews a {
		background-position: 0px -87px;
		width: 70px;
		}

	.menu li.velonews li a, .menu li.competitor li a, .menu li.triathlete li a, .menu li.singletrack li a {
		background-image: none;
		}

	.menu li.singletrack ul ul {
		margin: -28px 0px 0px 128px;
		}

	#subscription ul li {
		margin-left: 18px;
		}

	#subscription li.race-calendar{
	    margin-left: 23px;
	    padding: 0 7px;
	}

	#subscription ul li:first-child {
		margin: 0 19px 0 14px;
		}

	form.search {
		width: 205px;
		}

	form.search input, form.search input:focus {
		width: 170px;
		}

	.main {
		max-width: 660px;
		width: 100%;
		}

	.home .main {
		max-width: 670px;
		}

	.main-full, .home .main-full {
		max-width: 1020px;
		}

	.marquee-carousel {
 		max-width: 660px;
		width: 100%;
		}

	.category-posts, .home .gallery-carousel, .main .widget, #sidebar .widget, #sidebar .posts, #homepage-promo {
		max-width: 320px;
		float: left;
		}

	.category-posts, #homepage-promo {
		clear:none;
		}

	.home .two-column, .archive .two-column {
		max-width: 660px;
		}

	.top-posts, .more-posts {
		width: 312px;
		}

	.widget {
		width: 100%;
		float: none;
		}

	.main .widget, .category-posts {
		float: left;
		}

	.home .middle-column {
		margin-left: 20px;
		}

	.top-posts {
		float: left;
		border-right: 1px solid gainsboro;
		padding-right: 10px;
		}

	.more-posts {
		float: right;
		padding-left: 10px;
		}

	#featured-gallery {
		margin-left: 10px;
		}

	#featured-gallery, #featured-gallery a, #featured-gallery h2, #featured-gallery p, #homepage-promo {
		max-width: 320px;
		}

	.archive .post img, .blog .post img, .page-template-site-search-php .post img,
	.error404 .post img, #author-meta img, .archive a.overlay, .main .video-posts li.post img {
		width: 120px;
		height: 120px;
		}
	.category-mtb.archive a.overlay{
		width: 80px;
		height: 80px;
	}

	#author-meta ul {
		margin-left: 130px;
		}

	#author-meta li {
		display: inline;
		margin-right: 15px;
		}

	.carousel{
	    width: 310px;
		}

	.marquee-carousel {
		max-height: 600px;
		}

	.marquee-carousel .marquee #marquee-slider .slide a img {
		max-height: 182px;
		}

	#sidebar .gallery-carousel, #sidebar-middle .ad {
		margin-left:0;
		}

	#sidebar .gallery-carousel{
		float:none;
		}

	form.table-of-contents {
		display:none;
		}

	#recent-posts, nav.table-of-contents {
		width: 240px;
		float: left;
		border-right: 1px solid gainsboro;
		border-bottom: 1px solid gainsboro;
		margin: 0 10px 4px 0;
		display: block;
		background-image: -webkit-linear-gradient(left top, white 25%, gainsboro 75%);
		background-image: -moz-linear-gradient(left top, white 25%, gainsboro 75%);
		background-image: -ms-linear-gradient(left top, white 25%, gainsboro 75%);
		background-image: -o-linear-gradient(left top, white 25%, gainsboro 75%);
		background-image: linear-gradient(left top, white 25%, gainsboro 75%);
		}

	#recent-posts h3, nav.table-of-contents h3 {
		border-bottom: 1px solid gainsboro;
		line-height: 2;
		}

	#recent-posts ul {
		list-style: inside square;
		padding: 10px;
		}

	#recent-posts ul {
		list-style: inside square;
		}

	nav.table-of-contents ul {
		list-style: inside circle;
		padding: 10px
		}

	nav.table-of-contents ul a {
		font-weight: normal;
		}

	nav.table-of-contents ul li#current-page {
		list-style: inside disc;
		}

	nav.table-of-contents li#current-page a {
		font-style: italic;
		font-weight: bold;
		color: black;
		text-decoration: none;
		cursor: default;
		}

	.multi-page-image.vertical-image{
		float:right;
		width:385px;
	}
	nav.table-of-contents{
		margin-top:10px;
	}
	.vertical-image + nav.table-of-contents{
		margin-top:0;
	}

	footer#site-footer ul#brands {
		display: block;
		}

	footer#site-footer ul#brands li {
		display: inline;
		}

	footer#mod-footer ul#brands {
		display: block;
		}

	footer#mod-footer ul#brands li {
		display: inline;
		}

	#logos {
    	margin:40px;
	}
  	.footer-logo {
	    background:url('images/footer-sprite.png') no-repeat top left;
	    display:inline-block;
	    margin:10px;
  	}
  	.footer-logo a {
		border:none;
  	}
  	.cesNetwork {
    	width:126px;
    	height:93px;
    	float:left;
  	}
  	.competitor-logo {
    	width:188px;
    	height:39px;
    	background-position:-200px 0;
  	}
  	.triathlete-logo {
    	width:147px;
    	height:39px;
    	background-position:-400px 0;
  	}
  	.velonews {
    	width:178px;
    	height:38px;
    	background-position:-600px 0;
  	}
  	.singletrack {
    	width:145px;
    	height:23px;
    	background-position:-800px 0;
  	}
  	.womensrunning {
   		width:105px;
    	height:39px;
    	background-position:-1000px 0;
  	}
  	.rnr {
    	width:143px;
    	height:43px;
    	background-position:-1200px 0;
  	}
  	.muddybuddy {
    	width:124px;
    	height:41px;
    	background-position:-1400px 0;
  	}
  	.trirock {
   		width:164px;
    	height:31px;
    	background-position:-1600px 0;
  	}
  	.womenshalf {
    	width:65px;
    	height:51px;
    	background-position:-1800px 0;
  	}
  	.sherox {
   		width:69px;
    	height:39px;
    	background-position:-2000px 0;
  	}
  	.nflrun {
	    width:54px;
    	height:52px;
    	background-position:-2200px 0;
  	}

	footer#site-footer ul#footer-brands {
		display: block;
		clear: left;
		margin: 20px 0;
		}

	footer#site-footer ul#footer-brands li {
		display: inline;
		margin: 0 15px;
		height: 20px;
		}

	footer#site-footer ul#footer-links {
		display: block;
		clear: left;
		margin: 20px 0;
		}

	footer#site-footer ul#footer-links li {
		display: inline;
		margin: 0 40px;
		height: 20px;
		}

	/*Mod Template */
	footer#mod-footer ul#footer-brands {
		display: block;
		clear: left;
		margin: 20px 0;
		}

	footer#mod-footer ul#footer-brands li {
		display: inline;
		margin: 0 15px;
		height: 20px;
		}

	footer#mod-footer ul#footer-links {
		display: block;
		clear: left;
		margin: 20px 0;
		}

	footer#mod-footer ul#footer-links li {
		display: inline;
		margin: 0 40px;
		height: 20px;
		}
	/* End Mod template */

	.in-page-ad, .advertising-com{
		display:block;
		}
	.in-page-ad{
		margin-top:20px;
		text-align:center;
		}

	.logo-div{
		display: inline-block;
		width: 264px;
	}
	.logo-div #logo{
		display: inline-block;
    	float: none;
    	max-width: 100%;
    	vertical-align: middle;
	}
	#leaderboard.videos-leaderboard{
		display: inline-block;
    	float: none;
    	vertical-align: middle;
    	margin-bottom:10px;
	}
	.archive .main .video-posts li, .single .main .video-posts li{
		clear: none;
	    display: block;
	    float: left;
	    height: 200px;
	    padding-right: 15px;
	    position: relative;
	    width: 150px;
	}
	.archive .main .video-posts li img, .single .main .video-posts li img{
		float:none;
	}
	.single .video-posts li .overlay{
		width:120px;
		height:120px;
	}
	.archive .video-posts + #page-nav{
		clear:both;
	}
	.video-excerpt{
		display:none;
	}
	#toolshed{
		float:right;
	}
	.toolshed-tool{
		float: none;
	    width: 320px;
	}
	.menu-accordion{
		width:320px !important;
	}
  .social-subscribe-link {
    padding-top:0;
    display:inline;
  }
	}

/* End Media Queries ----------------------------- */

/* video - no sidebar & full width template */
.page-template-video-nosidebar-php .main,
.page-template-full-width-template-php .main {
  max-width:100%;
  margin:0 0 20px 0;
}
  .page-template-video-nosidebar-php article,
  .page-template-full-width-template-php article {
    margin:0 10px;
  }

/* no ads template */
.page-template-no-ads-php .main {
  max-width:100%;
  margin:0 0 20px 0;
}
  .page-template-no-ads-php article {
    margin:0 10px;
  }

/* lists */
.lists_top_container {
  margin:0 10px 20px 10px;
}
.franchise_image {
  margin:10px 0;
}
.list_thumbs {
  margin:10px 0;
}
.slidertab {
  margin:20px 0;
}
.category-lists .marquee {
  margin:0 10px;
  padding-top:10px;
}
.category-lists .marquee ul li {
  font-weight:normal;
  color:#333;
}
.category-lists .marquee ul li ul {
  margin:0 0 10px 35px;
}
.category-lists .slideHed {
  text-align:left;
}
.category-lists .slide p {
  display:block;
}
.category-lists .marquee ul li ul li {
  color:#333;
  display:block;
  margin:0 0 5px 0;
}
.category-lists .carousel {
  width:100%;
  border-bottom:1px solid #999;
  background-color:#fff;
  max-width:none;
  margin-bottom:20px;
  position:relative;
  padding:0;
}
.carousel-tabs li {
  float:left;
  position:relative;
  border:1px solid #999;
}
#paginationTarget {
  background-color:#DCDCDC;
}
#pagination-tabs {
  background-color:#fff;
  position:relative;
  text-align:center;
  list-style:none;
  width:9999px;
}
.nbs-flexisel-inner {
  overflow: hidden;
  margin:0 50px;
}
.nbs-flexisel-container {
  position:relative;
  max-width:100%;
}
.nbs-flexisel-item img {
  width: 100%;
  border:1px solid #999;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  max-width:120px;
  max-height:120px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 27px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.nbs-flexisel-nav-left {
  left: 10px;
  background: url(images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
  right: 10px;
  background: url(images/button-next.png) no-repeat;
}
.category-lists .carousel-nav {
  margin:10px 10px 0 0;
  position:absolute;
  right:0;
  text-align:center;
}
.category-lists .counter-text {
  vertical-align:inherit;
  display:block;
  padding:0;
}
.slide_number {
  color:#000;
  padding-bottom:5px;
  font-weight:400;
  font-family:'Oswald', sans-serif;
  font-size:24px;
  display:inline-block;
  padding:5px;
  margin-bottom:10px;
}
.carousel-active-tab .slide_number {
  color:#fff;
}
.category-lists .cover img {
  margin:50px auto 10px auto;
}
.category-lists .slider.in-article .slideHed{
  font-size:1.500em;
  width:71.42857142857143%; /* 200/280 */
}
@media only screen and (min-width: 480px) {
  .category-lists .slider.in-article .slideHed{
    width:79.54545454545455%; /* 350/440 */
  }
}

/* youtube embed widget */
.video_playlist {
  margin-bottom:30px;
}
#ytThumbs {
  background-color:#d3d3d3;
}
.ytPlayer {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom:20px;
  position: relative;
}
.ytPlayer iframe,
.ytPlayer object,
.ytPlayer embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ytlist {
  overflow:auto;
  white-space:nowrap;
}
.ytlist .small {
  display:inline-block;
  margin:5px;
  width:97px;
}
#ytPage {
  display:none;
}
#ytThumbs .scrolling_list {
  background-color: #d3d3d3;
  overflow: auto;
  position: relative;
}
.video_playlist .ytlist .small,
.video_playlist .bclist .small {
  display:inline-block;
  width:120px;
  margin:0 15px 15px;
  vertical-align:top;
}

/* icontact inline form */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#icontact_wrapper {
  background-color:#E4F7FE;
  border:1px solid #ccc;
  padding:.938em;
  overflow:hidden;
  text-align:center;
  margin-bottom:1.25em;
}
#icontact_wrapper_side {
  background-color:#E4F7FE;
  border:1px solid #ccc;
  padding:.938em;
  overflow:hidden;
  text-align:center;
}
.icontact_header {
  margin-bottom:.625em;
  overflow:hidden;
}
.icontact_intro_text {
  float:left;
  text-align:left;
}
#icontact_wrapper h3,
#icontact_wrapper_side h3 {
  font-weight:bold;
  font-family:arial, sans-serif;
  font-size:1.25em;
}
#icontact_wrapper input {
  background: #ffffff;
  border: 1px solid #ccc;
  outline: none;
  padding: .625em;
  width:100%;
  margin-bottom:1.25em;
}
#icontact_wrapper_side input {
  background: #ffffff;
  border: 1px solid #ccc;
  outline: none;
  padding: .625em;
  font-size:1em;
}
#icontact_wrapper input.validation-error,
#icontact_wrapper_side input.validation-error {
  border: 1px solid #f00;
}
#errorMessage, #errorMessage_side {
  clear: both;
  color: #f00;
  font-style: italic;
  margin-bottom: 0.625em;
  padding-top: 0.625em;
  text-align: left;
}
.newsletter-signup #icontact_wrapper_side input {
  margin-bottom:.625em;
}
.errorMessage {
  clear:both;
  margin-bottom:.625em;
  text-align:left;
  padding-top:.625em;
  font-style:italic;
  color:#f00;
}

#icontact_wrapper input[type=submit] {
  background: #832b81;
  border: none;
  color: #ffffff;
  margin: 0 auto 1.25em auto;
  padding: .625em;
  font-weight:bold;
  text-transform: uppercase;
}
#icontact_wrapper_side input[type=submit] {
  background: #832b81;
  border: none;
  color: #ffffff;
  margin: 0 auto;
  padding: .625em;
  font-weight:bold;
  text-transform: uppercase;
}
#icontact_wrapper input[type=submit]:hover,
#icontact_wrapper_side input[type=submit]:hover {
  background: #1e2506;
  cursor: pointer;
}
.nl_logo {
  display:none;
  float:right;
}
.icontact_mini_links {
  font-size:11px;
}
.icontact_mini_links a {
  font-weight:normal;
  color:#000;
}
.icontact_mini_links a:hover {
  text-decoration:none;
}
.nl_sample_link {
  float:left;
}
.nl_privacy_link {
  float:right;
}
.nl_zoom {
  vertical-align:middle;
}
@media screen and (min-width: 400px) {
  .icontact_header_side {
    margin-bottom:1.25em;
    overflow:hidden;
  }
  .icontact_intro_text_side {
    float:left;
  }
  #icontact_wrapper input,
  #icontact_wrapper_side input {
    width:61.75637393767705%;
    float:left;
  }
  #icontact_wrapper input[type=submit],
  #icontact_wrapper_side input[type=submit] {
    float:right;
    width:36.8271954674221%;
  }
  .icontact_intro_text {
    width:61.75637393767705%;
  }
  .nl_logo {
    display:block;
  }
}
@media screen and (min-width: 500px) {
  #icontact_wrapper input {
    width:69.09492273730684%;
  }
  #icontact_wrapper input[type=submit] {
    width:28.69757174392936%;
  }
}
@media screen and (min-width: 800px) {
  .widget.newsletter-signup{
    display:block;
  }
}
@media screen and (min-width: 1024px) {
  #icontact_wrapper input,
  .icontact_intro_text {
    width:77.83018867924528%;
  }
  #icontact_wrapper input[type=submit] {
    width:20.44025157232704%;
  }
}
/* begin race calendar */
  .page h1.race_calendar_title {
    font:800 2.667em 'Open Sans', sans-serif;
    text-align:center;
    border-bottom:none;
  }
  .race_calendar_wrapper {
    background-color:#E9E9E9;
    padding:1.875em;
    overflow:hidden;
    margin-bottom:1.875em;
  }
  .race_text_search {
    background-color:#fff;
    border:1px solid #999;
    margin-bottom:1.25em;
  }
  .race_search li {
    list-style:none;
    margin-bottom:0;
  }
  .race_search .race_options li {
    margin:0 1.25em 0 0;
    float:left;
  }
  .race_search .race_options .last_option {
    margin:0;
  }
  .race_search input:not([type=checkbox]) {
    background:#fff;
    border:none;
    margin:0;
    padding:10px;
    outline:none;
    width:205px;
  }
  .race_search input.race_search_submit {
    background:url(images/event_search.png) top left no-repeat #fff;
    width:40px;
    height:36px;
    padding:0;
    cursor:pointer;
    float:right;
  }
    .race_search input.race_search_submit:hover {
      background-position:0 -40px;
    }
  .race_search label {
    font-weight:normal;
  }
  .race_date_range {
    margin-top:1.25em;
    clear:both;
  }
  .race_date_range label {
    display:none;
  }
  .race_date_range ol {
    text-align:center;
  }
  .race_date_range li {
    display:inline-block;
  }
  .race_search input.datepicker {
    width:90px;
    padding:5px;
    font-size:1.083em;
    border:1px solid #999;
  }
  .right_triangle {
    color:#999;
    margin:5px 10px 0 10px;
  }
  .result_wrapper {
    background-color:#E9E9E9;
    overflow:hidden;
    display:block;
    margin-bottom:15px;
    position:relative;
  }
  .result_wrapper:hover h3 {
    background-color:#333;
  }
  .result_wrapper h3 {
    background-color:#0099cc;
    color:#fff;
    margin-bottom:.625em;
    font-size:1.333em;
    position:relative;
    z-index:1;
  }
  .result_wrapper h3 a {
    color:#fff;
    text-decoration:none;
    display:block;
    padding:0.625em 1.25em;
  }
  .result {
    padding:0.833em 1.667em;
    overflow:hidden;
  }
  .result .race_tags {
    list-style:none;
  }
  .result .race_tags li {
    background-color:#999;
    margin-right:.625em;
    float:left;
    font-size:0.833em;
  }
    .result .race_tags a {
      color:#fff;
      font-weight:normal;
      display:block;
      padding:0.417em;
    }
  .featured_tag {
    text-transform:uppercase;
    position:absolute;
    left:100%;
    background-color:#333;
    color:#fff;
    width:100%;
    white-space:nowrap;
    padding-left:100px;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin:left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  .state_select {
    background:url(images/state-dropdown-arrow.png) no-repeat right center #ccc;
    margin:auto;
    margin-bottom:1.25em;
    overflow:hidden;
  }
  .state_select select {
    background:none;
    border:none;
    padding:8px;
    width:100%;
  }
  .navigation {
    overflow:hidden;
    margin-bottom:1.875em;
  }
  .navleft {
    float:left;
  }
  .navright {
    float:right;
  }
  .race_options_group {
    clear:both;
  }
  @media only screen and (min-width: 600px) {
    .race_calendar_title {
      font-size:3em;
    }
    .race_text_search {
      width:418px;
      margin-right:10px;
      float:left;
    }
    .race_search input:not([type=checkbox]) {
      width:355px;
    }
    .race_search input.datepicker {
      width:90px;
    }
    .race_search input.race_search_submit {
      width:40px;
    }
    .result_wrapper {
      display:inline-block;
      vertical-align:top;
      width:48.6159169550173%;  /* 281/578 */
    }
      .even {
        margin-left:1.730103806228374%;
      }
    .race_date_range ol {
      text-align:left;
    }
    .race_date_range label {
        display:inline;
    }
    .state_select {
      float:left;
      margin-right:10px;
      width:75px;
    }
    .state_select select {
      width:130px;
    }
  }
  @media only screen and (min-width: 768px) {
    .race_text_search {
      width:275px;
    }
    .race_search input:not([type=checkbox]) {
      width:227px;
    }
    .race_search input.race_search_submit {
      width:40px;
    }
    .race_search input.datepicker {
      width:90px;
    }
    .race_text_search {
      float:left;
    }
    .result_wrapper {
      display:block;
      width:auto;
    }
      .even {
        margin-left:0;
      }
  }
  @media only screen and (min-width: 1024px) {
    .race_text_search {
      float:left;
    }
    .result_wrapper {
      display:inline-block;
      width:322px;
    }
      .even {
        margin-left:1.515151515151515%;
      }
    .state_group {
      float:left;
    }
    .race_options_group {
      float:right;
      clear:none;
    }
    .race_date_range {
      clear:none;
      float:left;
    }
    .race_search .race_options li {
      float:none;
    }
    .race_text_search {
      width:381px;
    }
    .race_search input[type=text] {
      width:327px;
    }
    .race_search input.datepicker {
      width:90px;
    }
  }
/* end race calendar */

/* begin related galleries (end of photo galleries) */
.row {
  clear:both;
  overflow:hidden;
}
.related_galleries h3 {
  margin-bottom:.5em;
}
.photo_col {
  margin-bottom:1.25em;
}
@media screen and (min-width: 480px) {
  .photo_col {
    float:left;
    width:47.82608695652174%;
  }
  .col_even {
    margin-left:20px;
  }
}
@media screen and (min-width: 768px) {
  .photo_col {
    width:47.60765550239234%;
  }
}
@media screen and (min-width: 1024px) {
  .photo_col {
    width:48.48484848484848%;
  }
}

/* end related galleries (end of photo galleries) */

/* sponsored content begin */
a.sponsored-label,
.sponsored-label{
	color: #fd8608;
}
p.sponsored-label{
	margin: 0;
}
/* sponsored content end */