/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
article {
    clear: none;
    margin: 0;
}

.article-detail article header .headline {
    padding: 0 0 3px;
    font-family: "Open Sans Condensed",Futura,Helvetica,Arial,sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
}

.section-nav h1 i,
.section-nav h1 b {
    position: absolute;
    left: -1000em;
    font-weight: bold;
}

.section-nav h1 {
    margin-top: 7px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 0.8em;
    font-family: "Open Sans Condensed",Futura,Helvetica,Arial,sans-serif;
}

.section-nav h1 b {
    position: static;
}

.section-nav h1 a {
    display: block;
    margin-top: 0.5em;
    padding-bottom: 0;
    border-bottom: medium none;
    font-size: 0.8em;
    font-weight: bold;
    color: #aa0016;
}

#section-nav li {
    border-bottom: 1px solid #ddd;
    line-height: 15px;
    margin: 10px 0;
    padding-bottom: 10px;
}

.sale-btn {
    display: none;
    padding: 0;
    font-size: 0.6em;
    text-align: right;
    width: 100%;
    color: #999;
}

.child .sale-btn {
    position: absolute;
    bottom: 5px;
    left: -10px;
    color: #ccc;
}

.ppy-text a.sale-btn {
    border-width: 1px;
    color: #333;
    display: block;
    line-height: 18px;
    margin: 3px 0 0;
}

#ppy3.ppy-expanded .ppy-text a.sale-btn {
    color: #fff;
}

#ppy3.ppy-expanded .ppy-stage {
    width: 555px !important;
    height: 370px !important;
}

.ppy-credit {
    font-size:10px;
    color:#ccc;
    display: block;
    line-height: 14px;
}

.thumbnail .photo, #img-layer {
    cursor: pointer;
}

.byline-thumb {
    position: absolute;
    font-size: 9px;
}

p.byline {
    font-size: 0.9em;
}

p.caption {
    margin: 0 0 10px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.span10.clearfix > p {
    margin: 10px 0;
}

.article-detail article .related-content {
    float: left;
    width: 100%;
    padding: 0 2% 0 0;
}

.story-inlines {
    display: block;
    float: left;
    clear: both;
    width: 25%;
    padding: 0 2% 0 0;
}

.story-inlines .thumb.photo-inline {
    width: 100%;
    padding: 0;
    border: 0 none;
    margin: 0;
}

.article-detail .body ul, .article-detail .doc-inline ul {
    display: inline;
}

.article-detail .body ul li, .article-detail .doc-inline ul li {
    list-style: disc outside none;
    margin: 3px 0 3px 14px;
}

.doc-inline ul li {
    font-size: 12px;
    line-height: 15px;
}

.meta {
    display: block;
    margin: 5px 0;
    font-size: 80%;
    line-height: 1.6em;
}

.meta.separator li:first-child,
.meta.separator li.first {
    border-left: 0 none;
}

.meta.separator li {
    border-left: 1px solid;
}

.meta li:first-child,
.meta li.first {
    padding-left: 0;
}

.meta li {
    display: inline-block;
    padding: 0 0.75em;
    font-size: 1.1em;
    line-height: 1.3;
}

.thumbnail {
    display: block;
    margin-bottom: 0;
    padding: 4px 0;
    border: 0 none;
    border-radius: 0 0 0 0;
    line-height: 20px;
    box-shadow: 0 0 0;
    transition: all 0.2s ease-in-out 0s;
}

.story-content {
    display: block;
}

.inline-title {
    line-height: 16px;
}

.doc-inline, .photo-inline {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
}

.doc-inline h4 {
    margin-top: 1em;
}

.doc-inline h4, .doc-inline p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
}

.doc-inline h4 > a:hover, .doc-inline p > a:hover {
    color: #417EC4;
    text-decoration: underline;
}
.doc-inline .embed-content + h4 {
    margin-top: 0;
}

.doc-summary {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
}

.doc-thumbnail {
    margin: 3px 0 0;
}

.more-link {
    font-size: 13px;
}

.story-inlines .thumbnail iframe {
    display: none;
}

.embed-content {
    display: none;
}

div.inline_photo .byline,
.photo-inline .byline {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #777;
}

.inline-title.inline-video:before {
    background: url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/ui-icons_222222_256x240.png') scroll no-repeat -226px -129px #fff;
    content: "\00A0";
    width: 18px;
    height: 15px;
    display: inline-block;
}

