/*

Blue #477DBD

*/

BODY, HTML {
	font-family: 'Georgia', serif;
	font-size: 0.95em;
	line-height: 1.35;	
}
A {
	color: #2E8BD2;
	text-decoration: none;
}
A:HOVER {
	color: #AF1E23;
}
.dtn {
	margin: 1% 0;
}
.dtn h1, .dtn h2, .dtn h3, .dtn h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 100%;
}
.dtn h1, .dtn h2, .dtn h3, .dtn h4, .dtn p {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
.dtn h1, .dtn h2, .dtn h3, .dtn h4 {
	line-height: 1.4;
}
.dtn p {
	line-height: 1.4;
}
.dtn h1 {
	font-size: 300%;
}
.dtn h2 {
	font-size: 250%;
}
.dtn h3 {
	font-size: 175%;
}
.dtn h4 {
	font-size: 125%;
}
.dtn h1 A, .dtn h2 A, .dtn h3 A, .dtn h4 A {
	color: black;
}
.dtn .content_default #headline {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 300%;
	line-height: 1.4;
}
.dtn .byline {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 90%;
	margin-bottom: 5px;
}
.dtn .silabel,
.dtn .overline {
	font-family: 'PT Sans', sans-serif;
	color: #888;
	text-transform: uppercase;
	font-size: 95%;
}
.dtn a, .dtn a .fa {
	color: #2E8BD2;
	text-decoration: none;
}
.dtn a:HOVER {
	color: #AF1E23;
	text-decoration: underline;
}
.dtn .topmargin {
	margin-top: 30px;
}
.dtn .topmargin-small {
	margin-top: 8px;
}
.dtn .bottommargin {
	margin-bottom: 15px;
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
}
.dtn .bottompadding {
	margin-bottom: 15px;
}
.dtn .topborder {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #A1A3A6;
	line-height: 1.5;
}
.dtn .photo, .dtn .photo img {
	max-width: 100%;
}
.dtn .divider {
	margin-right: 6px;
	margin-left: 6px;
}
.dtn .maincontent {
	padding-bottom: 40px;
}

/* Containers */
@media only screen and (min-width : 768px) {
	.dtn .maincontent {
		width: 420px;
	}
	.dtn aside.rrail {
		width: 330px;
	}
}
@media only screen and (min-width : 992px) {
	.dtn .maincontent {
		width: 640px;
	}
}
@media only screen and (min-width : 1200px) {
	.dtn .maincontent {
		width: 840px;
	}
}

/* Wrap */
.dtn .toplinks {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}
.dtn .toplinks ul {
	margin-bottom: 0;
}
.dtn .toplinks,
.dtn .toplinks a,
.dtn .toplinks a i {
	font-size: 0.875em;
	color: #777;
	text-transform: uppercase;
}

.dtn .masthead {
	padding: 1.5% 0;
	font-family: 'PT sans', sans-serif;
	color: #666;
}
.dtn .masthead .photo img {
	max-height: 120px;
}
.dtn .masthead .placedate {
	margin-top: 40px;
}
.dtn .masthead .wx {
	padding-top: 30px;
	margin: auto;
}
.dtn .masthead .wx .icon {
	display: inline-block;
}
.dtn .masthead .wx .desc {
	display: inline-block;
}

.dtn .masthead .weather {
	margin-bottom: 20px;
}
.dtn .masthead .weather .forecast {
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: 700;
	margin-bottom: 4px;
}
.dtn .masthead .weather .temp {
	font-size: 0.9em;
	font-weight: 700;
}
.dtn .masthead .weather .icon img {
	max-height: 30px;
}

/*
.dtn .masthead {
	padding: 0 0 10px 0;
	font-family: 'PT sans', sans-serif;
	color: #666;
}
@media only screen and (min-width : 768px) {
	.dtn .masthead .nameplate {
		margin-top: 5px;
	}
}
@media only screen and (min-width : 992px) {
	.dtn .masthead .nameplate {
		margin-bottom: 0;
	}
}
@media only screen and (min-width : 1200px) {
	.dtn .masthead .ad {
		width: 728px;
	}
	.dtn .masthead .nameplate {
		width: 400px;
	}
}
*/

