/* ==========================================================================
   Main

   Table of Contents
   		General
   		Helpers
   		Top Navigation
   		Main Navigation
   		Sectionfront
		Flat Pages
   ========================================================================== */


/* ==========================================================================
   General
   ========================================================================== */
.button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #ffffff !important;
	display: block;
	/*font-family: 'OswaldBold';*/
	font-family: Oswald;
	font-weight: 700;
	font-size: 15px;
	font-weight: normal;
	height: auto;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 190px;
}
.button:hover {
	text-decoration: none;
}
.button.large {
	font-size: 24px;
	line-height: 51px;
	width: 220px;
}
.button,
.button.orange {
	/*border: 1px solid #ff9474;*/
	background: #ff6235; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6e40), color-stop(50%, #ff6e40), color-stop(51%, #ff6235), color-stop(100%, #ff6235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e40', endColorstr='#ff6235', GradientType=0 ); /* IE6-9 */
	/* Box-shadow (displays as a 1px inner stroke) */
	-moz-box-shadow: 0 0 0 1px #ff9474 inset;
	-webkit-box-shadow: 0 0 0 1px #ff9474 inset;
	box-shadow: 0 0 0 1px #ff9474 inset;
}
.button.green {
	border: 1px solid #7e8b48;
	background: #9baa5f; /* Old browsers */
	background: -moz-linear-gradient(top, #a5b46b 0%, #a5b46b 50%, #9baa5f 51%, #9baa5f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5b46b), color-stop(50%, #a5b46b), color-stop(51%, #9baa5f), color-stop(100%, #9baa5f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a5b46b 0%, #a5b46b 50%, #9baa5f 51%, #9baa5f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a5b46b 0%, #a5b46b 50%, #9baa5f 51%, #9baa5f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a5b46b 0%, #a5b46b 50%, #9baa5f 51%, #9baa5f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a5b46b 0%, #a5b46b 50%, #9baa5f 51%, #9baa5f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5b46b', endColorstr='#9baa5f', GradientType=0 ); /* IE6-9 */
}
.button.dark {
	background: #9baa5f; /* Old browsers */
	background: -moz-linear-gradient(top, #383838 0%, #383838 50%, #333333 51%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(50%, #383838), color-stop(51%, #333333), color-stop(100%, #333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #383838 0%, #383838 50%, #333333 51%, #333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #383838 0%, #383838 50%, #333333 51%, #333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #383838 0%, #383838 50%, #333333 51%, #333333 100%); /* IE10+ */
	background: linear-gradient(to bottom, #383838 0%, #383838 50%, #333333 51%, #333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#333333', GradientType=0 ); /* IE6-9 */
	/* Box-shadow (overrides default 1px inner stroke) */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button.teal {
	background: #9baa5f; /* Old browsers */
	background: -moz-linear-gradient(top, #76a0ad 0%, #76a0ad 50%, #6a96a3 51%, #6a96a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76a0ad), color-stop(50%, #76a0ad), color-stop(51%, #6a96a3), color-stop(100%, #6a96a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #76a0ad 0%, #76a0ad 50%, #6a96a3 51%, #6a96a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #76a0ad 0%, #76a0ad 50%, #6a96a3 51%, #6a96a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #76a0ad 0%, #76a0ad 50%, #6a96a3 51%, #6a96a3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #76a0ad 0%, #76a0ad 50%, #6a96a3 51%, #6a96a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76a0ad', endColorstr='#6a96a3', GradientType=0 ); /* IE6-9 */
	/* Box-shadow (overrides default 1px inner stroke) */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.button.small {
	border: none;
	box-shadow: none;
	font-size: 10px;
	line-height: normal;
	padding: 2px 0 3px;
}
.orange.small {
	background: #FF6839;
}
.grey.small {
	background: #a4a4a4;
}

.grey.small:hover {
	background: #FF6839;
}

.blue.small {
	background: #006891;
}
.button.orange:hover {
	background: #ff8969; /* Old browsers */
	background: -moz-linear-gradient(bottom, #ff9373 0%, #ff9373 50%, #ff8969 51%, #ff8969 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ff9373), color-stop(50%, #ff9373), color-stop(51%, #ff8969), color-stop(100%, #ff8969)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #ff9373 0%, #ff9373 50%, #ff8969 51%, #ff8969 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #ff9373 0%, #ff9373 50%, #ff8969 51%, #ff8969 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #ff9373 0%, #ff9373 50%, #ff8969 51%, #ff8969 100%); /* IE10+ */
	background: linear-gradient(to top, #ff9373 0%, #ff9373 50%, #ff8969 51%, #ff8969 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='#ff9373', startColorstr='#ff8969', GradientType=0 ); /* IE6-9 */
}
.button.orange:active {
	background: #ff6235; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6e40), color-stop(50%, #ff6e40), color-stop(51%, #ff6235), color-stop(100%, #ff6235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff6e40 0%, #ff6e40 50%, #ff6235 51%, #ff6235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e40', endColorstr='#ff6235', GradientType=0 ); /* IE6-9 */
	/* Add box-shadow */
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.55) inset;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.55) inset;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.55) inset;
}

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


/* ==========================================================================
   Helpers

    	Colors
    	Text
    	Display
    	Background textures
    	Tags
    	Images
    	Forms
    	Callouts
   ========================================================================== */

/* Message callouts */
.message {margin-bottom:20px;padding:20px 20px 20px 85px;background-color:#f5f5f5;background-position:20px 50%;background-repeat:no-repeat;}
.message h4 {margin-bottom:0;font-size:20px;line-height:25px;font-weight:bold;}
.message p {margin:3px 0 0 0;font-size:15px;line-height:18px;}
.message a {text-decoration:underline;}
.message ul {list-style:none;margin:0;padding:0;}
.message li {font-size:15px;line-height:20px;}

.message_debug {background-color:#fffadb;background-image:url(../images/messages/debug.gif);}
.message_debug h4 {color:#8e812e;}
.message_debug p, .message_debug li, .message_debug a {color:#a49535;}

.message_info {background-color:#e0f1f9;background-image:url(../images/messages/info.gif);}
.message_info h4 {color:#4e7894;}
.message_info p, .message_info li, .message_info a {color:#68a1c6;}

.message_success {background-color:#dafad0;background-image:url(../images/messages/success.gif);}
.message_success h4 {color:#608255;}
.message_success p, .message_success li, .message_success a {color:#7da96f;}

.message_warning {background-color:#ffecec;background-image:url(../images/messages/warning.gif);}
.message_warning h4 {color:#af4949;}
.message_warning p, .message_warning li, .message_warning a {color:#e15e5e;}

.message_error {background-color:#ffecec;background-image:url(../images/messages/error.gif);}
.message_error h4 {color:#af4949;}
.message_error p, .message_error li, .message_error a {color:#e15e5e;}

.message_alert {background-color:#ffecec;}
.message_alert h4 { color:#af4949;font-size:20px;line-height:25px;}
.message_alert p, .message_alert li, .message_alert a {color:#e15e5e;}

.message_alert_customer_service { background-color:#ffecec; padding: 10px; border: 1px solid #ffd6d6; margin: 0 0 20px 0; }
.message_alert_customer_service h4 { color:#af4949; font-size:20px; line-height:25px; margin: 0; }

/* Colors
   ========================================================================== */

/* News Sectionfront Blue */
.blue {
	color: #007dae;
}

/* Text
   ========================================================================== */

.oswald {
	font-family: 'Oswald';
}
.oswald-light {
	/*font-family: 'OswaldLight';*/
	font-family: 'Oswald';
	font-weight: 300;
}
.oswald-bold {
	/*font-family: OswaldBold';*/
	font-family: 'Oswald';
	font-weight: 700;
}
.pt-serif {
	font-family: 'PT Serif', serif;
}
.pt-serif-bold {
	font-family: 'PT Serif', serif;
	font-weight: 700;
}
.upper {
	text-transform: uppercase;
}
.listing li a,
.reporter .content li,
#author-module .articles li,
.featured-slideshow .slideshow h2,
.section-columnists li,
.tv-block-list h2,
#countdown-gallery .title,
#comments li a,
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Display
   ========================================================================== */

.left {
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}
.space-bot {
	margin-bottom: 30px;
}

.static {
	position: static !important;
}
.relative {position: relative;}

.text-center {
	text-align: center;
}
.hide {
    display: none;
}

/* Hides tracking iframes and pixels */
body > iframe {
	display: none;
}
body > img {
	position: absolute;
	bottom: 0;
}

/* Background textures
   ========================================================================== */

.bg-texture {
	background-image: url('../images/bg-texture.png');
}
.bg-texture.grey-lighter {
	background-color: #e9e6e2;
}
.bg-texture.grey-light {
	background-color: #404040;
}
.bg-texture.grey-more-light {
	background-color: #ccc;
}
.bg-texture.grey-dark {
	background-color: #262626;
}
.bg-texture.tan-light {
	background-color: #fffcf7;
}
.bg-texture.greyish {
	background-color: #e3e3e3;
}

.bg-texture.blackish {
	background-color: #2d2e2e;
}
.bg-texture.grey-lighter h2 {
	color: #444444
}
.bg-texture.grey-light h2 {
	color: #fff;
}
.bg-texture.grey-light h3 {
	color: #b2b2b2;
}
.bg-texture.grey-lighter,
.bg-texture.grey-lighter a {
	color: #444444;
}
.bg-texture.grey-light,
.bg-texture.grey-dark,
.bg-texture.grey-light a,
.bg-texture.grey-dark a {
	color: #fff;
}

/* Tags
   ========================================================================== */

.tag {
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-family: Oswald;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #444;
	padding: 0 14px;
}
.tag a { color: #fff; }
.tag.small {
	font-size: 10px;
	line-height: 10px;
	padding: 5px 10px 4px;
}
.tag.no-color {
	background-color: #444 !important;
}
.news .tag,
.communities .tag,
.local-topics .tag,
.national-news .tag,
.obituaries .tag,
.watchdog .tag,
.world-news .tag {
	background-color: #007dae;
}
.sports .tag,
.the-conversation .tag {
	background-color: #ff3939;
}
.business .tag {
	background-color: #3ca746;
}
.tv .tag {
	background-color: #ffc500;
}
.military .tag {
	background-color: #5fb7d8;
}
.offers .tag {
	background-color: #f58220;
}
.real-estate .tag {
	background-color: #2e556f;
}
.entertainment .tag, .lifestyle .tag {
	background-color: #a0317f;
}
html .video .tag, .sponsored .tag {
	background-color: #4dc8ad;
}
.opinion .tag {
	background-color: #485aa4;
}
.classifieds .tag {
	background-color: #B0A69B;
}
.autos .tag {
	background-color: #bbc643;
}
.cars .tag {
	background-color: #bbc643;
}
.automotive .tag {
	background-color: #bbc643;
}

.tag.news {
	background-color: #007dae !important;
}
.tag.business {
    background-color: #3ca746 !important;
}
.tag.sports,
.tag.the-conversation {
	background-color: #ff3939 !important;
}
.tag.video, .tag.sponsored {
	background-color: #4dc8ad !important;
}
.tag.tv {
	background-color: #ffc500 !important;
}
.tag.military {
	background-color: #5fb7d8 !important;
}
.tag.opinion {
	background-color: #485aa4 !important;
}
.tag.classifieds {
	background-color: #B0A69B !important;
}
.tag.autos, .tag.automotive {
	background-color: #bbc643 !important;
}
.tag.cars {
	background-color: #bbc643 !important;
}
.tag.real-estate {
	background-color: #2e556f !important;
}
.tag.entertainment, .tag.lifestyle {
	background-color: #a0317f !important;
}
.tag.offers {
	background-color: #f58220 !important;
}
.tag.events {
	background-color: #007dae !important;
}

/* Images
   ========================================================================== */

.img-border,
.list-video img {
	border: 3px solid #fff;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

/* Updated HTML for images with frame, drop-shadow, and inset shadow - TTenoever:

<a class="img-frame" href="#">
	<div class="img-overlay">
		<div class="image">
			<img alt="" src="#">
		</div>
	</div>
</a>
*/

.img-frame {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 3px;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	display: table; /* Auto sizes to dimensions of image - TTenoever */
}
.img-overlay {
	display: block;
	position: relative;
}
.img-overlay:hover {
	text-decoration: none;
	zoom: 1;  filter: alpha(opacity=50);
	opacity: 0.5;
}
.img-overlay::before {
 content: '';
 height: 100%;
 position: absolute;
 width: 100%;
 -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75) inset;
 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75) inset;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.75) inset;
}
/*above may not be needed after update below*/
.icon-container{
    position: absolute;
    top: 120px;
    left: 300px;
    color: white;
    font-size: 40px;
    vertical-align: middle;
    height: 80px;
    padding: 0;
    width: 60px;
    height:80px;
    font-family: 'Oswald';
     text-shadow: 0px 0px 5px rgba(0, 2, 0, .7);
}
.img-frame .icon-container {
    left: 120px;
    top:48px;
}
.video-slide .icon-container:after {
    content: "Video";
    position:absolute;
    bottom:-30px;
    left:7px;
    font-size: 30px;
}
.photos .icon-container:after {
    content: "Gallery";
    position:absolute;
    bottom:-15px;
    left:0;
    font-size: 18px;
    text-transform: uppercase;
}
 .icon-container .ss-icon {
    margin-top:40px;
    display: block;
    opacity: .8;
}
.article-view .icon-container {
    bottom: 20px;
}

#nav-main .icon-container {
    top:-6px;
    left:40px;
    font-size: 30px;
}
#nav-main .photos .icon-container:after {
    content: "Gallery";
    position:absolute;
    bottom:-7px;
    left:12px;
    font-size: 13px;
    text-transform: none;
}
/* Forms
   ========================================================================== */

.submit-inline {
	position: relative;
}
.submit-inline input.text {
	line-height: 18px;
	display: block;
	margin: 0;
	padding: 7px 0;
	position: relative;
	vertical-align: bottom;
	border-right: 20px solid #fff;
	border-left: 20px solid #fff;
}
.submit-inline input.text.icon {
	border-left: 36px solid #fff;
}
.submit-inline .ss-icon {
	color: #adadad;
	font-size: 18px;
	position: absolute;
	top: 9px;
	left: 9px;
}
.submit-inline input.submit {
	color: #fff;
	/*font-family: 'OswaldBold';*/
	font-family: Oswald;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 36px;
	height: 34px;
	padding: 8px 0;
	position: absolute;
	top: 0;
	right: -1px;
	border: 1px solid #77c6e5;
	background: #5fb7d8; /* Old browsers */
	background: -moz-linear-gradient(top, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #65bada), color-stop(50%, #65bada), color-stop(51%, #59b2d5), color-stop(100%, #59b2d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bada', endColorstr='#59b2d5', GradientType=0 ); /* IE6-9 */
}
.submit-inline input.submit:hover {
	background: #ff6839; /* Old browsers */
	background: -moz-linear-gradient(bottom, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #65bada), color-stop(50%, #65bada), color-stop(51%, #59b2d5), color-stop(100%, #59b2d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* IE10+ */
	background: linear-gradient(to top, #65bada 0%, #65bada 50%, #59b2d5 51%, #59b2d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( endColorstr='#65bada', startColorstr='#59b2d5', GradientType=0 ); /* IE6-9 */
}
.featured-wrap .submit-inline input.text {
	width: 173px;
}
#footer-bottom .submit-inline input.text {
	width: 135px;
}

/* Callouts
   ========================================================================== */

a.callout {
	color: #fff;
	background: #191919;
	display: block;
	text-decoration: none;
}
a.callout:hover {
	background-color: #404040;
}
.callout .ss-icon {
	font-size: 60px;
	line-height: 70px;
	margin: 18px 0 0;
}
.callout h3 {
	color: #fff;
	font-size: 22px;
	line-height: 18px;
	margin: 27px 0 0 7px;
}
.callout h3 span {
	font-family: Oswald;
	font-weight: 400;
	font-size: 12px;
}
.callout .double-line {
	margin: 5px 0 0 87px;
}
.ad-and-callout {
	margin-bottom: 20px;
}
.ad-and-callout .callout {
	width: 192px;
	height: 90px;
}
.callout.privacy {
	background-image: url('../images/icon-u-t.png');
	background-position: 10px 20px;
	background-repeat: no-repeat;
}
.callout.privacy h3 {
	font-size: 18px;
	margin: 20px 0 0 65px;
}

/* CIRCULATION CALL OUT */

a #callout-wrapper-300x70:hover {
	background-color: #404040;
}

a #callout-wrapper-192x90:hover {
	background-color: #404040;
}


#callout-wrapper-300x70 {
	width: 300px;
	height: 70px;
	background-color: #222222;
	margin: 12px 0 0 0;
	font-family: oswald;
	text-transform: uppercase;
	color: #fff;
}

#callout-wrapper-192x90 {
	width: 192px;
	height: 90px;
	background-color: #222222;
	margin: 0;
	font-family: oswald;
	text-transform: uppercase;
	color: #fff;
	float: right;
}

span.football {
	width: 80px;
	height: 70px;
	background-image: url('../images/football-80x70.png');
	float: left;
	display: block;
}

#callout-wrapper-192x90 span.football {
	width: 80px;
	height: 66px;
	background-image: url('../images/football-80x70.png');
	float: left;
	display: block;
}

#callout-wrapper-300x70 h3 {
	width: 200px;
	text-align: center;
	padding: 12px 0 2px 0;
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	float: left;
}

#callout-wrapper-192x90 h3 {
	width: 100px;
	text-align: center;
	padding: 12px 0 2px 0;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
}

#callout-wrapper-300x70 p {
	width: 200px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}

#callout-wrapper-192x90 p {
	width: 192px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	font-size: 12px;
}



.callout.subscribe {
	background-image: url('../images/icon-u-t.png');
	background-position: 15px 22px;
	background-repeat: no-repeat;
}
.callout.subscribe .ss-icon,
.callout.subscribe .logo-white-small {
	display: none;
}
.callout.subscribe h3 {
	font-size: 18px;
	margin: 30px 0 0 76px;
}
.callout.edition {
	background-image: url('../images/icon-u-t-e-edition.png');
	background-position: 15px 22px;
	background-repeat: no-repeat;
}
.callout.edition .ss-icon,
.callout.edition .logo-white-small {
	display: none;
}
.callout.edition h3 {
	font-size: 18px;
	margin: 30px 0 0 87px;
}
.callout.edition h3.small {
	font-size: 14px;
}
.callout.news {
	background-image: url('../images/icon-ipad.png');
	background-position: 15px 16px;
	background-repeat: no-repeat;
}
.callout.ipad-mini {
	background-image: url('../images/icon-ipad-mini.png');
	background-position: 13px 16px;
	background-repeat: no-repeat;
}
.callout.ipad-mini h3 {
	margin: 25px 0 0 68px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.callout.ipad-mini h3 span {
	font-size: 21px;
	font-weight: 700;
}
.callout.news .ss-icon,
.callout.news .logo-white-small {
	display: none;
}
.articles .callout.get-mobile-300 {
	background-image: url('../images/icon-phone.png');
	background-position: 15px 16px;
	background-repeat: no-repeat;
	width: 300px;
}
.articles .callout.get-mobile-300 h3 {
	font-size: 16px;
	line-height: normal;
	margin: 27px 0 0 60px;
}
.callout.arrest-300 {
	background-image: url('../images/icon-handcuffs.png');
	background-position: 15px 16px;
	background-repeat: no-repeat;
}
.callout.arrest-300 .ss-icon,
.callout.arrest-300 .logo-white-small {
	display: none;
}
.callout.arrest-300 h3 {
	font-size: 18px;
	margin: 30px 0 0 87px;
}
.callout.arrest-300 h3.space {
	margin-left: 110px;
}
.callout.radio-300 {
	background-image: url('../images/icon-radio.png');
	background-position: 15px 16px;
	background-repeat: no-repeat;
}
.callout.radio-300 .ss-icon,
.callout.radio-300 .logo-white-small {
	display: none;
}
.callout.radio-300 h3 {
	font-size: 18px;
	margin: 30px 0 0 87px;
}
.callout.radio-300 h3.space {
	margin-left: 75px;
}
.articles .callout.ut-tv h3 {
	line-height: normal;
	margin: 27px 0 0 18px;
	white-space: nowrap;
}
.callout.ribbon-300x250 {
	background-image: url('../images/icon-ribbon.png');
	background-position: 15px 11px;
	background-repeat: no-repeat;
}
.callout.ribbon-300x250 .ss-icon,
.callout.ribbon-300x250 .logo-white-small {
	display: none;
}
.callout.ribbon-300x250 h3 {
	font-size: 18px;
	margin: 10px 0 0 87px;
}
.callout.ribbon-300x250 h3.line {
	font-size: 15px;
	margin: 10px 0 0 87px;
}
.callout.ribbon-300x250 h3.space {
	margin-left: 60px;
	margin-top: 15px;
	line-height: 22px;
}
.callout.car-300x250 h3.line {
	font-size: 15px;
	line-height: 20px;
	margin: 15px 0 0 10px;
}
.callout.car-300x250 h3 {
	font-size: 18px;
	margin: 10px 0 0 10px;
}
.callout.car-300x250 h3 span {
	margin-top: 10px;
}
.callout.car-300x250 .logo-white-small {
	display: none;
}
.callout.chargers {
	background-image: url('../images/icon-u-t-chargers.png');
	background-position: 12px 10px;
	background-repeat: no-repeat;
}
.callout.chargers .ss-icon,
.callout.chargers .logo-white-small {
	display: none;
}
.callout.chargers h3 {
	font-size: 18px;
	margin: 30px 0 0 81px;
}
.callout.padres {
	background-image: url('../images/icon-u-t-p.png');
	background-position: 15px 16px;
	background-repeat: no-repeat;
}
.callout.padres .ss-icon,
.callout.padres .logo-white-small {
	display: none;
}
.callout.padres h3 {
	font-size: 18px;
	margin: 30px 0 0 81px;
}
.callout.deals {
	background-image: url('../images/icon-u-t-deals.png');
	background-position: 15px 25px;
	background-repeat: no-repeat;
}
.callout.deals .ss-icon,
.callout.deals .logo-white-small {
	display: none;
}
.callout.deals h3 {
	font-size: 18px;
	margin: 30px 0 0 81px;
}
.callout.sunday {
	background-image: url('../images/icon-sunday.png');
	background-position: 15px 25px;
	background-repeat: no-repeat;
}
.callout.sunday .ss-icon,
.callout.deals .logo-white-small {
	display: none;
}
.callout.sunday h3 {
	font-size: 18px;
	margin: 30px 0 0 76px;
}
.callout.unlimited {
	background-image: url('../images/icon-u-t-screen.png');
	background-position: 15px 29px;
	background-repeat: no-repeat;
}
.callout.unlimited .ss-icon,
.callout.unlimited .logo-white-small {
	display: none;
}
.callout.unlimited h3 {
	font-size: 18px;
	margin: 30px 0 0 75px;
}
.callout.nine {
	background-image: url('../images/icon-nine.png');
	background-position: 15px 21px;
	background-repeat: no-repeat;
}
.callout.nine .ss-icon,
.callout.nine .logo-white-small {
	display: none;
}
.callout.nine h3 {
	font-size: 20px;
	margin: 30px 0 0 76px;
}
.callout.deals {
	background-image: url('../images/icon-deals.png');
	background-position: 15px 23px;
	background-repeat: no-repeat;
}
.callout.deals .ss-icon,
.callout.deals .logo-white-small {
	display: none;
}
.callout.deals h3 {
	font-size: 20px;
	margin: 30px 0 0 76px;
}
.callout.comic {
	background-image: url('../images/icon-comic.png');
	background-position: 15px 15px;
	background-repeat: no-repeat;
}
.callout.comic .ss-icon,
.callout.comic .logo-white-small {
	display: none;
}
.callout.comic h3 {
	font-size: 20px;
	margin: 30px 0 0 87px;
}
.callout.subscribe-paper-300 {
	background-image: url('../images/icon-subscribe-paper.png');
	background-position: 15px 15px;
	background-repeat: no-repeat;
	width: 300px;
}
.articles .callout.subscribe-paper-300 h3 {
	font-size: 16px;
	margin: 22px 0 0 50px;
}
.articles .callout {
	height: 70px;
	margin: 12px 0 0;
}
.articles .callout .ss-icon {
	font-size: 36px;
	line-height: 40px;
	margin: 19px 0 0 17px;
}
.articles .callout h3 {
	/*font-family: 'OswaldBold';*/
	font-family: Oswald;
	font-weight: 700;
	font-size: 16px;
	margin: 22px 0 0 18px;
	text-transform: uppercase;
}

.callout.looking-job {
	background-image: url('../images/icon-looking-for-job.png');
	background-position: 11px 4px;
	background-repeat: no-repeat;
}
.callout.looking-job h3 {
	font-size: 24px;
	line-height: 28px;
	text-transform: none;
	margin: 9px 0 0 74px;
}
.callout.looking-job h3 span,
.callout.looking-candidate h3 span {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	top: -9px;
}

.callout.looking-job-300 {
	background-image: url('../images/icon-looking-for-job-300x70.png');
	background-position: 44px 9px;
	background-repeat: no-repeat;
}
.callout.looking-job-300 h3 {
	font-size: 24px;
	text-transform: none;
	margin: 0 0 0 90px;
	padding-top: 9px;
}
.callout.looking-job-300 h3 span,
.callout.looking-candidate-300 h3 span {
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	top: -8px;
}

.callout.looking-candidate {
	background-image: url('../images/icon-looking-for-candidate.png');
	background-position: 9px 11px;
	background-repeat: no-repeat;
}
.callout.looking-candidate h3,
.callout.looking-candidate-300 h3 {
	font-size: 21px;
	line-height: 24px;
	text-transform: none;
	margin: 9px 0 0 77px;
}
.callout.looking-candidate h3 span,
.callout.looking-candidate-300 h3 span {
	top: -1px;
}

.callout.looking-candidate-300 {
	background-image: url('../images/icon-looking-for-candidate-300x70.png');
	background-position: 18px 9px;
	background-repeat: no-repeat;
}
.callout.looking-candidate-300 h3 {
	padding-top: 10px;
}

/* Ad unit placeholders */
.ad-300x250,
.ad-728x90 {
	overflow: hidden;
	background: #e9e6e2;
}
.ad-300x250 {
	width: 300px;
	height: 250px;
}
.ad-728x90 {
	width: 728px;
	height: 90px;
}
.ad-high-impact #pencilWrap {
	margin: 0 auto !important;
	padding: 0 !important;
}

.ad-300x70 {
	margin: 20px 0 0 0;
}

/***** New U-T San Diego 300 *****/
.callout.new-utsandiego-300 {
}
.callout.new-utsandiego-300 h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 20px 0 0 18px;
	white-space: nowrap;
}
.lt-ie9 .callout.new-utsandiego-300 h3 {
	font-weight: 400;
}
.callout.new-utsandiego-300 h3 span {
	font-size: 10px;
}

/***** New U-T San Diego *****/
.callout.new-utsandiego-192 {
	height: 90px;
	width: 192px;
}
.callout.new-utsandiego-192 h3 {
	font-size: 17px;
	line-height: 22px;
	margin: 15px 0 0 16px;
	white-space: nowrap;
}
.lt-ie9 .callout.new-utsandiego-192 h3 {
	font-weight: 400;
}
.callout.new-utsandiego-192 h3 span {
	font-size: 12px;
}

/***** New North County Times *****/
.callout.new-nctimes-192 {
	background-image: url("../images/icon-ad-nctimes.png");
	background-position: 14px 26px;
	background-repeat: no-repeat;
	height: 90px;
	width: 192px;
}
.callout.new-nctimes-192 h3 {
	font-size: 19px;
	margin: 20px 0 0 64px;
}
.callout.new-nctimes-192 h3 span {
	font-size: 12px;
}

/***** New Californian *****/
.callout.new-californian-192 {
	background-image: url("../images/icon-ad-californian.png");
	background-position: 18px 29px;
	background-repeat: no-repeat;
    height: 90px;
	width: 192px;
}
.callout.new-californian-192 h3 {
	font-size: 16px;
	margin: 27px 0 0 64px;
}
.callout.new-californian-192 h3 span {
	font-size: 12px;
}

/* END Helpers
   ========================================================================== */


/* ==========================================================================
   Top Navigation
   ========================================================================== */

#nav-top {
	line-height: 20px;
	margin-bottom: 20px;
}
#nav-top .content {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	height: 36px;
	margin: 0 -1px;
}
#nav-top .oswald-bold.upper {
	font-size: 12px;
	margin: 8px 0;
}
#nav-top .date.oswald-bold.upper {
	margin-left: 20px;
}
#nav-top nav {
	margin: 8px 0;
}
#nav-top nav ul {
	margin: 0;
}
#nav-top nav ul li {
    margin-left: 12px;
}
#nav-top nav a {
	color: #444444;
}
#nav-top nav a:hover {
	color: #ff6839;
	text-decoration: none;
}
/*** WEATHER ***/
#nav-top [data-icon]:before {
	font-family: 'MeteoconsRegular';
	content: attr(data-icon);
	display: inline;
	float: left;
	font-size: 20px;
	margin-right: 3px;
}

/*** SEARCH ***/
#nav-top .search {
	margin: 0;
	width: 175px;
}
#nav-top .search:focus,
#nav-top .search:hover {
	background-color: #f5f4f2;
}
#nav-top .search label {
	margin-bottom: 0;
}
#nav-top .search .ss-icon {
	border-left: 1px solid #e5e5e5;
	font-size: 15px;
	padding: 8px 0 8px 15px;
}
#nav-top .search input {
	background-color: transparent;
	width: 130px;
	margin: 2px 0 0 6px;
	padding: 6px 0;
}
#nav-top .search button {
	background: none;
	border: none;
	width: 28px;
	margin: 0;
	padding: 10px 4px 4px;
}

