@font-face {
    font-family: 'Kreon';
    src: url('https://cdn.csdurant.com/fonts/kreon-webfont.woff2') format('woff2'),
         url('https://cdn.csdurant.com/fonts/kreon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kreonbold';
    src: url('https://cdn.csdurant.com/fonts/kreonb-webfont.woff2') format('woff2'),
         url('https://cdn.csdurant.com/fonts/kreonb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kreonlight';
    src: url('https://cdn.csdurant.com/fonts/kreonl-webfont.woff2') format('woff2'),
         url('https://cdn.csdurant.com/fonts/kreonl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'PT Serif Caption';
  font-style: italic;
  font-weight: normal;
  src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url('https://cdn.csdurant.com/fonts/ptsci.ttf') format('truetype');
}
@font-face {
  font-family: 'PT Serif Caption';
  font-style: normal;
  font-weight: normal;
  src: local('PT Serif Caption'), local('PTSerif-Caption'), url('https://cdn.csdurant.com/fonts/ptsc.ttf') format('truetype');
}

body { margin: 0; font: normal 14px/16px Arial, Helvetica, sans-serif; background-color: #004D80; }
#header-container { width: 100%; background: #fff7de url('https://cdn.csdurant.com/media/danielbordercollies.com/img/threaded-header.png') repeat-x 0 0; height: 222px; }
#header { width: 960px; margin: 0 auto; padding-top: 50px; height: 74px; }
h1 { width: 676px; height: 74px; margin: 0 auto; padding: 0; }
h1 a { position: absolute; text-indent: -999em; overflow: hidden; background: url('https://cdn.csdurant.com/media/danielbordercollies.com/img/logo.png') no-repeat 0 0; width: 676px; height: 74px; }

#navigation { font: normal 20px/31px Kreon, Times New Roman, Times, serif; color: #fff; margin-top: 35px; letter-spacing: 1px; width: 960px; }
#navigation ul { margin: 0 auto; padding: 0; list-style: none; }
#navigation ul li { float: left; }
#navigation ul li a { padding-right: 20px; padding-left: 20px; display: block; text-decoration: none; color: #fff; }
#navigation ul li a:hover { text-decoration: underline; }

#home-container { width: 100%; background: transparent url('https://cdn.csdurant.com/media/danielbordercollies.com/img/home-grad.png') repeat-x 0 0; height: 284px; border-bottom: 1px solid #fff; }
#home-content { width: 940px; margin: 0 auto; padding: 10px; height: 280px; }
#home-content p { font-family: PT Serif Caption, Times New Roman, Times, serif; width: 310px; font-size: 42px; line-height: 48px; font-weight: bold; font-style: italic; color: #723e18; margin-top: 48px; float: left;}
#home-content img { border: 0; float: left; margin-right: 80px; }

#content-container { width: 100%; background: #fff7de; }
#content { width: 940px; margin: 0 auto; padding: 10px; min-height: 500px; overflow: hidden; }

#footer-container { width: 100%; background: #fff7de url('https://cdn.csdurant.com/media/danielbordercollies.com/img/threaded-footer.png') repeat-x 0 0; min-height: 115px; }
#footer { width: 960px; margin: 0 auto; padding-top: 30px; color: #fff; line-height: 24px; }
#footer a { color: #fff; }
#footer #left { float: left; text-align: left; }
#footer #right { float: right; text-align: right; }

.article_content {
	display:block;
	width:600px;
	padding-left:10px;
	padding-bottom:5px;
	background-color:#fff;
}

.news_content {
	border-bottom: 1px solid #000;
	overflow: auto;
	width: 100%
}

.date_holder {
	width:940px;
}

.clear {
	clear:both;
}
h3 small { line-height: 28px; color: #c27247; }
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