.dtn .navbar-default { /* Global type */
	color: white;
	background: black;
	box-shadow: 5px 5px 5px #aaa;
	border: none;
	font-size: 1.1em;

	/*text-shadow:
    1px 1px 0 #2E8BD2,
   -1px -1px 0 #2E8BD2,
    1px -1px 0 #2E8BD2,
   -1px  1px 0 #2E8BD2,
    1px  1px 0 #2E8BD2;*/

}
.dtn .navbar-default .dropdown-menu {
	border: none;
}
.dtn .navbar-default .navbar-nav > .active > a, 
.dtn .navbar-default .navbar-nav > .active > a:hover, 
.dtn .navbar-default .navbar-nav > .active > a:focus,
.dtn .navbar-default .navbar-nav > .open > a, 
.dtn .navbar-default .navbar-nav > .open > a:hover, 
.dtn .navbar-default .navbar-nav > .open > a:focus,
.dtn .navbar-default .navbar-nav .open .dropdown-menu > li > a { /* Resets for hover / active / dropdowns */
    /*background-color: yellow;*/
    color: white;
    font-size: 100%;
}
.dtn .dropdown:hover .dropdown-menu {
	display: block;
}
.dtn .navbar-default .navbar-nav a:hover {
	background-color: #666;
	color: white;
}
.dtn .navbar-default .navbar-nav .dropdown-menu a:hover {
	background-color: #666;
}
.dtn nav, .dtn nav a, .dtn .navbar .nav > li > a { /* Resets for links of various states */
	color: white;
}
@media (min-width: 769px) { /* Overall horiz padding reset for desktop */
	.dtn .navbar-default .container-fluid {
		padding: 0;
	}
}
.dtn .navbar { /* Global vertical spacing for desktops */
	min-height: 0;
	border-radius: 0;
}
.dtn .navbar-default .navbar-brand { /* Mobile nav label */
	color: white;
	font-size: 120%;
	height: auto;
	padding: 11px;
}
.navbar-default .navbar-toggle { /* Mobile dropdown button */
    border-color: #f1efef;
    margin-right: 10px;
    padding: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.dtn .navbar-nav > li > a { /* Vertical spacing on individual nav items */
	padding: 3px 11px;
}
.dtn .navbar-default .navbar-toggle:hover,
.dtn .navbar-default .navbar-toggle:focus,
.dtn .navbar-default .dropdown-menu { /* Bg for dropdowns  */
	background-color: black;
}
.dtn .navbar-default .dropdown-menu > li > a { /* Spacing / font for dropdowns */
	padding: 2px 15px;
	font-size: 85% !important;
}
.dtn .navbar-default .dropdown-menu .divider { /* Spacing for dropdown dividers */
	margin: 4px 0;
	color: #A1A3A6;
}
.dtn .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.dtn .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.dtn .dropdown-menu .divider { /* Color for dropdown dividers */
	background: #477DBD;
}
.dtn .rrail .welcome {
	color: #444;
	font-family: 'PT Sans', sans-serif;
	font-size: 90%;
}
.dtn .rrail .welcome .msg {
	margin-right: 20px;
}
.dtn .rrail .search .screen {
	background: #efefef;
	padding: 7px;
	font-size: 0.9em;
}
.dtn .rrail .search input {
	font-family: 'PT Sans', sans-serif;
	position: relative;
	width: 100%;
	border: none;
	background: #efefef;
	padding: 6px;
	font-size: 1.0em;
	color: #888;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 98;
}
.dtn .rrail .search button {
	position: relative;
	border: none;
	padding: none;
	background: none;
	font-size: 1.5em;
	margin-top: -32px;
	margin-right: 5px;
	z-index: 99;
}
.dtn .rrail .search .advanced {
	font-family: 'PT Sans', sans-serif;
	font-size: 0.9em;
	margin-top: -5px;
}
.dtn .bottomad {
	margin: 40px 0 20px 0;
}
.dtn footer .short-footer {
  font-size: 0.85em;
  color: #888;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.dtn footer .short-footer a {
  color: #aaa;
}
@media only screen and (min-width : 1200px) {
  .dtn footer .short-footer .copyright {
    text-align: left;
  }
  .dtn footer .short-footer .powered {
    text-align: right;
  }
}

/* Modules */
.dtn .module-bar {
	color: white;
	background: #477DBD;
	box-shadow: 2px 2px 2px #aaa;
	border: none;
	font-size: 1.2em;
	padding: 2px 10px;
	margin-bottom: 15px;
	text-shadow:
    1px 1px 0 #2E8BD2,
   -1px -1px 0 #2E8BD2,
    1px -1px 0 #2E8BD2,
   -1px  1px 0 #2E8BD2,
    1px  1px 0 #2E8BD2;
}
.dtn .module-bar .label {
	/*font-family: 'PT Sans', sans-serif;*/
	font-size: 60%;
	margin-left: 7px;
}
.dtn .module-bar .label a {
	color: white;
}

/* Index */
.dtn .index .carousel-indicators {
    bottom: 0;
    left: 0;
    list-style: none outside none;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 15;
}
.dtn .index .carousel-indicators li {
	border-color: #bbb;
	background-color: #bbb;
}
.dtn .index .carousel-indicators .active {
	border-color: #153987;
    background-color: #153987;
    height: 12px;
    margin: 0;
    width: 12px;
}
.dtn .homepage-1 .lead {
	font-size: 1.1em;
	line-height: 1.3;
}
.dtn .homepage-2 .photo {
	margin-bottom: 15px;
	background: #efefef;
	text-align: center;
}
.dtn .homepage-2 .photo img {
	max-width: 100%;
	max-height: 540px;
}
.dtn .homepage-2 .lead {
	line-height: 1.4;
	font-size: 1.1em;
}
.dtn .homepage-3 .otheritem {
	width: 45%;
	float: left;
	margin-right: 5%;
}
.dtn .homepage-3 .otheritem .lead {
	line-height: 1.4;
}

/* Browse */
.dtn #browse_content {
	font-size: 1.0em;
	line-height: 1.2;
}
.dtn #browse_content .title_header {
    color: black;
    font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 300%;
	line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 10px 0;
}
.dtn #browse_content .sort_options {
    font-size: 0.8em;
    color: #666;
    font-family: sans-serif;
}
@media (max-width: 769px) {
	.dtn #browse_content .sort_options {
	    display: none;
	}
}
#browse_content .page_info_top {
	font-size: 0.9em;
    color: #666;
    font-family: sans-serif;
    margin-top: 10px;
}
.dtn #browse_content .content_list .item {
    margin-bottom: 15px;
}
.dtn #browse_content .content_list .item .headline {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 2.0em;
}
.dtn #browse_content .content_list .item .headline A {
  font-weight: 300;
}
.dtn .lead {
    font-size: 1.2em;
    font-weight: 200;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
.dtn .morelink {
    font-size: 75%;
    margin-left: 5px;
    text-transform: uppercase;
}
.dtn #browse_content .content_list .item .dateline {
    color: #999999;
    font-size: 1.0em;
    font-family: sans-serif;
}