/*** SUBSCRIBE / LOGIN ***/
#nav-top a.login.oswald-bold.upper,
#nav-top #user-button {
	color: #fff;
	text-align: center;
	background: #000;
	margin: 0;
	min-width: 60px;
	padding: 8px 10px;
	width: auto;
}
#nav-top a.login.oswald-bold.upper:hover,
#nav-top #user-button:hover,
#nav-top .user:hover #user-button {
	background: #ff6839;
	text-decoration: none;
}

/*** USER BUTTON ***/
#nav-top .user {
	/*display: none;*/
}

#nav-top .user,
#nav-top .oswald-bold.upper.user {
	cursor: pointer;
	margin: 0 !important;
	max-width: 140px;
	padding: 0;
}
#nav-top #user-button .arrow-down {
	font-size: 5px;
}
#nav-top #user-button .user-name {
	height: 20px;
	max-width: 110px; /* 10 + 5 + 110 + 5 + 10 = 140px */
	max-width: 93px;
	padding: 0 5px;
}

#nav-top .user:hover #user-dropdown,
#nav-top.touch .user #user-dropdown.active {
	display: block;
}

#nav-top.touch .user #user-dropdown {
	display: none;
}

/* USER DROPDOWN MENU */
#nav-top #user-dropdown {
	display: none;
	padding-top: 8px;
	position: absolute;
	right: 10px;
	z-index: 999;
}
#nav-top #user-dropdown .arrow-up {
	color: #404040;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: -3px;
}
#nav-top #user-dropdown ul {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 10px 15px;
	text-transform: none;
	width: 140px;

	/* Box-shadow */
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
#nav-top #user-dropdown li {
}
#nav-top #user-dropdown a {
	color: #ffffff;
}

/* END Top Navigation
   ========================================================================== */


/* ==========================================================================
   Main Navigation
   ========================================================================== */

/*#nav-main {
	margin: 0 0 30px 10px;
	position: relative;
}
#nav-main a#logo {
	display: block;
	background: url('../images/logo-header.png') no-repeat 20px 10px;
	background-size: 73px 56px;
	width: 110px;
	height: 77px;
}
#nav-main a#logo:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.70;
}
#nav-main nav {
	width: 720px;
}
#nav-main nav > ul {
	background: url('../images/bg-nav-main.png') no-repeat 114px 33px transparent;
	margin: 0;
}
#nav-main .nav-item {
	position: relative;
}
#nav-main .nav-item > a {
	font-family: Oswald;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background: #e9e6e2;
	margin: 0 1px 1px 0;
	width: 119px;
	padding: 10px 0 8px;
	position: relative;
}*/
/*#nav-main .nav-item > a:hover {
	text-decoration: none;
}
#nav-main .nav-item > a:after {
	display: none;
	content: " ";
	background: #444;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/

#nav-main {
	height: 77px;
	margin: 0 0 20px 10px;
	overflow: hidden;
	position: relative;
}

#nav-main:hover,
#nav-main.iframe-hover {
	overflow: visible;
}

#nav-main #logo {
	display: block;
	background: url('../images/sdut-logo.png') no-repeat 0 10px;
	width: 209px;
	height: 76px;
}

.lt-ie9 #nav-main #logo {
	background: url('../images/logo-header-ie.jpg') no-repeat 20px 10px;
}

#nav-main a#logo:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/*filter: alpha(opacity=70);*/
	opacity: 0.70;
	zoom: 1;
}

#nav-main nav {
	width: 731px;
}
#nav-main nav > ul {
	background: none;
	margin: 0;
}

#nav-main .ad728x90 {
	background: #c8c3c0;
	height: 90px;
}

#nav-main .ad728x90 iframe {
	margin: 0 auto;
	position: relative;
}

#nav-main .nav-item {
	opacity: 1;
	position: inherit;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#nav-main.touch .nav-item {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#nav-main .nav-item.faded {
	opacity: .4;
}

#nav-main .list-inline .nav-item.active-hover {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
}

#nav-main .nav-item > a {
	font-family: Oswald;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background: #e9e6e2;
	margin: 0 1px 1px 0;
	width: 121px;
	padding: 10px 0 8px;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;

}

#nav-main.touch .nav-item > a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#nav-main .nav-item.news > a,
#nav-main .nav-item.sports > a {
	width: 120px;
}

#nav-main .nav-item:hover > a {
	color: #fff;
	text-decoration: none;
}
#nav-main .nav-item > a:after {
	display: none;
	content: " ";
	background: #444;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#nav-main .nav-item > a:hover:after {
	display: none;
}

#nav-main .nav-item.active > a:after,
.sectionfront.news #nav-main .nav-item.news > a:after {
	display: block;
}

#nav-main .nav-item.news:hover > a,
#nav-main .nav-item.news > a:after,
#nav-main .nav-item.news .drop-down .sub-nav {
	background: #007dae;
}

#nav-main .nav-item.business:hover > a,
#nav-main .nav-item.business > a:after,
#nav-main .nav-item.business .drop-down .sub-nav {
	background: #3ca746;
}

#nav-main .nav-item.tv:hover > a,
#nav-main .nav-item.tv > a:after {
	background: #ffc500;
}

#nav-main .nav-item.tv .drop-down .sub-nav {
	background: #f2ba00;
}

#nav-main .nav-item.military:hover > a,
#nav-main .nav-item.military > a:after,
#nav-main .nav-item.military .drop-down .sub-nav {
	background: #5fb7d8;
}

#nav-main .nav-item.offers:hover > a,
#nav-main .nav-item.offers > a:after,
#nav-main .nav-item.offers .drop-down .sub-nav {
	background: #f58220;
}

#nav-main .nav-item.real-estate:hover > a,
#nav-main .nav-item.real-estate > a:after,
#nav-main .nav-item.real-estate .drop-down .sub-nav {
	background: #2e556f;
}

#nav-main .nav-item.sports:hover > a,
#nav-main .nav-item.sports > a:after {
	background: #ff3939;
}

#nav-main .nav-item.sports .drop-down .sub-nav {
	background: #E53232;
}

#nav-main .nav-item.entertainment:hover > a,
#nav-main .nav-item.entertainment > a:after {
	background: #a0317f;
}

#nav-main .nav-item.entertainment .drop-down .sub-nav {
	background: #872A6B;
}

#nav-main .nav-item.video:hover > a,
#nav-main .nav-item.video > a:after {
	background: #4dc8ad;
}

#nav-main .nav-item.video .drop-down .sub-nav {
	background: #42AD96;
}

#nav-main .nav-item.sponsored:hover > a,
#nav-main .nav-item.sponsored > a:after {
	background: #4dc8ad;
}

#nav-main .nav-item.sponsored .drop-down .sub-nav {
	background: #42AD96;
}

#nav-main .nav-item.opinion:hover > a,
#nav-main .nav-item.opinion > a:after {
	background: #485aa4;
}

#nav-main .nav-item.opinion .drop-down .sub-nav {
	background: #3D4C8A;
}

#nav-main .nav-item.classifieds:hover > a,
#nav-main .nav-item.classifieds > a:after {
	background: #bdb3a7;
}

#nav-main .nav-item.classifieds .drop-down .sub-nav {
	background: #B0A69B;
}

#nav-main .nav-item.autos:hover > a,
#nav-main .nav-item.autos > a:after {
	background: #bbc643;
}

#nav-main .nav-item.autos .drop-down .sub-nav {
	background: #A4AD3B;
}

#nav-main .nav-item.active > a:after,
.news #nav-main .nav-item.news > a:after,
.business #nav-main .nav-item.business > a:after,
.tv #nav-main .nav-item.tv > a:after,
.military #nav-main .nav-item.military > a:after,
.offers #nav-main .nav-item.offers > a:after,
.real-estate #nav-main .nav-item.real-estate > a:after,
.sports #nav-main .nav-item.sports > a:after,
.entertainment #nav-main .nav-item.entertainment > a:after,
html .video #nav-main .nav-item.video > a:after,
.opinion #nav-main .nav-item.opinion > a:after,
.classifieds #nav-main .nav-item.classifieds > a:after,
.autos #nav-main .nav-item.autos > a:after,
.sponsored #nav-main .nav-item.sponsored > a:after {
	display: block;
}

/*#nav-main .nav-item.news > a:after,
#nav-main .nav-item.communities > a:after,
#nav-main .nav-item.local-topics > a:after,
#nav-main .nav-item.national-news > a:after,
#nav-main .nav-item.obituaries > a:after,
#nav-main .nav-item.watchdog > a:after,
#nav-main .nav-item.world > a:after {
	background: #007dae;
}
#nav-main .nav-item.business > a:after {
	background: #3ca746;
}
#nav-main .nav-item.tv > a:after {
	background: #f2ba00;
}
#nav-main .nav-item.military > a:after {
	background: #5fb7d8;
}
#nav-main .nav-item.offers > a:after {
	background: #f58220;
}
#nav-main .nav-item.real-estate > a:after {
	background: #2e556f;
}
#nav-main .nav-item.sports > a:after {
	background: #e53232;
}
#nav-main .nav-item.entertainment > a:after {
	background: #872a6b;
}
#nav-main .nav-item.video > a:after {
	background: #42ad96;
}
#nav-main .nav-item.opinion > a:after {
	background: #3d4c8a;
}
#nav-main .nav-item.classifieds > a:after {
	background: #b0a69b;
}
#nav-main .nav-item.autos > a:after {
	background: #a4ad3b;
}*/

#nav-main .nav-item .drop-down,
#new-articles .drop-down {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
	color: #fff;
	display: block;
	height: 0;
	left: 210px;
	opacity: 0;
	/*overflow: hidden;*/
	position: absolute;
	top: 77px;
	visibility: hidden;
	z-index: 5;
	z-index: 999999; /* Overrides #BAP-holder .bap-trigger in ads - TTenoever */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.lt-ie9 #nav-main .nav-item .drop-down,
.lt-ie9 #new-articles .drop-down {
	overflow: hidden;
}

#nav-main.touch .nav-item .drop-down,
#nav-main.touch #new-articles .drop-down {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#nav-main .active-hover .drop-down,
#new-articles .active-hover .drop-down,
#nav-main .iframe-hover .drop-down,
#new-articles .iframe-hover .drop-down {
	height: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#nav-main.touch .active-hover .drop-down,
#nav-main.touch #new-articles .active-hover .drop-down {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#nav-main .list-inline .nav-item .drop-down .clearfix {
	overflow: hidden;
}

#nav-main .list-inline .nav-item .drop-down a {
	color: #fff;
	font-weight: 700;
}

#nav-main .list-inline .nav-item .drop-down .clearfix > .bg-texture {
	height: 161px;
}

#nav-main .nav-item .drop-down .sub-nav {
	background-color: #444444;
	/*border-right: 1px solid #313131;*/
	width: 364px;
}

#nav-main .list-inline .nav-item.tv .drop-down .sub-nav .column {
	padding: 20px 10px;
	width: 161px;
}
#nav-main .list-inline .nav-item .drop-down .sub-nav .column {
	height: 121px;
	padding: 20px;
	width: 141px;
}

#nav-main .list-inline .nav-item .drop-down .sub-nav .column:first-child {
	border-right: 1px dotted #fff;
	border-right: 1px dotted rgba(255, 255, 255, 0.4);
}

#nav-main .list-inline .nav-item .drop-down .sub-nav li a {
	border-top: 1px dotted #fff;
	border-top: 1px dotted rgba(255, 255, 255, 0.4);
	display: block;
	padding: 7px 0;
}

#nav-main .list-inline .nav-item .drop-down .sub-nav li:first-child a {
	border-top: 0;
	padding-top: 0;
}

#nav-main .list-inline .nav-item .drop-down .highlight {
	background-color: #767676;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#767676), to(#4d4d4d));
	background-image: -webkit-linear-gradient(top, #767676, #4d4d4d);
	background-image:    -moz-linear-gradient(top, #767676, #4d4d4d);
	background-image:      -o-linear-gradient(top, #767676, #4d4d4d);
	background-image:         linear-gradient(to bottom, #767676, #4d4d4d);
	-webkit-box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, .25);
	box-shadow: inset 5px 0px 10px 0px rgba(0, 0, 0, .25);
	/*border-left: 1px dotted #737373;*/
	width: 366px;
}

#nav-main .list-inline .nav-item .drop-down .highlight a {
	display: block;
	height: 95px;
}

#nav-main .list-inline .nav-item .drop-down .highlight .clearfix {
	padding: 33px 20px;
}

#nav-main .list-inline .nav-item .drop-down .highlight .alpha {
	margin-right: 5px;
	text-align: center;
	width: 148px;
}

#nav-main .list-inline .nav-item .drop-down .highlight .omega {
	width: 160px;
}

#nav-main .list-inline .nav-item .drop-down .highlight img {
	border: 3px solid #fff;
}
#nav-main .list-inline .nav-item.offers .drop-down .highlight img {
	width: 90px;
	height: 90px;
}

#nav-main .list-inline .nav-item .drop-down .highlight .tag {
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
	font-size: 10px;
	line-height: normal;
	margin-bottom: 10px;
	padding: 2px 8px 2px;
}

#nav-main .list-inline .nav-item .drop-down .highlight h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	text-transform: none;
}

#nav-main .list-inline .nav-item .drop-down .ad728x90 {
	border: 1px solid #a19c99;
}

#nav-main .list-inline .nav-item .drop-down .ad728x90 iframe {
	border: none;
}

.highlight .nav-dropdown-autos,
.highlight .nav-dropdown-business,
.highlight .nav-dropdown-classifieds,
.highlight .nav-dropdown-entertainment,
.highlight .nav-dropdown-military,
.highlight .nav-dropdown-news,
.highlight .nav-dropdown-offers,
.highlight .nav-dropdown-opinion,
.highlight .nav-dropdown-real-estate,
.highlight .nav-dropdown-sports,
.highlight .nav-dropdown-video,
.highlight .nav-dropdown-uttv {
	height: 161px;
	width: 366px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
}
.highlight .nav-dropdown-autos {
	background-image: url("../images/logo-ut-cars.png");
}
.highlight .nav-dropdown-business {
	background-image: url("../images/logo-ut-business.png");
}
.highlight .nav-dropdown-classifieds {
	background-image: url("../images/logo-ut-classifieds.png");
}
.highlight .nav-dropdown-entertainment {
	background-image: url("../images/logo-ut-entertainment.png");
}
.highlight .nav-dropdown-military {
	background-image: url("../images/logo-ut-military.png");
}
.highlight .nav-dropdown-news {
	background-image: url("../images/logo-ut-news.png");
}
.highlight .nav-dropdown-offers {
	background-image: url("../images/logo-ut-offers.png");
}
.highlight .nav-dropdown-opinion {
	background-image: url("../images/logo-ut-opinion.png");
}
.highlight .nav-dropdown-real-estate {
	background-image: url("../images/logo-ut-real-estate.png");
}
.highlight .nav-dropdown-sports {
	background-image: url("../images/logo-ut-sports.png");
}
.highlight .nav-dropdown-video {
	background-image: url("../images/logo-ut-video.png");
}
.highlight .nav-dropdown-uttv {
	background-image: url("../images/logo-ut-tv-lg.png");
}