.inline-title.inline-map:before, .inline-title.inline-photo:before {
    background: url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/ui-icons_222222_256x240.png') scroll no-repeat -208px -129px #fff;
    content: "\00A0";
    width: 18px;
    height: 15px;
    display: inline-block;
}

.inline-title.inline-audio:before {
    background: url('//s3-us-west-2.amazonaws.com/assets.www.wenatcheeworld.com/static/img/ui/ui-icons_222222_256x240.png') scroll no-repeat -145px -161px #fff;
    content: "\00A0";
    width: 18px;
    height: 15px;
    display: inline-block;
}

.inline-title > .ac-thumbnail {
    margin-top: 5px;
}

.doc-inline > .audio-player {
    padding: 5px 0;
}

.morelikethis {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    list-style: none inside none;
}

.article-detail .sidebar .related-articles {
    width: 300px;
    margin-bottom: 20px;
}

.related-articles h3 {
    font-family: "Open Sans Condensed",Futura,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

.fb-recommend {
    margin: 20px 0;
}

.fb-recommend,
.fb-recommend iframe[style],
.fb-recommend span {
    width: 100% !important;
}

.box-ad,
.box-ad iframe[style],
.box-ad span {
    width: 100% !important;
}

.print-this {
    float: right;
    position: relative;
    width: 48px;
}


/* VIDEO DETAIL
------------------------ */

.video-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* STORY HEADERS
------------------------------ */
.article-detail .body h1 {
    font-size: 24px;
}

.article-detail .body h2 {
    font-size: 20px;
    line-height: 28px;
}

.article-detail .body h3 {
    font-size: 17px;
    line-height: 22px;
}

.article-detail .body h4 {
    font-size: 15px;
    line-height: 20px;
}

/* INLINE PHOTOS
------------------------------ */

#galleria {
    width: 770px;
    height: 440px;
    margin-bottom: 20px;
    background: #000;
}

.lgbyline {
    font-style: italic;
}

.photo-inline .thumb-large .caption {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.photo-inline .thumb-large .caption p {
    padding: 0 10px;
    line-height: 18px;
    font-size: 90%;
    font-weight: normal;
}

/* INLINE GALLERIES
------------------------------ */
.fancybox-title-float-wrap {
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}

.fancybox-title-float-wrap .child {
    display: block;
    position: relative;
    margin-right: 0;
    padding: 10px 20px 20px;
    background: #333; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 20px;
    white-space: inherit;
}

.fancybox-title-float-wrap .child .gallery-count {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 5px;
    font-size: 10px;
    font-weight: normal;
    color: #ccc;
}

.fancybox-nav {
    width: 60px;
}

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

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

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}


@media screen and (max-width:900px), print {
    #seclinks {
        display: none;
    }
    .article-detail .row-fluid .span8 {
        width: 55.5%;
    }
    .box-ads-1 {
        width: 100%;
        margin: 0;
    }
    .ad.ad-right {
        padding-right: 0;
    }
}

@media screen and (max-width:815px), print {
    .ad.ad-left {
        width: 300px;
    }

    .ad.ad-right {
        float: right;
        width: 300px;
    }

    .article-detail .row-fluid .span8, .article-detail .row-fluid .span4, .article-detail .row-fluid .span10 {
        width: 100%;
        margin-left: 0;
    }

    .article-detail .sidebar .related-articles {
        margin: 0 auto;
        float: left;
    }

}

@media screen and (max-width: 715px) {
    .article-detail .sidebar .related-articles {
        float: none;
    }

    .box-ads-1 {
        width: 300px;
        margin: 10px auto;
        padding: 0;
        float: none;
    }
}

@media screen and (max-width: 320px) {
    .container-fluid {
        padding: 5px 10px 0 !important;
    }

    .article-detail .sidebar .related-articles {
        margin-bottom: 0 !important;
    }

    .row-fluid .span8, .row-fluid .span10 {
        width: 100%;
    }

    .story-inlines {
        border-top: 3px solid #333;
        padding-top: 10px;
        width: 98%;
    }

    .photo-inline .thumbnail {
        display: table;
    }

}

article .reporter-contact-info {
    clear: both;
    margin: 20px 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #eee;
}
article .reporter-contact-info .reporter {
    font-size: 90%;
    font-style: italic;
}
article .reporter-contact-info .reporter .email {
    color: #26518E;
    cursor: pointer;
}
article .reporter-contact-info .reporter .email:hover {
    text-decoration: underline;
}