/* E-edition widget */

.dtn .eedition-widget h4 {
	margin-bottom: 3px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.dtn .eedition-widget h5 {
	color: #666;
}
.dtn .eedition-widget .photo img {
	border: 1px solid #ddd;
	padding: 5px;
}
.dtn .eedition-widget input[type=text] {
	font-size: 0.8em;
	color: #444;
	background: #f4f4f0;
	padding: 3px 5px;
	border: none;
	margin-bottom: 5px;
}
.dtn .eedition-widget .datefield input[type=text] {
	width: 100%;
}
.dtn .eedition-widget .filterfield input[type=text] {
	width: 80%;
}
.dtn .eedition-widget button {
	border: 0;
	padding: 0;
	margin: 0;
}
.dtn .header-classified .ad {
	font-size: 1.0em;
	cursor: pointer;
	line-height: 1.2;
}
.dtn .header-classified .ad .red {
	text-transform: uppercase;
}
.dtn .header-classified .photos {
	font-size: 1.2em;
	line-height: 1.0;
}

/* Print styles */
@media print {
	.masthead, .section-masthead, .topbanner, nav, aside, .footer, .bottomad, #widget_detail_postlinks, #widget_detail_comments, .large_photos {
		display: none;
	}
	.maincontent.col-sm-8 {
	    width: 100%;
	}
}

.dtn .whats_happening {
	
}


/* Overrides */
/*.dtn .content_bootstrap .large_photos img {
  max-height: none;
}
.dtn .content_printissues_default #photo_attachments {
	display: none;
}
.dtn .content_bootstrap .caption {
	font-family: 'PT Serif', serif;
	font-size: 90%;
	font-weight: normal;
}
.dtn .content_bootstrap .credit {
	font-family: 'PT Serif', serif;
	text-transform: uppercase;
}
.dtn #browse_content .content_list .item .headline A:hover {
	color: #AF1E23;
}*/

.dtn .icons {
	margin-bottom: 7px;
	font-size: 85%;
	color: #888;
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
}
.dtn .icons .divider {
	margin: 0 5px;
}
.dtn .fa  {
	margin-left: 4px;	
	color: #000;
}
.dtn  .widget-2 .photo {
	text-align: center;
}
@media (min-width: 769px) {
	.dtn  .widget-2 .photo img {
		margin-bottom: 10px;
		max-width: 100%;
		max-height: 275px;
	}
	.dtn  .widget-2.vertical .photo {
		float: left;
		width: 35%;
		padding-right: 13px;
		padding-bottom: 7px;
	}
}
.dtn .sendus {
	margin-top: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 90%;
}
.dtn .widget-3 .photo {
	float: left;
	max-width: 95px;
	margin-right: 12px;
}

.dtn .widget-3 .photo img {
	max-width: 100%;
	margin-bottom: 7px;
}

.dtn .rail-notices .copy {
	font-size: 0.6em;
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
}

/* Other widgets */
.dtn .trending-widget li {
	line-height: 1.0;
	padding: 5px;
	margin: 3px 0;
}
.dtn .trending-widget h4 {
	line-height: 1.0;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 100%;
}
.dtn .trending-widget .greyscreen {
	background: #efefef;
}
.dtn .trending-widget small {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 75%;
	color: #666;
}
.dtn .rail-notices .copy {
	font-size: 0.6em;
	/*font-family: 'Open sans', sans-serif;*/
	text-transform: uppercase;
}

.dtn #published .time {
	display: none;
}

.hide-rail div.maincontent {
	width: 100%;
}
.hide-rail aside.rrail {
	display: none;
}
.pdfview-notice {
	display: none;
}
.htmlclassifieds img {
	max-width: 50%;
}