#nav-main .drop-down .drop-close {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

#nav-main.touch .drop-down .drop-close {
	display: block;
}

#nav-main .drop-down .drop-close .ss-icon {
	vertical-align: middle;
}

#new-articles {
	color: #fff;
	text-align: center;
	display: block;
	background: #ff6839;
	width: 99px;
	height: 77px;
}
#new-articles:hover {
	background: #000000;
	text-decoration: none;
}
#new-articles .count {
	/*font-family: 'OswaldLight';*/
	cursor: pointer;
	font-family: Oswald; font-weight: 300;
	font-size: 36px;
	line-height: 38px;
	margin: 14px 0 0;
}
#new-articles .title {
	/*font-family: 'OswaldBold';*/
	cursor: pointer;
	font-family: Oswald; font-weight: 700;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

#new-articles .title.stand-alone {
	padding: 20px 0;
}

#new-articles .drop-down {
	background: #fff;
	border: 1px solid #c8c3c0;
	/*height: auto;
	opacity: 1;
	visibility: visible;*/
	overflow: hidden;
	width: 828px;
}

#new-articles .drop-down .column {
	position: relative;
}

#new-articles .drop-down .arrow {
	border-left: 1px solid #c8c3c0;
	cursor: pointer;
	height: 200px;
	position: relative;
	width: 49px;
}

#new-articles .drop-down .arrow.disabled {
	background-color: transparent;
}

#new-articles .drop-down .arrow:first-child {
	border-left: none;
	border-right: 1px solid #c8c3c0;
	width: 49px;
}

#new-articles .drop-down .arrow .ss-icon {
	color: #a8a09b;
	font-size: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
}

#new-articles .drop-down ul {
	display: inline;
	float: left;
	margin: 0 -1px 0 0;
	text-align: left;
	width: 729px;
}

#new-articles .drop-down ul:first-child {
	border: none;
}

#new-articles .drop-down ul li {
	border-left: 1px dotted #c8c3c0;
	border-top: 1px solid #c8c3c0;
	display: inline;
	float: left;
	height: 26px;
	margin: -1px 0 0 -1px;
	padding: 12px 15px;
	width: 213px;
}

/*#new-articles .drop-down ul li:first-child {
	border-top: none;
	height: auto;
}*/

#new-articles .drop-down ul li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	line-height: normal;
	overflow: hidden;
}

#new-articles .drop-down .ad728x90 {
	background: #c8c3c0;
}

/* END Main Navigation
   ========================================================================== */


/* ==========================================================================
   Breaking News Homepage
   ========================================================================== */
.breaking-container {
	/*background: url('../images/breaking.png') no-repeat transparent;*/
	height: 80px;
	position: relative;
	width: 940px;
}

.breaking {
	background: #000;
	height: 80px;
	position: relative;
	width: 134px;
	z-index: 1;
}
.breaking:after {
	border-top: 40px dashed transparent;
	border-bottom: 40px dashed transparent;
	border-left: 33px solid #000;
	content: ' ';
	height: 0;
	position: absolute;
	right: -32px;
	top: 0;
	width: 0;
	z-index: 1;
}

.breaking h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 56px;
	margin: 0 0 0 20px;
}
.breaking a {
	font-family: Oswald;
	color: #fff;
	font-size: 11px;
	display: block;
	background-color: #ff6839;
	text-transform: uppercase;
	position: relative;
	top: -10px;
	margin: 0 16px 0 20px;
	padding: 1px 4px 1px 5px;
	border-radius: 4px;
	text-decoration: none;
}

.breaking-topic {
	background-color: #ff6839;
	height: 80px;
	left: 140px;
	position: absolute;
	top: 0;
	width: 800px;
	overflow: hidden;
	z-index: 0;
}
.breaking-topic:after {
	border-top: 40px dashed transparent;
	border-bottom: 40px dashed transparent;
	border-left: 33px solid #fff;
	content: ' ';
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	z-index: 0;
}

.breaking-topic h2 {
	color: #fff;
	font-family: Oswald;
	font-size: 35px;
	font-weight: 700;
	line-height: 80px;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.breaking-topic a {
	color: #fff;
	display: block;
	padding: 0 20px 0 53px;
	text-decoration: none;
}

.breaking-topic p.read-now {
	color: #fff;
	font-family: Oswald;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #000;
	position: absolute;
	top: 25px;
	right: -55px;
	width: 80px;
	margin: 0;
	padding: 5px 0;
	z-index: 1;

	-webkit-transition: all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition:    all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-ms-transition:     all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition:      all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition:         all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);

	-webkit-transform: rotate(-90deg);
	-moz-transform:    rotate(-90deg);
	-ms-transform:     rotate(-90deg);
	-o-transform:      rotate(-90deg);
	transform:         rotate(-90deg);
}
.breaking-topic:hover p.read-now {
	right: -25px;
}

.lt-ie9 .breaking-topic p.read-now {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	top: 0;
	right: -80px;
}
.lt-ie9 .breaking-topic:hover p.read-now {
	right: -50px;
}

/* END Breaking News
========================================================================== */

/* ==========================================================================
   customer service
   ========================================================================== */

.subnav ul {
	background-color: #e9e6e2;
	height: 37px;
	list-style-type: none;
	margin: auto;
	width: 940px;
}
.subnav li {
	border-right: 1px solid #FFF;
	float: left;
	width: 234px;
}
.subnav li.last {
	border-right: none;
	float: left;
	width: 235px;
}
.subnav ul a {
	display: block;
	font-family: Oswald;
	font-size: 14px;
	font-weight: 700;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.call-us {
	border-bottom: 1px solid #c8c3c0;
	background-image: url('../images/icon-phone-big.png');
	background-position: 15px 0px;
	background-repeat: no-repeat;
	height: 90px;
	margin-bottom: 30px;
}
.call-us .logo-white-small {
	display: none;
}
.call-us h3 {
	font-size: 31px;
	margin: 0 0 20px 120px;
	text-transform: none;
	font-weight: 100;
	color: #444 !important;
}
.call-us h3 span {
    font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	color: #444;
}

.customer-service-full {
	margin-bottom: 30px;
}
.customer-service-full .content {
	border: 1px solid #c8c3c0;
	margin: 0 -1px;
	padding: 30px 40px;
}
.customer-service-full .call-us {
	border-right: 1px solid #c8c3c0;
	border-bottom: none;
	width: 416px;
	margin: 0;
	height: 80px;
}
.customer-service-full .call-us h3 {
	margin: 11px 0 0 120px;
}

.customer-service-full .send-us {
	margin: 0 0 0 36px;
}

#subscriber-customer .customer-service-half .send-us .button {
	line-height: 51px;
	width: 190px;
	padding: 0;
	margin: 0;
}
.customer-service-full .button.full {
	width: 198px;
	line-height: 70px;
	margin: 5px 0 0;
}

.send-us .button span.ss-icon {
    font-size: 22px;
    position: relative;
    top: 3px;
    left: -4px;
}

/* END Customer Service
========================================================================== */

/* ==========================================================================
   404 page
   ========================================================================== */

.page-lost h2 {
	font-weight: 700;
}
/* END 404 page
========================================================================== */

/**********************
CONTACT-US
**********************/

.department a.button {
    display: inline-block;
	height: 13px;
	width: 25px;
	float:right;
	margin: -30px 0 20px 0;
}

/**********************
FAQ
**********************/

.faq {
	border-left: 1px solid #E1E1E1;
	font-size: 15px;
    line-height: 1.647;
	padding-left: 25px;
}
.faq-left {
	font-size: 15px;
    line-height: 1.647;
}
.faq .first {
	border:none;
	padding-top:0;
}
.faq h2,
.faq-left h2 {
	font-weight: 700;
	margin:0;
}
.faq .line {
	border-top: 1px solid #E1E1E1;
    padding: 20px 0 0 0;
	width: 100%;
}
.faq a,
.faq-left a {
	color: #FF6839;
}
.faq a.button {
    display: inline-block;
	height: 13px;
	width: 25px;
}
.faq .list-link,
.faq-left .list-link {
	margin-top: 20px;
}
.faq .list-link li,
.faq-left .list-link li {
	margin-top:10px;
	padding-left: 11px;
	text-indent: -11px;
}
.faq .list-link li:first-child {
	margin-top:0;
}
.faq .list-arrow {
	color:#bfbfa9;
	font-size:12px;
	font-weight:bold;
}
.faq .question {
	color:#000;
	font-size:16px;
	line-height: normal;
	font-weight: bold;
}
.faq .list-qa li {
	margin-top:25px;
}
.faq .list-qa li:first-child {
	margin-top:0;
}
.faq .answer {
	color:#000;
	margin-top:10px;
}

/* ==========================================================================
   Social Connect
   ========================================================================== */

.social h3,
.featured-wrap .social h3,
section.articles .social h3 {
	font-family: Oswald;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.social ul {
	margin: 0 0 20px;
}
.social li {
	margin: 0 0 0 10px;
}
.social.small-mar li {
	margin: 0 0 0 5px;
}
.social li:first-child {
	margin: 0;
}
.social a.ss-icon {
	color: #fff;
	font-size: 20px;
	line-height: 37px;
	text-align: center;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 32px;
	height: 32px;
}

.social a.sms {
	font-size: 14px;
	line-height: 14px;
	text-indent: 0px;
	background: #078341;
}

.social a.facebook {
	font-size: 26px;
	line-height: 44px;
	text-indent: 6px;
	background: #2591ff;
}
.social a.twitter {
	background: #25ceff;
}
.social a.pinterest {
	font-size: 21px;
	line-height: 39px;
	background: #f03131;
}
.social a.youtube {
	background: #a80202;
}
.social a.rss {
	background: #ef843d;
}
.social a.googleplus {
	background: #edb700;
}

/***** Hover States *****/
.social a.facebook:hover {
	background-color: #61afff;
}
.social a.twitter:hover {
	background-color: #63dcff;
}
.social a.pinterest:hover {
	background-color: #ff5f5f;
}
.social a.youtube:hover {
	background-color: #c73131;
}
.social a.rss:hover {
	background-color: #f39c63;
}
.social a.googleplus:hover {
	background-color: #f8ca30;
}

.social a.sms:hover {
	background-color: #0b984d;
}

/***** SIGNUP BUTTON *****/
.signup.button {
}
.signup.button.x-large {
	font-size: 20px;
	line-height: 54px;
	text-transform: none;
	width: 260px;
}
.signup.button.mediumlarge {
    font-size: 20px;
    line-height: 40px;
    text-transform: none;
    width: 260px;
    padding: 1px 0 3px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.signup.button.medium {
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
    width: 260px;
    padding: 1px 0 3px;
}
.signup.button.wide600 {
    font-size: 20px;
    line-height: 54px;
    text-transform: none;
    width: 600px;
}
#footer-bottom .signup.button {
	font-weight: 700;
	width: 220px;
}
.featured-wrap .social {
	color: #fff;
	background: #191919;
	height: 192px;
	margin-top: 20px;
}
.flatpage .featured-wrap .social {
	margin-bottom: 20px;
}
.featured-wrap .social .content {
	padding: 20px;
}
.featured-wrap .social h3 {
	margin-bottom: 15px;
}

/* END Social Connect
   ========================================================================== */



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

#header {
	line-height: 1;
}

/* END Header
   ========================================================================== */



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

#footer {
	clear: both;
	line-height: 1;
}
#footer .back-to-top {
	height: 72px;
	margin-top: 42px;
	position: relative;
}
#footer .back-to-top .circle {
	background-color: #ff6839;
	border: 10px solid #fcfcfc;
	border-radius: 52px;
	-webkit-border-radius: 52px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #ffffff;
	cursor: pointer;
	font-size: 24px;
	height: 84px;
	left: 0;
	line-height: 84px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: -52px;
	width: 84px;
}
#footer .back-to-top .circle:hover {
	background-color: #000000;
}

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

#footer-top ul {
	margin-top: 50px;
	margin-bottom: 40px;
}
#footer-top li {
	line-height: 1;
	margin-left: 25px;
}
#footer-top li:first-child {
	margin-left: 0;
}
#footer-top a {
	/*font-family: 'OswaldBold';*/
	font-family: Oswald;
	font-weight: 400; /* Reduce weight for IE8 */
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#footer-top a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.70;
}

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

#footer-bottom {
	padding: 35px 0 30px;
}
#footer-bottom h3 {
	border-bottom: 1px solid #656565;
	margin: 0 0 12px;
	padding-bottom: 5px;
}
#footer-bottom li {
	line-height: 1;
	margin-bottom: 15px;
}
#footer-bottom .social h3 {
	border-bottom: none;
}
#footer-bottom .social ul {
	margin: 0;
}
#footer-subscribe-large {
}
#footer-subscribe-large .logo-large {
	background: url('../images/sdut-logo-white.png') no-repeat center top transparent;
	margin: 0 auto 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 231px;
    height: 61px;
}
#footer-subscribe-large p {
	color: #ffffff;
	/*font-family: 'OswaldLight';*/
	font-family: Oswald;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
}
#footer-subscribe-large .button {
	font-weight: 700;
	width: 220px;
}

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

#footer-copyright {
	color: #b3b3b3;
	font-size: 12px;
	margin-top: 25px;
}
#footer-copyright hr {
	border-color: #656565;
}
#footer-copyright p {
	background: url('../images/icon-flag-usa.png') no-repeat 0 0 transparent;
	line-height: 15px;
	padding-left: 42px;
}
#footer-copyright .credit {
	color: #b3b3b3;
	text-decoration: none;
}

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


/* ==========================================================================
   Sectionfront
   ========================================================================== */

.sectionfront .title-main {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.sectionfront .title-main .content {
	border-color: #444;
	border-style: solid;
	border-width: 0 1px 0 20px;
	border-left: 20px solid #444;
	border-right: 1px solid #444;
}
.sectionfront .title-main hr {
	background-color: transparent;
	border-top: 5px solid #444;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 25px;
	left: 0;
}
.sectionfront .title-main h1,
.sectionfront .title-main h2 {
	background: #fcfcfc;
	border-right: 1px solid #444;
	display: inline;
	float: left;
	font-size: 46px;
	font-weight: 700;
	line-height: 55px;
	margin: 0;
	padding: 0 15px;
	position: relative;
}

/* Californian and North County Times */

.sectionfront.californian .title-main h1,
.sectionfront.nct .title-main h1 {
	background-image: url("../images/h1-californian.png");
	background-position: 20px 5px;
	background-repeat: no-repeat;
	background-size: 466px 44px;
	overflow: hidden;
	text-indent: -9999px;
	width: 466px;
}
.sectionfront.nct .title-main h1 {
	background-image: url("../images/h1-nct.png");
	background-size: 584px 44px;
	width: 584px;
}

/* News, Communities, Local Topics, National News, Obituaries, Staff, Watchdog, World News */
.news .title-main .content,
.communities .title-main .content,
.local-topics .title-main .content,
.national-news .title-main .content,
.obituaries .title-main .content,
.staff .title-main .content,
.watchdog .title-main .content,
.the-conversation .title-main .content,
.world-news .title-main .content,
.in-depth .title-main .content,
.sdge .title-main .content {
	border-left: 20px solid #007dae;
	border-right: 1px solid #007dae;
}
.news .title-main hr,
.communities .title-main hr,
.local-topics .title-main hr,
.national-news .title-main hr,
.obituaries .title-main hr,
.staff .title-main hr,
.watchdog .title-main hr,
.the-conversation .title-main hr,
.world-news .title-main hr,
.in-depth .title-main hr,
.sdge .title-main hr {
	border-top: 5px solid #007dae;
}
.news .title-main h1,
.communities .title-main h1,
.local-topics .title-main h1,
.national-news .title-main h1,
.obituaries .title-main h1,
.staff .title-main h1,
.watchdog .title-main h1,
.the-conversation .title-main h1,
.world-news .title-main h1,
.in-depth .title-main h1,
.sdge .title-main h1 {
	border-right: 1px solid #007dae;
}

/* Sports */
.sports .title-main .content,
.the-conversation .title-main .content {
	border-left: 20px solid #e53232;
	border-right: 1px solid #e53232;
}
.sports .title-main hr,
.the-conversation .title-main hr {
	border-top: 5px solid #e53232;
}
.sports .title-main h1,
.the-conversation .title-main h1 {
	border-right: 1px solid #e53232;
}

/* Business */
.business .title-main .content {
	border-left: 20px solid #3ca746;
	border-right: 1px solid #3ca746;
}
.business .title-main hr {
	border-top: 5px solid #3ca746;
}
.business .title-main h1 {
	border-right: 1px solid #3ca746;
}

/* TV */
.tv .title-main .content {
	border-left: 20px solid #f2ba00;
	border-right: 1px solid #f2ba00;
}
.tv .title-main hr {
	border-top: 5px solid #f2ba00;
}
.tv .title-main h1 {
	border-right: 1px solid #f2ba00;
}

/* Military */
.military .title-main .content {
	border-left: 20px solid #5fb7d8;
	border-right: 1px solid #5fb7d8;
}
.military .title-main hr {
	border-top: 5px solid #5fb7d8;
}
.military .title-main h1 {
	border-right: 1px solid #5fb7d8;
}

/* Offers */
.offers .title-main .content {
	border-left: 20px solid #f58220;
	border-right: 1px solid #f58220;
}
.offers .title-main hr {
	border-top: 5px solid #f58220;
}
.offers .title-main h1 {
	border-right: 1px solid #f58220;
}

/* Real Estate */
.real-estate .title-main .content {
	border-left: 20px solid #2e556f;
	border-right: 1px solid #2e556f;
}
.real-estate .title-main hr {
	border-top: 5px solid #2e556f;
}
.real-estate .title-main h1 {
	border-right: 1px solid #2e556f;
}

/* Entertainment */
.entertainment .title-main .content {
	border-left: 20px solid #872a6b;
	border-right: 1px solid #872a6b;
}
.entertainment .title-main hr {
	border-top: 5px solid #872a6b;
}
.entertainment .title-main h1 {
	border-right: 1px solid #872a6b;
}

/* Video */
html .video .title-main .content {
	border-left: 20px solid #42ad96;
	border-right: 1px solid #42ad96;
}
html .video .title-main hr {
	border-top: 5px solid #42ad96;
}
html .video .title-main h1 {
	border-right: 1px solid #42ad96;
}

/* Sponsored */
.sponsored .title-main .content {
	border-left: 20px solid #42ad96;
	border-right: 1px solid #42ad96;
}
.sponsored .title-main hr {
	border-top: 5px solid #42ad96;
}
.sponsored .title-main h1 {
	border-right: 1px solid #42ad96;
}


/* Health */
.health .title-main .content {
	border-left: 20px solid #42ad96;
	border-right: 1px solid #42ad96;
}
.health .title-main hr {
	border-top: 5px solid #42ad96;
}
.health .title-main h1 {
	border-right: 1px solid #42ad96;
}




/* Opinion */
.opinion .title-main .content {
	border-left: 20px solid #3d4c8a;
	border-right: 1px solid #3d4c8a;
}
.opinion .title-main hr {
	border-top: 5px solid #3d4c8a;
}
.opinion .title-main h1 {
	border-right: 1px solid #3d4c8a;
}

/* Classifieds */
.classifieds .title-main .content {
	border-left: 20px solid #b0a69b;
	border-right: 1px solid #b0a69b;
}
.classifieds .title-main hr {
	border-top: 5px solid #b0a69b;
}
.classifieds .title-main h1 {
	border-right: 1px solid #b0a69b;
}

/* Autos */
.autos .title-main .content,
.automotive .title-main .content {
	border-left: 20px solid #a4ad3b;
	border-right: 1px solid #a4ad3b;
}
.autos .title-main hr,
.automotive .title-main hr {
	border-top: 5px solid #a4ad3b;
}
.autos .title-main h1,
.automotive .title-main h1 {
	border-right: 1px solid #a4ad3b;
}

/* Cars */
.cars .title-main .content {
	border-left: 20px solid #a4ad3b;
	border-right: 1px solid #a4ad3b;
}
.cars .title-main hr {
	border-top: 5px solid #a4ad3b;
}
.cars .title-main h1 {

    border-right: 1px solid #a4ad3b;
}
/* MAIN TAGLINE */
.sectionfront .title-main .tagline {
    background-color: #fcfcfc;
    display: inline;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 20px 5px 20px;
    position: relative;
    height: auto;

}
.sectionfront .title-main .tagline h2 {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: none;
    line-height: 22px;
    border: none;
    color: #777;

}

.sectionfront .title-main .tagline ul {
    margin: 0;
    padding: 0;
    background-color: #fcfcfc;
}
.sectionfront .title-main .tagline li {
    border-left: 1px solid #444444;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0 7px;
}



/* Watchdog (additional customizations to main title) */
.sectionfront.watchdog .title-main .tagline {
    background-color: #fcfcfc;
	border-right: 1px solid #007dae;
	display: inline;
	float: left;
	font-size: 13px;
	height: 55px;
	line-height: 33px;
	padding: 0 20px;
	position: relative;
}
.sectionfront.watchdog .title-main .tagline p {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.sectionfront.watchdog .title-main .tagline ul {
	margin: 0;
	padding: 0;
    background-color: #fcfcfc;
}
.sectionfront.watchdog .title-main .tagline li {
	border-left: 1px solid #444444;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0 7px;
}
.sectionfront.watchdog .title-main .tagline li:first-child {
	border: none;
	padding-left: 0;
}
.sectionfront.watchdog .title-main .tagline .phone {
}
.sectionfront.watchdog .title-main .tagline .fax {
}
.sectionfront.watchdog .title-main .tagline .email a {
	color: #ff6839;
}
.sectionfront.watchdog .title-main .tagline .button {
    margin-top: 8px;
}


/* Sports - The 52 (additional customizations to main title) */
.sectionfront.the-52 .title-main .tagline {
    background-color: #fcfcfc;
	border-right: 1px solid #E53232;
	display: inline;
	float: left;
	font-size: 13px;
	height: 55px;
	line-height: 33px;
	padding: 10px 20px 0 20px;
	position: relative;
}
.sectionfront.the-52 .title-main .tagline p {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

/* Sectionfront featured slideshow, 300x250 ad, social connect
   ========================================================================== */

.container .featured-wrap .eight.columns {
	/*width: 640px;*/
}
.featured-wrap {
	margin-bottom: 20px;
}
.featured-wrap .callout-connect,
.articles .featured-wrap .callout-connect {
	margin: 16px 0;
}
.tv.shows .featured-wrap {
	margin-bottom: 0;
}
.featured-slideshow {
	background: #000000;
	position: relative;
	overflow: hidden;
	height: 462px;
}

/*.featured-slideshow .tag {
	position: absolute;
	top: 20px;
	left: 0;
}*/
.featured-slideshow .slideshow {
	width: 620px;
	height: 412px;
	overflow: hidden;
}
.featured-slideshow .slideshow.no-title {
	height: 462px;
}
.featured-slideshow .slideshow a {
	display: block;
	text-decoration: none;
	position: relative;
}
.featured-slideshow .slideshow .img-wrap {
	height: 412px;
	text-align: center;
	width: 620px;
}
.featured-slideshow .slideshow .img-wrap.video-slide img {
    width:100%;
}
.featured-slideshow .slideshow .img-wrap img.ap-photo-slideshow {
	width: 100%;
}
.featured-slideshow .slideshow h2,
section.articles .featured-wrap .featured-slideshow .slideshow h2 {
	background: #000000;
	bottom: 0;
	color: #ffffff;
	font-size: 30px;
	height: 68px;
	line-height: 68px;
	margin: 0;
	overflow: hidden;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	width: 580px; /* 20 + 580 + 20 = 620px */
}
/*.featured-slideshow .anythingSlider .slideshow h2 {
	height: 68px;
	line-height: 68px;
	position: relative;
	top: -68px;
}*/
.featured-slideshow .slideshow p {
	display: none; /* NOT USING THIS FEED FIELD */
}
.featured-slideshow .pagination {
	background: #404040;
	bottom: 0;
	color: #ffffff;
	height: 40px;
	line-height: 1;
	overflow: hidden;
	position: absolute;
	width: 620px;
}
.featured-slideshow .pagination a {
	color: #ffffff;
	text-decoration: none;
}
.featured-slideshow .pagination .play {
	display: inline;
	float: left;
	margin: 15px 20px 0 20px;
}
.featured-slideshow .pagination .pager {
	display: inline;
	float: left;
	height: 12px;
	margin: 14px 20px 0;
	overflow: hidden;
	width: 340px;
}
.featured-slideshow .pagination .pager li {
	font-size: 12px;
	line-height: 1;
	margin-left: 23px;
}
.featured-slideshow .pagination .pager li:first-child {
/*margin-left: 0;*/
}
.featured-slideshow .pagination .pager a {
	background-color: #6c6c6c;
	color: #6c6c6c;
	display: inline-block;
	font-size: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	width: 12px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.featured-slideshow .pagination .pager a:hover,
.featured-slideshow .pagination .pager a.selected {
	background-color: #ffffff;
}
.featured-slideshow .pagination .prev-next {
	display: inline;
	float: right;
	font-family: Oswald;
	font-weight: 400;
	font-size: 14px;
	margin: 10px 10px 10px 0;
	text-transform: uppercase;
}
.featured-slideshow .pagination .prev-next li {
	border-left: 1px solid #ffffff;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
.featured-slideshow .pagination .prev-next li:first-child {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
.featured-slideshow .pagination .prev-next a:hover {
}
.featured-slideshow .pagination .prev-next .ss-icon {
	font-size: 14px;
	margin: 0;
	padding: 0 10px;
	position: relative;
	top: 1px;
}




/* Sectionfront

   ========================================================================== */

.listing {
	height: 260px;
}
.listing.customer-service {
	height: auto;
	margin-bottom: 40px;
}
#sidebar .listing {
	height: auto;
}
.listing h2 {
	font-weight: 700;
	line-height: 1;
	margin: 0 0 3px;
	padding: 0;
}
.listing h2 a {
	background: #444;
	color: #fff;
	display: block;
	padding: 10px 12px 8px;
}
.listing h2 a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
	text-decoration: none;
}
.sectionfront.real-estate-modules .listing h2 a {
    background: #2e556f;
}
.sectionfront.real-estate-modules hr {
    margin: 0 0 12px;
}
.business.listing h2 a {
	background: #3ca746;
}
.military.listing h2 a,
.military .listing h2 a {
	background: #5fb7d8;
}
.opinion.listing h2 a,
.opinion .listing h2 a {
	background: #3d4c8a;
}
.real-estate.listing h2 a {
	background: #2e556f;
}
.sectionfront.news .listing h2 a,
.news.listing h2 a,
.customer-service.listing h2 a,
.sectionfront.communities .listing h2 a,
.sectionfront.local-topics .listing h2 a,
.sectionfront.national-news .listing h2 a,
.sectionfront.obituaries .listing h2 a,
.sectionfront.watchdog .listing h2 a,
.sectionfront.world-news .listing h2 a {
	background: #007dae;
}
.sectionfront.sports .listing h2 a,
.sports.listing h2 a {
	background: #ff3939;
}
.sectionfront.business .listing h2 a {
	background: #3ca746;
}
.sectionfront.entertainment .listing h2 a,
.entertainment.listing h2 a {
	background: #a0317f;
}
.san-diego-red.listing h2 a {
	background: #cc2525;
}
.vida-latina.listing h2 a {
	background: #ff6839;
}
.customer-service.listing .subtitle {
	font-weight: bold;
	margin: 15px 0 1px 0;
}
.customer-service.listing p {
	margin: 0 0 10px;
}
.customer-service.listing p.first {
	margin-top: 15px;
}
.listing ul {
	margin: 0 0 25px;
}
.listing li {
	border-top: 1px dotted #bababa;
	line-height: 1;
	position: relative; /* for admin_link positioning */
}
.listing li:first-child {
	border: none;
}
.listing li a {
	display: block;
	padding: 12px 10px 10px;
}
.listing li a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.listing.image li a {
	padding: 12px 0 0;
}
.listing.image li a:hover {
	background: none;
}
.customer-service.content {
	padding: 0 20px 0 0;
}

.sectionfront.watchdog .listing h2 a span.cir { font-size: 14px; }

.see_more_sm { font-size: 12px; float: right; display: inline-block; margin: 5px 0 0 0; }

/* Sectionfront Top Videos
   ========================================================================== */
.video_player_uttv { background: #4a4949; }

#top-videos {
	margin-bottom: 30px;
}
#top-videos .six.columns {
	height: 560px;
}
#top-videos .content {
	padding: 20px;
}
#top-videos .video-widget .watch-now-placeholder {
	background: url("../images/tv-watch-now-placeholder.png") no-repeat;
	width: 440px;
	height: 370px;
}
.nav-watch-now-placeholder {
	background: url("../images/tv-watch-now-placeholder-mini.png") no-repeat;
	width: 142px;
	height: 90px;
}
#top-videos .video-widget .info {
	background: #191919;
	font-size: 13px;
	height: 97px;
	line-height: 20px;
	width: 440px;
}
#top-videos .video-widget .info .content {
	padding: 15px 20px;
}
#top-videos .video-widget .info h3 {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#top-videos .video-widget .info span {
	color: #909090;
}

