@media only screen 
and (min-width : 1400px) {


  .view-layout aside article.entry .title {
    font-size: 1.3em;
  }
  .view-layout aside article.entry .info {
    font-size: 0.9em;
  }
  .view-layout aside article.entry .brief {
    font-size: 1.0em;
    line-height: 1.4;
  }


  #front {
    width: 1305px;
  }

  .view-layout header > a {
    font-size: 26px;
    line-height: 26px;
  }
  .view-layout header .updated {
    font-size: 15px;
    line-height: 26px;
  }

  .birdview-layout .items .entries {
    width: 870px;
  }
  .birdview-layout .items aside {
    width: 432px;
  }

  .birdview-layout .items article {
    width: 435px;
  }
  
  .view-layout article .title {
    font-size: 1.4em;
    line-height: 1.3;
  }
  .view-layout article .info {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .view-layout article .brief {
    font-size: 1.0em;
    line-height: 1.6;
  }

  .birdview-layout .items .featured-entries tr:first-child article {
    width: 870px;
  }
  .birdview-layout .items .featured-entries tr:first-child article .title {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .birdview-layout .items article {
    max-height: 560px;
  }
  .birdview-layout aside article.entry .title {
    font-size: 1.1em;
  }
  .birdview-layout aside article.entry .info {
    font-size: 0.8em;
  }
  .birdview-layout aside article.entry .brief {
    font-size: 0.9em;
    line-height: 1.5;
  }
  
  .birdview-layout .read-more {
    font-size: 1.0em;
  }


  #section .columns article.preview figure {
    max-height: 250px;
  }
    #section .columns article.preview figure img {
      max-width: 611px;
      max-height: 600px;
    }



  #read {
    width: 1305px;
  }
    #read .article {
    	width: 1303px;
    }
      #read .article article.reading {
        margin: 0 auto;
        width: 1024px;
        padding-bottom: 50px;
      }

  article.reading .title {
    font-size: 1.8em;
    line-height: 1.2;
  }
  article.reading .byline {
    font-size: 0.9em;
    line-height: 1.4;
  }
  article.reading .body {
    margin-top: 0.9em;
    font-size: 1.1em;
    line-height: 1.6;
  }



  header.title-compact {
    width: 1305px;
  }
  
  #section {
    width: 1305px;
  }


  .nav-map .nav-map-pin {
    font-size: 1.4em;
    padding-top: 7px;
  }

}