/*
#top-videos .list-video {
	margin-left: -15px;
}
#top-videos .list-video li {
	margin: 0 0 20px 15px;
}*/

#top-videos {
	position: relative;
}
#top-videos .item-wrap {
	margin: 0 0 0 -15px;
	padding: 0;
	position: relative;
	width: 455px;
}

/* Add class .clearfix instead
.item-wrap:before,
.item-wrap:after {
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}
.item-wrap:after {
	clear: both;
}*/
#top-videos .item {
	background: none;
	float: left;
	font-size: 13px;
	/*height: 175px;*/
	height: 130px;
	margin: 0 0 20px 15px;
	padding: 0;
	position: relative;
	width: 130px;
}
#top-videos .item a {
	display: block;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#top-videos .item img {
	border: 3px solid #FFFFFF;
	display: block;
	height: 75px;
	width: 124px;
}
#top-videos .item .overlay {
	background: url("../images/icon-play-video.png") no-repeat scroll 50% 18px transparent;
	color: #ebebeb;
	left: 3px;
	padding: 85px 0 0;
	position: absolute;
	top: 3px;
	width: 124px;
}
#top-videos .item span {
	display: block;
}
#top-videos .item span.title {
	font-weight: bold;
	line-height: 1.25;
}
#top-videos .item span.time {
	font-size: 11px;
	font-weight: normal;
	line-height: 2;
}
#top-videos .item:hover img {
	border-color: #007dae; /* Blue */
}
#top-videos .item:hover span {
	color: #ffffff;
}

/* Sectionfront Articles Listing
   ========================================================================== */

section.articles article {
	position: relative;
}
section.articles .story-block article {
	margin-bottom: 40px;
}
section.articles > .ad, section.articles > article, section.articles > div {
	height: 320px;
	margin-bottom: 20px;
}
section.articles .story_list { background-color: #fffdf9; background-image: url("../images/bg-texture.png"); height: 320px; overflow: hidden; }
section.articles .story_list .content { padding: 10px; }
section.articles .img-frame { margin: 0; }
section.articles article.no-image .content {
	overflow: hidden;
}
section.articles h3,
.article-h3 {
	color: #fff;
	font-family: Oswald;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	max-height: 86px;
	margin: 0 0 5px;
	text-transform: none;
	overflow: hidden;
}
section.articles article.no-image h3 {
	max-height: 59px;
}
section.articles article h2 .tag,
section.articles article h3 .tag {
	display: inline-block;
	position: relative;
	top: -1px;
	margin: 0 5px 0 0;
}
section.articles article h2 .tag {
	top: -5px;
}
section.articles article .img-frame + .content h2 .tag,
section.articles article .img-frame + .content h3 .tag {
	display: block;
	position: absolute;
	top: 16px;
	left: 3px;
	margin: 0;
}
section.articles article.lead-story .img-frame + .content h2 .tag {
	left: 5px;
}
section.articles article p {
	max-height: 38px;
	margin: 0;
	overflow: hidden;
}
section.articles article.no-image p {
	max-height: 200px;
}
.staff section.articles article.no-image p {
	max-height: 250px;
}
section.articles article p.date {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
section.articles .featured-wrap,
.real-estate-modules section.articles .featured-wrap {
	height: auto;
}
section.articles .featured-wrap .lead-story .content {
	height: auto;
	padding: 0;
}
section.articles .featured-wrap h2 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 10px;
}
section.articles .featured-wrap article p {
	max-height: none;
}
section.articles .featured-wrap article.no-image p {
	max-height: none;
}

/****** SUB NAV *****/
.sectionfront .nav-sub,
.sectionfront ul.tabs.nav-sub {
	border-bottom: none;
	margin-bottom: 35px !important;
}
.sectionfront .nav-sub li,
.sectionfront ul.tabs.nav-sub li {
	background-color: #e9e6e2;
}
.sectionfront .nav-sub.items-3 li,
.sectionfront ul.tabs.nav-sub.items-3 li {
	margin-left: 2px !important; /* three nav items */
}
.sectionfront .nav-sub.items-3 a,
.sectionfront ul.tabs.nav-sub.items-3 a {
	width: 312px; /* three nav items */
}
.sectionfront .nav-sub.items-4 li,
.sectionfront ul.tabs.nav-sub.items-4 li {
	margin-left: 1px !important; /* four nav items */
}
.sectionfront .nav-sub.items-4 a,
.sectionfront ul.tabs.nav-sub.items-4 a {
	width: 234px; /* four nav items */
}
.sectionfront .nav-sub li:first-child,
.sectionfront ul.tabs.nav-sub li:first-child {
	margin-left: 0 !important;
}
.sectionfront .nav-sub a,
.sectionfront ul.tabs.nav-sub a {
	background-color: #e9e6e2;
	color: #444444;
	display: block;
	font-family: Oswald;
	font-size: 14px;
	font-weight: 700;
	height: 37px;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sectionfront .nav-sub a:hover,
.sectionfront ul.tabs.nav-sub a:hover{
	background-color: #ff6839;
	color: #e9e6e2;
}
.sectionfront .nav-sub a.current,
.sectionfront ul.tabs.nav-sub a.current{
	background-color: #444444;
	color: #e9e6e2 !important;
}

/***** Sectionfront Pagination *****/
section.articles div.sectionfront-pagination {
	height: auto;
}
.sectionfront-pagination {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	margin-top: 40px;
	text-transform: uppercase;
}
.sectionfront-pagination ul {
}
.sectionfront-pagination li,
.sectionfront-pagination li .ss-icon {
	display: inline;
}
.sectionfront-pagination .left {
	float: left;
}
.sectionfront-pagination .right {
	float: right;
}
.sectionfront-pagination li a {
	text-decoration: none;
}
.sectionfront-pagination li a .ss-icon {
	position: relative;
	top: 1px;
}
.sectionfront-pagination li a:hover {
	color: #ff6839;
}

/* END Sectionfront
   ========================================================================== */


/* Sectionfront Offers
   ========================================================================== */

/****** SUB TITLES *****/
.sectionfront .title-sub {
	height: 35px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.sectionfront .title-sub .content {
}
.sectionfront .title-sub hr {
	border-top: 5px solid #444444;
	left: 0;
	position: absolute;
	top: 10px;
	width: 100%;
}
.sectionfront .title-sub h2 {
	background-color: #fcfcfc;
	display: inline;
	float: left;
	font-family: Oswald;
	font-size: 18px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
	padding: 0 12px 0 0;
	position: relative;
	text-transform: uppercase;
}
.sectionfront .title-sub a {
	background-color: #444444;
	color: #ffffff;
	display: inline-block;
	font-family: Oswald;
	font-size: 12px;
	line-height: 21px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 10px;
}

/****** SIGNUP OFFERS MODULE *****/
.signup-offers-module {
}
.signup-offers-module .content {
	padding: 20px 20px 0;
}
section.articles .featured-wrap .signup-offers-module h2,
.signup-offers-module h2 {
	color: #ebebeb;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}
.signup-offers-module form {
	margin-bottom: 0;
}
.signup-offers-module input[type="text"] {
	margin-bottom: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 250px;
}
.signup-offers-module .row {
	margin-bottom: 0;
}

/***** SOCIAL MODULE OVERRIDES *****/
.sectionfront.offers .featured-wrap .social {
	height: 158px;
}
.sectionfront.offers .featured-wrap .social .content {
	padding-top: 13px;
}
.sectionfront.offers .featured-wrap .social h3 {
	line-height: 1;
	margin-bottom: 12px;
}
.sectionfront.offers .featured-wrap .social ul {
	margin-bottom: 15px;
}
.sectionfront.offers .featured-wrap .social {
}

.sectionfront.offers .featured-wrap .social,
.sectionfront.tv.watch-live .featured-wrap .social {
	margin-top: 0;
}

/***** OFFERS ARTICLES: LEAD ARTICLE *****/
.sectionfront.offers .featured-wrap {
	margin-bottom: 40px;
}
.featured-wrap article.lead-story {
}
.featured-wrap .lead-story .img-frame {
	margin-bottom: 10px;
	padding: 5px;
}
.featured-wrap .lead-story .banner {
	display: inline;
	float: left;
	margin-right: 15px;
	position: relative;
}
.featured-wrap .lead-story .banner .cart {
	background-color: #f58220;
	color: #ffffff;
	display: block;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	padding: 0 11px 0 8px;
	position: absolute;
	right: 5px;
	top: 15px;
}
.featured-wrap .lead-story .banner .cart .ss-icon {
}
.featured-wrap .lead-story .banner .cart .count {
}
.featured-wrap .lead-story .banner .overlay {
	background-color: rgba(0, 0, 0, 0.50);
	bottom: 0;
	color: #ffffff;
	font-family: Oswald;
	font-size: 28px;
	font-weight: 400;
	left: 0;
	line-height: 45px;
	margin: 0 5px 5px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 310px;
}
.featured-wrap .lead-story .banner .overlay:hover {
	background-color: rgba(0, 0, 0, 1.0);
	background-color: #00000;
}
.featured-wrap .lead-story .content {
	height: 320px;
	padding: 1px 0 0;
}
.featured-wrap .lead-story .vendor,
.featured-wrap .lead-story .offer,
.featured-wrap .lead-story .summary {
	/* See individual elements for fixed heights */
	overflow: hidden;
}
.featured-wrap .lead-story .vendor {
	color: #f58220;
	font-size: 16px;
	font-weight: bold;
	height: 18px;
	line-height: 1;
	margin-bottom: 5px;
}
.featured-wrap .lead-story .offer {
	font-family: Oswald;
	font-size: 28px;
	font-weight: 400;
	height: 102px;
	line-height: 33px;
	margin-bottom: 20px;
}
.featured-wrap .lead-story .summary {
	font-size: 13px;
	height: 160px;
	line-height: 20px;
	margin-bottom: 0;
	overflow: hidden;
}

/***** OFFERS ARTICLES: DEALS *****/
section.articles .deal {
	height: 470px;
}
.articles .deal .banner {
	position: relative;
}
.articles .deal .banner .cart {
	background-color: #f58220;
	color: #ffffff;
	display: block;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	padding: 0 11px 0 8px;
	position: absolute;
	right: 3px;
	top: 12px;
}
.articles .deal .banner .cart .ss-icon {
}
.articles .deal .banner .cart .count {
}
.articles .deal .banner .overlay {
	background-color: rgba(0, 0, 0, 0.50);
	bottom: 0;
	color: #ffffff;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	left: 0;
	line-height: 52px;
	margin: 0 3px 3px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 215px;
}
.articles .deal .banner .overlay:hover {
	background-color: rgba(0, 0, 0, 1.0);
	background-color: #00000;
}
section.articles .deal .content {
	padding: 0 3px;
}
.articles .deal .vendor,
.articles .deal .offer,
.articles .deal .summary {
	/* See individual elements for fixed heights */
	overflow: hidden;
}
.offers .summary ul {
	list-style: disc outside none;
	white-space: normal;
	margin: 0;
	padding: 0;
}
.offers .summary li {
	white-space: normal;
	padding:0;
	margin: 0 0 0 15px;
}
section.articles .deal .img-frame {
	margin-bottom: 10px;
}
.articles .deal .vendor {
	color: #f58220;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	line-height: 1;
	margin-bottom: 5px;
}
.articles .deal .offer {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	max-height: 69px;
	line-height: 22px;
	margin-bottom: 15px;
}
.articles .deal .summary {
	font-size: 13px;
	height: 80px;
	line-height: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.articles .deal .details {
	bottom: 0;
	font-size: 13px;
	margin: 10px 0;
	position: absolute;
}
.articles .deal .details li {
	margin-right: 4px;
}
.articles .deal .price {
}
.articles .deal .value {
}
.articles .deal .savings {
}
.articles .deal .details span {
	font-weight: bold;
}
/*****  to display "...more" for hidden content *****/
.dotdot:before {
    content:"";
    float: left;
    width: 5px;
}
.dotdot > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}
.dotdot:after {
    content: "\02026more";
    font-weight: bold;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -20px;
    left: 100%;
    width: 7em;
    margin-left: -7em;
    padding-right: 5px;
    text-align: right;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 18%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(18%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 18%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 18%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 18%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 18%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */

}
.lt-ie9 .dotdot:after  {
/*CAN'T apply gradient on pseudo elements filter, so just don't
 progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); */
 content:"";
}
/* height and other overwrites of each .dotdot element where it will be applied */
.offers .lead-story .dotdot:before {
    height: 160px;
}
.offers .deal .dotdot:before {
    height: 80px;
}
/***** OFFERS ARTICLES: CONTESTS *****/
section.articles .contest {
	height: 450px;
}
.articles .contest .banner {
	position: relative;
}
section.articles .contest .img-frame {
	margin-bottom: 7px;
}
section.articles .contest .content {
	padding: 0 3px;
}
.articles .contest .offer,
.articles .contest .summary {
	/* See individual elements for fixed heights */
	overflow: hidden;
}
.articles .contest .offer {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	height: 45px;
	line-height: 22px;
	margin-bottom: 10px;
}
.articles .contest .cta {
	background-color: #000000;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 10px;
	white-space: nowrap;
	width: 69px;
}
.articles .contest .summary {
	font-size: 13px;
	height: 100px;
	line-height: 20px;
	margin-bottom: 2px;
	overflow: hidden;
}
section.articles article.contest p {
	/* Override to default */
	max-height: 100px;
}
.articles .contest .more {
	bottom: 0;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	position: absolute;
}

/***** LINK: View More (Offers) *****/
.more-offers {
	color: #444444;
	display: inline;
	float: right;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin: 15px 0 45px;
	text-transform: uppercase;
}
.more-offers .ss-icon {
	background-color: #444444;
	bottom: 2px;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 10px;
	height: 22px;
	line-height: 24px;
	margin-left: 5px;
	position: relative;
	text-align: center;
	width: 22px;
	/* Rounded Borders */
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/***** AD: ONLINE COUPONS *****/
.sectionfront.offers .ad-coupons {
	margin-top: 20px;
	margin-bottom: 40px;
}
.ad-coupons {
	border: 1px solid #c8c3c0;
}

.ad-coupons .content {
	padding: 15px 30px 15px 30px;
}
.ad-coupons h2 {
	color: #444444;
	display: inline;
	float: left;
	font-family: Oswald;
	font-size: 36px;
	font-weight: 700;
	line-height: 69px;
	margin: 0;
	padding: 0;
	text-transform: none;
	white-space: nowrap;
	width: 304px;
}
.ad-coupons p {
	border-left: 1px solid #c8c3c0;
	display: inline;
	float: left;
	font-size: 18px;
	font-family: Oswald;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 6px 0 6px 22px;
	width: 230px;
}
.ad-coupons .button {
	display: inline;
	float: right;
	font-size: 15px;
	font-weight: 700;
	line-height: 49px;
	margin: 11px 0 0;
	width: 316px;
}

.sectionfront.offers .ad-browse {
	margin-top: 0;
}

.ad-browse {
	border: none;
}

.ad-browse h2,
.ad-browse p {
	color: #ffffff;
}

.ad-browse p {
	border-color: #525252;
}

/* END Sectionfront Offers
   ========================================================================== */

/* ==========================================================================
   Sectionfront Guides
   ========================================================================== */

.sectionfront.guides {
}

/***** ARTICLES *****/
section.articles .guide {
	height: auto;
}
.articles .guide .banner {
	position: relative;
}
.articles .guide .banner .img {
	height: 194px;
	width: 294px;
}
.articles .guide .banner .overlay {
	height: 194px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 294px;
	/* Box-shadow */
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75) inset;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75) inset;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75) inset;
}
.articles .guide .content {
}
.articles .guide .content h2.title {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	text-transform: none;
}
.articles .guide .content .summary {
	height: 84px;
	overflow: hidden;
}

/***** ADVERTISEMENT *****/
.sectionfront.guides .ad-and-callout {
}
.sectionfront.guides .ad {
	display: block;
}
.sectionfront.guides .callout.subscribe-paper {
	background-image: url('../images/icon-subscribe-paper.png');
	background-position: 15px 9px;
	background-repeat: no-repeat;
	height: 60px;
	width: 300px;
}
.sectionfront.guides .callout.subscribe-paper h3 {
	margin: 18px 10px 0 60px;
}

/* END Sectionfront Guides
   ========================================================================== */

/* ==========================================================================
   Sectionfront (San Diego's) Best
   ========================================================================== */

.sectionfront.best {}

.featured-slideshow.best-of #breadcrumbs {
	margin-bottom: 15px;
	width: 619px;
}

/***** BEST-OF FEATURED SLIDESHOW  *****/

section#best-featured {}

.featured-slideshow.best-of .slideshow {
	height: 387px;
}
.featured-slideshow.best-of .slide {
	overflow: hidden;
	height: 387px;
}
.featured-slideshow.best-of .banner {
	padding: 5px;
}
.featured-slideshow.best-of .img-frame {
	height: 294px;
	margin-bottom: 15px;
	width: 294px;
	/* Box-shadow */
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
}

/***** BEST-OF SLIDESHOW: PAGINATION*****/
.featured-slideshow.best-of .pagination {
	background: transparent;
	color: #ffffff;
	height: 12px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	width: 300px;
}
.featured-slideshow.best-of .pagination .pager {
	display: block;
	float: none;
	margin: 0 auto;
	width: 85px;
}
.featured-slideshow.best-of .pagination .pager li {
	margin-left: 23px;
}
.featured-slideshow.best-of .pagination .pager li:first-child {
	margin-left: 0;
}
.featured-slideshow.best-of .pagination .pager a {
	background-color: #c8c3c0;
	color: #c8c3c0;
}
.featured-slideshow.best-of .pagination .pager a:hover,
.featured-slideshow.best-of .pagination .pager a.selected {
	background-color: #a0317f;
}

/***** BEST-OF SLIDESHOW: CAPTION*****/
.featured-slideshow.best-of .caption {
	color: #444444;
	font-size: 13px;
	height: 30px;
	line-height: 1;
	overflow: hidden;
	text-align: center;
}

/***** BEST-OF SLIDESHOW: CONTENT *****/
.featured-slideshow.best-of {
	background: transparent;
}

.featured-slideshow.best-of .slideshow .content {}

.featured-slideshow.best-of h2 {
	background: none;
	color: #444444;
	font-size: 27px;
	font-weight: 400;
	height: auto;
	line-height: normal;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	text-transform: none;
	width: auto;
}
.featured-slideshow.best-of ol {
	font-family: Oswald;
	font-size: 14px;
	font-weight: 400;
	list-style: decimal;
	margin: 0 0 20px 1.5em;
}
.featured-slideshow.best-of ol li {
	margin-bottom: 20px;
}
.featured-slideshow.best-of h3 {
	margin-bottom: 10px;
	text-transform: none;
}
.featured-slideshow.best-of .other ul li {
	margin-bottom: 5px;
}

/***** BEST LISTS *****/
.bg-bestof-welcome {
	background: url('../images/bg-bestof-welcome.jpg') no-repeat;
	width: 620px;
	height: 462px;
	position: relative;
}
.bg-bestof-welcome .transparent-to-black {
	width: 100%;
	height: 230px;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.bg-bestof-welcome h3,
.bg-bestof-welcome p {
	color: #fff;
	margin: 0 40px 10px;
}
.bg-bestof-welcome h3 {
	font-size: 24px;
	margin-top: 130px;
}

#best-lists {
	margin-bottom: 20px;
}
#best-lists .ss-icon {
	font-size: 12px;
	line-height: 24px;
}

#best-lists h2 .plus,
#best-lists .closed h2 .minus,
#best-lists .disabled h2 .plus,
#best-lists .disabled h2 .minus {
	display: none;
}
#best-lists h2 .minus,
#best-lists .closed h2 .plus {
	display: block;
}

#best-lists .listing {
	height: auto;
	min-height: 64px;
}
#best-lists .listing ul {
	overflow: hidden;
}

/***** BEST RESOURCES & RESULTS *****/
#best-resources {
	margin-bottom: 50px;
}
#best-resources .columns.twelve {
	border-top: 1px solid #d8d8d8;
	padding-top: 25px;
}
#best-resources h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: capitalize;
}
#best-resources li {
	border-left: 1px solid #444444;
	line-height: 1;
	margin-right: 5px;
	padding-left: 5px;
}
#best-resources li:first-child {
	border: none;
	padding-left: 0;
}
#best-resources .resources {
	text-align: left;
}
#best-resources .results {
	text-align: right;
}
#best-resources .results ul {
	display: inline;
	float: right;
	margin: 0 -5px 0 0;
	padding: 0;
}

/*
   END Sectionfront (San Diego's) Best
   ========================================================================== */

/* ==========================================================================
   Sectionfront Contact Staff
   ========================================================================== */

/***** SECTION TITLE *****/

.sectionfront .title-section {
    height: 26px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.sectionfront .title-section .content {
    border: none;
}
.sectionfront .title-section hr {
    border-top: 5px solid #444444;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}
.sectionfront .title-section h2 {
    background: none repeat scroll 0 0 #FCFCFC;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0 12px 0 0;
    position: relative;
	text-transform: uppercase;
}
/*
.news .title-section hr {
    border-color: #007DAE;
}
*/

/***** CONTACT STAFF PAGE *****/
.staff {
}

.staff #staff-header p { margin-bottom: 6px; font-family: 'Open Sans', serif, arial; font-size: 12px; line-height: 18px; }

/***** TOOLS *****/
.staff .tools {
	display: none; /* TEMPORARY! DISPLAY NONE UNTIL FUNCTIONALITY ENABLED -- TTenoever */
	clear: both;
	line-height: 36px;
}
.staff .tools h3 {
	display: inline;
	float: right;
	line-height: inherit;
	margin: 0;
}

/***** TOOLS: Search *****/
.staff #form-staff-search {
	margin: 0;
	position: relative;
}
.staff #form-staff-search input[type="text"] {
	border: 1px solid #000;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: Oswald;
	margin: 0;
	padding: 7px 48px 7px 10px;
	width: 240px;
}
.staff #form-staff-search .ss-icon {
	font-size: 18px;
	position: absolute;
	right: 10px;
	top: 4px;
}
.staff #form-staff-search input[type="submit"] {
	height: 36px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
}

/***** TOOLS: Filter *****/
.staff .filter {
}

/***** DEPARTMENTS *****/
.staff .department {
	margin-bottom: 20px;
}
.staff .department ul {
	margin-bottom: 0;
}

/***** STAFF MEMBER LISTING *****/
.staff .department li {
	height: 380px;
	margin: 0 20px 30px 0;
	width: 215px;
}
.staff .department li .img-frame {
	display: block;
	margin: 0;
	float: none;
	text-decoration: none;
}
.staff .department .reporter .img-frame .ss-icon {
	width: 199px;
	height: 210px;
	font-size: 190px;
	line-height: 277px;
	padding-left: 10px;
}
.staff .department .member h3 {
	margin: 20px 0 0;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
}
.staff .department .member h4 {
	font-family: Oswald;
	font-weight: 400;
	color: #777;
	font-size: 13px;
	height: 40px;
	margin: 0;
}
.staff .department .member .email {
	margin: 0;
}
.staff .department .member .email a,
.staff .department .member .resource-links a {
	color: #FF6839;
	font-size: 14px;
}
.staff .department .member .phone {
	font-size: 14px;
}

/***** Advertising Department *****/
.staff .advertising {
}
.staff .advertising h3 {
	display: inline;
	float: right;
	font-family: Oswald;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-transform: none;
	width: 122px;
}
.staff .advertising .member .name {
	clear: both;
	height: 24px;
}

/*
   END Sectionfront Contact Staff
   ========================================================================== */

/* ==========================================================================
   Sectionfront Staff Detail View
   ========================================================================== */

/***** Header *****/
#staff-header .featured-wrap {
	margin-bottom: 0;
}
#staff-header .banner {
	display: inline;
	float: left;
	width: 240px;
}
#staff-header .banner img {
	max-width: 230px;
}
#staff-header .content {
	display: inline;
	float: left;
	width: 360px;
}
#staff-header .contact-list {
	margin-top: 20px;
}
#staff-header .contact-list li {
	margin-right: 20px;
	width: 160px;
}
#staff-header .contact-list li .ss-icon {
	margin-right: 5px;
}

/***** View More Link *****/
.view-more {
    color: #444444;
    display: inline;
    float: right;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.inline-gallery + .view-more {
	display: block;
	float: none;
	text-align: right;
	margin-bottom: 20px;
}

/***** Articles Listing *****/
section.staff-articles article {
	height: 340px;
	overflow: hidden;
}
section.staff-articles .img-frame {
	display: inline;
	float: left;
	margin-right: 15px;
	width: 140px;
}
section.staff-articles h3 {
	margin-bottom: 15px;
	max-height: 120px;
	overflow: hidden;
}
.staff-articles .date {
	clear: both;
	font-family: Oswald;
	font-weight: 700;
	margin-bottom: 10px;
}
.staff-articles .summary {
	clear: both;
}
section.staff-articles .summary p {
	margin-bottom: 1em;
	max-height: none;
}

/*
   END Sectionfront Staff Detail View
   ========================================================================== */

/* ==========================================================================
   Contact Info
   ========================================================================== */

.contact-header {
	clear: both;
	margin-bottom: 10px;
}
.contact-header a {
	text-decoration: underline;
}
#contact-info {
}
#contact-info a {
	text-decoration: underline;
}
#contact-info h2 {
	margin-bottom: 0;
}
#contact-info h3 {
	margin-bottom: 0;
}

/*
   END Contact Info
   ========================================================================== */

/* ==========================================================================
   Columnists and Reporters Widget

   @owns .reporters
   ========================================================================== */
.reporters hr,
.reporters h2 {
	margin-bottom: 25px;
}
.reporters .bg-texture {
	border: 1px solid #c8c3c0;
	margin: 0 -1px 30px;
}
.reporter {
	line-height: 22px;
	margin: 18px 0 0;
	position:relative;
}

/* Reporter Image
   ========================================================================== */

.reporter .img-frame {
	display: inline;
	float: left;
	margin: 0 0 0 18px;
}
.banner .img-frame .ss-icon,
.reporter .img-frame .ss-icon,
.section-columnists .img-frame .ss-icon {
	font-size: 78px;
	line-height: 118px;
	display: block;
	background: #eee;
	width: 83px;
	height: 88px;
	padding: 0 0 0 5px;
}
.banner .img-frame .ss-icon {
	font-size: 180px;
	line-height: 263px;
	width: 190px;
	height: 200px;
	padding-left: 10px;
}

/* Reporter Content
   ========================================================================== */

.reporter .content {
	display: inline;
	float: left;
	font-size: 12px;
	margin: 0 0 0 10px;
	width: 178px;
	height: 100px;
}
.reporter .content h3 {
	color: #444444;
	font-family: Oswald;
	font-weight: 400;
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0;
	text-transform: none;
}
.reporter .content h3 a {
	color: #444444;
	margin-right: 5px;
}
.reporter .content h3 .tag {
	display: inline-block;
	position: relative;
	top: -2px;
}
.reporter .content ul {
	list-style: none;
	margin: 0;
}
.reporter .content li,
.reporter .content a {
	color: #ff6839;
}

/* END Columnists and Reporters Widget
   ========================================================================== */


/* Breadcrumbs Nav
   ========================================================================== */

#breadcrumbs {
	color: #007dae;
	font-family: Oswald;
	font-weight: 700;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	z-index: 0;
}
#breadcrumbs .content {
	border-right: 1px solid #007dae;
	position: relative;
	z-index: 0;
}
#breadcrumbs hr {
	border-top: 5px solid #007dae;
	left: 0;
	position: absolute;
	top: 11px;
	width: 100%;
	z-index: -1;
}
#breadcrumbs a {
	color: #007dae;
	text-decoration: none;
}
#breadcrumbs a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
}
#breadcrumbs ul {
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	background-color: #fcfcfc;
	border-right: 1px solid #007dae;
	line-height: 26px;
	margin: 0;
	padding: 0 14px 0 14px;
}
#breadcrumbs li:first-child {
	border: none;
	padding: 0;
}
#breadcrumbs .home {
	background-color: #007dae;
	color: #ffffff;
	display: block;
	font-size: 11px;
	text-align: center;
	width: 26px;
}
#breadcrumbs .home:hover {
	text-decoration: none;
}

.news #breadcrumbs,
.news #breadcrumbs a,
.communities #breadcrumbs,
.communities #breadcrumbs a,
.local-topics #breadcrumbs,
.local-topics #breadcrumbs a,
.national-news #breadcrumbs,
.national-news #breadcrumbs a,
.obituaries #breadcrumbs,
.obituaries #breadcrumbs a,
.watchdog #breadcrumbs,
.watchdog #breadcrumbs a,
.world-news #breadcrumbs,
.world-news #breadcrumbs a {
	color: #007dae;
}
.news #breadcrumbs .content,
.news #breadcrumbs hr,
.news #breadcrumbs li,
.communities #breadcrumbs .content,
.communities #breadcrumbs hr,
.communities #breadcrumbs li,
.local-topics #breadcrumbs .content,
.local-topics #breadcrumbs hr,
.local-topics #breadcrumbs li,
.national-news #breadcrumbs .content,
.national-news #breadcrumbs hr,
.national-news #breadcrumbs li,
.obituaries #breadcrumbs .content,
.obituaries #breadcrumbs hr,
.obituaries #breadcrumbs li,
.watchdog #breadcrumbs .content,
.watchdog #breadcrumbs hr,
.watchdog #breadcrumbs li,
.world-news #breadcrumbs .content,
.world-news #breadcrumbs hr,
.world-news #breadcrumbs li {
	border-color: #007dae;
}
.news #breadcrumbs .home,
.communities #breadcrumbs .home,
.local-topics #breadcrumbs .home,
.national-news #breadcrumbs .home,
.obituaries #breadcrumbs .home,
.watchdog #breadcrumbs .home,
.world-news #breadcrumbs .home {
	color: #ffffff;
	background-color: #007dae;
}
.sports #breadcrumbs,
.sports #breadcrumbs a,
.the-conversation #breadcrumbs,
.the-conversation #breadcrumbs a {
	color: #e53232;
}
.sports #breadcrumbs .content,
.sports #breadcrumbs hr,
.sports #breadcrumbs li,
.the-conversation #breadcrumbs .content,
.the-conversation #breadcrumbs hr,
.the-conversation #breadcrumbs li {
	border-color: #e53232;
}
.sports #breadcrumbs .home,
.the-conversation #breadcrumbs .home {
	color: #ffffff;
	background-color: #e53232;
}
.business #breadcrumbs,
.business #breadcrumbs a {
	color: #3ca746;
}
.business #breadcrumbs .content,
.business #breadcrumbs hr,
.business #breadcrumbs li {
	border-color: #3ca746;
}
.business #breadcrumbs .home {
	color: #ffffff;
	background-color: #3ca746;
}
.military #breadcrumbs,
.military #breadcrumbs a {
	color: #5fb7d8;
}
.military #breadcrumbs .content,
.military #breadcrumbs hr,
.military #breadcrumbs li {
	border-color: #5fb7d8;
}
.military #breadcrumbs .home {
	color: #ffffff;
	background-color: #5fb7d8;
}
.offers #breadcrumbs,
.offers #breadcrumbs a {
	color: #f58220;
}
.offers #breadcrumbs .content,
.offers #breadcrumbs hr,
.offers #breadcrumbs li {
	border-color: #f58220;
}
.offers #breadcrumbs .home {
	color: #ffffff;
	background-color: #f58220;
}
.real-estate #breadcrumbs,
.real-estate #breadcrumbs a {
	color: #2e556f;
}
.real-estate #breadcrumbs .content,
.real-estate #breadcrumbs hr,
.real-estate #breadcrumbs li {
	border-color: #2e556f;
}
.real-estate #breadcrumbs .home {
	color: #ffffff;
	background-color: #2e556f;
}
.entertainment #breadcrumbs,
.entertainment #breadcrumbs a {
	color: #872a6b;
}
.entertainment #breadcrumbs .content,
.entertainment #breadcrumbs hr,
.entertainment #breadcrumbs li {
	border-color: #872a6b;
}
.entertainment #breadcrumbs .home {
	color: #ffffff;
	background-color: #872a6b;
}
.lifestyle #breadcrumbs,
.lifestyle #breadcrumbs a {
	color: #872a6b;
}
.lifestyle #breadcrumbs .content,
.lifestyle #breadcrumbs hr,
.lifestyle #breadcrumbs li {
	border-color: #872a6b;
}
.lifestyle #breadcrumbs .home {
	color: #ffffff;
	background-color: #872a6b;
}
html .video #breadcrumbs,
html .video #breadcrumbs a {
	color: #42ad96;
}
html .video #breadcrumbs .content,
html .video #breadcrumbs hr,
html .video #breadcrumbs li {
	border-color: #42ad96;
}
html .video #breadcrumbs .home {
	color: #ffffff;
	background-color: #42ad96;
}
.opinion #breadcrumbs,
.opinion #breadcrumbs a {
	color: #3d4c8a;
}
.opinion #breadcrumbs .content,
.opinion #breadcrumbs hr,
.opinion #breadcrumbs li {
	border-color: #3d4c8a;
}
.opinion #breadcrumbs .home {
	color: #ffffff;
	background-color: #3d4c8a;
}
.classifieds #breadcrumbs,
.classifieds #breadcrumbs a {
	color: #b0a69b;
}
.classifieds #breadcrumbs .content,
.classifieds #breadcrumbs hr,
.classifieds #breadcrumbs li {
	border-color: #b0a69b;
}
.classifieds #breadcrumbs .home {
	color: #ffffff;
	background-color: #b0a69b;
}
.autos #breadcrumbs,
.autos #breadcrumbs a {
	color: #a4ad3b;
}
.autos #breadcrumbs .content,
.autos #breadcrumbs hr,
.autos #breadcrumbs li {
	border-color: #a4ad3b;
}
.autos #breadcrumbs .home {
	color: #ffffff;
	background-color: #a4ad3b;
}

.automotive #breadcrumbs,
.automotive #breadcrumbs a {
	color: #a4ad3b;
}
.automotive #breadcrumbs .content,
.automotive #breadcrumbs hr,
.automotive #breadcrumbs li {
	border-color: #a4ad3b;
}
.automotive #breadcrumbs .home {
	color: #ffffff;
	background-color: #a4ad3b;
}
.cars #breadcrumbs,
.cars #breadcrumbs a {
	color: #a4ad3b;
}
.cars #breadcrumbs .content,
.cars #breadcrumbs hr,
.cars #breadcrumbs li {
	border-color: #a4ad3b;
}
.cars #breadcrumbs .home {
	color: #ffffff;
	background-color: #a4ad3b;
}

/* END Breadcrumbs Nav
   ========================================================================== */

/* ==========================================================================
   ARTICLE VIEW
   ========================================================================== */

.article-view {
}

/* Article Header
   ========================================================================== */

.article-view article header {
	color: #a1a1a1;
	font-family: Oswald;
	font-weight: 400;
	margin-bottom: 10px;
}
.article-view article hgroup {
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.article-view article hgroup h1 {
	color: #444444;
	font-size: 48px;
	font-weight: 700;
	line-height: 62px;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
	background: none;
}
.article-view article hgroup h2 {
	color: #a1a1a1;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	text-transform: none;
}
.article-view article .byline {
	color: #a1a1a1;
	display: inline;
	float: left;
	font-family: Oswald;
	font-weight: 400;
	font-size: 12px;
	width: 380px;
}
.article-view article .byline span {
	padding-left: 5px;
}
.article-view article .byline span:first-child {
	padding-left: 0;
}
.article-view article .byline .author a {
	color: #ff6839;
	font-size: 16px;
}
.article-view article .byline .author a:hover {
	text-decoration: underline;
}
.article-view article .byline .time,
.article-view article .byline .date {
	text-transform: uppercase;
}
.article-view article .tools {
	display: inline;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	width: 240px;
}
.article-view article .tools ul {
	float: right;
	margin: 0;
}
.article-view article .tools li {
	margin-left: 20px;
}
.article-view article .tools li:first-child {
	margin-left: 0;
}
.article-view article .tools a {
	color: #a1a1a1;
	text-decoration: none;
}
.article-view article .tools a:hover {
	color: #ff6839;
}
.article-view article .tools .print {
}
.article-view article .tools .save {
}
.article-view article .tools .comments {
	position: relative;
	top: -10px;
}
.article-view article .tools .comments .count {
	background-color: #ff6839;
	color: #ffffff;
	display: inline-block;
	height: 22px;
	margin-left: 5px;
	padding: 10px 5px 0 7px;
	position: relative;
	text-align: center;
	top: 0;
	width: auto;
}
.article-view article .tools .ss-icon {
	margin-right: 5px;
	margin-top: 2px;
}
.article-view article .tools .comments .count:hover {
	background-color: #000000;
}

.article-view .inline-left {
	clear: left;
	float: left;
	margin-right: 10px;
	max-width: 540px;
}
.article-view .inline-right {
	clear: right;
	float: right;
	margin-left: 10px;
	max-width: 540px;
}
/* Article Image
   ========================================================================== */

.article-view .article-image {
	margin-bottom: 20px;
}
.article-view  .thumb{
	width: 180px;
}
.article-view .inline_weight_medium{
	width: 300px;
}
.article-view .inline_weight_large{
	width: 380px;
}
.article-view .inline_weight_lead{
	width: 540px;
}
.article-view .article-image img{
	width:100%;
}
.article-view .article-image a {
	display: block;
}
.article-view .article-image figcaption {
	color: #a1a1a1;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}
.article-view .article-image figcaption em {
	font-style: italic;
	font-weight: normal;
}

.video-overlay { position: relative; }
.video-overlay-play {
   position: absolute;
   display: block;
   background: none repeat scroll 0 0 rgba(26, 26, 26, 0.4);
   width: 620px;
   height: 229px;
   top: 0;
   left: 0;
   text-align: center;
   padding-top: 120px;
   font-size: 36px;
   color: #f8f8f8;
}
section.articles .video-overlay-play h3, .lightbox .video-overlay-play h3 { text-transform: uppercase; color: #ebebeb; font-size: 18px; margin-top: 5px; }
.video-overlay-play:hover { background: none repeat scroll 0 0 rgba(26, 26, 26, 0.1); }
.video-overlay img { width: 100%; }
.article-view .article-image.video-overlay img.play-icon, .video-overlay img.play-icon, .featured-slideshow .slideshow .img-wrap.video-slide img.play-icon { width: 65px; height: 65px; }
.video-overlay-play-block {
   position: absolute;
   background: none repeat scroll 0 0 rgba(26, 26, 26, 0.3);
   display: block;
   width: 294px;
   height: 134px;
   top: 0;
   left: 0;
   text-align: center;
   padding-top: 60px;
   font-size: 26px;
   color: #f8f8f8;
}
.story_list .video-overlay-play-block { height: 120px; }
.video-overlay-play-home {
   position: absolute;
   background: none repeat scroll 0 0 rgba(26, 26, 26, 0.3);
   display: block;
   width: 440px;
   height: 230px;
   top: 0;
   left: 0;
   text-align: center;
   padding-top: 140px;
   font-size: 26px;
   color: #f8f8f8;
}
#top-videos .content.slot-overlay { padding: 20px 0 20px 20px; }
section.articles .video-overlay-play-block h3 { font-size: 12px; color: #ebebeb; text-transform: uppercase; line-height: 20px; }

#nav-main .nav-item .video-overlay-play {height: 96px; width: 138px; padding:0;left:5px; }
#nav-main .list-inline .nav-item .drop-down .highlight img.play-icon { border:none; width:40px;padding-top:18px;}
#nav-main .list-inline .nav-item .drop-down .highlight .video-overlay-play h3 {font-size: 14px; }
/* Article Copy
   ========================================================================== */

.article-view #article-copy {
	font-family: 'PT Serif', serif;
	font-size: 17px;
	line-height: 1.647;
	margin-bottom: 20px;
	min-height: 250px;
	position: relative;
}
#article-copy a {
	color: #ff6839;
}
#article-copy img {
	max-width: 540px;
}
#article-copy ul {
	list-style: disc outside none;
	margin: 0 0 20px 20px;
}#article-copy ol {
	list-style: decimal outside none;
	margin: 0 0 20px 20px;
}
#article-copy li {
	line-height: 1.647;
}
#article-copy blockquote {
	border-left: 5px solid #ddd;
	color: #777;
	margin-left: 10px;
	padding-left: 10px;
}
#article-copy blockquote p {
	margin-bottom: 10px;
}

#article-copy .info {
    position:relative;
}

.article-view #article-copy .info .fixedbar {
    left:auto;
    right:0;
    top:0;
    z-index: 100;
}
#article-copy .info #toolbar-sharing a {
    color: #444;
}
#article-copy .info #toolbar-sharing .email:hover {
    background-color:transparent;
}
#article-copy .info #toolbar-sharing .reddit img {
    background-color: #444;
    margin-top: -5px;
}
/* Article Pagination
   ========================================================================== */
.article-pagination {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	margin: 45px 0 15px;
}
.article-pagination .subject {
	display: inline;
	float: left;
	margin-right: 3px;
	text-transform: uppercase;
}
.article-pagination ul {
}
.article-pagination li {
	margin-right: 5px;
}
#article-copy .article-pagination li a {
	color: #ff6839;
	display: block;
	line-height: 29px;
	padding: 0 3px;
	text-decoration: none;
}
#article-copy .article-pagination li a:hover,
#article-copy .article-pagination li a.current {
	background-color: #ff6839;
	color: #ffffff;
}
#article-copy .article-pagination li a .ss-icon {
	position: relative;
	top: 2px;
}

/* Article Sharing Bar
   ========================================================================== */

.article-view #article-copy .fixedbar {
	left: -80px;
	position: absolute;
	top: 3px;
	z-index: 9999;
}
.article-view #article-copy .sticky {
	position: fixed;
	top: 0;
}
.fixedbar #toolbar-sharing {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
#toolbar-sharing li {
	color: #ffffff;
	font-size: 24px;
	line-height: 65px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#toolbar-sharing a {
	color: #ffffff;
	display: block;
	height: 60px;
	width: 60px;
}
#toolbar-sharing .facebook {
	background-color: #3a7ea2;
}
#toolbar-sharing .facebook:hover {
	background-color: #4494bd;
}
#toolbar-sharing .twitter {
	background-color: #55c5ef;
}
#toolbar-sharing .twitter:hover {
	background-color: #69d7ff;
}

#toolbar-sharing .reddit {
	background-color: #f04b24;
}

#toolbar-sharing .reddit:hover {
	background-color: #ff704e;
}


#toolbar-sharing .email {
	background-color: #444444;
	height: 60px;
}
#toolbar-sharing .comments {
	background-color: #ff6839;
	font-family: Oswald;
	font-weight: 400;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}
#toolbar-sharing .comments span {
	display: block;
	font-size: 19px;
	padding-top: 10px;
}
#toolbar-sharing .comments span.fb_comments_count {
	padding-top: 0;
}
#toolbar-sharing a:hover {
	background-color: #000000;
	text-decoration: none;
}

#toolbar-sharing .email .st_sharethis_custom { padding: 10px; background: none; cursor: pointer; }



/* Article Countdown
   ========================================================================== */

#article-countdown {
	margin-bottom: 60px;
	position: relative;
}

#article-countdown .img-wrap {
	height: 465px;
	text-align: center;
}

#article-countdown .img-wrap .ap-photo {
	height: 100%;
}

#countdown-slideshow {
	/* 620x349 = 16:9 aspect ratio */
	height: 800px;
	overflow: hidden;
	position: relative;
	width: 620px;
}
#countdown-slideshow li .caption {
	background: rgba(0,0,0,.5);
	bottom: 355px;
	line-height: 30px;
	padding: 10px 20px;
	position: absolute;
	width: 580px;
}

#countdown-slideshow li .caption strong {
	font-size: 16px;
}

#countdown-slideshow li .caption em {
	float: right;
	font-size: 12px;
}

.lt-ie9 #countdown-slideshow li .caption {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E61A1A1A,endColorstr=#E61A1A1A);
}
#countdown-slideshow li .caption p {
	margin: 0;
}
#countdown-slideshow .slideshow {
	height: 820px;
}
#countdown-slideshow .controls,
#countdown-slideshow .controls a {
	color: #ffffff;
}
#countdown-slideshow .controls a:hover {
	text-decoration: none;
}
#countdown-slideshow .controls .ss-icon {
	font-size: 18px;
}
#countdown-slideshow .controls .arrow a,
#countdown-slideshow .controls .expand,
#countdown-slideshow .controls .likes {
	position: absolute;
}

#countdown-slideshow .arrow {
	height: 120px;
	top: 175px;
}

#countdown-slideshow .arrow a,
#countdown-gallery .arrow a {
	background-color: rgba(0, 0, 0, 0.70);
	/*background-color: rgba(255, 104, 57, 0.70);*/
	display: block;
	height: 120px;
	line-height: 120px;
	margin: 0;
	text-align: center;
	top: 115px;
	width: 45px;
	text-decoration: none;
}

.lt-ie9 #countdown-slideshow .arrow a {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E61A1A1A,endColorstr=#E61A1A1A);
}

#countdown-slideshow .arrow a {
	font-size: 23px;
}

#countdown-gallery .arrow a {
	background-color: #ff6839;
	height: 94px;
	line-height: 94px;
	width: 18px;
}
#countdown-slideshow .arrow span,
#countdown-gallery .arrow span {
	visibility: visible;
}

#countdown-gallery .arrow {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#countdown-gallery .anythingSlider-hovered .arrow {
	opacity: 1;
}

#countdown-slideshow .back {
	left: 0;
}
#countdown-gallery .back {
	top: 0;
	left: -20px;
}
#countdown-slideshow .forward {
	right: 0;
}
#countdown-gallery .forward {
	top: 0;
	right: -12px;
}
#countdown-slideshow .expand {
	bottom: 15px;
	font-size: 18px;
	left: 20px;
}
#countdown-slideshow .likes {
	bottom: 9px;
	font-size: 14px;
	line-height: 18px;
	right: 18px;
}
#countdown-slideshow .likes .ss-icon {
	position: relative;
}
#countdown-slideshow .like {
	border-left: 1px solid #ffffff;
	margin: 0 10px;
	padding: 0 0 0 15px;
	top: 0;
}
#countdown-slideshow .dislike {
	top: 7px;
}



#article-countdown .content {
	padding: 30px 20px;
}
#article-countdown .counter {
	display: inline;
	float: left;
	width: 120px;
}
#article-countdown .circle {
	background-color: #ff6839;
	color: #ffffff;
	font-family: Oswald;
	font-weight: 400;
	font-size: 30px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	width: 96px;
	/* Rounded Borders */
	border-radius: 48px;
	-webkit-border-radius: 48px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#article-countdown #article-copy {
	display: inline;
	float: left;
	width: 460px;
}
#article-countdown h2 {
	margin-bottom: 5px;
	text-transform: none;
}
/* Horizontal version of Sharing Toolbar */
#article-countdown .simple-share #toolbar-sharing {
	/*margin: 0 0 20px 100px;*/
	left: 75px;
	overflow: hidden;
	position: absolute;
	top: 430px;
}
.simple-share #toolbar-sharing li {
	display: inline;
	float: left;
	font-size: 16px;
	line-height: normal;
	background: none;
}
.simple-share #toolbar-sharing a {
	background: none;
	height: auto;
	width: 30px;
}
.simple-share #toolbar-sharing a:hover {
	background: none;
}
.simple-share #toolbar-sharing .comments {
	display: none;
}
.simple-share #toolbar-sharing .email { height: 20px; }

.simple-share #toolbar-sharing .reddit img { height: 19px; margin: -5px 5px 0 0;}

#article-countdown .countdown-gallery-wrap {
	background: #191919;
	border-top: 1px solid #414242;
	padding: 40px 20px;
}
#countdown-gallery {
	clear: both;
	height: 115px;
}
#countdown-gallery ol,
#countdown-gallery ul {
	width: 147px;
	height: 115px;
	list-style: none;
	margin: 0;
	overflow: hidden;
}
#countdown-gallery li {
	margin: 0;
	position: relative;
	width: 147px;
}
#countdown-gallery li:hover {
	cursor: pointer;
}
#countdown-gallery img {
	/* 135 x 76 = 16:9 aspect ratio*/
	border: 2px solid #ffffff;
	height: 90px;
	margin-bottom: 5px;
	width: 135px;
}
#article-countdown .overlay {
	display: block;
	height: 90px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 135px;
}
#article-countdown .overlay:hover,
#article-countdown .selected {
	text-decoration: none;
}
/*#article-countdown .overlay .circle {
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	color: #ffffff;
	display: block;
	font-family: Oswald;
	font-weight: 400;
	font-size: 20px;
	height: 46px;
	line-height: 46px;
	margin: 15px auto;
	text-align: center;
	width: 46px;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}*/
#article-countdown li:hover .overlay,
#article-countdown li .selected {
	background: none;
}
/*#article-countdown li:hover .overlay .circle,
#article-countdown li .selected .circle {
	background-color: #ff6839;
}*/
#countdown-gallery .title {
	font-size: 13px;
	line-height: 1.5;
}

#article-countdown .overlay .circle {
	text-shadow: 0 0 10px #000;
	background-color: rgba(0,0,0,.25);
	color: #ffffff;
	display: block;
	font-family: Oswald;
	font-weight: 400;
	font-size: 30px;
	height: 100%;
	line-height: 90px;
	margin: 0;
	text-align: center;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.lt-ie9 #article-countdown .overlay .circle {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E21A1A1A,endColorstr=#E21A1A1A);
}

#article-countdown li:hover .overlay .circle,
#article-countdown li .selected .circle {
	opacity: 0;
}

.lt-ie9 #article-countdown li:hover .overlay .circle,
.lt-ie9 #article-countdown li .selected .circle {
	display: none;
}

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

.article-view article footer {
	border-top: 1px solid #d8d8d8;
	clear: both;
}
.article-view article footer h3 {
	font-size: 15px;
	margin: 0;
	text-transform: none;
}

/* Article Author Module
   ========================================================================== */

.article-view #author-module {
	clear: both;
	display: inline;
	float: left;
	margin-bottom: 30px;
	margin-top: -10px;
}
#author-module .headshot,
#author-module .details,
#author-module .articles {
	display: inline;
	float: left;
	padding-top: 35px;
}
#author-module .headshot {
	margin-top: 5px;
	width: 115px;
}
.headshot.reporter .img-frame {
	margin: 0;
}
#author-module .headshot img {
	width: 95px;
}
#author-module .details {
	border-right: 1px solid #d8d8d8;
	margin-left: -1px;
	width: 195px;
}
#author-module .details .title {
	font-family: Oswald;
	font-weight: 400;
	font-size: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#author-module .details .social {
	margin-bottom: 12px;
}
#author-module .details .social li {
	border-left: 1px solid #444444;
	line-height: 1;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 0.5em;
}
#author-module .details .social li:first-child {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
#author-module .details .social a {
	color: #ff6839;
}
#author-module .button {
	background: #ff6839;
	color: #ffffff;
	display: block;
	font-size: 10px;
	line-height: 2;
	text-transform: uppercase;
	width: 70px;
}
#author-module .articles {
	margin-left: 30px;
	width: 280px;
}
#author-module .articles h3 {
	margin-bottom: 0.5em;
}
#author-module .articles ul {
	margin: 0;
}
#author-module .articles li,
#author-module .articles a {
	color: #ff6839;
}

/* Article Nav
   ========================================================================== */

.article-view #article-nav {
	clear: both;
	color: #ffffff;
	font-family: Oswald;
	font-weight: 400;
	font-size: 15px;
	height: 96px;
	margin-bottom: 30px;
	overflow: hidden;
}
#article-nav a {
	text-decoration: none;
}
/* Not used
#article-nav a .ss-icon {
	background-color: #ff6839;
	display: block;
	font-size: 23px;
	height: 96px;
	line-height: 101px;
	text-align: center;
	width: 46px;
}*/
#article-nav ul {
	margin: 0;
}
#article-nav li {
	height: 96px;
	width: 310px;
}
#article-nav li:first-child {
	border: none;
}
#article-nav .title {
	display: block;
	height: 42px; /* 2 lines */
	margin: 27px 0;
	overflow: hidden;
	padding: 0;
}
#article-nav .prev {
	padding-left: 30px;
	padding-right: 30px;
}
#article-nav .next {
	border-left: 1px solid #646260;
	padding-left: 30px;
	padding-right: 30px;
}

/***** Hover State *****/
#article-nav li:hover {
	background-color: #000000;
}

/* Article Comments Module
   ========================================================================== */

.article-view #comments-module {
	border-top: 1px solid #d8d8d8;
	clear: both;
	margin-bottom: 40px;
	padding-top: 30px;
}
#comments-module .header {
	font-family: Oswald;
	font-weight: 400;
}
#comments-module .header .count {
	background: #ff6839;
	color: #ffffff;
	display: inline;
	float: left;
	font-size: 36px;
	font-weight: 300;
	line-height: 60px;
	margin-right: 20px;
	padding: 6px 10px 0;
}
#comments-module .header h2 {
	line-height: 36px;
	margin: 0;
	padding: 0;
}
#comments-module .header p {
	font-size: 14px;
	text-transform: uppercase;
}
#comments-module .header a {
	color: #ff6839;
}

/* end ARTICLE VIEW
   ========================================================================== */


/* ==========================================================================
   ARTICLE SIDEBAR
   ========================================================================== */

#sidebar {
}
#sidebar .module {
	margin-bottom: 20px;
}
.sectionfront #sidebar .module {
	margin-bottom: 0;
}
#sidebar .module > .content {
	padding: 20px;
	position: relative;
}
#sidebar .module h2 {
	border-bottom: 1px solid #646260;
	margin-top: -4px;
	padding-bottom: 15px;
}

/***** SIDEBAR MODULES *****/

/***** Related Articles *****/
#related-articles {
/* See tabs.css */
}

/* If no tabs, use H2 */
#sidebar #related-articles.module h2 {
	border-bottom: 1px dotted #646260;
	margin-bottom: 0;
}
#related-articles .listing li {
	border-color: #737373;
}
#related-articles .listing li a {
	padding: 12px 0 10px;
	text-decoration: none;
}
#related-articles .listing li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#sidebar .related-articles.module h2 {
	border-bottom: 1px dotted #646260;
	margin-bottom: 0;
}
.tabs-related .listing li {
	border-color: #737373;
}
.tabs-related .listing li a {
	padding: 12px 0 10px;
	text-decoration: none;
}
.tabs-related .listing li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/***** Media Related Articles *****/
.media-related-articles{
	width: 500px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
	margin-left: 15px;
}

.media-related-articles .sub{
	color: #A1A1A1;
	font-family: Oswald;
	font-size: 12px;
	font-weight: 400;
	display: block;
}

 .media-related-articles{
	width: 500px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
	margin-left: 0px;
}

.media-related-articles .sub{
	color: #fb6f0a;
	font-family: Oswald;
	font-size: 12px;
	font-weight: 400;
    float:left;
    margin-right: 5px;
}
.media-related-articles a{
	color: #A1A1A1;
}

.media-related-gallery .img-frame {
	margin-bottom: 10px;
}

/***** Social Connections *****/
#social-connect {
	margin-top: -20px;
}
#social-connect .content {
	padding: 15px 20px 20px;
}

/***** Polls *****/
.poll {
	font-family: Oswald;
	font-weight: 400;
}
.poll h2 {
	position: relative;
}
.poll .question {
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 20px;
}
.poll .answers {
	margin: 0 0 20px;
}
.poll .answers li {
	margin-left: 50px;
}
.poll .answers label {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	text-transform: uppercase;
}
.poll .button {
	line-height: 70px;
	width: 260px;
}
.poll .results-button {
	color: #f46639 !important;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 20px;
}
.choice_list .fi-checkbox,
.choice_list .fi-radio,
.choice .fi-checkbox,
.choice .fi-radio {
		background:#ddd;
		border:1px solid #ccc;
}
.choice_list li {
	list-style: none;
	margin-bottom:20px;
}

/***** Poll Results *****/
.polls .poll-results .choice .choice_title {
	text-indent: 7px;
}




/* end ARTICLE SIDEBAR
   ========================================================================== */


/* ==========================================================================
   POLL RESULTS PAGE
   ========================================================================== */

.poll-page {
}
.poll-page hgroup {
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 30px;
	padding: 0 0 20px;
}
.poll-page h1 {
	font-size: 33px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.poll-page h3, .quiz-page h3 {
	margin-bottom: 5px;
}
.poll-page .orange-link {
	color: #f46639;
	float: right;
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	bottom: 0;
}
.poll-page .orange.small, .quiz-page .orange.small {
	width: auto;
	float:left;
	padding: 5px 10px;
}
.poll-form{
	position: relative;
}
.poll-form label {
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
    float: left;
    margin: 0 0 12px 10px;
}
.poll-page input[type="radio"], input[type="checkbox"] { float: left; padding: 10px; margin-top: 5px; }
.poll-page .choice { clear: both; border-bottom: 1px solid #f3f3f3; }
.poll-page .submit { margin-top: 20px; }
.poll-page .sub, .sub{
	color: #A1A1A1;
	display: inline;
	font-family: Oswald;
	font-size: 14px;
	font-weight: 400;
}
.poll-page .closed, .poll-page .open, .quiz-page .open{
	margin-right: 20px;
}
.poll-page .closed {
	color: #ff0000;
	margin-left: 10px;
	width: 81px;
}
.poll-page .related-articles{
	width: 400px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
}
.poll-page .votes{
	width: auto;
	top: -5px;
	position: relative;
	float: right;
}
.poll-page .votes .count {
	background-color: #FF6839;
	color: #FFFFFF;
	display: inline-block;
	height: 22px;
	margin-left: 5px;
	padding: 5px 15px;
	position: relative;
	text-align: center;
	top: 0;
	width: auto;
	font-weight: bold;
}
.poll-page .clearleft, .quiz-page .clearleft{
	clear: left;
}
.poll-page .flatpage-content .content, .quiz-page .flatpage-content .content{
	position: relative;
}
/***** POLL RESULTS *****/
.poll-results {
	margin-bottom: 30px;
	position: relative;
}
.poll-results p {
}
.poll-results .choice {
	background-color: #232323;
	color: #ffffff;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 300;
	height: 70px;
	margin-bottom: 2px;
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	width: 100%;
}
.poll-results .choice .choice_title {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: 20px;
	top: 12px;
	width: 98%;
	z-index: 1;
}
.ss-check:before{
	color:green;
}
.poll-results .choice .percent {
	display: block;
	font-size: 15px;
	font-weight: 400;
}
.poll-results .choice .total {
	font-size: 12px;
	font-weight: bold;

/*	position: absolute;
*/}
.poll-results .choice .bar {
	background-color: #ff6839;
	display: block;
	height: 70px;
	position: absolute;
}

/***** POLL TOOLS *****/
.poll-tools {
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 30px;
	padding: 0 0 10px;
}
/* Button Links */
.poll-tools .button-links {
	display: inline;
	float: left;
	margin: 0 0 20px;
}
.poll-tools .button-links li {
	margin-left: 10px;
}
.poll-tools .button-links li:first-child {
	margin-left: 0;
}
.poll-tools .button-links .button {
	width: 170px;
}

/* Social Links */
.poll-tools .social-links {
	display: inline;
	float: right;
	margin-top: 10px;
}
.poll-tools .social-links li {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 700;
	margin-left: 15px;
	text-transform: uppercase;
}
.poll-tools .social-links li:first-child {
	margin-left: 0;
}
.poll-tools .social-links li a:hover {
	opacity: 0.5;
}

/* end POLL RESULTS PAGE
   ========================================================================== */

/* ==========================================================================
   POLLS ARCHIVE PAGE
   ========================================================================== */

.poll-archive {
}
.poll-archive .polls-wrap {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 50px;
}
.poll-archive .row {
	border-top: 1px solid #d8d8d8;
	clear: both;
	margin: 0;
	padding: 20px 0;
}
.poll-archive .poll-cta {
}
.poll-archive .poll-cta .button {
	line-height: 47px;
	width: 140px;
}
.poll-archive .poll-cta .button {
}
.poll-archive .poll-topic {
	font-family: Oswald;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	padding-top: 10px;
}
.poll-archive .poll-closed {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.poll-archive .poll-closed a {
	color: #ff6839;
}
.poll-archive .poll-date {
	font-size: 13px;
	padding-top: 12px;
}

.poll-archive #sidebar  .module {
    margin-bottom: 20px;
}
.poll_archive_years { font-family: Oswald; text-transform: uppercase; font-size: 16px; }
.poll_archive_years a { color: #ff6839; }
.poll_archive_years h4 { font-size: 18px; }
.poll-archive .flatpage-content ul { margin: 0; padding: 0; }
.poll_archive_years li { margin: 0; float: left; list-style: none; padding: 5px 10px; border-left: 1px solid #ddd;  }
.poll_archive_years li:last-child { border-right: 1px solid #ddd; }

/* end POLLS ARCHIVE PAGE
   ========================================================================== */

/* ==========================================================================
STORY ARCHIVE DAY PAGE
========================================================================== */
.story_archive_day .story_list { margin: 0 0 10px 0; padding: 10px 0; border-bottom: 1px solid #ccc; clear: both; }
.story_archive_day .story_list  h4 { font-size: 22px; margin: 10px 0; }
.story_archive_day .story_list p { margin: 0 0 10px 0; }
.story_archive_day ul.footer { clear: both; display: inline-block; margin: 0; }
.story_archive_day ul.footer li { float: left; border-left: 1px solid #ddd; padding: 2px 5px; list-style: none; color: #999; }
.story_archive_day ul.footer li:first-child { border-left: none; }


/* end STORY ARCHIVE DAY PAGE
========================================================================== */


   /* ==========================================================================
   EVENTS PAGE
   ========================================================================== */
.events ul.inline_list { clear: both; margin-bottom: 10px; display: block; }
.events p.pagination { display: block; clear: both; width: 620px; }
.events p.pagination a { padding: 5px 10px; display: inline-block; }
.events p.pagination a.previous { float: left; display: inline-block; padding: 5px 10px; background: #eee; margin: 5px 0; border-radius: 5px; border: 1px solid #ddd; }
.events p.pagination a:hover.previous { background: #ddd; }
.events p.pagination a.next { float: right; display: inline-block; padding: 5px 10px; background: #eee; margin: 5px 0; border-radius: 5px; border: 1px solid #ddd; }
.events p.pagination a:hover.next { background: #ddd; }
.events ul.inline_list li { padding: 5px 10px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; float: left; }
.events table.event_list { width: 100%; background: #f1f1f1; }
.events table.event_list tr { border-bottom: 1px solid #ccc; }
.events table.event_list td { padding: 5px; }
.events h3.divider { margin: 10px 0 0 0; border-bottom: 3px solid #FF6839;  }
.events h3.divider a { background: #FF6839; padding: 10px 20px; color: #fff; display: inline-block; }
.events table.event_list td.title h4 { margin: 0;}
.events table.event_list td.title h5 { margin: 0; font-weight: normal; font-size: 10px; }

   /* end EVENTS PAGE
   ========================================================================== */

/**************************************************
	BVALIDATOR ERRORS
**************************************************/

/* invalid input */
.bvalidator_invalid{
	background-color: #FFFFAE;
}

/* error message */
.bvalidator_errmsg {
	background-color: red;
	font-size:10px;
	border:1px solid #999;
	color:#FFF;
	display:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	white-space:nowrap;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;
}
.bvalidator_errmsg span {
	display: none;
}

/* close icon */
.bvalidator_errmsg .bvalidator_close_icon {
	margin-left: 5px;
	margin-top: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#F96;
	cursor:pointer;
}

/* arrow */
.bvalidator_errmsg em {
	display:block;
	border-color: #333 transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	height: 0;
	width: 0;
	position:absolute;
	bottom:-10px;
	left:5px;
}



/* ==========================================================================
   FLAT PAGES
   ========================================================================== */

.flatpage-content {
	padding-bottom: 40px;
}
.flatpage-content ol,
.flatpage-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}
.flatpage-content ol {
	list-style: decimal;
}
.flatpage-content ul {
	list-style: disc;
}

/***** SOCIAL SHARE ***/
/* Button Links */
.flatpage-content .button-links {
	display: inline;
	float: left;
	margin: 0 0 20px;
}
.flatpage-content .button-links li {
	margin-left: 10px;
}
.flatpage-content .button-links li:first-child {
	margin-left: 0;
}
.flatpage-content .button-links .button {
	width: 170px;
}

/* Social Links */
.flatpage-content .social-links {
	display: inline;
	float: right;
	/*margin-top: 10px;*/
}
.flatpage-content .social-links li {
	font-family: Oswald;
	font-size: 18px;
	font-weight: 700;
	margin-left: 15px;
	text-transform: uppercase;
}
.flatpage-content .social-links li:first-child {
	margin-left: 0;
}
.flatpage-content .social-links li a:hover {
	opacity: 0.5;
}

/***** FORMS *****/
.flatpage-content .form-row {
	float: left;
	width: 310px;
	margin-bottom: 10px;
}
.flatpage-content .form-row {
	float: left;
	width: 310px;
	margin-bottom: 10px;
}

.flatpage-content .form-row.email_type,
.flatpage-content .form-row.read_mobile_device,
.flatpage-content .form-row.sdut_subscriber {
	margin-bottom: 20px;
}
.flatpage-content .form-row.email_type,
.flatpage-content .form-row.sdut_subscriber {
	clear: both;
}
.flatpage-content .form-row.sdut_subscriber {
	width: 610px;
}

.flatpage-content .form-row label {
	font-size: 16px;
	font-family: Oswald;
}
.flatpage-content .form-row input[type="text"] {
	background: #ddd;
	width: 260px;
	padding: 6px 10px;
}
.flatpage-content .form-row textarea[type="text"] {
	background: #ddd;
	width: 570px !important;
	padding: 6px 10px;
}
.flatpage-content .form-row .fi-select {
	width: 278px;
}
.flatpage-content .submit-row input[type="submit"] {
	width: 280px;
	margin-top: 20px;
}
.flatpage-content .form-row label.related-links {
	width: 570px;
}

/***** HOROSCOPE *****/
.sectionfront.horoscope {
}
.sectionfront.horoscope .fi-select {
	margin-bottom: 10px;
}
.sectionfront.horoscope .widget-wrap {
	margin-bottom: 30px;
}
.sectionfront.horoscope TD.AZ09 + td {
	padding-top: 20px;
	vertical-align: top;
}

/***** SURF REPORT *****/
.sectionfront.surf {
}
.sectionfront.surf .surfline {
	margin-bottom: 30px;
}

/***** TRAFFIC *****/
.sectionfront.traffic {
}

/***** WEATHER *****/
.sectionfront.weather {
}

.sectionfront.gas-prices {
}

.sectionfront.lottery {
}

.sectionfront.sudoku {
}

.sectionfront.advertise {
}

.sectionfront.page-lost {
}


/* end FLAT PAGES
   ========================================================================== */

/*** SOCIAL - TWITTER FACEBOOK ***/
.social-block {
	border-top: 1px solid #cacaca;
	padding-top: 20px;
}

.facebook-widget h2,
.twitter-widget h2 {
	border-bottom: 1px solid #cacaca;
	margin: 0;
	padding-bottom: 20px;
}

.twitter-widget h2 {
	margin-bottom: 20px;
}

.facebook-widget .fb-wrap {
	position: relative;
}

.facebook-widget .fb-wrap .fb-border {
	border: 1px solid #fff;
	overflow: hidden;
}

.facebook-widget iframe {
	height: 193px;
	margin: -1px;
}

.twitter-widget .tweet_time,
.twitter-widget .tweet_join {
	display: none;
}

.twitter-widget li {
	margin-bottom: 25px;
}

.twitter-widget a {
	color: #FF6839;
}

.social-block .ad300x250 {
	margin: 50px 0 20px;
}

/***** HIGH SCHOOL SPORTS Module *****/

.high-school-sports .content {
    border: 1px solid #C2C1C0;
    padding: 20px 20px 0 20px;
}
.high-school-sports h2 {
    border-bottom: 1px solid #C8C3C0;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 15px;
    padding-bottom: 15px;
}

.high-school-sports ul {
	color: #fc6942;
	float: left;
	font-family: Helvetica, Arial;
	font-size: 13px;
	width: 149px;
}
.high-school-sports ul a {
	color: #fc6942;
}

/***** WELCOME LANDING *****/
.welcome h1 {
	color: #444;
	font-size: 59px;
	font-weight: 100;
	text-transform: none;
	margin-top: 50px;
}
.welcome h1 span {
	font-weight: 700;
}

.welcome .title-section h2 {
	color: #a4a4a4;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	text-transform: none;
	border-top: 1px solid #a4a4a4;
	padding-top: 20px;
}
.welcome .title-section p {
	line-height: 29px;
	font-size: 18px;
	width: 435px;
}

.welcome .ipad {
	background: url("../images/ipad-welcome.png") no-repeat 0 0;
	height: 607px;
	width: 440px;
	margin-bottom: 40px;
}

.welcome hr {
    border-top: 3px solid #a4a4a4;
    position: absolute;
    top: 162px;
}
.welcome .title-section hr.break {
	border-top: 3px solid #a4a4a4;
}
.welcome .title-section hr.first {
	margin-left: 0px;
	margin-right: 12px;
}

.welcome .title-section h4 {
    color: #a4a4a4;
	font-size: 18px;
	font-family: Oswald !important;
    margin-top: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
	font-weight: 400;
    z-index: 1;
}
.welcome .title-section h4:before {
    border-top: 1px solid #a4a4a4;
    content:"";
	margin: 0 auto;
    position: absolute;
    top: 9px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}
.welcome .title-section h4 span {
	background: #fcfcfc;
	padding: 0 10px;
}
.welcome .highlight-social {
	background: url("../images/bg-highlight-social.png") no-repeat 0 0;
	height: 219px;
	margin-top: 25px;
	width: 700px;
	position: relative;
}
.welcome .highlight-social span {
	background: url("../images/bg-highlight-social-rollover.png") no-repeat 0 0;
	height: 219px;
	width: 700px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
    -webkit-transition: opacity 1.0s;
    -moz-transition:    opacity 1.0s;
    -o-transition:      opacity 1.0s;
}
.welcome .highlight-social span:hover {
	opacity: 1;
}
.welcome .highlight-social p.title {
	color: #444;
	font-size: 28px;
	font-family: Oswald;
	font-weight: 100;
	padding: 45px 0 0 250px;
}
.welcome .highlight-social p.sub-title {
	font-size: 15px;
	line-height: 22px;
	margin-left: 250px;
	margin-top:-8px;
}
.welcome .highlight-comment {
	background: url("../images/bg-highlight-comment.png") no-repeat 0 0;
	height: 218px;
	margin-top: -45px;
	width: 700px;
	position: relative
}
.welcome .highlight-comment span {
	background: url("../images/bg-highlight-comment-rollover.png") no-repeat 0 0;
	height: 218px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
	width: 700px;
}
.welcome .highlight-comment span:hover {
	opacity: 1;
}
.welcome .highlight-comment p.title {
	color: #444;
	font-size: 28px;
	font-family: Oswald;
	font-weight: 100;
	padding: 45px 250px 0 0;
	text-align: right;
}
.welcome .highlight-comment p.sub-title {
	font-size: 15px;
	line-height: 22px;
	margin-right: 250px;
	margin-top:-8px;
	text-align: right;
}
.welcome .highlight-images {
	background: url("../images/bg-highlight-images.png") no-repeat 0 0;
	height: 218px;
	margin-top: -45px;
	position: relative;
	width: 700px;
}
.welcome .highlight-images span {
	background: url("../images/bg-highlight-images-rollover.png") no-repeat 0 0;
	height: 218px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
	width: 700px;
}
.welcome .highlight-images span:hover {
	opacity: 1;
}
.welcome .highlight-images p.title {
	color: #444;
	font-size: 28px;
	font-family: Oswald;
	font-weight: 100;
	padding: 42px 0 0 250px;
}
.welcome .highlight-images p.sub-title {
	font-size: 15px;
	line-height: 22px;
	margin-left: 250px;
	margin-top:-8px;
}
.welcome .highlight-articles {
	background: url("../images/bg-highlight-articles.png") no-repeat 0 0;
	height: 217px;
	margin-bottom: 30px;
	margin-top: -45px;
	position: relative;
	width: 700px;
}
.welcome .highlight-articles span {
	background: url("../images/bg-highlight-articles-rollover.png") no-repeat 0 0;
	height: 217px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
	width: 700px;
}
.welcome .highlight-articles span:hover {
	opacity: 1;
}
.welcome .highlight-articles p.title {
	color: #444;
	font-size: 28px;
	font-family: Oswald;
	font-weight: 100;
	padding: 58px 250px 0 0;
	text-align: right;
}
.welcome .highlight-articles p.sub-title {
	font-size: 15px;
	line-height: 22px;
	margin-right: 250px;
	margin-top: -8px;
	text-align: right;
}
.welcome .highlight-new-articles {
	background: url("../images/bg-highlight-new-articles.png") no-repeat 0 0;
	height: 220px;
	position: relative;
	width: 700px;
}
.welcome .highlight-new-articles span {
	background: url("../images/bg-highlight-new-articles-rollover.png") no-repeat 0 0;
	height: 220px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
	width: 700px;
}
.welcome .highlight-new-articles span:hover {
	opacity: 1;
}
.welcome .highlight-new-articles p.title {
	color: #444;
	font-size: 28px;
	font-family: Oswald;
	font-weight: 100;
	padding: 45px 0 0 250px;
}
.welcome .highlight-new-articles p.sub-title {
	font-size: 15px;
	line-height: 22px;
	margin-left: 250px;
}
.welcome .highlight-nav {
	background: url("../images/bg-highlight-nav.png") no-repeat 0 0;
	height: 219px;
	margin-top: -45px;
	position: relative;
	width: 700px;
}
.welcome .highlight-nav span {
	background: url("../images/bg-highlight-nav-rollover.png") no-repeat 0 0;
	height: 219px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
	width: 700px;
}
.welcome .highlight-nav span:hover {
	opacity: 1;
}
.welcome .highlight-nav p.title {
	color: #444;
	font-size: 28px;
	font-family: Oswald;
	font-weight: 100;
	padding: 45px 250px 0 0;
	text-align: right;
}
.welcome .highlight-nav p.sub-title {
	font-size: 15px;
	line-height: 22px;
	margin-right: 250px;
	text-align: right;
}
.welcome .highlight-photos {
	background: url("../images/bg-highlight-photo.png") no-repeat 0 0 #fcfcfc;
	height: 221px;
	margin-top: -45px;
	position: relative;
	width: 700px;
}
.welcome .highlight-photos span {
	background: url("../images/bg-highlight-photo-rollover.png") no-repeat 0 0;
	height: 221px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
	width: 700px;
}
.welcome .highlight-photos span:hover {
	opacity: 1;
}
.welcome .highlight-photos p.title {
	color: #444;
	font-size: 28px;
	font-family: Oswald;
	font-weight: 100;
	padding: 58px 0 0 250px;
}
.welcome .highlight-photos p.sub-title {
	font-size: 15px;
	line-height: 22px;
	margin-left: 250px;
}
.welcome .highlight-mobile {
	background: url("../images/bg-highlight-mobile.png") no-repeat 0 0;
	height: 221px;
	margin-bottom: 30px;
	margin-top: -45px;
	position: relative;
	width: 700px;
}
.welcome .highlight-mobile span {
	background: url("../images/bg-highlight-mobile-rollover.png") no-repeat 0 0;
	height: 221px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
	width: 700px;
}
.welcome .highlight-mobile span:hover {
	opacity: 1;
}
.welcome .highlight-mobile p.title {
	color: #444;
	font-size: 28px;
	font-family: Oswald;
	font-weight: 100;
	padding: 58px 250px 0 0;
	text-align: right;
}
.welcome .highlight-mobile p.sub-title {
	font-size: 15px;
	line-height: 22px;
	margin-right: 250px;
	text-align: right;
}
#middlebar {
	clear: both;
	line-height: 1;
}

/* end WELCOME LANDING
   ========================================================================== */


/*** EMAIL SUBSCRIPTION POPUP ***/
#modal-email-subscription .content {
	padding: 30px;
}

.modal .modal-close {
	cursor: pointer;
	float: right;
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
}

.modal .modal-close .ss-icon {
	vertical-align: middle;
}

#modal-email-subscription h2 {
	border-bottom: 1px solid #7a7a7a;
	font-weight: 700;
	margin: 0;
	padding: 0 0 25px;
}

#modal-email-subscription h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
}

#modal-email-subscription h2 .ss-icon {
	font-size: 30px;
	margin-right: 15px;
	vertical-align: middle;
}

#modal-email-subscription form {
	margin: 0;
}

#modal-email-subscription form > .column {
	padding: 30px 0 0 30px;
	width: 469px;
}

#modal-email-subscription form > .column:first-child {
	border-right: 1px solid #7a7a7a;
	padding: 30px 30px 0 0;
	width: 350px;
}

#modal-email-subscription form > .column:first-child p {
	font-size: 15px;
}

#modal-email-subscription form > .column:first-child p.highlight {
	font-family: Oswald;
	font-size: 31px;
	font-weight: 300;
	line-height: 1.4em;
}

#modal-email-subscription form input[type="text"] {
	margin-bottom: 15px;
	padding: 12px 16px;
	width: 138px;
}

#modal-email-subscription form .column .section {
	border-top: 1px solid #7a7a7a;
	padding-top: 30px;
}

#modal-email-subscription form .column .section .column {
	width: 170px;
}

#modal-email-subscription form .fi-select,
#modal-email-subscription form select {
	margin-bottom: 25px;
	width: 348px;
}

#modal-email-subscription form label,
#modal-email-subscription form .fi-checkbox {
	line-height: normal;
	vertical-align: middle;
}

#modal-email-subscription form > .column:first-child .section .fi-checkbox {
	margin-bottom: 30px;
}

#modal-email-subscription form input[type="submit"] {
	clear: both;
	display: block;
	height: 45px;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 168px;

}

#modal-email-subscription form > .column:first-child p.note {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	margin: 0;
}

#modal-email-subscription .packages .alpha {
	width: 55px;
}

#modal-email-subscription .packages .omega {
	width: 346px;
}

#modal-email-subscription .packages label {
	font-family: Oswald;
	font-size: 15px;
	line-height: normal;
}

#modal-email-subscription .packages .ss-icon {
	line-height: normal;
}

#modal-email-subscription .packages .cash {
	font-size: 52px;
}

#modal-email-subscription .packages .ticket {
	font-size: 55px;
}

#modal-email-subscription .packages .newspaper {
	font-size: 43px;
}

#modal-email-subscription .packages .fi-checkbox {
	margin-top: 3px;
}

#modal-email-subscription .options-offers li {
	margin-bottom: 25px;
	padding-left: 22px;
	width: 400px;
}

#modal-email-subscription .options-offers li .fi-checkbox {
	margin-left: -22px;
}

#modal-email-subscription .options-offers li a {
	color: #FF6839;
}


/* ==========================================================================
   MARKETING ADS
   ========================================================================== */

.subscription-box {
	/* background-color is inherited from .bg-texture.grey-light */
	background-color: #404040;
	color: #ffffff;
	width: 300px;
}

.subscription-box .content {
	padding: 20px;
}

.subscription-box h3 {
	border-bottom: 1px solid #707070;
	color: #ffffff !important;
	line-height: 18px !important;
	margin-bottom: 15px !important;
	padding-bottom: 10px !important;
}

.subscription-box h4 {
	color: #ffffff;
	font-family: Oswald;
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
}

.subscription-ad-small,
.subscription-email-ad-small {
	height: 250px;
}


/***** FORM#SUBSCRIPTION-OPTIONS *****/

form#subscription-options {
	margin-bottom: 0;
}

form#subscription-options fieldset {
	margin-bottom: 5px;
}

#subscription-options ul {
	margin-bottom: 0;
}

#subscription-options li {
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
}

#subscription-options .icons {
	display: inline;
	float: right;
	font-size: 24px;
	line-height: 1;
	margin-left: 10px;
	margin-top: 10px;
}

#subscription-options label {
	cursor: pointer;
	margin-bottom: 5px;
	margin-left: 25px;
}

#subscription-options .fi-radio {
	top: 2px;
}

#subscription-options .button {
	font-size: 13px;
	height: 31px;
	line-height: 31px;
	padding: 0;
	text-transform: uppercase;
	width: 108px;
}

/***** OVERRIDES FOR LARGE ADS *****/

.subscription-ad-large,
.subscription-email-ad-large {
	height: 462px;
}

.subscription-ad-large h3 {
	background-image: url("../images/icon-subscription-options.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 72px 54px;
	font-size: 25px !important;
	font-weight: 300 !important;
	line-height: 30px !important;
	margin: 5px 0 25px !important;
	padding: 0 0 15px 90px !important;
	text-transform: none !important;
}

.subscription-ad-large h3 span {
	font-weight: 500;
}

.subscription-ad-large #subscription-options fieldset {
	margin-bottom: 5px;
}

.subscription-ad-large #subscription-options li {
	margin-bottom: 15px;
}

.subscription-ad-large #subscription-options .button {
	font-size: 18px;
	height: 71px;
	line-height: 71px;
	padding: 0;
	text-transform: uppercase;
	width: 258px;
}

/***** SUBSCRIPTION-EMAIL-AD-SMALL *****/

.subscription-email-ad-small h3 {
	margin-bottom: 20px !important;
	padding-bottom: 15px !important;
	padding-left: 60px;
	font-size: 15px !important;
	text-transform: uppercase !important;
}

.subscription-email-ad-small h3 .ss-icon {
	display: block;
	float: left;
	font-size: 42px;
	margin-left: -60px;
	position: relative;
	top: 13px;
}

/***** FORM#SUBSCRIPTION-EMAIL-OPTIONS *****/

form#subscription-email-options {
	margin-bottom: 0;
}

#subscription-email-options input[type="text"],
#subscription-email-options input[type="email"] {
	padding: 7px 10px;
	width: 240px;
}

#subscription-email-options input.half {
	width: 103px;
}

#subscription-email-options input.half + input.half {
	margin-left: 10px;
}

.subscription-email-ad-small fieldset {
	margin-bottom: 10px;
}

.subscription-email-ad-small .button {
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 123px;
}

/***** OVERRIDES FOR LARGE EMAIL SUBSCRIPTION ADS *****/

.subscription-email-ad-large {
	height: 462px;
}

.subscription-email-ad-large h3 {
	font-size: 25px !important;
	font-weight: 300 !important;
	line-height: 30px !important;
	margin: 5px 0 15px !important;
	padding: 0 0 15px !important;
	text-transform: none !important;
}

.subscription-email-ad-large h3 .ss-icon {
	left: 4px;
	position: relative;
	top: 4px;
}

.subscription-email-ad-large p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
}

.subscription-email-ad-large #subscription-email-options fieldset {
	margin-bottom: 10px;
}

.subscription-email-ad-large #subscription-email-options input[type="text"],
.subscription-email-ad-large #subscription-email-options input[type="email"] {
	padding: 12px 10px;
}

.subscription-email-ad-large #subscription-email-options .button {
	font-size: 18px;
	height: 71px;
	line-height: 71px;
	padding: 0;
	text-transform: uppercase;
	width: 258px;
}

/***** MODAL-SUBSCRIPTION POP-UP *****/

#modal-subscription {
	width: 646px;
	/* Box-shadow */
	-moz-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.30);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.30);
}

#modal-subscription .content {
	padding: 50px;
}

#modal-subscription .modal-close {
	margin: 20px 20px 0;
}

#modal-subscription .modal-close .ss-icon {
}

#modal-subscription .column {
	min-height:428px;
	height: auto !important;
	height: 428px;
}

#modal-subscription .column.alpha {
	border-left: none;
	margin-right: 0;
	width: 320px;
}

#modal-subscription .column.omega {
	border-left: 1px solid #7a7a7a;
	margin-left: 0;
	padding-left: 43px;
	width: 182px;
}

#modal-subscription fieldset {}

#modal-subscription h2 {
	background-image: url("../images/icon-subscription-popup.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 112px 77px;
	border-bottom: 1px solid #7a7a7a;
	font-family: Oswald;
	font-size: 31px;
	font-weight: 300;
	height: 77px;
	line-height: 43px;
	margin: 0 0 25px;
	padding: 0 0 30px 130px;
	text-transform: none;
}

#modal-subscription .icons {
	font-size: 45px;
	width: 130px;
}

#modal-subscription .icon-digital {
	background-image: url("../images/icon-subscription-options.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 72px 54px;
	display: inline-block;
	height: 54px;
	width: 72px;
}

#modal-subscription .highlight {
	font-family: Oswald;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#modal-subscription ul.features {
	margin: 25px 20px 10px 0;
}

#modal-subscription ul.features li {
	font-size: 14px;
	line-height: 1.1;
	margin: 0 0 12px 10px;
}

#modal-subscription ul.features li .ss-icon {
	position: relative;
	right: 5px;
}

/***** MODAL SUBSCRIPTION FORM *****/

#modal-subscription #subscription-options li {
	margin-bottom: 20px;
}

#modal-subscription .fi-radio {
	top: 50px;
}

#modal-subscription #subscription-options label {
	margin-left: 37px;
}

#modal-subscription #subscription-options .icons {
	float: none;
	margin-top: 0;
}

#modal-subscription #subscription-options .button {
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	width: 168px;
}

/***** MODAL-FOOTER *****/

#modal-subscription .modal-footer {
	background-color: #5e5e5e;
	color: #ffffff;
}

#modal-subscription .modal-footer .content {
	padding: 15px 50px;
}

#modal-subscription .modal-footer .footnote {
	font-size: 11px;
	line-height: 15px;
}

/* end MARKETING ADS
   ========================================================================== */


/* ==========================================================================
   RETINA DISPLAY IMAGES (@2x)
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	#nav-main a#logo {
		background-image: url('../images/sdut-logo.svg');
	}
	#footer-subscribe-large .logo-large {
		background-image: url('../images/sdut-logo-white.svg');
	}
	#top-videos .video-widget .watch-now-placeholder {
		background: url("../images/tv-watch-now-placeholder@2x.png") no-repeat;
		background-size: 440px 370px;
	}
	.sectionfront.californian .title-main h1 {
		background-image: url("../images/h1-californian@2x.png");
	}
	.sectionfront.nct .title-main h1 {
		background-image: url("../images/h1-nct@2x.png");
	}
}

/* end RETINA DISPLAY IMAGES (@2x)
   ========================================================================== */

/* ==========================================================================
   SPONSORED
   ========================================================================== */
.sponsored .tagline h3 { float: right; display: inline; font-size: 18px; margin: 0 5px 0 0; }

/* end SPONSORED
   ========================================================================== */

/* ==========================================================================
   LIGHT/FANCY BOX
   ========================================================================== */
#featured-photos .story-lightbox { height: 600px; width: 840px; }
.lightbox h3 { color: #fff; margin: 10px 10px 0 10px; }
.fancybox-wrap .ad-728x90 { margin: 0 0 15px 0; }
.fancybox-wrap #featured-photos, .gallery-lightbox #featured-photos { margin-bottom: 0; }
.gallery-lightbox .ad-728x90 {
    margin: 0 auto 15px;
}

/* end LIGHT/FANCY BOX
   ========================================================================== */

.conversation-idea-box { background-color: #FFFCF7; background-image: url("../images/bg-texture.png"); border: 1px solid #C8C3C0; padding: 10px; margin: 0 10px 20px 10px; }
.conversation-idea-box h3 { float: left; display: inline-block; margin: 8px 10px 0 0; font-size: 20px;  }
.conversation-idea-box .button { float: right; height: 38px; }
.the-conversation .flatpage-content  input[type="text"] { border: 1px solid #c8c3c0; border-radius: 5px; width: 240px; height: 15px; padding: 15px; margin: 0 0 13px; background: #fff; }
.the-conversation .flatpage-content  textarea[type="text"] { border: 1px solid #c8c3c0; border-radius: 5px; width: 520px !important; height: 180px; padding: 15px; margin: 0 0 5px; background: #fff; }
.the-conversation .bg-text-texture { background-color: #FFFCF7; background-image: url("../images/bg-texture.png"); border: 1px solid #C8C3C0; padding: 20px; }
.the-conversation .flatpage-content .form-row {float: left; margin: 0 10px 15px 0; width: 275px; }
.the-conversation .flatpage-content .submit-row input[type="submit"] { margin: 20px auto 0 auto; width: 280px; padding: 10px 0; font-size: 20px; }
.the-conversation .message-sm { font-family: Oswald; color: #888; font-size: 12px; font-style: italic; }

/* PASSWORD CHANGE */

.password_change_form .bg-text-texture { background-color: #FFFCF7; background-image: url("../images/bg-texture.png"); border: 1px solid #C8C3C0; padding: 20px; }
.password_change_form input[type="password"] { border: 1px solid #c8c3c0; border-radius: 5px; width: 240px; height: 15px; padding: 15px; margin: 0 15px 13px; background: #fff; }
.password_change_form label {font-size: 16px; font-family: Oswald;}


.password_change_form input[type="text"] { border: 1px solid #c8c3c0; border-radius: 5px; width: 240px; height: 15px; padding: 15px; margin: 0 0 13px; background: #fff; }
.password_change_form textarea[type="text"] { border: 1px solid #c8c3c0; border-radius: 5px; width: 520px !important; height: 180px; padding: 15px; margin: 0 0 13px; background: #fff; }
.password_change_form .bg-text-texture { background-color: #FFFCF7; background-image: url("../images/bg-texture.png"); border: 1px solid #C8C3C0; padding: 20px; }
.password_change_form .form-row {float: left; margin: 0 10px 15px 0; width: 275px; }
.password_change_form input[type="submit"] { margin: 20px auto 0 auto; width: 280px; padding: 10px 0; font-size: 20px; }


/* ==========================================================================
   DOCUMENTS
   ========================================================================== */

.news_document {  border-bottom: 1px solid #dcdcdc; padding-top: 20px; padding-bottom: 15px;}
.document_list .news_document h3 { margin-bottom: 5px;}
.news_document h3 { font-size: 18px}
.news_document p { margin-bottom: 25px;  padding-top: 10px;}
.news_document small.right { padding-right: 25px; padding-bottom: 20px;}
.archive_content a { padding: 3px;}
.archive_content h4 { margin-bottom: 0px;}
ul.month_list { margin:0px;}
.month_list li { list-style: none;}
.source { color: #666666; }

.documents .month_list li  { font-size: 18px; padding: 15px; border-bottom:1px solid #dcdcdc;}

.document_archive .archive_years { border-bottom: 5px solid #ddd; font-family: Oswald; text-transform: uppercase; font-size: 16px; }
.document_archive .archive_years a { color: #ff6839; }
.document_archive .archive_years h4 { font-size: 16px;  }
.document_archive .archive_years ul { margin: 0; padding: 0; }
.document_archive .archive_years li { margin: 0; float: left; list-style: none; padding: 5px 10px; border-left: 1px solid #ddd;  }
.document_archive .archive_years li:last-child { border-right: 1px solid #ddd; }

.news_document img {
    float: left;
    padding-bottom: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

/* ==========================================================================
   BROADWAY SAN DIEGO
   ========================================================================== */
.consumer { font-family: Arial,Helvetica,Sans-serif; font-size: 9px; line-height:  9px; }
.newspaperhighlight {color:#FF0000; font-weight:bold;}

/* ==========================================================================
   AD REQUEST FORM
   ========================================================================== */
.ad-request .example-text { font-size: 12px; color: #999; }
.ad-request .fi-checkbox input[type="checkbox"] { border: 1px solid #444; opacity: 1; }

/* ==========================================================================
   PASSWORD REQUEST FORM
   ========================================================================== */
.password_reset_form label { display: inline-block; margin: 10px 0 5px 0; float: left; }
.password_reset_form h3 { font-size: 22px; text-transform: none; margin-bottom: 10px; }
.password_reset_form .flatpage-content input[type="text"] { width: 440px; float: right; }
.password_reset_form .flatpage-content .form-row { width: 580px; margin-bottom: 0; }
.password_reset_form p, .password_reset_form li { font-family: 'Open Sans',sans-serif; font-size: 12px; }
.password_reset_form ul.errorlist { margin: 0 0 10px 0; }
.password_reset_form .errorlist li { list-style: none; font-family: 'Open Sans',sans-serif; font-size: 12px; font-style: italic; color: #ff0000; }
.password_reset_form .flatpage-content input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C8C3C0;
    border-radius: 5px;
    height: 15px;
    margin: 0 0 13px;
    padding: 15px;
    width: 350px;
    float: right;
}
.pass_confirm h3 { border-top: 1px solid #ccc; padding-top: 15px; }
.pass_confirm a { text-decoration: underline; }
.pass_confirm .submit-row { text-align: center; }

.realestatestats {
    height: 240px;
}


/* ==========================================================================
   WILDFIRE
   ========================================================================== */
.wildfire section.articles .featured-wrap h2 { font-size: 16px; line-height: 18px; margin-bottom: 0; }
.wildfire .recurring_inline li { line-height: 26px; font-size: 15px; }
.wildfire .recurring_inline ul { margin-top: 6px; margin-bottom: 8px; }
.wildfire .info { background: none repeat scroll 0 0 #191919; padding: 70px 20px 115px; width: 580px; }
.wildfire .info h3 { font-size: 32px; }
.wildfire .video-area { background: #000; }
.wildfire .listing { height: auto; }
.wildfire .listing h2 a { padding: 5px 10px; }
.wildfire .story_block_slot { margin: 20px 0 0 -10px; }
.wildfire .marquee {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    color: #222;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 8px 5px;
    margin: 0 0 20px 10px;
    width: 930px;
    z-index: 999999;
    -moz-box-shadow: inset 0 0 7px #ddd;
    -webkit-box-shadow: inset 0 0 7px #ddd;
    box-shadow: inset 0 0 7px #ddd;
}

.documentset_detail .title-main h2, .document_detail .title-main h2 {
    font-size: 30px;
}
.watchdogform .container{
    width: 640px;
}
.watchdogform .flatpage-content{
    padding-bottom: 0px;
}
.watchdog .inline_embedded_set {
    border-top: 1px solid #C8C3C0;
    border-bottom: 1px solid #C8C3C0;
}

#myForm { margin-bottom: 0px;}
/* ==========================================================================
   NEWSLETTER SIGNUP
   ========================================================================== */

.newsletter-signup .red { font-size: 24px; color: #790000;}
.newsletter-signup h2 { text-transform: none; font-size: 1.5em; padding-bottom: 0.625em;  margin-bottom: 1em; font-weight: 400; }

.newsletter-signup input.email-box { border:1px solid #bbb; width: 70%; padding: 0.7em; margin-bottom: 30px; color: #777; box-shadow: 0 0 4px #cccccc inset;  height: 26px; font-size: 16px; }
.button.newsletter-submit { width: 20%; background: #59bd74; border: 1px solid #409b58; box-shadow: none; height: 50px; }

.newsletter-top { margin-bottom: 2.2em; }
.newsletter-top h2 { font-size: 20px;}
.newsletter-signup a { color: #ff652d;}

.newsletter-top .email-box { width:225px; font-size: 16px; font-family: oswald; font-weight: 200; text-transform: uppercase; padding: 15px; display: inline;}

.newsletter-top .email { width:325px; margin:15px 30px 0px 30px; }
.newsletter-top .email p { font-size: 16px;}

.newsletter-top .button { width: 50px; font-size: 11px; line-height: normal; background: #4d9dd0; box-shadow: none; }
.newsletter-top .four.columns { width: 250px; min-height: 75px; margin-top: 20px;}

.topic_list input[type="checkbox"] { margin: 0 0.625em 0.625em 0.625em; width: 1.4em; height: 1.6em; }
.newsletter-top .most-popular input { margin: 1.2em 0.625em 0.625em 0.625em; width: 1.6em; height: 1.8em; }
.newsletter-top .vCheckboxLabel { font-family: Oswald; font-weight: 200; font-size: 18px; margin: 0.5em 0; }
.newsletter-top label, .newsletter-top p { margin-left: 15px;}
.newsletter-top .email label, .newsletter-signup .newsletter-top .email p { margin-left: 0px;}

.newsletter-signup .title { position: relative; }
.newsletter-signup .title h3  { line-height: normal; font-size: 22px; position: absolute; top: 0; left: 0; margin: 0; color: #fff; padding: 1% 2%; line-height: 26px; }
.newsletter-signup .title.news h3  { background-color: #007eaf;}
.newsletter-signup .title.entertainment h3  { background-color: #8b306b;}
.newsletter-signup .title.offers h3 { background-color: #fe830f;}
.newsletter-signup .title.tv h3 { background-color: #f9b900;}

.newsletter-signup .all-newsletters .vCheckboxLabel { font-family: oswald; font-weight: 200; font-size: 16px; margin: 0px 15px 15px 15px;}
.newsletter-signup .all-newsletters .button { width: 445px; font-size: 18px; height: 54px; margin-top: 5px;}

.topic_list { padding: 1em 0.325em;}
.topic-popular { float: left; width: 15%; margin-right: 1.4em; margin-bottom: 0.625em; }
.check-topic { float: left; background: #eee; height: 70px; }
.topic-popular.omega { margin-right: 0; }

.button.blue.essential-btn { background: #2285a2; border-radius: 4px; width: 100%; box-shadow: 0 0 0 1px #125c72 inset; }
.button.blue.essential-btn:hover { opacity: 0.7; }


/* ==========================================================================
   NEWSLETTER INLINE
   ========================================================================== */

.newsletter_inline input { border:1px solid #dcdcdc;}

.inline_embedded_set .newsletter_inline{
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    width: 240px;
}
.inline_embedded_set .newsletter_inline .content{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 5px;
}
.inline_embedded_set .newsletter_inline .content .button{
    width: 95%;
    margin: 5px;
}
.inline_embedded_set .newsletter_inline .content h4 { font-size: 16px; font-family: "Oswald"; text-align: center; margin: 10px 0; font-weight: 400; line-height: 24px; }
.inline_embedded_set .newsletter_inline h3 {
    text-align: center;
    background: none repeat scroll 0 0 #eee;
    color:#444;
    font-size: 17px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 0.625em;
}
.inline_embedded_set h4.title { display: none; }
.watchdog .inline_embedded_set .title, .the-conversation .inline_embedded_set .title {
    text-align: center;
    visibility:hidden;
    line-height: 0px;
}
.watchdog .inline_embedded_set .social .content h3 {
    text-align: center;
}

.watchdog .inline_embedded_set .social .content h4, .the-conversation .inline_embedded_set .social .content h4 {
    margin-top: 12px;
    font-family: Oswald;
    font-weight: 300;
    color: #444444;
    font-size: 15px;
    text-align: center;
}
.flatpage-content .form-row .uttvoptin label {
    font-size: 14px;
    font-family: Oswald;
    float: left;
    width: 60px;
}
.uttvoptin {
    margin-top: 30px;
    margin-left: 10px;
}
.flatpage-content .form-row .uttvoptions label {
    font-size: 14px;
    font-family: Oswald;
    float: left;
    width: 60px;
}
.uttvoptions {
    margin-top: 0px;
    margin-left: 10px;
}
.splashpage-content .container{
    width: 100%;
}

.opinion #endorsement.endorse.columns {
    width: 180px;
}

.opinion #endorsement p {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
}
.opinion #endorsement .title {
    font-family: Oswald;
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
}
.opinion #endorsement h3 {
    color: #343434;
    font-family: Oswald;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
.opinion #endorsement h4 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.form-white-bg input, .form-white-bg textarea { border: 1px solid #dcdcdc;}

nav-main .list-inline .nav-item .drop-down .sub-nav li a
.sectionfront #header #nav-main .left .list-inline .nav-item .drop-down .clearfix .sub-nav .column ul .navblock .navlink, #nav-main .list-inline .nav-item .drop-down .sub-nav .navblock a {
  border-top: 0 none;
  display: inline !important;
  padding: 0px !important;
    font-size: 12px !important;
}

#nav-main .list-inline .nav-item .drop-down .sub-nav .navblock {
  height: 26px
}

/*JYLLION RELATED*/
#jyllion {color:#fff;margin:30px 0 0 0;padding-top:20px; border-top: 1px solid #656565;}
#jyllion form {margin-bottom:0;}
#jyllion .quick {margin:0 0 5px 0;}
#jyllion .logo {color:#ccc;width:30px;height:30px;margin-right:10px;float:left;background: transparent url(../images/jyllion/jyllion-logo.png) no-repeat top left;}
#jyllion .search-query {width:168px;margin-bottom:15px;}
#jyllion .links {margin: 0;}
#jyllion .links a {line-height:18px;margin-right:8px;}
#jyllion li {float:Left;float:left;margin-right:5px;padding-right:5px;border-right:1px solid #fff;}
#jyllion .links a {color:#ccc;}

.steve-breen section.articles .story_list {
    height: 355px;
}
.steve-breen .newsletter_inline h3 {
    text-transform: uppercase;
}
.steve-breen .inline_embedded_set .newsletter_inline .content .button {
    width: 220px;
}
.steve-breen  .inline-right {
    border: 1px solid #d8d8d8;
    clear: right;
    float: right;
    margin: 20px 10px 5px 5px;
}
.steve-breen  .inline_embedded_set .newsletter_inline {
    border-left: 0px solid #d8d8d8;
    border-right: 0px solid #d8d8d8;
    border-top: 0px solid #d8d8d8;
    width: 600px;
}
.steve-breen  .newsletter_inline input {
    border: 1px solid #dcdcdc;
    margin-top: 5px;
    margin-bottom: 2px;
}
.steve-breen  .inline_embedded_set .newsletter_inline .content h4 {
    font-family: "Oswald";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0;
    text-align: center;
}
.steve-breen .inline_embedded_set .newsletter_inline .content {
    border-top: 0px solid #d8d8d8;
    padding: 5px;
}

.breenphoto .inline_embedded_set .newsletter_inline {
    border-left: 1 solid #d8d8d8 !important;
    border-right: 1 solid #d8d8d8 !important;
    border: 1 solid #d8d8d8 !important;
    width: 250px;
    position: absolute;
    top: -2px;
    right: 10px;
}
.breenphoto .inline_embedded_set .newsletter_inline .content {
    background-color: #fff;
    border-top: 1 solid #d8d8d8;
    padding: 5px;
}

.breenphoto .inline_embedded_set .newsletter_inline h3 {
    font-family: "Oswald";
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin-top: 0px ;
    margin-bottom: 0px ;
    padding-top: 10px;
    text-align: center;
    color: #444;
}
.breenphoto .inline_embedded_set .newsletter_inline .content input, .breenphoto .inline_embedded_set .newsletter_inline .content input[type="text"] {
    width: 142px;
    height: 24px;
    line-height: 22px;
    margin-bottom: 2px;
    padding: 4px 6px;
    margin-left: 4px;
}
.breenphoto .inline_embedded_set .newsletter_inline .content .button {
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 0px
    margin-bottom: 0px;
    width: 70px;
    display: inline-block;
    height: 34px;
    position: relative;
    top: 4px;
}

/* ==========================================================================
   YOUNG LATINO JOURNALISM SCHOLARS
   ========================================================================== */

.yljs-content { font-family: 'Open Sans'; font-size: 1em; line-height: 1.45em; padding-top: 10px; }
section.articles .yljs-content h3 { color: #333; font-size: 16px; margin: 10px 0 5px 0; }
.yljs-mission { background: #f0f0f0; border: 1px solid #e0e0e0; padding: 20px; font-family: 'Open Sans'; font-size: 1.04em; line-height: 1.4em; width: 260px; margin-top: 30px; }
section.articles .yljs-mission h3 { color: #111; margin-bottom: 10px; }



/*========================== RECOMMENDATION POP OUT  ==========================*/

.sr-outer { width: 100%; overflow: hidden; position: fixed; bottom: 0;}

.sr-box { position: relative; right: -295px; float: right; width: 300px; background: #FFF; border:1px solid #dcdcdc; border-radius: 5px; padding: 15px; -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */}

.sr-box .ss-icon { padding: 35px 10px 0px 0px;}
    .sr-box h3 { margin: 0px 0px 10px 0px; font-size: 1em; }
    .sr-box a { color: #444; text-decoration: none;}
        .sr-text-area { width: 90%;}
    .sr-title { width: 55%; margin-left: 15px;}

    .sr-box div { display: block;}


    .pop { right:0px;   -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */}

@media only screen and (max-width: 60em) {
    .sr-outer { display: none;}
}
